/*CSS Reset*/
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
header,
hgroup,
nav,
section,
article,
aside,
footer,
figure,
figcaption,
menu,
button {
  margin: 0;
  padding: 0;
}
body {
  line-height: 1.5;
  font-size: 0.16rem;
  color: black;
  background-color: #f8f9fa;
  -webkit-user-select: none;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
}
fieldset,
img {
  border: 0;
}
li {
  list-style: none;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  outline: 0;
}
button {
  -webkit-appearance: none;
  border: 0;
  background: none;
}
a {
  -webkit-touch-callout: none;
  text-decoration: none;
}
:focus {
  outline: 0;
  -webkit-tap-highlight-color: transparent;
}
em,
i {
  font-style: normal;
}
input[type="date"] {
  text-align: right;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
@media screen and (max-width: 319px) {
  html {
    font-size: 90px;
  }
}
@media screen and (min-width: 320px) and (max-width: 359px) {
  html {
    font-size: 90px;
  }
}
@media screen and (min-width: 360px) and (max-width: 374px) {
  html {
    font-size: 96px;
  }
}
@media screen and (min-width: 375px) and (max-width: 383px) {
  html {
    font-size: 100px;
  }
}
@media screen and (min-width: 384px) and (max-width: 399px) {
  html {
    font-size: 102.4px;
  }
}
@media screen and (min-width: 400px) and (max-width: 413px) {
  html {
    font-size: 106.66667px;
  }
}
@media screen and (min-width: 414px) {
  html {
    font-size: 110.4px;
  }
}
a {
  color: #333;
}
em {
  color: #ff8444;
}
::-webkit-input-placeholder {
  color: #bbbbbb;
}
/**
 * ����
 */
h1 {
  font-size: 0.18rem;
}
h2 {
  font-size: 0.17rem;
}
h3,
h4 {
  font-size: 0.16rem;
}
h5,
h6,
body,
input,
button,
textarea,
select,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Microsoft YaHei", sans-serif;
}
body {
  background: #ffffff;
}
img {
  vertical-align: middle;
}
button,
input[type=button],
input[type=submit] {
  -webkit-appearance: button;
}
html,
body {
  height: 100%;
}
.tier {
  width: 100%;
  height: 100%;
  max-width: 750px;
  min-width: 320px;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.tier .pic {
  width: 44%;
  position: absolute;
  top: 5px;
  right: 10px;
}
.tier .pic img {
  width: 100%;
}
.viewport {
  width: 100%;
  height: 100%;
  max-width: 750px;
  min-width: 320px;
  overflow: hidden;
  margin: 0 auto;
  color: #666666;
  font-family: Arial, Microsoft YaHei, sans-serif;
  position: relative;
  background: #ffffff url("../images/templateDownload_bg.png") no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.viewport .brand {
  color: #434343;
  font-size: 0.21rem;
  line-height: 0.36rem;
  text-align: center;
  padding-top: 0.3rem;
}
.viewport .iphone {
  text-align: center;
  margin-top: 5%;
  position: relative;
}
@keyframes dowIphone_01 {
  0% {
    bottom: 800px;
  }
  100% {
    bottom: 0;
  }
}
@-webkit-keyframes dowIphone_01 {
  0% {
    bottom: 800px;
  }
  100% {
    bottom: 0;
  }
}
@keyframes dap_01 {
  0%,
  100% {
    bottom: 0;
  }
  50% {
    bottom: 10px;
  }
}
@-webkit-keyframes dap_01 {
  0%,
  100% {
    bottom: 0;
  }
  50% {
    bottom: 10px;
  }
}
.viewport .iphone .iphone_01 {
  width: 1.9rem;
  position: relative;
  animation: dowIphone_01 2s,dap_01 4s infinite 2s;
  -webkit-animation: dowIphone_01 2s,dap_01 4s infinite 2s;
}
@keyframes dow {
  0% {
    bottom: -2rem;
  }
  100% {
    bottom: 0;
  }
}
@-webkit-keyframes dow {
  0% {
    bottom: -2rem;
  }
  100% {
    bottom: 0;
  }
}
.viewport .download {
  width: 100%;
  height: 35%;
  max-width: 7.5rem;
  min-height: 3rem;
  padding-top: 1.2rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  animation: dow 1s linear;
  -webkit-animation: dow 1s linear;
  background: url(../images/templateDownload_bottom.png) no-repeat top center;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.viewport .download .logo {
  min-height: 0.48rem;
  text-align: center;
  padding-bottom: 0.22rem;
}
.viewport .download .logo img {
  width: 0.48rem;
}
.viewport .download .btn {
  width: 100%;
  text-align: center;
  position: relative;
}
.viewport .download .btn a {
  display: block;
  width: 2.34rem;
  height: 0.45rem;
  color: #ffffff;
  font-size: 0.2rem;
  line-height: 0.45rem;
  background: #E10414;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0 auto;
}
.viewport .download .ios-btn {
  text-align: center;
}
.viewport .download .ios-btn a {
  display: inline-block;
  color: #E10414;
  line-height: 0.45rem;
  padding: 0 0.4rem;
}
/*iPhoneX������*/
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .viewport .download {
    max-height: 2.5rem;
  }
}
