/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
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, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.clearfix:after {
  display: block;
  width: 0;
  height: 0;
  content: ' ';
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}

@-webkit-keyframes goon {
  0% {
    -webkit-transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(-10px);
  }
}
@keyframes goon {
  0% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(5px);
  }
}
html {
  height: 100%;
}

img {
  display: block;
  border: 0;
}

.hide {
  display: none;
}

body {
  margin: 0;
  padding: 0;
  color: #9a9a9a;
  font-size: 20px;
  font-family: PingFangTC-Thin, sans-serif;
}
body header {
  background: url(/static/images/main/bgSlide.jpg) no-repeat top center;
  background-size: 100%;
  color: #ffffff;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: normal;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4), 0px 8px 10px rgba(0, 0, 0, 0.4), 0px 18px 25px rgba(0, 0, 0, 0.4);
}
body header .logo {
  padding-left: 37px;
  padding-bottom: 30px;
}
body header .logo img {
  width: 15%;
}
body header .location {
  font-size: 33px;
}
body header .temp {
  font-size: 100px;
  font-family: 'Roboto', sans-serif;
}
body header .desc {
  font-size: 38px;
}
body header .download {
  width: 450px;
  margin: 7% auto 1% auto;
}
body header .download a.download1 {
  float: left;
  display: inline-block;
  width: 225px;
}
body header .download a.download2 {
  float: left;
  width: 225px;
}
body .foreword {
  /* width: 600px; */
  margin: 0 auto;
  font-size: 20px;
  text-align: center;
  line-height: 1.4em;
  padding: 20px;
}
body .foreword .text {
  line-height: 1.4em;
}
body .foreword .text span {
  display: block;
  font-weight: bold;
  font-size: 25px;
  margin: 10px auto 10px auto;
  color: #4a4a4a;
}
body .foreword .upload img {
  width: 400px;
  margin: 15px auto;
}
body .intro {
  width: 930px;
  margin: 0 auto;
}
body .intro .intro1 img.mobile {
  float: left;
  padding-left: 10px;
  padding-right: 5px;
}
body .intro .intro1 span.line {
  float: left;
  display: block;
  height: 500px;
  border-left: 1px solid #999999;
  margin-left: 50px;
}
body .intro .intro1 span.desc {
  float: left;
  width: 320px;
  display: inline-block;
  line-height: 1.4em;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 280px;
}
body .intro .intro1 span.title {
  float: left;
  width: 100px;
  padding-right: 33px;
  padding-left: 33px;
  font-size: 25px;
  font-family: PingFangTC-Light, sans-serif;
  color: #4a4a4a;
  padding-top: 280px;
}
body .intro .intro1 span.title img {
  margin: 20px auto;
}
body .intro .intro2 img.mobile {
  float: right;
  margin-top: -295px;
}
body .intro .intro2 span.line {
  float: left;
  display: block;
  height: 500px;
  border-left: 1px solid #999999;
  margin-left: 50px;
}
body .intro .intro2 span.desc {
  float: left;
  width: 320px;
  display: inline-block;
  line-height: 1.4em;
  padding-top: 10px;
  padding-right: 40px;
}
body .intro .intro2 span.title {
  float: right;
  width: 100px;
  padding-right: 86px;
  padding-left: 33px;
  font-size: 25px;
  font-family: PingFangTC-Light, sans-serif;
  color: #4a4a4a;
  padding-top: 11px;
}
body .intro .intro2 span.title img {
  margin: 20px auto;
}
body .intro .intro3 img.mobile {
  float: left;
  padding-left: 10px;
  padding-right: 5px;
  margin-top: -295px;
}
body .intro .intro3 span.line {
  float: left;
  display: block;
  height: 500px;
  border-left: 1px solid #999999;
  margin-left: 50px;
}
body .intro .intro3 span.desc {
  float: left;
  width: 320px;
  display: inline-block;
  line-height: 1.4em;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 10px;
}
body .intro .intro3 span.title {
  float: left;
  width: 100px;
  padding-right: 33px;
  padding-left: 33px;
  font-size: 25px;
  font-family: PingFangTC-Light, sans-serif;
  color: #4a4a4a;
  padding-top: 11px;
}
body .intro .intro3 span.title img {
  margin: 20px auto;
}
body .intro .intro4 img.mobile {
  float: right;
  margin-top: -295px;
}
body .intro .intro4 span.line {
  display: none;
  /*float: left;
  display: block;
  height: 500px;
  border-left: 1px solid #999999;
  margin-left: 50px;*/
}
body .intro .intro4 span.desc {
  float: left;
  width: 320px;
  display: inline-block;
  line-height: 1.4em;
  padding-top: 10px;
  padding-right: 40px;
}
body .intro .intro4 span.title {
  float: right;
  width: 100px;
  padding-right: 86px;
  padding-left: 33px;
  font-size: 25px;
  font-family: PingFangTC-Light, sans-serif;
  color: #4a4a4a;
  padding-top: 11px;
}
body .intro .intro4 span.title img {
  margin: 20px auto;
}
body .function {
  width: 950px;
  margin: 0 auto;
  line-height: 1.4em;
  padding-bottom: 40px;
}
body .function p {
  font-size: 23px;
  font-family: PingFangTC-Thin, sans-serif;
  color: #4a4a4a;
}
body .function ul li {
  list-style: none;
}
body .function ul li span {
  display: block;
  color: #000000;
  font-family: PingFangTC-Light, sans-serif;
}

