@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,100,300,500");
@import url("normalize.css");
* {
  -webkit-box-sizing: box-sizing;
  -moz-box-sizing: box-sizing;
  box-sizing: box-sizing;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Roboto", "PingFang TC", "STHeiti", sans-serif;
  height: 100%;
}

body {
  background-color: #white;
  font-weight: 200;
}

body, input, textarea, select, button {
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
}

ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a {
  outline: none;
  color: #00a9e7;
}

h1, h2, h3, h4, h5, h6 {
  color: #000000;
  text-align: center;
}

h2 {
  line-height: 38px;
}

h3 {
  line-height: 32px;
}

h5, .h5 {
  font-size: 15px;
  font-weight: lighter;
}

/*header */
header {
  width: 100%;
  height: 80px;
  position: relative;
  z-index: 9999;
  top: 0;
  background-color: #ffffff;
}

#wrap {
  position: relative;
  min-height: 100%;
  height: auto;
  margin: 0 auto -298px;
  padding: 0 0 298px;
}

.logo {
  position: absolute;
  z-index: 1;
  width: 165px;
  margin: 22px 0 0 5%;
}

#drawer-btn {
  position: absolute;
  z-index: 1000;
  padding: 15px;
  width: 52px;
  height: 52px;
  top: 0;
  right: 0;
  display: none;
}
#drawer-btn:hover {
  cursor: pointer;
}
#drawer-btn #drawer-wrap {
  position: relative;
  width: 20px;
  height: 20px;
  transition: all 0.5s ease 0s;
}
#drawer-btn .hambarg {
  background: #000000;
  position: absolute;
  transition: all 0.5s ease 0s;
  width: 100%;
  height: 2px;
}
#drawer-btn .hambarg:nth-child(1) {
  top: 0px;
}
#drawer-btn .hambarg:nth-child(2) {
  top: 8px;
}
#drawer-btn .hambarg:nth-child(3) {
  top: 16px;
}

.act #drawer-btn .hambarg {
  height: 3px;
}
.act #drawer-btn .hambarg:nth-child(1) {
  top: 44%;
  -webkit-transform: translate(0%, 0%) rotate(45deg) scaleX(1.15);
  -moz-transform: translate(0%, 0%) rotate(45deg) scaleX(1.15);
  -o-transform: translate(0%, 0%) rotate(45deg) scaleX(1.15);
  -ms-transform: translate(0%, 0%) rotate(45deg) scaleX(1.15);
  transform: translate(0%, 0%) rotate(45deg) scaleX(1.15);
  background: #ffffff;
}
.act #drawer-btn .hambarg:nth-child(2) {
  opacity: 0;
  background: #ffffff;
}
.act #drawer-btn .hambarg:nth-child(3) {
  top: 44%;
  -webkit-transform: translate(0%, 0%) rotate(-45deg) scaleX(1.15);
  -moz-transform: translate(0%, 0%) rotate(-45deg) scaleX(1.15);
  -o-transform: translate(0%, 0%) rotate(-45deg) scaleX(1.15);
  -ms-transform: translate(0%, 0%) rotate(-45deg) scaleX(1.15);
  transform: translate(0%, 0%) rotate(-45deg) scaleX(1.15);
  background: #ffffff;
}

.products {
  left: 50%;
  margin: 0 0 0 -50%;
}
.products li {
  white-space: nowrap;
}

.mainmenu {
  font-size: 16px;
  text-align: center;
  z-index: 1;
}
.mainmenu li {
  display: inline-block;
  line-height: 80px;
}
.mainmenu li ul {
  width: 100%;
  background: rgba(255, 255, 255, 0.97);
  line-height: normal;
}
.mainmenu li:hover ul {
  max-height: 200px;
}
.mainmenu li a {
  color: #333;
  line-height: 38px;
  padding: 0 25px;
  text-decoration: none;
  outline: none;
}
.mainmenu li a:hover {
  color: #F86057;
  transition: all 0.2s;
}

.submenu {
  position: absolute;
  font-size: 0.929em;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease-in 0s;
}
.submenu li {
  display: inline-flex;
  line-height: 60px;
  position: relative;
  text-align: center;
  margin: 15px 0;
  padding: 0;
}
.submenu li i {
  display: block;
  width: 44px;
  height: 44px;
  margin: auto;
}
.submenu li a {
  color: #666;
  line-height: 38px;
  padding: 0 25px;
  text-decoration: none;
  outline: none;
}
.submenu li:hover {
  color: #F86057;
  transition: all 0.2s;
}
.submenu li:hover .icon-canvas-print {
  background-position: 1px -78px;
}
.submenu li:hover .icon-framed-print {
  background-position: -77px -78px;
}
.submenu li:hover .icon-magnetic {
  background-position: -155px -78px;
}
.submenu li:hover .icon_wooden_framed_print {
  background-position: -232px -78px;
}
.submenu li:hover .icon-notebook {
  background-position: -309px -78px;
}
.submenu li .icon-canvas-print, .submenu li .icon-framed-print, .submenu li .icon-magnetic, .submenu li .icon_wooden_framed_print, .submenu li .icon-notebook {
  background-image: url("//cdn.phootime.com/www/images/v6/product_icon.svg");
  background-repeat: no-repeat;
  background-size: 348px 120px;
}
.submenu li .icon-canvas-print {
  background-position: 1px 1px;
}
.submenu li .icon-framed-print {
  background-position: -77px 1px;
}
.submenu li .icon-magnetic {
  background-position: -155px 1px;
}
.submenu li .icon_wooden_framed_print {
  background-position: -232px 1px;
}
.submenu li .icon-notebook {
  background-position: -309px 1px;
}

.p-btn {
  border: 1px solid #F86057;
  border-radius: 4px;
  color: #F86057;
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  margin: 15px 8px 0 0;
  padding: 16px 46px;
  transition: all 0.25s ease 0s;
}
.p-btn:hover {
  background-color: #F86057;
  color: #ffffff;
  text-decoration: none;
}
.p-btn.select {
  background-color: #F86057;
  color: #ffffff;
}
.p-btn.select:hover {
  background-color: #F8736A;
}
.p-btn.white {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #F8736A;
}
.p-btn.white:hover {
  border: 1px solid rgba(255, 255, 255, 0.95);
  background-color: rgba(255, 255, 255, 0.95);
  color: #F86057;
}

