@charset "utf-8";
/* CSS Document */

html {
  height: 100%;
  width: 100%;
  font-family:  'Source Han Sans CN';
  box-sizing: border-box;
  outline: 0;
  -webkit-text-size-adjust:none;
}
body {
  height: 100%;
  margin: 0;
 padding: 0;
  -webkit-user-select: none;
  background: #ededed;
  color: #333;
  font-size: 0.28rem;
	
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input::-webkit-input-placeholder {
        color: #999;
      }
input::-moz-input-placeholder {
        color: #999;
      }
input::-ms-input-placeholder {
        color: #999;
      }
textarea::-webkit-input-placeholder {
        color: #999;
      }
textarea::-moz-input-placeholder {
        color: #999;
      }
textarea::-ms-input-placeholder {
        color: #999;
      }
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  margin:0;
  padding:0;
}
a,
input,
textarea,
select,
button {
  outline: 0;
}
a {
  color: #2870ff;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:active {
  color: #2870ff;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
ul,p{ 
  padding:0; margin:0;
}
ul {
	list-style: none;
}
img{
	width: 100%;
}
.contain {
	width:100%;
	max-width: 750px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.color-gray {
	color: #999;
}
.bg-white {
	background: #fff;
}
.bg-blue {
	background: #597bff;
}
.bg-pl {
	background: #8c7bff;
}
.bg-red {
	background: #FF6A6A;
}
.bg-gray {
	background: #999;
}
.hed100 {
	height: 100%;
}
.padc {
	padding-bottom: 1.2rem;
  height: 100%;
  background: #ededed;
}
div.noborderb {
	border-bottom: none;
}
div.color-nol {
	color: #333;
}