@charset "utf-8";
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.clearfix:before,.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

 
 
html,
body {
	margin: 0;
	padding: 0;
	font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
	color: #5f5f5f;
	position: relative;
	width: 100vw;
	min-height: 100vh;
	overflow-x: hidden;
	font-size: 10px;
	background: #110d0e;
	
}
a {
	text-decoration: none;
	outline: none;
}
img,
input {
	border: 0;
	max-width: 100%;
	vertical-align: middle;
	margin: 0;
	padding: 0
}
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
dl,
dt,
dd,
button {
	margin: 0;
	padding: 0;
	list-style: none
}

#APP{
	width: 100%;
	max-width: 750px;
    min-height: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    background: #110d0e;
}

.btnBox{
   text-align:center;
   width:100%;
   position: absolute;
   left: 27%;
   top: 44%;
}
.btnBox .left{
    text-align:center;
	width: 50%;
    animation: heart_beat .8s infinite linear;
}
.btnBox img{
	display: block;
	margin: 0 auto;
}
@keyframes heart_beat{
  0%{transform: scale(.95)}
  50%{transform: scale(1.05)}
  100%{transform: scale(.95)}
  }
.trustBox{
	position: fixed;
	overflow-y: auto;
	width: 100%;
	max-width: 750px;
	height: 100%;
	top: 0 ;
	left: 0;
	display: none;
    touch-action: pan-y;
    transition: none;
    overflow-y: auto;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
}

#open_safari {
    position: fixed;
    background: rgba(0,0,0,.7);
    color: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
}
#open_safari p{
	font-size: 14px;
}
#open_safari img{
	width: 100%;
}
#open_safari .w640 {
    padding: 30px;
}
.ios_show, .and_show {
    display: none;
}
.w640 {
    position: relative;
    max-width: 640px;
    margin: 0 auto;
}
#open_safari a#copyBtn {
    max-width: 30vw;
    display: block;
    margin: 10px auto;
}
#open_safari .safari_info {
    max-width: 70vw;
    margin: 20px auto;
}
.hide {
    position: absolute;
    left: -100vw;
    top: -100vh;
}

.loadingBox{
	position: fixed;
	width: 80%;
	background: rgba(48,46,49,.7);
	border-radius: 8px;
	top: 50%;
	margin-top: -5vh;
	left: 10%;
	padding: 10px 0;
	display: none;
}
.LBtitle{
	width: 100%;
	text-align: center;
	font-size: 15px;
	color: #fff;
}
.LBcenter{
	width: 100%;
	margin-top: 10px;
	padding: 0 15px;
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
	text-align: center;
}