/*content */
#content-wrap {
  width: 100%;
  /*+P(80px 0 0 0) */
}
#content-wrap section {
  width: 100%;
  height: 650px;
}
#content-wrap section h1, #content-wrap section h2, #content-wrap section h3 {
  font-family: "Roboto", "PingFang TC", "STHeiti", "Microsoft JhengHei", sans-serif \9;
  font-size: 53px;
  text-align: left;
  line-height: 62px;
  font-weight: 400;
  margin: 0 0 10px 0;
  padding: 0;
  letter-spacing: 0.008em;
  color: #333;
}
#content-wrap section p {
  font-size: 24px;
  color: #333;
  font-weight: 200;
  line-height: 40px;
  margin: 0;
}
#content-wrap #pic01, #content-wrap #pic02, #content-wrap #pic03, #content-wrap #pic04, #content-wrap #pic05, #content-wrap #pic06, #content-wrap #pic07 {
  background-repeat: no-repeat;
  background-size: cover;
  display: table;
}
#content-wrap #pic01 > div.row-fluid, #content-wrap #pic02 > div.row-fluid, #content-wrap #pic03 > div.row-fluid, #content-wrap #pic04 > div.row-fluid, #content-wrap #pic05 > div.row-fluid, #content-wrap #pic06 > div.row-fluid, #content-wrap #pic07 > div.row-fluid {
  display: table-cell;
  vertical-align: middle;
}
#content-wrap #spec {
  height: auto;
  padding: 100px 0;
  background: #ffffff;
}
#content-wrap #spec h2, #content-wrap #spec h3 {
  font-size: 30px;
  margin: 0 0 40px 0;
}
#content-wrap #spec span {
  font-size: 16px;
  line-height: 30px;
  margin: 0 0 25px 0;
}
#content-wrap #spec .title {
  color: #888;
}
#content-wrap #spec .photo {
  text-align: center;
  float: right;
}
#content-wrap #spec .type {
  margin: 8px 0 0;
}
#content-wrap #spec .type li {
  display: inline-block;
  margin: 0 5px 0 0;
  width: 60px;
  height: 40px;
}
#content-wrap #spec .type li.type_full, #content-wrap #spec .type li.type_half, #content-wrap #spec .type li.type_window_border_text_bottom, #content-wrap #spec .type li.type_window_border_text_top, #content-wrap #spec .type li.type_window_full_text_bottom, #content-wrap #spec .type li.type_window_full_text_top {
  background-image: url("//cdn.phootime.com/www/images/v6/collage_icon.png");
  background-repeat: no-repeat;
  background-size: 619px auto;
}
#content-wrap #spec .type li.type_full {
  background-position: 0px -505px;
}
#content-wrap #spec .type li.type_half {
  background-position: -70px -505px;
}
#content-wrap #spec .type li.type_window_border_text_bottom {
  background-position: -140px -505px;
}
#content-wrap #spec .type li.type_window_border_text_top {
  background-position: -210px -505px;
}
#content-wrap #spec .type li.type_window_full_text_bottom {
  background-position: 0 -554px;
}
#content-wrap #spec .type li.type_window_full_text_top {
  background-position: -70px -554px;
}
#content-wrap #spec .select_menu {
  position: relative;
  width: 85px;
  margin: 0 0 20px -3px;
  display: inline-block;
}
#content-wrap #spec .select_menu i {
  position: absolute;
  right: 6px;
  top: 8px;
  color: #ccc;
  pointer-events: none;
  font-size: 13px;
}
#content-wrap #spec .select_menu select {
  border: solid 1px transparent;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  padding: 0;
  width: 100%;
}
#content-wrap #spec .select_menu select:before {
  content: "";
}
#content-wrap #spec .select_menu select::-ms-expand {
  display: none;
}
#content-wrap #spec .select_menu .nice-select {
  border: none;
  padding-right: 50px;
  padding-left: 4px;
  margin-bottom: -5px;
  font-weight: lighter;
  color: #333;
  height: 30px;
  line-height: 30px;
}
#content-wrap #go-shop {
  text-align: center;
  background: #ffffff;
  height: auto;
  padding: 0 0 45px 0;
}
#content-wrap #go-shop h2, #content-wrap #go-shop h3 {
  text-align: center;
  font-size: 53px;
  margin: 0 0 40px 0;
}
#content-wrap.index #pic01, #content-wrap.index #pic03, #content-wrap.index #pic04, #content-wrap.index #pic05, #content-wrap.index #pic06, #content-wrap.index #pic07, #content-wrap.index #spec, #content-wrap.index #go-shop, #content-wrap.index #footer_submenu {
  position: relative;
  z-index: 10;
}
#content-wrap.index #pic01 {
  height: 750px;
  background-position: 50% 70%;
  background-size: auto;
}
#content-wrap.index #pic01 > div.row-fluid {
  display: inherit;
}
#content-wrap.index #pic01 .info {
  position: relative;
  text-align: center;
  margin: 50px 0 0;
  z-index: 1;
}
#content-wrap.index #pic01 .info .p-btn {
  position: absolute;
  top: 445px;
  left: 50%;
  margin: 0 0 0 -110px;
}
#content-wrap.index #pic01 h1 {
  text-align: center;
}
#content-wrap.index #pic01 .complex {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 0%;
  background-repeat: none;
  background-image: url("//cdn.phootime.com/www/images/v6/index_bg_01_1_parallax.jpg");
}
#content-wrap.index #pic01 .complex li {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  background-position: 50% 0%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  animation: imageAnimation 12s linear infinite 0s;
}
#content-wrap.index #pic01 .complex li:nth-child(1) {
  background-image: url("//cdn.phootime.com/www/images/v6/index_bg_01_1_parallax.jpg");
}
#content-wrap.index #pic01 .complex li:nth-child(2) {
  background-image: url("//cdn.phootime.com/www/images/v6/index_bg_01_2_parallax.jpg");
  animation-delay: 4s;
}
#content-wrap.index #pic01 .complex li:nth-child(3) {
  background-image: url("//cdn.phootime.com/www/images/v6/index_bg_01_3_parallax.jpg");
  animation-delay: 8s;
}
#content-wrap.index #pic02 .fixed-effect {
  background-image: url("//cdn.phootime.com/www/images/v6/index_bg_02.png");
  background-repeat: no-repeat;
  background-color: #064959;
  background-position: 50% 300px;
  background-size: auto;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#content-wrap.index #pic02 > div.row-fluid {
  display: inherit;
}
#content-wrap.index #pic02 .info {
  text-align: center;
  width: 100%;
  margin: 50px 0 0;
  position: fixed;
  top: 45px;
  z-index: 0;
}
#content-wrap.index #pic02 h2, #content-wrap.index #pic02 p {
  text-align: center;
  color: rgba(255, 255, 255, 0.25);
}
#content-wrap.index #pic04 {
  background-image: url("//cdn.phootime.com/www/images/v6/index_bg_04.jpg");
  background-position: 50% 50%;
}
#content-wrap.index #pic04 .info {
  background: rgba(255, 255, 255, 0.6);
  display: inline-block;
  border-radius: 5px;
  padding: 40px;
}
#content-wrap.index #pic05 {
  background-image: url("//cdn.phootime.com/www/images/v6/index_bg_05_parallax.jpg");
  height: 800px;
  background-position: 50% 50%;
}
#content-wrap.index #pic05 > div.row-fluid {
  display: inherit;
}
#content-wrap.index #pic05 .info {
  text-align: center;
  margin: 75px 0 0;
}
#content-wrap.index #pic05 h2 {
  text-align: center;
}
#content-wrap.index #pic06 {
  background-image: url("//cdn.phootime.com/www/images/v6/index_bg_06.jpg");
  background-position: 85% 50%;
}
#content-wrap.index #pic06 .info {
  margin: -130px 5% 0 0;
  float: right;
}
#content-wrap.index #pic07 {
  background-image: url("//cdn.phootime.com/www/images/v6/index_bg_07_parallax.jpg");
  height: 800px;
  background-position: 50% 50%;
}
#content-wrap.index #go-shop {
  text-align: center;
  padding: 100px 0 45px 0;
}
#content-wrap.index #pic03, #content-wrap.canvas #pic06 {
  background-image: url("//cdn.phootime.com/www/images/v6/index_bg_03.jpg");
  background-position: 60% 50%;
}
#content-wrap.index #pic03 .info, #content-wrap.canvas #pic06 .info {
  background: rgba(255, 255, 255, 0.6);
  display: inline-block;
  border-radius: 5px;
  margin: -125px 5% 0 0;
  padding: 40px;
  float: right;
}
#content-wrap.sell #pic01, #content-wrap.sell #pic02, #content-wrap.sell #pic03, #content-wrap.sell #pic04, #content-wrap.sell #pic06, #content-wrap.sell #spec, #content-wrap.sell #go-shop, #content-wrap.sell #footer_submenu {
  position: relative;
  z-index: 10;
}
#content-wrap.sell #pic01 {
  background-image: url("//cdn.phootime.com/www/images/v6/sell_02_parallax.jpg");
  background-position: 68% 70%;
  background-size: auto;
  height: 850px;
}
#content-wrap.sell #pic01 .info {
  display: inline-block;
  margin-top: -186px;
  margin-left: 230px;
  text-align: center;
}
#content-wrap.sell #pic01 h1, #content-wrap.sell #pic01 p {
  color: #ffffff;
  text-align: center;
}
#content-wrap.sell #pic02, #content-wrap.sell #pic04 {
  background-color: #ffffff;
  height: 700px;
}
#content-wrap.sell #pic02 img, #content-wrap.sell #pic04 img {
  width: 200px;
}
#content-wrap.sell #pic02 h2, #content-wrap.sell #pic04 h2 {
  margin: 100px 0 50px;
  text-align: center;
}
#content-wrap.sell #pic02 .col-md-4, #content-wrap.sell #pic04 .col-md-4 {
  text-align: center;
}
#content-wrap.sell #pic02 .col-md-4 h2, #content-wrap.sell #pic04 .col-md-4 h2 {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  line-height: initial;
  margin: 35px 0 10px;
}
#content-wrap.sell #pic02 .col-md-4 P, #content-wrap.sell #pic04 .col-md-4 P {
  font-size: 18px;
  line-height: 30px;
}
#content-wrap.sell #pic03 {
  background-image: url("//cdn.phootime.com/www/images/v6/sell_03.png");
  background-color: #F5F5F5;
  background-position: 50% 95%;
  background-size: 1500px auto;
  height: 850px;
}
#content-wrap.sell #pic03 > div.row-fluid {
  display: inherit;
}
#content-wrap.sell #pic03 .info {
  position: relative;
  text-align: center;
  margin: 100px 0 0;
  z-index: 1;
}
#content-wrap.sell #pic03 .info h2 {
  text-align: center;
}
#content-wrap.sell #pic05 .fixed-effect {
  background-image: url("//cdn.phootime.com/www/images/v6/sell_01_parallax.jpg");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: cover;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#content-wrap.sell #pic06 {
  background-image: url("//cdn.phootime.com/www/images/v6/sell_04.png");
  background-color: #000000;
  background-position: 50% 140%;
  background-size: 800px auto;
  height: 650px;
}
#content-wrap.sell #pic06 .info {
  display: block;
  margin-top: -270px;
}
#content-wrap.sell #pic06 h2, #content-wrap.sell #pic06 p {
  color: #ffffff;
  text-align: center;
}
#content-wrap.sell #go-shop {
  text-align: center;
  padding: 100px 0 100px 0;
}
#content-wrap.canvas #pic01, #content-wrap.canvas #pic02, #content-wrap.canvas #pic04, #content-wrap.canvas #pic05, #content-wrap.canvas #pic06, #content-wrap.canvas #pic07, #content-wrap.canvas #pic08, #content-wrap.canvas #pic09, #content-wrap.canvas #spec, #content-wrap.canvas #go-shop, #content-wrap.canvas #footer_submenu {
  position: relative;
  z-index: 10;
}
#content-wrap.canvas #pic01 {
  background-image: url("//cdn.phootime.com/www/images/v6/canvas_bg_01_parallax.jpg");
  background-position: 50% 65%;
  background-size: auto;
  height: 720px;
}
#content-wrap.canvas #pic01 > div.row-fluid {
  display: inherit;
}
#content-wrap.canvas #pic01 .info {
  position: relative;
  text-align: center;
  margin: 50px 0 0;
  z-index: 1;
}
#content-wrap.canvas #pic01 .info .p-btn {
  position: absolute;
  top: 470px;
  left: 50%;
  margin: 0 0 0 -110px;
}
#content-wrap.canvas #pic01 h1 {
  text-align: center;
}
#content-wrap.canvas #pic01 .complex {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 70%;
  background-repeat: none;
  background-image: url("//cdn.phootime.com/www/images/v6/canvas_bg_01_parallax.jpg");
}
#content-wrap.canvas #pic01 .complex li {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  background-position: 50% 70%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  animation: canvasAnimation 9s linear infinite 0s;
}
#content-wrap.canvas #pic01 .complex li:nth-child(1) {
  background-image: url("//cdn.phootime.com/www/images/v6/canvas_bg_01_1_parallax.jpg");
}
#content-wrap.canvas #pic01 .complex li:nth-child(2) {
  background-image: url("//cdn.phootime.com/www/images/v6/canvas_bg_01_2_parallax.jpg");
  animation-delay: 3s;
}
#content-wrap.canvas #pic01 .complex li:nth-child(3) {
  background-image: url("//cdn.phootime.com/www/images/v6/canvas_bg_01_3_parallax.jpg");
  animation-delay: 6s;
}
#content-wrap.canvas #pic02 {
  background-image: url("//cdn.phootime.com/www/images/v6/canvas_bg_02.jpg");
  background-position: 50% 50%;
}
#content-wrap.canvas #pic02 h2, #content-wrap.canvas #pic02 p {
  color: #ffffff;
}
#content-wrap.canvas #pic03 {
  background-image: url("//cdn.phootime.com/www/images/v6/canvas_bg_03_parallax.jpg");
  background-position: 50% 15%;
  background-size: auto;
  height: 800px;
}
#content-wrap.canvas #pic03 > div.row-fluid {
  display: inherit;
}
#content-wrap.canvas #pic03 .info {
  text-align: center;
  width: 100%;
  margin: 50px 0 0;
  padding: 0 50px;
  top: 45px;
  z-index: 0;
}
#content-wrap.canvas #pic03 h2 {
  text-align: center;
}
#content-wrap.canvas #pic03 p {
  margin: auto;
}
#content-wrap.canvas #pic04 {
  background-image: url("//cdn.phootime.com/www/images/v6/canvas_bg_04.jpg");
  background-position: 50% 50%;
}
#content-wrap.canvas #pic04 .info {
  background: rgba(255, 255, 255, 0.85);
  display: inline-block;
  border-radius: 5px;
  margin: -20px 5% 0 0;
  padding: 40px;
  float: right;
}
#content-wrap.canvas #pic05 {
  background-image: url("//cdn.phootime.com/www/images/v6/canvas_bg_05_parallax.jpg");
  background-position: 60% 50%;
  background-size: auto;
}
#content-wrap.canvas #pic05 .info {
  background: rgba(255, 255, 255, 0.6);
  display: inline-block;
  border-radius: 5px;
  padding: 40px;
  width: auto;
}
#content-wrap.canvas #pic07 {
  background-image: url("//cdn.phootime.com/www/images/v6/canvas_bg_06.png");
  background-position: 45% 60%;
  background-size: 1400px auto;
  height: 750px;
}
#content-wrap.canvas #pic07 > div.row-fluid {
  display: inherit;
}
#content-wrap.canvas #pic07 .info {
  text-align: center;
  width: 100%;
  margin: 50px 0 0;
  padding: 0 50px;
  top: 45px;
  z-index: 0;
}
#content-wrap.canvas #pic07 .info .p-btn {
  margin: 485px 0 0 0;
}
#content-wrap.canvas #pic07 h2, #content-wrap.canvas #pic07 h3 {
  text-align: center;
}
#content-wrap.canvas #pic07 p {
  margin: auto;
}
#content-wrap.canvas #pic08 {
  background-image: url("//cdn.phootime.com/www/images/v6/canvas_bg_07.jpg");
  background-position: 50% 60%;
  background-size: auto;
  height: 650px;
  position: relative;
}
#content-wrap.canvas #pic08 > div.row-fluid {
  display: inherit;
}
#content-wrap.canvas #pic08 .info {
  text-align: center;
  margin-top: 100px;
  padding: 0 85px;
  z-index: 0;
  display: inline-block;
  float: right;
}
#content-wrap.canvas #pic08 .info .p-btn {
  display: none;
}
#content-wrap.canvas #pic08 h2 {
  text-align: center;
  color: #ffffff;
}
#content-wrap.canvas #pic08 p {
  margin: auto;
  color: #ffffff;
}
#content-wrap.canvas #pic08 span {
  display: block;
  position: absolute;
  color: #ffffff;
  bottom: 0;
  right: 0;
  padding: 15px;
  opacity: 0.85;
}
#content-wrap.canvas #pic09 {
  background-color: #f5f5f5;
  height: 600px;
}
#content-wrap.canvas #pic09 img {
  width: 200px;
}
#content-wrap.canvas #pic09 h2 {
  margin: 100px 0 50px;
  text-align: center;
}
#content-wrap.canvas #pic09 .col-md-4 {
  text-align: center;
}
#content-wrap.canvas #pic09 .col-md-4 h2 {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  line-height: initial;
  margin: 35px 0 10px;
}
#content-wrap.canvas #pic09 .col-md-4 P {
  font-size: 18px;
  line-height: 30px;
}
#content-wrap.framed_print #pic02, #content-wrap.framed_print #pic03, #content-wrap.framed_print #pic04, #content-wrap.framed_print #pic05, #content-wrap.framed_print #spec, #content-wrap.framed_print #go-shop, #content-wrap.framed_print #footer_submenu {
  position: relative;
  z-index: 10;
}
#content-wrap.framed_print #pic01 .fixed-effect {
  background-image: url("//cdn.phootime.com/www/images/v6/framed_print_bg_01_parallax.jpg");
  background-repeat: no-repeat;
  background-position: 55% 0%;
  background-size: auto;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#content-wrap.framed_print #pic01 > div.row-fluid {
  display: inherit;
}
#content-wrap.framed_print #pic01 .info {
  position: fixed;
  text-align: center;
  width: 100%;
  margin: 135px auto 0;
}
#content-wrap.framed_print #pic01 h1, #content-wrap.framed_print #pic01 p {
  text-align: center;
  color: rgba(255, 255, 255, 0.75);
}
#content-wrap.framed_print #pic02 {
  background-image: url("//cdn.phootime.com/www/images/v6/framed_print_bg_02.jpg");
  background-position: 15% 50%;
}
#content-wrap.framed_print #pic02 > div.row-fluid {
  display: inherit;
}
#content-wrap.framed_print #pic02 .info {
  background: rgba(255, 255, 255, 0.85);
  display: inline-block;
  border-radius: 5px;
  margin: 165px 5% 0 0;
  padding: 40px;
  float: right;
}
#content-wrap.framed_print #pic03 {
  background-image: url("//cdn.phootime.com/www/images/v6/framed_print_bg_03.jpg");
  background-position: 20% 50%;
  background-size: auto;
}
#content-wrap.framed_print #pic03 h2, #content-wrap.framed_print #pic03 p {
  color: #ffffff;
}
#content-wrap.framed_print #pic04 {
  background-image: url("//cdn.phootime.com/www/images/v6/framed_print_bg_04.jpg");
  background-position: 100% 50%;
  background-size: 750px auto;
  background-color: #F3F3F3;
}
#content-wrap.framed_print #pic05 {
  background-image: url("//cdn.phootime.com/www/images/v6/framed_print_bg_05_parallax.jpg");
  background-position: 40% 50%;
  background-size: auto;
  position: relative;
  height: 750px;
}
#content-wrap.framed_print #pic05 > div.row-fluid {
  display: inherit;
}
#content-wrap.framed_print #pic05 .info {
  position: absolute;
  text-align: center;
  width: 100%;
  margin: auto;
  bottom: 60px;
  z-index: 0;
}
#content-wrap.framed_print #pic05 h2, #content-wrap.framed_print #pic05 p {
  text-align: center;
  color: #ffffff;
}
#content-wrap.notebook #pic01, #content-wrap.notebook #pic02, #content-wrap.notebook #pic03, #content-wrap.notebook #spec, #content-wrap.notebook #go-shop, #content-wrap.notebook #footer_submenu {
  position: relative;
  z-index: 1;
}
#content-wrap.notebook #pic01 {
  background-image: url("//cdn.phootime.com/www/images/v6/notebook_bg_01.jpg");
  background-position: 100% 50%;
}
#content-wrap.notebook #pic01 .info {
  margin-top: -200px;
}
#content-wrap.notebook #pic02 {
  background-image: url("//cdn.phootime.com/www/images/v6/notebook_bg_02.jpg");
  background-position: 50% 50%;
}
#content-wrap.notebook #pic02 .info {
  margin: 0 0 0 55%;
}
#content-wrap.notebook #pic03 {
  background-image: url("//cdn.phootime.com/www/images/v6/notebook_bg_03_parallax.jpg");
  background-position: 50% 50%;
}
#content-wrap.notebook #pic04 .fixed-effect {
  background-image: url("//cdn.phootime.com/www/images/v6/notebook_bg_04_parallax.jpg");
  background-repeat: no-repeat;
  background-position: 80% 50%;
  background-size: cover;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#content-wrap.notebook #pic04 .info {
  display: inline-block;
  float: left;
  margin: 320px 0 0 6%;
}
#content-wrap.wooden_framed_print #pic01, #content-wrap.wooden_framed_print #pic03, #content-wrap.wooden_framed_print #spec, #content-wrap.wooden_framed_print #go-shop, #content-wrap.wooden_framed_print #footer_submenu {
  position: relative;
  z-index: 1;
}
#content-wrap.wooden_framed_print #pic01 {
  background-image: url("//cdn.phootime.com/www/images/v6/wooden_framed_print_bg_03.jpg");
  background-position: 50% 50%;
}
#content-wrap.wooden_framed_print #pic01 .info {
  background: rgba(255, 255, 255, 0.6);
  display: inline-block;
  border-radius: 5px;
  padding: 40px;
}
#content-wrap.wooden_framed_print #pic02 {
  height: 850px;
}
#content-wrap.wooden_framed_print #pic02 .fixed-effect {
  background-image: url("//cdn.phootime.com/www/images/v6/wooden_framed_print_bg_01_parallax.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#content-wrap.wooden_framed_print #pic02 .info {
  position: fixed;
  top: 25%;
  z-index: 0;
}
#content-wrap.wooden_framed_print #pic03 {
  background-image: url("//cdn.phootime.com/www/images/v6/wooden_framed_print_bg_02.jpg");
  background-position: 75% 50%;
}
#content-wrap.wooden_framed_print #spec .photo {
  text-align: left;
  float: right;
}

