:root {
	font-family: 'Helvetica Neue', arial, sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	color-scheme: light dark;
	color: #444;
	background: #fafafa;
}

@media (prefers-color-scheme: dark) {
	:root {
		color: #fff;
		background: #1c1c1c;
	}
}

body {
	margin: 0;
	padding: 0;
	min-height: 100vh;
}

#app > main {
	display: -ms-flexbox;
	display: flex;
	padding-top: 3.5rem;
	margin: 0 auto;
	min-height: calc(100vh - 3.5rem);
	max-width: 1280px;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
}

@media (max-width: 639px) {
	#app > main {
		margin: 0 2rem;
	}
}

body {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  max-width: 580px;
}

.kf {
  position: fixed;
  top: 230px;
  right: 0px;
  /*z-index: ;*/
}

.kf .floatright {
  width: 80px !important;
  height: auto !important;
}

.space {
  height: 1.264574rem;
}

.header {
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100%;
  max-width: 580px;
}

.header > img {
  width: 100%;
  display: block;
}

.footer > img {
  width: 100%;
  display: block;
}

.content img {
  width: 100%;
  margin-top: -3px;
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99;
  max-width: 580px;
}

#qrcode {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  width: 116px;
  height: 116px;
  margin: auto;
  position: absolute;
  top: 230px;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.out-mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 50;
}

.out-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 25%;
  width: 80%;
  margin: 0 auto;
  max-width: 660px;
  padding: 15px 15px 0;
}

.out-panel .out-close {
  position: absolute;
  right: 20px;
  top: -35px;
  width: 25px;
}

.out-panel .out-bg {
  width: 100%;
}

.out-panel .pup-btn {
  position: absolute;
  display: block;
  width: 50%;
  height: 20%;
  bottom: -60px;
  left: 25%;
}

.out-panel .pup-btn {
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

a[title='绔欓暱缁熻'] {
  display: none;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 90%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5); /* 鑳屾櫙棰滆壊鍜岄€忔槑搴� */
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.modal-content {
  background-color: rgba(255, 255, 255, 0.038);
  opacity: 0.9;
  margin: auto;
  padding: 0px;
  border: 0px solid #888;
  width: 90%;
  max-width: 300px;
  text-align: center;
}
.modal-content img {
  max-width: 100%;
  height: auto;
}

#exit-popup {
  display: none; /* 榛樿闅愯棌 */
  position: fixed;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);

  background: rgba(255, 255, 255, 0);
  z-index: 1000;
  padding-top: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}
#exit-popup img {
  max-width: 100%; /* 璁剧疆鍥剧墖鏈€澶у搴� */
  height: auto;
}
#overlay {
  display: none; /* 榛樿闅愯棌 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 999;
}
a[title='绔欓暱缁熻'] {
  display: none;
}

* {
    margin: 0;
    padding: 0;
}
