@charset "UTF-8";

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
  font-size: 1em;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  overflow: auto;
}

body {
  -webkit-text-size-adjust: 100%
}

body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Helvetica, "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700
}

table,
input,
textarea,
select,
option {
  line-height: 1.1
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

:focus {
  outline: 0
}

ins {
  text-decoration: none
}

del {
  text-decoration: line-through
}

img {
  vertical-align: top
}

a:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)"
}

form label {
  cursor: pointer
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top
}

body {
  width: 480px;
  margin: 0 auto;
  padding: 0;
  background-size: 100% auto;
}

main{
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.vis{
  position: relative;
}

.visBtn{
  box-sizing: border-box;
  position: absolute;
  bottom: 25px;
  left: 24px;
  text-align: left;
}

.visBtn img{
 width: 61%;
}


main img{
  width: 100%;
  margin: 0;
  padding: 0;
}

.foot{
  text-align: center;
  background-color: #3C5BA4;
  padding: 50px 30px 120px 30px;
}
.company{
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}
.company a{
  color: #fff;
}
.copyright{
  padding-top: 30px;
  font-size: 11px;
  color: #fff;
}

.btn{
  width: 480px;
  position: fixed;
  bottom: 10px;
}

.btn img{
  width: 90%;
}