@keyframes imageAnimation {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  3% {
    opacity: 1;
    animation-timing-function: ease-out;
  }
  33% {
    opacity: 1;
  }
  36% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes canvasAnimation {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  5% {
    opacity: 1;
    animation-timing-function: ease-out;
  }
  50% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/*bootstrap */
nav {
  position: relative;
  font-weight: 400;
}

/*footer */
#footer_submenu {
  height: 150px;
  background-color: #ffffff;
  position: relative;
  text-align: center;
}
#footer_submenu ul {
  width: 100%;
  line-height: normal;
}
#footer_submenu li a:hover {
  color: #f86057;
  transition: all 0.2s ease 0s;
}
#footer_submenu .submenu {
  overflow: initial;
}

footer {
  line-height: 28px;
  position: absolute;
  background-color: #fafafa;
  color: #999;
  bottom: 0;
  width: 100%;
}
footer li a {
  color: #999;
  text-decoration: none;
}
footer li a:hover {
  color: #666;
  text-decoration: none;
}
footer .link {
  margin: 25px 0 30px 0;
}
footer .link h2, footer .link h4 {
  text-align: left;
  font-size: 16px;
  margin: 0 0 0 0;
  line-height: 38px;
}
footer .link li {
  display: block;
  line-height: 25px;
}
footer .navi {
  border-top: 1px solid #ccc;
}
footer .navi li {
  display: inline-block;
  line-height: 80px;
}
footer .navi li:after {
  content: "";
  margin: 0 10px;
}
footer .navi li:last-child {
  float: right;
}
footer .navi li:last-child:after {
  content: "";
  margin: 0;
}
footer .navi li i {
  font-size: 16px;
  vertical-align: middle;
  margin: 0 0 3px 0;
}
footer .web-footer .app img {
  width: 160px;
  margin: 0 0 30px 0;
  display: none;
}
footer .web-footer .app img:hover {
  opacity: 0.85;
}
footer .web-footer .red_herring img {
  width: 75px;
  display: block;
}
footer .mobile-footer {
  display: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  html, body {
    font-family: "Roboto", "PingFang TC", "STHeiti", "Microsoft JhengHei", sans-serif;
  }

  #content-wrap section h1, #content-wrap section h2 {
    font-family: "Roboto", "PingFang TC", "STHeiti", "Microsoft JhengHei", sans-serif;
  }
  #content-wrap #spec .select_menu {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #content-wrap.index #pic03, #content-wrap.canvas #pic06 {
    background-position: 45% 50%;
  }
  #content-wrap.index #pic03 .info, #content-wrap.canvas #pic06 .info {
    margin: 165px 2% 0 0;
  }
  #content-wrap.index #pic04 {
    background-position: 40% 50%;
  }
  #content-wrap.sell #pic01 .info {
    margin: -300px 0 0;
    width: 100%;
    display: block;
  }
  #content-wrap.sell #pic03 {
    background-size: 1100px auto;
  }
  #content-wrap.framed_print #pic04 {
    background-position: 37% 50%;
  }
  #content-wrap.framed_print #pic04 .info {
    position: absolute;
    text-align: center;
    bottom: 60px;
    margin: 0;
    padding: 30px 0;
    width: 100%;
  }
  #content-wrap.framed_print #pic04 .info h2 {
    text-align: center;
  }
  #content-wrap.canvas #pic08 {
    background-position: 45% 50%;
  }
  #content-wrap.canvas #pic08 .info {
    float: none;
    width: 100%;
    margin-top: 65px;
  }
  #content-wrap.canvas #pic08 .info .p-btn {
    display: inline-block;
    margin-top: 370px;
  }
}
@media (max-width: 1199px) {
  #content-wrap.canvas #pic03 p {
    width: auto;
  }
  #content-wrap.sell #pic06 {
    background-position: 50% 150%;
  }
  #content-wrap.sell #pic06 .info {
    float: none;
    margin: -265px auto;
    position: relative;
  }
}
@media (max-width: 1023px) {
  #content-wrap.sell #pic02 .col-md-4, #content-wrap.sell #pic04 .col-md-4 {
    margin: 0 0 50px 0;
  }
  #content-wrap.canvas #pic09 .col-md-4 {
    margin: 0 0 50px 0;
  }

  .logo {
    margin: 24px 0 0 3.5;
    width: 150px;
  }

  .mainmenu li a {
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .logo {
    margin: 22px 0 0 3.5%;
  }

  #content-wrap.canvas #pic09 {
    height: auto;
  }
}
@media (max-width: 767px) {
  #wrap {
    margin: 0 auto -356px;
    padding: 0 0 356px;
  }

  header {
    height: 50px;
    position: fixed;
  }
  header nav {
    width: 100%;
    position: absolute;
    right: 0;
  }

  #content-wrap {
    padding: 50px 0 0 0;
  }
  #content-wrap #spec .select_menu {
    margin: 0 0 10px -3px;
  }

  .logo {
    left: 50%;
    margin: 9px -75px;
  }

  .mainmenu {
    margin: 0;
    padding: 0;
    height: 100%;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
  }
  .mainmenu li {
    display: block;
    line-height: normal;
  }
  .mainmenu li:nth-child(1) {
    border-top: none;
  }
  .mainmenu li a {
    color: #ffffff;
  }
  .mainmenu li a:hover {
    color: rgba(255, 255, 255, 0.8);
  }
  .mainmenu li ul {
    background: none;
    width: 100%;
    margin: auto;
  }

  .submenu {
    position: relative;
    transition: max-height 0.25s ease-in 0s;
  }
  .submenu li {
    text-align: left;
  }
  .submenu li:first-child::after {
    display: none;
  }
  .submenu li a {
    line-height: normal;
    color: rgba(255, 255, 255, 0.65);
    padding: 0;
  }
  .submenu li a:hover {
    color: rgba(255, 255, 255, 0.45);
  }
  .submenu li a:before {
    content: "";
  }
  .submenu li i {
    display: none;
  }

  .menu {
    position: relative;
    top: 0;
    display: none;
  }
  .menu li {
    border-top: 1px solid #222;
    display: block;
  }
  .menu li.lang, .menu li.login {
    text-align: left;
    width: auto;
  }
  .menu li a {
    color: white;
    padding: 0 20px;
  }
  .menu .submenu {
    background: none;
    transition: max-height 500ms ease-in 0s;
  }
  .menu .submenu li {
    border-bottom: none;
  }

  .p-btn.select, .p-btn.white {
    background-color: transparent;
    border: 1px solid #f86057;
    color: #F86057;
  }
  .p-btn.select:hover, .p-btn.white:hover {
    background-color: #F86057;
    border: 1px solid #f86057;
    color: #ffffff;
  }

  .products {
    margin: 0;
    left: auto;
    margin: 0 0 0 auto;
  }

  #drawer-btn {
    display: block;
  }

  .act .mainmenu {
    background: rgba(248, 96, 87, 0.9);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    transition: all 1s ease 0s;
  }
  .act .mainmenu ul.item {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .act .mainmenu li {
    text-align: center;
  }
  .act .menu {
    display: block;
    background: rgba(0, 0, 0, 0.9);
  }
  .act #drawer-wrap {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  #content-wrap section {
    width: 100%;
    height: 640px;
  }
  #content-wrap section h1, #content-wrap section h2, #content-wrap section h3 {
    font-size: 30px;
    text-align: center;
    line-height: normal;
  }
  #content-wrap section p {
    font-size: 18px;
    text-align: center;
    line-height: 30px;
  }
  #content-wrap.index #pic01, #content-wrap.index #pic02, #content-wrap.index #pic03, #content-wrap.index #pic04, #content-wrap.index #pic05, #content-wrap.index #pic06, #content-wrap.index #pic07 {
    height: 650px;
    position: relative;
    background-attachment: initial;
  }
  #content-wrap.index #pic01 {
    background-image: url("//cdn.phootime.com/www/images/v6/index_bg_01_1_s.jpg");
  }
  #content-wrap.index #pic01 .info {
    margin: auto;
    width: 100%;
    position: absolute;
  }
  #content-wrap.index #pic01 .info .p-btn {
    left: auto;
    top: auto;
    margin: 15px 8px 0 0;
    position: relative;
  }
  #content-wrap.index #pic01 .complex {
    background-image: url("//cdn.phootime.com/www/images/v6/index_bg_01_1_s.jpg");
  }
  #content-wrap.index #pic01 .complex li {
    animation: none;
    opacity: 1;
  }
  #content-wrap.index #pic01 .complex li:nth-child(1) {
    background-image: url("//cdn.phootime.com/www/images/v6/index_bg_01_1_s.jpg");
  }
  #content-wrap.index #pic01 .complex li:nth-child(2) {
    background-image: url("//cdn.phootime.com/www/images/v6/index_bg_01_1_s.jpg");
  }
  #content-wrap.index #pic01 .complex li:nth-child(3) {
    background-image: url("//cdn.phootime.com/www/images/v6/index_bg_01_1_s.jpg");
  }
  #content-wrap.index #pic02 .fixed-effect {
    background-image: url("//cdn.phootime.com/www/images/v6/index_bg_02.png");
    background-position: 50% 208%;
    position: relative;
    height: 650px;
  }
  #content-wrap.index #pic02 .info {
    position: absolute;
    top: auto;
  }
  #content-wrap.index #pic02 .info h2, #content-wrap.index #pic02 .info p {
    color: #000000;
  }
  #content-wrap.index #pic04 {
    background-image: url("//cdn.phootime.com/www/images/v6/index_bg_04_s.jpg");
  }
  #content-wrap.index #pic04 .info {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0;
    padding: 30px 0;
    width: 100%;
  }
  #content-wrap.index #pic05 {
    background-image: url("//cdn.phootime.com/www/images/v6/index_bg_05_s.jpg");
  }
  #content-wrap.index #pic05 .info {
    width: 100%;
  }
  #content-wrap.index #pic06 {
    background-image: url("//cdn.phootime.com/www/images/v6/index_bg_06_s.jpg");
  }
  #content-wrap.index #pic06 .info {
    width: 100%;
  }
  #content-wrap.index #pic07 {
    background-image: url("//cdn.phootime.com/www/images/v6/index_bg_07_s.jpg");
    background-position: 56% 50%;
  }
  #content-wrap.index #go-shop {
    margin: 0;
  }
  #content-wrap.index #pic03, #content-wrap.canvas #pic06 {
    background-image: url("//cdn.phootime.com/www/images/v6/index_bg_03_s.jpg");
  }
  #content-wrap.index #pic03 .info, #content-wrap.canvas #pic06 .info {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0;
    margin: 0 0 0 0;
    padding: 30px 0;
    left: 0;
    right: 0;
  }
  #content-wrap.sell #pic01, #content-wrap.sell #pic03, #content-wrap.sell #pic05 {
    height: 650px;
    position: relative;
  }
  #content-wrap.sell #pic01 {
    background-image: url("//cdn.phootime.com/www/images/v6/sell_02_s.jpg");
    background-position: 50% 0;
    background-size: cover;
  }
  #content-wrap.sell #pic01 .info {
    background: rgba(0, 0, 0, 0.5);
    margin: 0;
    padding: 30px 0;
    width: 100%;
  }
  #content-wrap.sell #pic02 img, #content-wrap.sell #pic04 img {
    width: 125px;
  }
  #content-wrap.sell #pic03 {
    background-image: url("//cdn.phootime.com/www/images/v6/sell_03_s.png");
    background-position: 50% 85%;
    background-size: contain;
  }
  #content-wrap.sell #pic03 .info {
    background: rgba(255, 255, 255, 0);
    position: absolute;
    top: 0;
    width: 100%;
    margin: 75px 0 0;
  }
  #content-wrap.sell #pic05 .fixed-effect {
    background-image: url("//cdn.phootime.com/www/images/v6/sell_01_s.jpg");
    background-position: 100% 50%;
    position: relative;
    height: 650px;
  }
  #content-wrap.sell .p-btn.select {
    background-color: #f86057;
    border: 1px solid #f86057;
    color: #ffffff;
  }
  #content-wrap.canvas #pic01, #content-wrap.canvas #pic02, #content-wrap.canvas #pic03, #content-wrap.canvas #pic04, #content-wrap.canvas #pic05, #content-wrap.canvas #pic06, #content-wrap.canvas #pic07, #content-wrap.canvas #pic08 {
    height: 650px;
    position: relative;
    background-attachment: initial;
  }
  #content-wrap.canvas #pic01 {
    background-image: url("//cdn.phootime.com/www/images/v6/canvas_bg_01_s.jpg");
    background-position: 50% 0;
    background-size: cover;
  }
  #content-wrap.canvas #pic01 .info {
    margin: auto;
    width: 100%;
    position: absolute;
  }
  #content-wrap.canvas #pic01 .info .p-btn {
    left: auto;
    margin: 15px 8px 0 0;
    position: relative;
    top: auto;
  }
  #content-wrap.canvas #pic01 .complex {
    background-position: 50% 0;
    background-image: url("//cdn.phootime.com/www/images/v6/canvas_bg_01_s.jpg");
  }
  #content-wrap.canvas #pic01 .complex li {
    background-position: 50% 0;
    animation: none;
    opacity: 1;
  }
  #content-wrap.canvas #pic01 .complex li:nth-child(1) {
    background-image: url("//cdn.phootime.com/www/images/v6/canvas_bg_01_1_s.jpg");
  }
  #content-wrap.canvas #pic01 .complex li:nth-child(2) {
    background-image: url("//cdn.phootime.com/www/images/v6/canvas_bg_01_2_s.jpg");
  }
  #content-wrap.canvas #pic01 .complex li:nth-child(3) {
    background-image: url("//cdn.phootime.com/www/images/v6/canvas_bg_01_3_s.jpg");
  }
  #content-wrap.canvas #pic02 {
    background-image: url("//cdn.phootime.com/www/images/v6/canvas_bg_02_s.jpg");
    background-position: 50% 100%;
  }
  #content-wrap.canvas #pic02 .info h2, #content-wrap.canvas #pic02 .info p {
    color: #000;
  }
  #content-wrap.canvas #pic03 {
    background-image: url("//cdn.phootime.com/www/images/v6/canvas_bg_03_s.jpg");
  }
  #content-wrap.canvas #pic03 .info {
    position: absolute;
    top: auto;
    padding: 30px 0;
    width: 100%;
  }
  #content-wrap.canvas #pic04 {
    background-image: url("//cdn.phootime.com/www/images/v6/canvas_bg_04_s.jpg");
  }
  #content-wrap.canvas #pic04 .info {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0;
    padding: 30px 0;
    width: 100%;
  }
  #content-wrap.canvas #pic05 {
    background-image: url("//cdn.phootime.com/www/images/v6/canvas_bg_05_s.jpg");
  }
  #content-wrap.canvas #pic05 .info {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0;
    padding: 30px 0;
    width: 100%;
  }
  #content-wrap.canvas #pic07 {
    background-image: url("//cdn.phootime.com/www/images/v6/canvas_bg_06_s.png");
    background-size: contain;
    background-position: 50% 25%;
  }
  #content-wrap.canvas #pic07 .info {
    position: absolute;
    top: auto;
    padding: 30px 0;
    width: 100%;
  }
  #content-wrap.canvas #pic07 .info .p-btn {
    margin: 15px 8px 0 0;
  }
  #content-wrap.canvas #pic08 {
    background-image: url("//cdn.phootime.com/www/images/v6/canvas_bg_07_s.jpg");
    background-position: 30% 75%;
  }
  #content-wrap.canvas #pic08 .info {
    position: absolute;
    top: auto;
    padding: 30px 0;
    width: 100%;
  }
  #content-wrap.canvas #pic08 .info .p-btn {
    display: inline-block;
    margin: 15px 8px 0 0;
  }
  #content-wrap.canvas #pic08 h2, #content-wrap.canvas #pic08 p {
    color: #000000;
  }
  #content-wrap.canvas #pic08 span {
    top: 0;
    bottom: auto;
  }
  #content-wrap.canvas #pic09 img {
    width: 125px;
  }
  #content-wrap.framed_print #pic01, #content-wrap.framed_print #pic02, #content-wrap.framed_print #pic03, #content-wrap.framed_print #pic04, #content-wrap.framed_print #pic05 {
    height: 650px;
    position: relative;
    background-attachment: initial;
  }
  #content-wrap.framed_print #pic01 .fixed-effect {
    background-image: url("//cdn.phootime.com/www/images/v6/framed_print_bg_01_s.jpg");
    background-position: 24% 0;
    position: relative;
    height: 650px;
  }
  #content-wrap.framed_print #pic01 .info {
    margin: auto;
    width: 100%;
    position: absolute;
  }
  #content-wrap.framed_print #pic01 .info h1, #content-wrap.framed_print #pic01 .info p {
    color: #000;
  }
  #content-wrap.framed_print #pic01 .info .p-btn {
    left: auto;
    margin: 15px 8px 0 0;
    position: relative;
    top: auto;
  }
  #content-wrap.framed_print #pic02 {
    background-image: url("//cdn.phootime.com/www/images/v6/framed_print_bg_02_s.jpg");
    background-position: 50% 100%;
  }
  #content-wrap.framed_print #pic02 .info {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0;
    padding: 30px 0;
    width: 100%;
  }
  #content-wrap.framed_print #pic03 {
    background-image: url("//cdn.phootime.com/www/images/v6/framed_print_bg_03_s.jpg");
    background-position: 40% 50%;
  }
  #content-wrap.framed_print #pic03 h2, #content-wrap.framed_print #pic03 p {
    color: #000;
  }
  #content-wrap.framed_print #pic04 {
    background-image: url("//cdn.phootime.com/www/images/v6/framed_print_bg_04.jpg");
    background-position: 59% 50%;
  }
  #content-wrap.framed_print #pic04 .info {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0;
    padding: 30px 0;
    width: 100%;
  }
  #content-wrap.framed_print #pic05 {
    background-image: url("//cdn.phootime.com/www/images/v6/framed_print_bg_05_s.jpg");
    background-position: 50% 0%;
  }
  #content-wrap.framed_print #pic05 .info {
    position: absolute;
    bottom: 0;
    padding: 30px 0;
    width: 100%;
  }
  #content-wrap.framed_print #pic05 .info h2, #content-wrap.framed_print #pic05 .info p {
    color: #000;
  }
  #content-wrap.notebook #pic01, #content-wrap.notebook #pic02, #content-wrap.notebook #pic03, #content-wrap.notebook #pic04 {
    position: relative;
    background-attachment: initial;
  }
  #content-wrap.notebook #pic01 {
    background-image: url("//cdn.phootime.com/www/images/v6/notebook_bg_01_s.jpg");
    background-position: 75% 100%;
  }
  #content-wrap.notebook #pic02 {
    background-image: url("//cdn.phootime.com/www/images/v6/notebook_bg_02_s.jpg");
  }
  #content-wrap.notebook #pic02 .info {
    margin: auto;
  }
  #content-wrap.notebook #pic03 {
    background-image: url("//cdn.phootime.com/www/images/v6/notebook_bg_03_s.jpg");
    background-position: 50% 100%;
  }
  #content-wrap.notebook #pic04 .fixed-effect {
    background-image: url("//cdn.phootime.com/www/images/v6/notebook_bg_04_s.jpg");
    position: relative;
    height: 650px;
  }
  #content-wrap.notebook #pic04 .info {
    margin: auto;
  }
  #content-wrap.wooden_framed_print #pic01, #content-wrap.wooden_framed_print #pic02, #content-wrap.wooden_framed_print #pic03, #content-wrap.wooden_framed_print #pic04 {
    position: relative;
    background-attachment: initial;
  }
  #content-wrap.wooden_framed_print #pic01 {
    background-image: url("//cdn.phootime.com/www/images/v6/wooden_framed_print_bg_03_s.jpg");
  }
  #content-wrap.wooden_framed_print #pic01 .info {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0;
    padding: 40px;
    width: 100%;
  }
  #content-wrap.wooden_framed_print #pic02 {
    height: 650px;
  }
  #content-wrap.wooden_framed_print #pic02 .fixed-effect {
    background-image: url("//cdn.phootime.com/www/images/v6/wooden_framed_print_bg_01_s.jpg");
    position: relative;
    height: 650px;
  }
  #content-wrap.wooden_framed_print #pic02 .info {
    position: absolute;
    top: auto;
  }
  #content-wrap.wooden_framed_print #pic03 {
    background-image: url("//cdn.phootime.com/www/images/v6/wooden_framed_print_bg_02_s.jpg");
  }
  #content-wrap.wooden_framed_print #spec .photo {
    text-align: center;
  }
  #content-wrap #spec h2, #content-wrap #spec h3 {
    font-size: 24px;
    text-align: left;
    clear: both;
    margin: 0;
    padding: 20px 0;
  }
  #content-wrap #spec span {
    margin: 0 0;
    font-size: 14px;
    line-height: 25px;
    margin: 0 0 10px;
  }
  #content-wrap #spec .spec-info li [class*="span"] {
    width: auto;
    display: inline-block;
    vertical-align: text-top;
  }
  #content-wrap #spec .spec-info li [class*="span"]:first-child {
    width: 27%;
  }
  #content-wrap #spec .spec-info li [class*="span"]:last-child {
    width: 71%;
  }
  #content-wrap.sell #pic06 {
    background-position: 50% 100%;
    background-size: 100% auto;
  }
  #content-wrap.sell #pic06 .info {
    background: transparent;
    margin: -290px auto;
  }
  #content-wrap.sell #pic06 h2 {
    text-align: center;
  }
  #content-wrap #go-shop h2, #content-wrap #go-shop h3 {
    font-size: 30px;
    margin: 0 0 20px 0;
  }
  #content-wrap .info {
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    text-align: center;
    padding: 30px 10px;
    bottom: 0;
  }

  footer .web-footer {
    display: none;
  }
  footer .mobile-footer {
    display: block;
  }
  footer .mobile-footer li {
    line-height: 50px;
    text-align: center;
  }
  footer .mobile-footer li:not(:last-child) {
    border-bottom: 1px solid #eee;
    margin: 0 20px;
  }

  #footer_submenu {
    display: none;
  }
}
@media (max-width: 639px) {
  #content-wrap.canvas #pic07 {
    height: 600px;
  }
  #content-wrap.sell #pic06 {
    height: 540px;
    background-position: 50% 115%;
  }
  #content-wrap.sell #pic06 .info {
    margin: -240px auto 0;
  }
  #content-wrap #spec .photo img {
    width: 50%;
  }
}
@media (max-width: 539px) {
  #content-wrap.sell #pic06 {
    height: 500px;
    background-position: 50% 100%;
  }
  #content-wrap #go-shop {
    padding: 0 0 25px;
  }
  #content-wrap #go-shop .p-btn {
    width: 75%;
    margin: 15px 0 0;
  }
}
@media (max-width: 479px) {
  #content-wrap.canvas #pic07 {
    height: 500px;
  }
  #content-wrap.sell #pic06 {
    height: 450px;
  }
  #content-wrap.sell #pic06 .info {
    margin: -220px auto 0;
  }
}
@media (max-width: 359px) {
  #content-wrap.sell #pic06 {
    height: 380px;
  }
  #content-wrap.sell #pic06 .info {
    margin: -180px auto 0;
  }
  #content-wrap #spec .photo img {
    width: 65%;
  }
  #content-wrap #go-shop .p-btn {
    width: 100%;
    margin: 0 0 15px;
  }
}
