a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	line-height: 1
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: "";
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

.nuxt-progress {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	width: 0;
	opacity: 1;
	transition: width .1s, opacity .4s;
	background-color: #fff;
	z-index: 999999
}

.nuxt-progress.nuxt-progress-notransition {
	transition: none
}

.nuxt-progress-failed {
	background-color: red
}

body,
div,
p {
	margin: 0;
	padding: 0
}

body {
	min-width: 1180px;
	background: #fff;
	color: #555;
	font-size: 14px;
	font-family: Arial, tahoma, "PingFang SC", "Microsoft YaHei", "黑体", "宋体", "\5b8b\4f53", sans-serif;
    background-image:url(../images/bg.png);background-position:center top;background-repeat:no-repeat;background-size:cover;
}
a{text-decoration:none;}
.containt{
    margin:0px auto;width:1200px;position: relative;height:100vh;
}
.logo{position: absolute;top:134px;left:0px;height:56px;/*background:url(../images/logo.png) left center no-repeat;padding-left:80px;*/font-size:44px;color:rgba(96, 64, 0, .7);line-height:56px;font-weight:600;}
.swip{position: absolute;top: 134px;right:-60px;background:url(../images/swip.png) center top no-repeat;background-size:auto 100%;width:600px;height:725px}
.tips{position: absolute;left:0px;top:266px;color:rgba(96, 64, 0, .7);font-weight:700;font-size:64px;line-height:88px;}
.btnlay{position: absolute;left:0px;top:538px;}
.btnlay .btn{float:left;background-color:#ffeabf;width:200px;height:60px;line-height:60px;text-align:center;box-sizing:border-box;color:rgba(96, 64, 0, .7);float:left;border-radius:30px;font-size:18px;margin-right:20px;/*padding-left:30px*/}
/* .btnlay .btn.ios{background-image:url(../images/appl.png);background-position:25px center;background-repeat:no-repeat;} */
/* .btnlay .btn.and{background-image:url(../images/And.png);background-position:25px center;background-repeat:no-repeat;} */
.foot{position:absolute;top:24px;left:0px;width:100%;display:flex;justify-content: space-between;color:#fff}
.foot span,.foot a{color:#fff;font-size:16px;font-style:normal;}
.footlay{position: absolute;bottom:0px;left:0px;height:60px;width:100%;background-color:#333333;}