html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
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:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
:after,
:before {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  line-height: 1;
}
body {
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, \\5fae\8f6f\96c5\9ed1, Arial, sans-serif;
  font-size: 12px;
  color: #657180;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.index {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #061f4d url('../img/bg.png') center top no-repeat;
  background-size: 100% auto;
  overflow: hidden;
}
.infos-box {
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.logo-box .img-logo {
  width: 200px;
  display: block;
  margin: 0 auto;
}
.infos-box .name {
  font-size: 30px;
  color: #fff;
  margin-top: 20px;
}
.infos-box .desc {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  margin-top: 36px;
}
.infos-box .items {
  width: 100%;
  height: 230px;
  position: relative;
  z-index: 3;
}
.contact-us {
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 16px;
  color: #2381c2;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  margin: auto;
}
#waves {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.dialog__overlay {
  position: absolute;
  z-index: 1;
  background: rgba(55, 58, 71, 0.7);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
}
.dialog {
  position: fixed;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  pointer-events: none;
  z-index: 1000;
}
.dialog,
.dialog__overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.hide {
  display: none;
}
.code {
  width: 160px;
  display: block;
  margin: auto;
}
.dialog__content {
  width: 24%;
  max-width: 560px;
  min-width: 260px;
  margin-top: -80px;
}
.dialog--open .dialog-inner{
  padding: 40px 20px;
}
.icp{
  width: 100%;
  font-size: 12px;
  color: #666;
  position: absolute;
  bottom: 20px;
  left: 0;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .index {
    background: #061f4d url('../img/bg.png') right bottom no-repeat;
    background-size: auto 100%;
  }
  .dialog--open .dialog-inner{
    padding: 30px 20px;
  }
  .morph-shape svg rect{
    stroke-width: 2px;
  }
  .icp{
    text-decoration: none;
  }
}