footer {
  width: 100%;
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
  line-height: 1.4em;
  padding-top: 30px;
  padding-bottom: 30px;
  background: url(/static/images/main/bgFooter.png) no-repeat center center;
  background-size: cover;
}
body footer .download {
  width: 450px;
  margin: 7% auto 1% auto;
}
body footer .download a.download1 {
  float: left;
  display: inline-block;
  width: 225px;
}
body footer .download a.download2 {
  float: left;
  width: 225px;
}
footer ul {
  width: 200px;
  margin: 0 auto;
  line-height: 1.4em;
}
footer ul li {
  float: left;
  list-style: none;
}
footer ul li a {
  color: #ffffff;
  text-decoration: none;
}

/* line 518, ../sass/screen.scss */
.lightbox-target {
  position: fixed;
  top: -100%;
  width: 100%;
  background: #ffffff;
  z-index: 9999;
  opacity: 0;
  transition: opacity .5s ease-in-out;
  overflow-y: auto;
}
/* line 528, ../sass/screen.scss */
.lightbox-target .tip img {
  width: 33%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: goon .5s 0s infinite;
  animation: goon .5s 0s infinite;
  border: 0;
  margin-top: 20px;
  margin-left: 25px;
}
/* line 540, ../sass/screen.scss */
.lightbox-target .check {
  width: 80%;
  margin: 20px auto;
  font-size: 13px;
  color: #333333;
  line-height: 1.4em;
  padding-top: 3%;
  font-size: 18px;
  line-height: 1.6em;
}

.lightbox-target .check a{
  color: #1b9def;
  text-decoration: none;
}
.lightbox-target .check a:hover{
  color: #1b9def;
  text-decoration: underline;
}
/* line 550, ../sass/screen.scss */
.lightbox-target .noticeInner {
  margin: 1% auto;
  color: #414141;
  font-size: 20px;
  line-height: 1.8em;
  text-align: left;
  font-weight: bold;
}
/* line 558, ../sass/screen.scss */
.lightbox-target .content {
  width: 100%;
  height: 100%;
  color: #333;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: left;
  padding-top: 50px;
  box-sizing: border-box;
  max-height: 0%;
  max-width: 0%;
  transition: .5s ease-in-out;
}
/* line 575, ../sass/screen.scss */
.lightbox-target img {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 3px solid #fff;
  /* box-shadow: 0 0 8px rgba(0,0,0,.3); */
  box-sizing: border-box;
  max-height: 0%;
  max-width: 0%;
  transition: .5s ease-in-out;
}
/* line 589, ../sass/screen.scss */
.lightbox-target:target {
  opacity: 1;
  top: 0;
  bottom: 0;
}
/* line 593, ../sass/screen.scss */
.lightbox-target:target .content, .lightbox-target:target img {
  max-height: 100%;
  max-width: 100%;
}
/* line 597, ../sass/screen.scss */
.lightbox-target:target .lightbox-close {
  top: 2%;
}

/* line 602, ../sass/screen.scss */
.lightbox-close {
  display: block;
  width: 42px;
  height: 42px;
  box-sizing: border-box;
  color: #fff;
  position: absolute;
  top: 2%;
  right: 5%;
  transition: .5s ease-in-out;
  background: url(/static/images/main/btnClose.png);
}


