<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
html, body {
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: none;
}

* {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}

body {
  -moz-user-select: none;
  font-family: "Microsoft Yahei", Tahoma, Arial, sans-serif;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #f7f7f7;
}

.icon-sprite {
  background: url('../images/icon-se86d512de4.png') no-repeat;
}

.sprite-base, .icon-sorry, .icon-light {
  background: url('../images/icon-sda90e9a60f.png') no-repeat;
  background-size: 75px 123px;
  display: inline-block;
}

h1, h2, p, div {
  margin: 0;
  padding: 0;
  font-family: 'simsun',"宋体";
}

.page-wraper {
  margin: 0 auto;
   text-align: center;
}

.icon-sorry {
  width: 75px;
  height: 75px;
  background-position: 0 0;
  margin-top: 55px;
  margin-bottom: 23px;
}

.icon-light {
  width: 24px;
  height: 38px;
  background-position: 0 -85px;
  margin: 5px 22px 0 27px;
  float: left;
}

.guide-wraper {
    text-align: left;
	width: 190px;
	margin: 0 auto;
}

h1 {
  font-size: 14px;
  color: #666666;
  font-weight: normal;
  line-height: 100%;
  margin-bottom: 23px;
}

h2, p {
  text-align: left;
  margin-left: 73px;
  line-height: 100%;
  color: #999;
}

p {
  font-size: 11px;
  margin-top: 5px;
}

h2 {
  font-size: 14px;
  font-weight: normal;
}
.tipTxt{ text-align:center; font-size:16px; text-decoration:none; width:100%; font-weight:bold; color:#0000ff; display:block; margin-top:36px;}
</pre></body></html>