* {
  padding: 0;
  margin: 0;
}

html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-family: '黑体', 'Microsoft YaHei', 'Arial', 'sans-serif';
}

#demo-container {
  width: 100%;
  height: 100%;
}

#plugin-point {
  position: absolute;
  left: 100px;
  bottom: 150px;
  width: 0px;
  height: 0px;
  display: none;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
   -khtml-user-select: none; /* Konqueror HTML */
	 -moz-user-select: none; /* Old versions of Firefox */
	  -ms-user-select: none; /* Internet Explorer/Edge */
		  user-select: none; /* Non-prefixed version, currently
								supported by Chrome, Edge, Opera and Firefox */
}

.loading-page {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
  font-size: 16px;
  text-align: center;
}

.loading-bg {
  width: 100%;
  height: 100%;
  background: url('./youyanshebackground.jpg') no-repeat center;
  background-size: auto 100%;
}

.loading-info {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  color: #131415;
}

.loading-logo {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.loading-tips {
  text-align: left;
  width: 80%;
  padding: 20px;
  background-color: rgba(255,255,255, .45);
  margin: 20px auto;
  border-radius: 10px;
}

.loading-tips-title {
  font-weight: bold;
  color: #131415;
  margin-bottom: 30px;
}

.loading-tips-text {
  font-family: PingFangSC-Regular;
}

.loading-tips-text a{
  TEXT-DECORATION:underline;
  color:#131415;
}

.button-back {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 100px;
  right: 10px;
  touch-action: none;
  user-select: none;
}

.button-back img {
  width: 100%;
  height: 100%;
}
  