@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
 * v2.0 | 20110126
 * License: none (public domain) */
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 {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

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

/* Customize
 * ========================================================================== */
html, body {
  height: 100%;
}

a {
  text-decoration: none;
}

img {
  display: block;
}

input::placeholder, textarea::placeholder {
  color: #d4d4d4;
  font-size: 1em;
  font-family: Noto Sans, Arial, Helvetica, sans-serif;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #d4d4d4;
  font-size: 1em;
  font-family: Noto Sans, Arial, Helvetica, sans-serif;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #d4d4d4;
  font-size: 1em;
  font-family: Noto Sans, Arial, Helvetica, sans-serif;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #d4d4d4;
  font-size: 1em;
  font-family: Noto Sans, Arial, Helvetica, sans-serif;
}

/* ================================= */
#browser {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  cursor: pointer;
}

.browser_content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  height: 260px;
  margin-left: -250px;
  margin-top: -130px;
  padding: 40px;
  margin: -170px 0 0 -290px;
  background: #FFF;
  border-radius: 5px;
  text-align: center;
}
.browser_content h1 {
  margin-bottom: 20px;
}
.browser_content p {
  margin-top: 30px;
}

.browser_note {
  color: #666;
  line-height: 1.7;
  padding: 0 20px;
}
.browser_note .autoWrap {
  display: inline-block;
}

.browser_chosen {
  position: relative;
  width: 480px;
  margin: 20px auto 0;
  overflow: hidden;
}
.browser_chosen a {
  float: left;
  margin: 0 28px 20px;
  color: #666;
  line-height: 1.7;
  font-size: 12px;
}

@media only screen and (max-width: 599px) {
  .browser_content {
    width: 100%;
    height: auto;
    padding: 40px 0 0;
    margin: -235px 0 0 -50%;
    border-radius: 0;
  }

  .browser_chosen {
    width: 240px;
  }
}
/* ========================================================================== */
.main {
  overflow: hidden;
  height: 100vh;
}

.container {
  position: relative;
  margin: auto;
}

.work-title {
  position: relative;
  border-bottom: solid 1px #777;
  padding: 20px 0;
  overflow: hidden;
  z-index: 1;
}
.work-title .name {
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  -moz-transition: left 0.6s;
  -o-transition: left 0.6s;
  -webkit-transition: left 0.6s;
  transition: left 0.6s;
}
.work-title .name:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
}
.work-title .back {
  position: relative;
  float: right;
  display: inline-block;
  margin-right: 20px;
  -moz-transition: margin 0.6s;
  -o-transition: margin 0.6s;
  -webkit-transition: margin 0.6s;
  transition: margin 0.6s;
}
.work-title .back i {
  margin-right: 5px;
}
.work-title .back:hover {
  color: #777;
}
.work-wrap {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
}
.work-photos {
  margin: 58px 0;
}
.work-control {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.work-control .work-prev {
  position: fixed;
  left: 20px;
}
.work-control .work-next {
  position: fixed;
  right: 20px;
}
.work-control i {
  font-size: 36px;
  cursor: pointer;
}
.work-control i:hover {
  color: #777;
}
.work-down {
  position: fixed;
  bottom: 58px;
  width: 100%;
  border-top: solid 1px #777;
}
.work-num {
  position: fixed;
  bottom: 15px;
  left: 50%;
  margin-left: -50px;
  line-height: 20px;
  font-size: 0.875em;
  color: #fff;
  width: 100px;
  text-align: center;
}
.work-num span {
  margin: 0 10px;
}
.work-num-now {
  color: #fff;
}

/*------------------------------------------
 *             tablet 、 Mobile
 *------------------------------------------ */
@media only screen and (max-width: 1100px) {
  .main {
    height: auto;
    padding: 0 20px;
  }

  .work-wrap {
    position: relative;
  }
  .work-photos {
    margin: 0 auto;
  }
  .work-photos img {
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(40px);
    -moz-transition: opacity 0.6s, -moz-transform 0.6s;
    -o-transition: opacity 0.6s, -o-transform 0.6s;
    -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
    transition: opacity 0.6s, transform 0.6s;
  }
  .work-photos .show {
    opacity: 1;
    transform: translateY(0px);
    -moz-transition: opacity 0.6s, -moz-transform 0.6s;
    -o-transition: opacity 0.6s, -o-transform 0.6s;
    -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
    transition: opacity 0.6s, transform 0.6s;
  }
  .work-down, .work-control {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .work-title .name {
    left: 0;
    transform: translateX(0%);
    -moz-transition: left 0.6s;
    -o-transition: left 0.6s;
    -webkit-transition: left 0.6s;
    transition: left 0.6s;
  }
  .work-title .back {
    margin-right: 0;
    -moz-transition: margin 0.6s;
    -o-transition: margin 0.6s;
    -webkit-transition: margin 0.6s;
    transition: margin 0.6s;
  }
}
