body {
  font-size: 12px;
  position: relative;
  color: #000;
}
body * {
  font-family: 'Microsoft JhengHei', 'Arial', Helvetica, sans-serif;
}
.row:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.row .col {
  display: block;
  float: left;
}
input[type="text"],
input[type="search"],
input[type="submit"],
input[type="reset"],
input[type="date"],
input[type="tel"],
input[type="password"],
input[type="email"],
textarea {
  appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: 0;
}
select {
  border-radius: 0;
  outline: 0;
}
.cus-select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.cus-select select::-ms-expand {
  display: none;
}
.animated {
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* slider set */
.flexslider.no-pager .flex-control-nav {
  display: none!important;
}
.flexslider.no-direction .flex-direction-nav {
  display: none!important;
}
/* for_editor_mv */
.cus-tabs .tabs-content .editor_mv, .news-detail .editor .editor_mv {
  display: block; 
  position: relative; 
  height: 0; 
  overflow: hidden; 
  padding: 0; 
  padding-bottom: 56.25%;
}
.cus-tabs .tabs-content .editor_mv iframe, .news-detail .editor .editor_mv iframe {
  position: absolute; 
  height: 100%; 
  width: 100%; 
  border: 0; 
  bottom: 0; 
  left: 0; 
  top: 0;
}
/*===============================================================================================
    -pc
===============================================================================================*/
@media only screen and (min-width: 1200px) {
  .mobile,
  .tablet {
    display: none!important;
  }
  .wrap {
    width: 80%;
    max-width: 1260px;
    margin: 0 auto;
  }
  body {
    height: 100vh;
    overflow-y: hidden;
  }
  header.header {
    position: relative;
    height: 178px;
  }
  header.header .top .wrap {
    position: relative;
    height: 130px;
  }
  header.header .top .wrap a.logo {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  header.header .top .wrap .right {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  header.header .top .right .search {
    width: 220px;
    height: 30px;
    border: 1px #000 solid;
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
  header.header .top .right .search input[type=search] {
    display: block;
    width: 100%;
    height: 28px;
    line-height: 28px;
    border: 0;
    padding: 0 28px 0 8px;
    font-size: 13px;
    position: relative;
    z-index: 1;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
  }
  header.header .top .right .search input + input {
    position: absolute;
    display: block;
    width: 28px;
    height: 28px;
    right: 1px;
    top: 1px;
    border: 0;
    background: url(../images/search_icon.png) center center no-repeat;
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
    background-size: 24px 24px;
    z-index: 2;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
  }
  header.header .top .right .links {
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
  }
  header.header .top .right .links a {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 9px;
  }
  header.header .top .right .links .icon1 {
    background: url(../images/icon1.png) center center no-repeat;
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
    background-size: 24px 24px;
  }
  header.header .top .right .links .icon2 {
    background: url(../images/icon2.png) center center no-repeat;
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
    background-size: 24px 24px;
  }
  header.header .top .right .links .icon3 {
    background: url(../images/icon3.png) center center no-repeat;
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
    background-size: 24px 24px;
  }
  header.header .top .right .links .icon4 {
    background: url(../images/icon4.png) center center no-repeat;
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
    background-size: 24px 24px;
  }
  header.header nav#menu {
    background: #000;
    position: absolute;
    z-index: 1000;
    width: 100%;
    bottom: 0;
    left: 0;
    top: auto;
  }
  header.header nav#menu .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  header.header nav#menu > .wrap {
    width: 90%;
  }
  header.header nav#menu > .wrap > ul {
    list-style: none;
    position: relative;
    z-index: 2;
  }
  header.header nav#menu > .wrap > ul > li {
    display: block;
    float: left;
    width: 20%;
  }
  header.header nav#menu > .wrap > ul > li > a {
    font-size: 16px;
    display: block;
    text-align: center;
    padding: 13.5px 0;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-weight: bold;
    height: 48px;
  }
  header.header nav#menu > .wrap > ul > li:hover #sub-menu,
  header.header nav#menu > .wrap > ul > li.current #sub-menu {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  header.header nav#menu > .wrap > ul > li:hover > a,
  header.header nav#menu > .wrap > ul > li.current > a {
    background: #EEB0B7;
  }
  header.header nav#menu.fixed {
    position: fixed;
    top: 0;
    bottom: auto;
  }
  .banner .flex-direction-nav a {
    width: 23px;
    height: 45px;
    background: #000;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    margin: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  .banner .flex-direction-nav .flex-prev {
    left: 50px;
    background: url(../images/slide_prev.png) no-repeat;
  }
  .banner .flex-direction-nav .flex-next {
    right: 50px;
    background: url(../images/slide_next.png) no-repeat;
  }
  .banner .flex-control-nav {
    height: 8px;
    position: absolute;
    width: 90%;
    max-width: 1260px;
    bottom: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    text-align: right;
    z-index: 99;
  }
  .banner .flex-control-nav li {
    margin: 0 4px;
  }
  .banner .flex-control-nav li a {
    background: #aaa;
    width: 8px;
    height: 8px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    text-indent: 999px;
  }
  .banner .flex-control-nav li a.flex-active {
    background: #000;
  }
  .banner:hover .flex-direction-nav a {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .banner:hover .flex-direction-nav .flex-prev {
    left: 25px;
  }
  .banner:hover .flex-direction-nav .flex-next {
    right: 25px;
  }
  #sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-width: 1260px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 999;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    visibility: hidden;
  }
  #sub-menu .row {
    padding: 0 504px 0 20%;
    height: 400px;
    position: relative;
    background: #f5f5f5;
  }
  #sub-menu .row > img {
    position: absolute;
    right: 0;
    top: 0;
  }
  #sub-menu .row .col:first-child {
    width: 20%;
    position: absolute;
    left: 0;
  }
  #sub-menu .row .col:first-child ul {
    list-style: none;
  }
  #sub-menu .row .col:first-child ul li a {
    border: 1px #f5f5f5 solid;
    border-left: 0;
    border-right: 0;
    display: block;
    font-size: 16px;
    color: #000;
    text-align: center;
    padding: 13.5px 0;
  }
  #sub-menu .row .col:first-child ul li.current a {
    border: 1px #eee solid;
    border-left: 0;
    border-right: 0;
    background: #fff;
    color: #ababab;
  }
  #sub-menu .row .col + .col {
    width: 50%;
    padding: 13.5px 0;
    overflow: hidden;
  }
  #sub-menu .row .col + .col .menu-content ul {
    list-style: none;
    height: 373px;
    overflow-y: auto;
  }
  #sub-menu .row .col + .col .menu-content ul li a {
    display: block;
    font-size: 14px;
    color: #000;
    padding: 0 10%;
  }
  #sub-menu .row .col + .col .menu-content ul li + li {
    margin-top: 12px;
  }
  #sub-menu .row .col + .col .menu-content ul li.current a {
    color: #ababab;
  }
  #sub-menu .row .col + .col .menu-content:not(:first-child) {
    display: none;
  }
  #sub-menu .row .col:nth-child(2) {
    background: #fff;
  }
  #sub-menu .row .col:nth-child(3) ul {
    list-style: none;
  }
  #sub-menu .row .col:nth-child(3) ul li a {
    font-size: 14px;
    color: #000;
    padding: 0 10%;
  }
  #sub-menu .row .col:nth-child(3) ul li a:hover {
    color: #ababab;
  }
  #sub-menu .row .col:nth-child(3) ul li + li {
    margin-top: 12px;
  }
  #sub-menu .row .col:nth-child(3) .third-menu-wrap .third-menu {
    display: none;
  }
  #sub-menu .row .col:nth-child(3) .third-menu-wrap:not(:first-child) {
    display: none;
  }
  .block {
    padding: 30px 0 0;
  }
  .block .wrap .row {
    margin: 0 -10px;
  }
  .block .wrap .row .col {
    width: 50%;
    padding: 0 10px;
  }
  .block .wrap .row .col:last-child a {
    display: block;
  }
  .block .wrap .row .col:last-child a + a {
    margin-top: 3px;
  }
  .block .wrap .row .col:nth-child(n+3) {
    margin-top: 20px;
  }
  .index-product-wrap {
    padding: 80px 0;
  }
  .index-product-wrap .title {
    font-size: 23px;
    color: #000000;
    text-align: center;
    font-weight: bold;
    padding-bottom: 15px;
  }
  .index-product-wrap .title span {
    font-size: 14px;
    margin-left: 10px;
    font-weight: normal;
  }
  .index-product-wrap .wrap {
    position: relative;
  }
  .index-product-wrap .wrap .swiper-pagination {
    width: auto;
    right: 0;
    top: 13px;
    bottom: auto;
    text-align: right;
  }
  .index-product-wrap .wrap .swiper-pagination .swiper-pagination-bullet {
    background: #aaa;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .index-product-wrap .wrap .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 8px;
  }
  .index-product-wrap .wrap .swiper-pagination .swiper-pagination-bullet-active {
    background: #000;
  }
  .index-product-wrap .swiper-slide {
    display: block;
    text-align: center;
    position: relative;
  }
  .index-product-wrap .swiper-slide img {
    visibility: visible;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    width: 100%;
  }
  .index-product-wrap .swiper-slide img + img {
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
  .index-product-wrap .swiper-slide h1 {
    font-size: 14px;
    color: #000;
    font-weight: normal;
    padding: 15px 0 0;
  }
  .index-product-wrap .swiper-slide h1 + p {
    font-size: 14px;
    color: #666666;
  }
  .index-product-wrap .swiper-slide:hover img:first-child {
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  .index-product-wrap .swiper-slide:hover img + img {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .index-product-wrap.style2 {
    padding: 0;
  }
  .index-product-wrap.style2 .wrap {
    position: relative;
    width: 100%;
  }
  .index-product-wrap.style2 .wrap .button-next {
    background: url(../images/slide_next.png) center center no-repeat;
    position: absolute;
    right: -3%;
    width: 23px;
    height: 45px;
    top: 50%;
    margin-top: -22.5px;
    cursor: pointer;
    z-index: 99;
  }
  .index-product-wrap.style2 .wrap .button-prev {
    background: url(../images/slide_prev.png) center center no-repeat;
    position: absolute;
    left: -3%;
    width: 23px;
    height: 45px;
    top: 50%;
    margin-top: -22.5px;
    cursor: pointer;
    z-index: 99;
  }
  .index-product-wrap.style2 .wrap .button-next.swiper-button-disabled {
    -webkit-opacity: 0.35;
    -moz-opacity: 0.35;
    opacity: 0.35;
  }
  .index-product-wrap.style2 .wrap .button-prev.swiper-button-disabled {
    -webkit-opacity: 0.35;
    -moz-opacity: 0.35;
    opacity: 0.35;
  }
  .instagram-wrap {
    padding-bottom: 120px;
  }
  .instagram-wrap .title {
    text-align: center;
    margin-bottom: 35px;
  }
  .instagram-wrap .wrap2 {
    position: relative;
    padding: 0 5%;
  }
  .instagram-wrap .wrap2 .button-next {
    background: url(../images/slide_next.png) center center no-repeat;
    position: absolute;
    right: 2%;
    width: 23px;
    height: 45px;
    top: 50%;
    margin-top: -22.5px;
    cursor: pointer;
    z-index: 99;
  }
  .instagram-wrap .wrap2 .button-prev {
    background: url(../images/slide_prev.png) center center no-repeat;
    position: absolute;
    left: 2%;
    width: 23px;
    height: 45px;
    top: 50%;
    margin-top: -22.5px;
    cursor: pointer;
    z-index: 99;
  }
  .instagram-wrap .wrap2 .button-next.swiper-button-disabled {
    -webkit-opacity: 0.35;
    -moz-opacity: 0.35;
    opacity: 0.35;
  }
  .instagram-wrap .wrap2 .button-prev.swiper-button-disabled {
    -webkit-opacity: 0.35;
    -moz-opacity: 0.35;
    opacity: 0.35;
  }
  footer.footer {
    background: #202c4c;
    padding: 25px 0;
  }
  footer.footer .footer-icon {
    text-align: center;
  }
  footer.footer .footer-icon a {
    display: inline-block;
    margin: 0 8px;
  }
  footer.footer .footer-icon a img {
    height: 18px;
  }
  footer.footer .links {
    text-align: center;
    padding: 25px 0 30px;
  }
  footer.footer .links a {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
  }
  footer.footer .links span {
    color: #555;
    margin: 0 10px;
  }
  footer.footer .links a,
  footer.footer .links span {
    display: inline-block;
    vertical-align: middle;
  }
  footer.footer .row .col {
    float: left;
  }
  footer.footer .row .col h2 {
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px;
  }
  footer.footer .row .col h2 span {
    color: #555;
    margin: 0 10px;
  }
  footer.footer .row .col h2 + p {
    font-size: 13px;
    color: #919191;
    line-height: 1.6;
  }
  footer.footer .row .col p + p {
    font-size: 13px;
    color: #505050;
    padding-top: 30px;
  }
  footer.footer .row .col + .col {
    float: right;
    text-align: center;
    color: #fff;
  }
  footer.footer .row .col + .col h3 {
    font-size: 19px;
  }
  footer.footer .row .col + .col a {
    display: block;
    margin-top: 5px;
  }
  footer.footer .row .col + .col a img {
    width: 180px;
  }
  #goTop {
    position: fixed;
    z-index: 999;
    right: 5%;
    bottom: 10%;
    width: 48px;
    height: 48px;
    border: 1px #ddd solid;
    background: rgba(255, 255, 255, 0.5);
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  #goTop i {
    font-size: 20px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  #goTop:hover {
    background: #000;
    border: 1px #fff solid;
  }
  #goTop:hover i {
    color: #fff;
  }
  /* faq */
  .page-title {
    text-align: center;
    font-size: 32px;
    color: #000000;
    padding: 70px 0;
  }
  .faq {
    padding-bottom: 120px;
  }
  .faq .top .row {
    border-top: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
  }
  .faq .top .row .col {
    width: 10%;
    font-size: 14px;
    padding: 15px 0;
  }
  .faq .top .row .col:first-child {
    text-align: center;
  }
  .faq .top .row .col + .col {
    width: 90%;
  }
  .faq .faq-content .row {
    border-bottom: 1px #ddd solid;
  }
  .faq .faq-content .row .col {
    width: 10%;
    font-size: 14px;
    padding: 15px 0;
  }
  .faq .faq-content .row .col:first-child {
    text-align: center;
  }
  .faq .faq-content .row .col + .col {
    width: 90%;
  }
  .faq .faq-content .q {
    cursor: pointer;
  }
  .faq .faq-content .a {
    background: #f3f3f3;
    display: none;
  }
  .faq .faq-content .a .col {
    font-size: 15px;
    font-weight: bold;
  }
  .faq .faq-content .a .col span {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ff5771;
  }
  .faq .faq-content .a .col + .col {
    line-height: 1.5;
  }
  .faq .faq-content.current .q .col + .col {
    color: #ff5771;
  }
  .faq .faq-content.current .a {
    display: block;
  }
  /* pager */
  .pager {
    padding: 30px 0 0;
    text-align: center;
  }
  .pager a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 13px;
    color: #000;
    border: 1px #fff solid;
    vertical-align: top;
    margin: 0 4px;
  }
  .pager a span {
    position: relative;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .pager a.current,
  .pager a:hover {
    font-weight: bold;
    background: #000;
    border: 1px #000 solid;
    color: #fff;
  }
  .pager a:first-child,
  .pager a:last-child {
    font-size: 18px;
    border: 1px #d9d9d9 solid;
  }
  .pager a:first-child i,
  .pager a:last-child i {
    color: #b2b2b2;
    position: relative;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  /* is */
  .is {
    padding-bottom: 120px;
  }
  .is .wrap {
    border: 1px #e6e6e6 solid;
    background: #fcfcfc;
    padding: 20px;
  }
  .is .wrap .inner {
    border: 1px #e6e6e6 solid;
    padding: 20px;
    font-size: 13px;
    background: #fff;
  }
  .is .wrap .inner ul {
    list-style-position: inside;
  }
  /* product-detail*/
  .product-detail {
    padding-bottom: 120px;
  }
  .product-detail .wrap .detail-top {
    padding: 60px 10% 80px;
  }
  .product-detail .wrap .detail-top > .row {
    margin: 0 -5%;
  }
  .product-detail .wrap .detail-top > .row > .col {
    width: 50%;
    padding: 0 5%;
  }
  .product-detail .wrap .detail-top > .row > .col + .col .sub-title {
    font-size: 24px;
    color: #8e8e8e;
    font-weight: normal;
  }
  .product-detail .wrap .detail-top > .row > .col + .col h1 {
    font-size: 26px;
    color: #000;
    font-weight: normal;
  }
  .product-detail .wrap .detail-top > .row > .col + .col .s-title {
    font-size: 26px;
    color: #ff7493;
    font-weight: normal;
  }
  .product-detail .wrap .detail-top > .row > .col + .col .text {
    border-top: 1px #c6c6c6 solid;
    border-bottom: 1px #c6c6c6 solid;
    padding: 25px 5px;
    margin-top: 5px;
    font-size: 13px;
  }
  .product-detail .wrap .detail-top > .row > .col + .col .text p + p {
    margin-top: 20px;
  }
  .product-detail .wrap .detail-top > .row > .col + .col .text p:after {
    content: '';
    display: block;
    clear: both;
  }
  .product-detail .wrap .detail-top > .row > .col + .col .text p span {
    display: block;
    float: left;
    width: 30%;
  }
  .product-detail .wrap .detail-top > .row > .col + .col .text p span + span {
    width: 70%;
  }
  .cus-tabs {
    margin-bottom: 50px;
  }
  .cus-tabs ul {
    display: block;
    list-style: none;
    border-bottom: 1px #cdcdcd solid;
  }
  .cus-tabs ul li {
    float: left;
    width: 50%;
    text-align: center;
  }
  .cus-tabs ul li a {
    display: block;
    font-size: 14px;
    color: #000;
    padding: 12px 0;
  }
  .cus-tabs ul li.current {
    position: relative;
  }
  .cus-tabs ul li.current:after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background: #000;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .cus-tabs .tabs-content {
    padding-top: 60px;
  }
  .btn {
    margin-top: 12px;
  }
  .btn .row {
    margin: 0 -4px;
  }
  .btn .row .col {
    width: 50%;
    padding: 0 4px;
  }
  .btn .row .col a {
    display: block;
    text-align: center;
    border: 1px #000 solid;
    color: #000;
    font-size: 13px;
    padding: 12px 0;
  }
  .btn .row .col + .col a {
    background: #000;
    color: #fff;
  }
  /* product list */
  .product-list {
    padding-bottom: 120px;
  }
  .product-list .product-menu {
    background: url(../images/product_menu_bg.jpg) right center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    margin: 40px 0;
    padding: 25px 20px 0;
    margin-bottom: 50px;
    min-height: 112px;
  }
  .product-list .product-menu ul {
    list-style: none;
  }
  .product-list .product-menu ul:after {
    content: '';
    display: block;
    clear: both;
  }
  .product-list .product-menu ul li {
    float: left;
    position: relative;
    display: inline-block;
    height: 35px;
    padding: 0 10px;
    margin-bottom: 15px;
  }
  .product-list .product-menu ul li:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
    left: 0;
    bottom: 0;
    display: none;
  }
  .product-list .product-menu ul li a {
    font-size: 18px;
    color: #fff;
    display: block;
    min-height: 33px;
  }
  .product-list .product-menu ul li:hover:after,
  .product-list .product-menu ul li.current:after {
    display: block;
  }
  .product-list .filter {
    margin-bottom: 20px;
  }
  .product-list .filter a,
  .product-list .filter span {
    display: inline-block;
    vertical-align: middle;
  }
  .product-list .filter a {
    color: #000;
    font-size: 14px;
  }
  .product-list .filter a:hover,
  .product-list .filter a.current {
    font-weight: bold;
  }
  .product-list .filter span {
    color: #ddd;
    margin: 0 10px;
  }
  .product-list .row {
    margin: 0 -2% 60px;
  }
  .product-list .row .col {
    width: 25%;
    padding: 0 2%;
  }
  .product-list .row .col a {
    display: block;
    position: relative;
    text-align: center;
  }
  .product-list .row .col a img {
    visibility: visible;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    width: 100%;
  }
  .product-list .row .col a img + img {
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
  .product-list .row .col a .text {
    padding-top: 15px;
  }
  .product-list .row .col a .text p {
    font-size: 13px;
    color: #000;
    word-break: break-all;
  }
  .product-list .row .col a .text p span {
    margin: 0 10px;
  }
  .product-list .row .col a .text P:first-child {
    min-height: 40px;
    display: block;
  }
  .product-list .row .col a .text p + p {
    margin-top: 3px;
  }
  .product-list .row .col a:hover img:first-child {
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  .product-list .row .col a:hover img + img {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .product-list .row .col:nth-child(n+5) {
    margin-top: 60px;
  }
  .product-list .row + .pager {
    padding: 0;
  }
  /* coop */
  .coop {
    padding-bottom: 120px;
  }
  .coop .wrap {
    max-width: 940px;
  }
  .coop .wrap .editor {
    font-size: 15px;
    line-height: 2;
  }
  .coop .form {
    margin-top: 60px;
  }
  .coop .form form > .row {
    padding-left: 17%;
    position: relative;
  }
  .coop .form form > .row .col {
    padding: 8px 0;
    border-bottom: 1px #ddd solid;
    font-size: 14px;
  }
  .coop .form form > .row .col > span {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .coop .form form > .row .col > span span {
    color: #f24443;
    margin-left: 10px;
  }
  .coop .form form > .row .col:first-child {
    line-height: 28px;
    position: absolute;
    width: 17%;
    left: 0;
    top: 0;
    height: 100%;
  }
  .coop .form form > .row .col + .col {
    width: 100%;
  }
  .coop .form form > .row input {
    display: inline-block;
    vertical-align: middle;
    width: 150px;
    border: 1px #ddd solid;
    height: 28px;
    font-size: 14px;
  }
  .coop .form form > .row textarea {
    display: inline-block;
    width: 90%;
    border: 1px #ddd solid;
    height: 150px;
  }
  .coop .form form > .row:first-child {
    border-top: 1px #ddd solid;
  }
  .coop .form form .large input {
    width: 300px;
  }
  .coop .form form .code img {
    display: inline-block;
    vertical-align: middle;
    height: 28px;
    margin: 0 2px;
  }
  .coop .form form .code a {
    display: inline-block;
    vertical-align: middle;
    border: 1px #aaa solid;
    background: #bbb;
    font-size: 14px;
    text-align: center;
    line-height: 26px;
    padding: 0 5px;
    color: #fff;
  }
  .coop .form .btns {
    text-align: center;
    margin-top: 10px;
  }
  .coop .form .btns .row {
    margin: 0 -4px;
  }
  .coop .form .btns .row .col {
    display: inline-block;
    float: none;
    margin: 0 2px;
  }
  .coop .form .btns .row .col a {
    display: block;
    text-align: center;
    background: #000;
    color: #fff;
    border: 1px #000 solid;
    font-size: 13px;
    padding: 10px 30px;
  }
  .coop .form .btns .row .col + .col a {
    background: 0;
    color: #000;
  }
  /* news detail */
  .news-detail {
    padding-bottom: 120px;
  }
  .news-detail .editor {
    line-height: 2;
  }
  /* news list */
  .news-list {
    padding-bottom: 120px;
  }
  .news-list .row {
    margin: 0 -5px;
  }
  .news-list .row .col {
    margin-bottom: 60px;
    padding: 0 5px;
    width: 50%;
  }
  .news-list .row .col a {
    display: block;
    font-size: 15px;
    text-align: center;
    color: #000;
  }
  .news-list .row .col a p {
    padding-top: 20px;
  }
  /* sale office */
  .sale-office {
    padding-bottom: 120px;
  }
  .sale-office .banner {
    margin-bottom: 35px;
  }
  .sale-office .filter {
    text-align: center;
    margin-bottom: 35px;
  }
  .sale-office .filter .row .col {
    float: none;
    display: inline-block;
    padding: 0 2px;
  }
  .sale-office .filter .row .col select {
    width: 140px;
    height: 32px;
    border: 1px #777 solid;
    padding: 0 14px 0 7px;
    background: url(../images/arrow.png) right 10px center no-repeat;
    -webkit-background-size: 7px auto;
    -moz-background-size: 7px auto;
    -o-background-size: 7px auto;
    background-size: 7px auto;
    font-size: 13px;
  }
  .sale-office .filter .row .col input[type="search"] {
    width: 160px;
    height: 32px;
    border: 1px #777 solid;
    padding: 0 7px;
    font-size: 13px;
  }
  .sale-office .filter .row .col input[type="submit"] {
    width: 50px;
    height: 32px;
    background: #000;
    color: #fff;
    border: 0;
    font-size: 13px;
  }
  .sale-office .table {
    display: table;
    width: 100%;
    margin-bottom: 20px;
  }
  .sale-office .table .tr {
    display: table-row;
  }
  .sale-office .table .tr .td {
    display: table-cell;
    height: 36px;
    vertical-align: middle;
  }
  .sale-office .table .tr .td:nth-child(1) {
    width: 8%;
    text-align: center;
  }
  .sale-office .table .tr .td:nth-child(2) {
    width: 22%;
  }
  .sale-office .table .tr .td:nth-child(3) {
    width: 45%;
  }
  .sale-office .table .tr .td:nth-child(4) {
    width: 15%;
  }
  .sale-office .table .tr .td:nth-child(5) {
    width: 10%;
    text-align: center;
  }
  .sale-office .table .title .td {
    font-size: 14px;
    font-weight: bold;
    background: #f8f8f8;
    border-top: 1px #989898 solid;
    border-bottom: 1px #ddd solid;
  }
  .sale-office .table .tr:hover .td {
    background: #f3f3f3;
  }
  .sale-office .table .content .td {
    font-size: 15px;
    border-bottom: 1px #ccc solid;
  }
  .sale-office .table .content a {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 2px 10px 3px;
  }
  .sale-office .table .content a img,
  .sale-office .table .content a span {
    vertical-align: middle;
    display: inline-block;
  }
  .sale-office .table .content a img {
    height: 14px;
    margin-right: 2px;
  }
  /* about */
  .about {
    padding-bottom: 120px;
  }
  .about .editor {
    line-height: 2;
  }
  /* news detail */
  .back {
    margin-top: 75px;
    border-top: 1px #ddd solid;
    padding-top: 20px;
  }
  .back > a {
    display: block;
    font-size: 13px;
    color: #777777;
    border: 1px #ddd solid;
    width: 86px;
    text-align: center;
    padding: 6px 0;
  }
  .back .functions {
    margin-top: 50px;
  }
  .back .functions a {
    display: block;
    font-size: 14px;
    color: #333333;
    line-height: 40px;
    border-bottom: 1px #ddd solid;
    position: relative;
    padding-left: 130px;
  }
  .back .functions a span:first-child {
    position: absolute;
    left: 0;
    top: 0;
    width: 130px;
    text-align: center;
  }
  .back .functions a i {
    font-style: normal;
  }
  .back .functions a img {
    width: 7px;
    margin-right: 7px;
  }
  .back .functions a i,
  .back .functions a img {
    vertical-align: middle;
    display: inline-block;
  }
  .back .functions a:first-child {
    border-top: 1px #ddd solid;
  }
}
/*===============================================================================================
    -tablet
===============================================================================================*/
@media only screen and (min-width: 670px) and (max-width: 1199px) {
  .pc,
  .hide-in-tablet {
    display: none!important;
  }
  .wrap {
    padding: 0 40px;
  }
  header.mobile {
    padding-bottom: 46px;
    position: relative;
  }
  header.mobile .top {
    height: 60px;
    position: relative;
    text-align: center;
    background: rgba(255, 255, 255, 0.92);
  }
  header.mobile .top a.logo {
    position: relative;
    display: inline-block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  header.mobile .top a.logo img {
    height: 24px;
  }
  header.mobile .top #menu-btn {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  header.mobile .top #menu-btn img {
    height: 18px;
  }
  header.mobile .search {
    position: relative;
    padding: 0 5%;
    background: rgba(255, 255, 255, 0.92);
  }
  header.mobile .search .inner {
    height: 35px;
    background: #e9e9e9;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    position: relative;
  }
  header.mobile .search .inner input[type=search] {
    display: block;
    border: 0;
    height: 35px;
    width: 100%;
    background: 0;
    padding: 0 45px 0 20px;
    font-size: 15px;
  }
  header.mobile .search .inner input + input {
    position: absolute;
    width: 35px;
    height: 35px;
    background: url(../images/bg_search.png) center no-repeat;
    -webkit-background-size: 19px;
    -moz-background-size: 19px;
    -o-background-size: 19px;
    background-size: 19px;
    border: 0;
    top: 0;
    right: 10px;
  }
  header.mobile nav#mobile-menu {
    height: 46px;
    border-bottom: 1px #ddd solid;
    z-index: 9999;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    top: auto;
  }
  header.mobile nav#mobile-menu ul {
    list-style: none;
    text-align: center;
    background: rgba(255, 255, 255, 0.92);
  }
  header.mobile nav#mobile-menu ul li {
    float: left;
    width: 20%;
    text-align: center;
  }
  header.mobile nav#mobile-menu ul li a {
    font-size: 14px;
    display: block;
    height: 45px;
    line-height: 45px;
    color: #000;
  }
  header.mobile nav#mobile-menu.fixed {
    position: fixed;
    top: 0;
    bottom: auto;
  }
  .banner .flex-direction-nav {
    display: none;
  }
  .banner .flex-control-nav {
    display: none;
  }
  #page {
    position: relative;
    z-index: 999;
    background: #fff;
    -webkit-transition: transform 0.6s ease;
    -moz-transition: transform 0.6s ease;
    -ms-transition: transform 0.6s ease;
    -o-transition: transform 0.6s ease;
  }
  #page #cover {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.7);
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
  }
  #mobile-product-info {
    display: block;
    width: 70%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    z-index: 1;
    -webkit-transform: translateX(-40%);
    -moz-transform: translateX(-40%);
    -ms-transform: translateX(-40%);
    -o-transform: translateX(-40%);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  #mobile-product-info .top-link {
    background: #242424;
    padding: 14.5px 0;
    position: relative;
    padding-left: 25px;
    color: #fff;
    font-size: 16px;
  }
  #mobile-product-info .top-link a {
    display: inline-block;
  }
  #mobile-product-info .top-link a img {
    height: 28px;
  }
  #mobile-product-info .top-link a + a {
    margin-left: 10px;
  }
  #mobile-product-info .top-link #close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 12px;
    top: 10px;
  }
  #mobile-product-info .top-link #close img {
    height: 30px;
  }
  #mobile-product-info .icons {
    background: #242424;
    border-top: 1px #434343 solid;
  }
  #mobile-product-info .icons .col {
    width: 25%;
    text-align: center;
  }
  #mobile-product-info .icons .col a {
    color: #fff;
    padding: 12px 0;
    display: block;
  }
  #mobile-product-info .icons .col a img {
    height: 24px;
  }
  #mobile-product-info .icons .col a p {
    margin-top: 3px;
  }
  #mobile-product-info .icons .col + .col {
    border-left: 1px #434343 solid;
  }
  #mobile-product-info #mobile-menu-select li {
    float: left;
    display: block;
    width: 50%;
    text-align: center;
  }
  #mobile-product-info #mobile-menu-select li a {
    font-size: 15px;
    display: block;
    background: #777;
    color: #fff;
    padding: 12px 0;
  }
  #mobile-product-info #mobile-menu-select li + li {
    border-left: 1px #777 solid;
  }
  #mobile-product-info #mobile-menu-select li.current a {
    background: #e5e5e5;
    color: #000;
  }
  #mobile-product-info .mobile-menu-content > ul > li {
    margin-bottom: 2px;
  }
  #mobile-product-info .mobile-menu-content > ul > li a {
    font-size: 14px;
    padding: 12px 25px ;
    background: #e5e5e5;
    color: #000;
    display: block;
  }
  #mobile-product-info .mobile-menu-content > ul > li.has-submenu a {
    background: #e5e5e5 url(../images/slide_plus.png) right 25px center no-repeat;
    -webkit-background-size: 10px auto;
    -moz-background-size: 10px auto;
    -o-background-size: 10px auto;
    background-size: 10px auto;
  }
  #mobile-product-info .mobile-menu-content > ul ul {
    display: none;
  }
  #mobile-product-info .mobile-menu-content > ul ul li a {
    display: block;
    font-size: 14px;
    padding: 12px 35px;
    color: #000;
  }
  #mobile-product-info .mobile-menu-content > ul ul li + li {
    border-top: 1px #e7e7e7 solid;
  }
  #mobile-product-info .mobile-menu-content > ul > li.has-submenu.current a {
    background: #e5e5e5 url(../images/slide_minus.png) right 25px center no-repeat;
    -webkit-background-size: 10px auto;
    -moz-background-size: 10px auto;
    -o-background-size: 10px auto;
    background-size: 10px auto;
  }
  #mobile-product-info .mobile-menu-content > ul > li:last-child {
    margin-bottom: 0;
  }
  #mobile-product-info .mobile-menu-content ul:last-child li:last-child {
    border-bottom: 1px #e7e7e7 solid;
  }
  #mobile-product-info .mobile-menu-content:not(:first-child) {
    display: none;
  }
  body.open-menu #page {
    -webkit-transform: translateX(70%);
    -moz-transform: translateX(70%);
    -ms-transform: translateX(70%);
    -o-transform: translateX(70%);
  }
  body.open-menu #page #cover {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  body.open-menu #mobile-product-info {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .block .wrap .row {
    margin: 0 -10px;
  }
  .block .wrap .row .col {
    width: 100%;
    padding: 0 10px;
    margin-top: 40px;
  }
  .block .wrap .row .col img {
    width: 100%;
  }
  .block .wrap .row .col:last-child a {
    display: block;
  }
  .block .wrap .row .col:last-child a + a {
    margin-top: 3px;
  }
  .index-product-wrap {
    padding: 40px 0 60px;
  }
  .index-product-wrap .title {
    font-size: 21px;
    color: #000000;
    text-align: center;
    padding-bottom: 15px;
  }
  .index-product-wrap .title span {
    font-size: 14px;
    margin-left: 10px;
    font-weight: normal;
    display: block;
  }
  .index-product-wrap .wrap {
    position: relative;
  }
  .index-product-wrap .wrap .button-next {
    background: url(../images/slide_next.png) center center no-repeat;
    position: absolute;
    right: 2%;
    width: 23px;
    height: 45px;
    top: 50%;
    margin-top: -22.5px;
    cursor: pointer;
    z-index: 99;
  }
  .index-product-wrap .wrap .button-prev {
    background: url(../images/slide_prev.png) center center no-repeat;
    position: absolute;
    left: 2%;
    width: 23px;
    height: 45px;
    top: 50%;
    margin-top: -22.5px;
    cursor: pointer;
    z-index: 99;
  }
  .index-product-wrap .wrap .button-next.swiper-button-disabled {
    -webkit-opacity: 0.35;
    -moz-opacity: 0.35;
    opacity: 0.35;
  }
  .index-product-wrap .wrap .button-prev.swiper-button-disabled {
    -webkit-opacity: 0.35;
    -moz-opacity: 0.35;
    opacity: 0.35;
  }
  .index-product-wrap .swiper-slide {
    display: block;
    text-align: center;
    position: relative;
  }
  .index-product-wrap .swiper-slide img {
    visibility: visible;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    width: 100%;
  }
  .index-product-wrap .swiper-slide img + img {
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
  .index-product-wrap .swiper-slide h1 {
    font-size: 14px;
    color: #000;
    font-weight: normal;
    padding: 15px 0 0;
  }
  .index-product-wrap .swiper-slide h1 + p {
    font-size: 14px;
    color: #666666;
  }
  .instagram-wrap {
    padding-bottom: 40px;
  }
  .instagram-wrap .title {
    text-align: center;
    margin-bottom: 15px;
  }
  .instagram-wrap .title img {
    height: 36px;
  }
  .instagram-wrap .wrap2 {
    position: relative;
    padding: 0 40px;
  }
  .instagram-wrap .wrap2 .button-next {
    background: url(../images/slide_next.png) center center no-repeat;
    position: absolute;
    right: 2%;
    width: 23px;
    height: 45px;
    top: 50%;
    margin-top: -22.5px;
    cursor: pointer;
    z-index: 99;
  }
  .instagram-wrap .wrap2 .button-prev {
    background: url(../images/slide_prev.png) center center no-repeat;
    position: absolute;
    left: 2%;
    width: 23px;
    height: 45px;
    top: 50%;
    margin-top: -22.5px;
    cursor: pointer;
    z-index: 99;
  }
  .instagram-wrap .wrap2 .button-next.swiper-button-disabled {
    -webkit-opacity: 0.35;
    -moz-opacity: 0.35;
    opacity: 0.35;
  }
  .instagram-wrap .wrap2 .button-prev.swiper-button-disabled {
    -webkit-opacity: 0.35;
    -moz-opacity: 0.35;
    opacity: 0.35;
  }
  footer.footer {
    background: #202c4c;
    padding: 25px 0;
  }
  footer.footer .footer-icon {
    text-align: center;
  }
  footer.footer .footer-icon a {
    display: inline-block;
    margin: 0 4px;
  }
  footer.footer .footer-icon a img {
    height: 24px;
  }
  footer.footer .links {
    text-align: center;
    padding: 25px 0 30px;
  }
  footer.footer .links a {
    font-size: 14px;
    color: #fff;
  }
  footer.footer .links span {
    color: #555;
    margin: 0 10px;
  }
  footer.footer .links a,
  footer.footer .links span {
    display: inline-block;
    vertical-align: middle;
  }
  footer.footer .row .col {
    float: left;
  }
  footer.footer .row .col h2 {
    color: #fff;
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: normal;
  }
  footer.footer .row .col h2 span {
    color: #555;
    margin: 0 10px;
  }
  footer.footer .row .col h2 + p {
    font-size: 13px;
    color: #919191;
    line-height: 1.6;
  }
  footer.footer .row .col p + p {
    font-size: 13px;
    color: #505050;
    padding-top: 30px;
  }
  footer.footer .row .col + .col {
    float: right;
  }
  footer.footer .row .col + .col .row {
    margin: 0 -5px;
  }
  footer.footer .row .col + .col h3 {
    font-size: 15px;
    color: #fff;
    font-weight: normal;
  }
  footer.footer .row .col + .col a {
    display: block;
    margin-top: 5px;
  }
  footer.footer .row .col + .col a img {
    width: 150px;
  }
  #goTop {
    position: fixed;
    z-index: 999;
    right: 5%;
    bottom: 5%;
    width: 48px;
    height: 48px;
    border: 1px #ddd solid;
    background: rgba(255, 255, 255, 0.5);
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  #goTop i {
    font-size: 20px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  /* faq */
  .page-title {
    text-align: center;
    font-size: 17px;
    color: #000000;
    height: 43px;
    border-bottom: 1px #ddd solid;
    font-weight: bold;
    position: relative;
  }
  .page-title a {
    position: absolute;
    display: block;
    width: 21px;
    height: 16px;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .page-title a img {
    height: 16px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .page-title span {
    position: relative;
    display: inline-block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .faq {
    padding-bottom: 40px;
  }
  .faq .top {
    margin-top: 40px;
    background: #f2f2f2;
  }
  .faq .top .row {
    border-top: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
  }
  .faq .top .row .col {
    width: 20%;
    font-size: 14px;
    padding: 10px 0;
  }
  .faq .top .row .col:first-child {
    text-align: center;
  }
  .faq .top .row .col + .col {
    width: 80%;
  }
  .faq .faq-content .row {
    border-bottom: 1px #ddd solid;
  }
  .faq .faq-content .row .col {
    width: 20%;
    font-size: 14px;
    padding: 15px 0;
  }
  .faq .faq-content .row .col:first-child {
    text-align: center;
  }
  .faq .faq-content .row .col + .col {
    width: 80%;
  }
  .faq .faq-content .q {
    cursor: pointer;
  }
  .faq .faq-content .a {
    background: #f3f3f3;
    display: none;
  }
  .faq .faq-content .a .col {
    font-size: 15px;
    font-weight: bold;
  }
  .faq .faq-content .a .col span {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ff5771;
  }
  .faq .faq-content .a .col + .col {
    line-height: 1.5;
  }
  .faq .faq-content.current .q .col + .col {
    color: #ff5771;
  }
  .faq .faq-content.current .a {
    display: block;
  }
  /* pager */
  .pager {
    padding: 30px 0 0;
    text-align: center;
  }
  .pager a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 13px;
    color: #000;
    border: 1px #fff solid;
    vertical-align: top;
    margin: 0 4px;
  }
  .pager a span {
    position: relative;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .pager a.current,
  .pager a:hover {
    font-weight: bold;
    background: #000;
    border: 1px #000 solid;
    color: #fff;
  }
  .pager a:first-child,
  .pager a:last-child {
    font-size: 18px;
    border: 1px #d9d9d9 solid;
  }
  .pager a:first-child i,
  .pager a:last-child i {
    color: #b2b2b2;
    position: relative;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  /* is */
  .is .wrap {
    padding: 40px 20px;
  }
  .is .wrap .inner {
    background: #fcfcfc;
    padding: 10px;
    border: 1px #e6e6e6 solid;
  }
  .is .wrap .inner .inner-wrap {
    border: 1px #e6e6e6 solid;
    padding: 20px;
    font-size: 14px;
    background: #fff;
  }
  .is .wrap .inner .inner-wrap ul {
    list-style-position: inside;
  }
  /* product-detail*/
  .product-detail {
    padding-bottom: 40px;
  }
  .product-detail .wrap .detail-top {
    padding: 40px 0 80px;
  }
  .product-detail .wrap .detail-top > .row {
    margin: 0 -2.5%;
  }
  .product-detail .wrap .detail-top > .row > .col {
    width: 50%;
    padding: 0 2.5%;
  }
  .product-detail .wrap .detail-top > .row > .col + .col .sub-title {
    font-size: 14px;
    color: #8e8e8e;
    font-weight: normal;
  }
  .product-detail .wrap .detail-top > .row > .col + .col h1 {
    font-size: 20px;
    color: #000;
    font-weight: normal;
  }
  .product-detail .wrap .detail-top > .row > .col + .col .s-title {
    font-size: 20px;
    color: #ff7493;
    font-weight: normal;
  }
  .product-detail .wrap .detail-top > .row > .col + .col .text {
    border-top: 1px #c6c6c6 solid;
    border-bottom: 1px #c6c6c6 solid;
    padding: 20px 2px;
    margin-top: 10px;
    font-size: 14px;
  }
  .product-detail .wrap .detail-top > .row > .col + .col .text p + p {
    margin-top: 15px;
  }
  .product-detail .wrap .detail-top > .row > .col + .col .text p:after {
    content: '';
    display: block;
    clear: both;
  }
  .product-detail .wrap .detail-top > .row > .col + .col .text p span {
    display: block;
    float: left;
    width: 45%;
  }
  .product-detail .wrap .detail-top > .row > .col + .col .text p span + span {
    width: 55%;
  }
  .cus-tabs ul {
    display: block;
    list-style: none;
    border-bottom: 1px #cdcdcd solid;
  }
  .cus-tabs ul li {
    float: left;
    width: 50%;
    text-align: center;
  }
  .cus-tabs ul li a {
    display: block;
    font-size: 14px;
    color: #000;
    padding: 12px 0;
  }
  .cus-tabs ul li.current {
    position: relative;
  }
  .cus-tabs ul li.current:after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background: #000;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .cus-tabs .tabs-content {
    padding: 40px 0 0;
  }
  .btn {
    margin-top: 20px;
  }
  .btn .row {
    margin: 0 -4px;
  }
  .btn .row .col {
    width: 50%;
    padding: 0 4px;
  }
  .btn .row .col a {
    display: block;
    text-align: center;
    border: 1px #000 solid;
    color: #000;
    font-size: 14px;
    padding: 10px 0;
  }
  .btn .row .col + .col a {
    background: #000;
    color: #fff;
  }
  .index-product-wrap.style2 {
    padding: 0;
  }
  .index-product-wrap.style2 .wrap {
    padding: 0;
  }
  .index-product-wrap.style2 .wrap .button-next {
    right: -2%;
  }
  .index-product-wrap.style2 .wrap .button-prev {
    left: -2%;
  }
  /* product list */
  .product-list {
    padding-bottom: 40px;
  }
  .product-list .product-menu {
    background: url(../images/product_menu_bg.jpg) right center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    margin: 40px 0;
    padding: 20px 10px 5px;
  }
  .product-list .product-menu ul {
    list-style: none;
  }
  .product-list .product-menu ul:after {
    content: '';
    display: block;
    clear: both;
  }
  .product-list .product-menu ul li {
    float: left;
    position: relative;
    display: inline-block;
    height: 25px;
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .product-list .product-menu ul li:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
    left: 0;
    bottom: 0;
    display: none;
  }
  .product-list .product-menu ul li a {
    font-size: 15px;
    color: #fff;
    display: block;
    min-height: 23px;
  }
  .product-list .product-menu ul li.current:after {
    display: block;
  }
  .product-list .filter {
    margin-bottom: 20px;
  }
  .product-list .filter a,
  .product-list .filter span {
    display: inline-block;
    vertical-align: middle;
  }
  .product-list .filter a {
    color: #000;
    font-size: 14px;
  }
  .product-list .filter a:hover,
  .product-list .filter a.current {
    font-weight: bold;
  }
  .product-list .filter span {
    color: #ddd;
    margin: 0 5px;
  }
  .product-list .row {
    margin: 0 -1%;
  }
  .product-list .row .col {
    width: 25%;
    padding: 0 1% 30px;
  }
  .product-list .row .col a {
    display: block;
    position: relative;
    text-align: center;
  }
  .product-list .row .col a img {
    visibility: visible;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    width: 100%;
  }
  .product-list .row .col a img + img {
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
  .product-list .row .col a .text {
    padding-top: 10px;
  }
  .product-list .row .col a .text p {
    font-size: 13px;
    color: #000;
    word-break: break-all;
  }
  .product-list .row .col a .text p span {
    margin: 0 10px;
  }
  .product-list .row .col a .text P:first-child {
    min-height: 40px;
    display: block;
  }
  .product-list .row .col a .text p:last-child {
    margin-top: 3px;
  }
  .product-list .row .mobile.hide-in-tablet {
    display: block;
    float: left;
    width: 100%;
  }
  .product-list .row + .pager {
    padding: 20px 0;
  }
  /* coop */
  .coop .wrap {
    padding: 40px;
  }
  .coop .wrap .editor {
    font-size: 14px;
    line-height: 1.6;
    padding: 20px;
  }
  .coop .form {
    margin-top: 40px;
  }
  .coop .form form > .row {
    padding-left: 15%;
    position: relative;
  }
  .coop .form form > .row .col {
    padding: 10px 0;
    border-bottom: 1px #ddd solid;
    font-size: 14px;
  }
  .coop .form form > .row .col > span {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .coop .form form > .row .col > span span {
    color: #f24443;
    margin-left: 5px;
  }
  .coop .form form > .row .col:first-child {
    line-height: 28px;
    position: absolute;
    width: 15%;
    left: 0;
    top: 0;
    height: 100%;
  }
  .coop .form form > .row .col + .col {
    width: 100%;
  }
  .coop .form form > .row input {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    border: 1px #ddd solid;
    height: 32px;
    font-size: 14px;
  }
  .coop .form form > .row textarea {
    display: inline-block;
    width: 100%;
    border: 1px #ddd solid;
    height: 80px;
  }
  .coop .form form > .row:first-child {
    border-top: 1px #ddd solid;
  }
  .coop .form form .code input {
    display: inline-block;
    width: 150px;
  }
  .coop .form form .code img {
    display: inline-block;
    vertical-align: middle;
    height: 32px;
  }
  .coop .form form .code a {
    display: inline-block;
    vertical-align: middle;
    border: 1px #aaa solid;
    background: #bbb;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    padding: 0 5px;
    color: #fff;
  }
  .coop .form .btns {
    text-align: center;
    margin-top: 10px;
  }
  .coop .form .btns .row {
    margin: 0 -4px;
  }
  .coop .form .btns .row .col {
    display: inline-block;
    float: none;
    margin: 0 2px;
  }
  .coop .form .btns .row .col a {
    display: block;
    text-align: center;
    background: #000;
    color: #fff;
    border: 1px #000 solid;
    font-size: 13px;
    padding: 10px 30px;
  }
  .coop .form .btns .row .col + .col a {
    background: 0;
    color: #000;
  }
  /* news detail */
  .news-detail .wrap {
    padding: 40px;
  }
  .news-detail .editor {
    line-height: 1.6;
  }
  /* news list */
  .news-list .wrap {
    padding: 40px;
  }
  .news-list .row {
    margin: 0 -5px;
  }
  .news-list .row .col {
    margin-bottom: 30px;
    padding: 0 5px;
    width: 50%;
  }
  .news-list .row .col a {
    display: block;
    font-size: 15px;
    text-align: center;
    color: #000;
  }
  .news-list .row .col a img {
    width: 100%;
  }
  .news-list .row .col a p {
    padding-top: 10px;
  }
  /* sale office */
  .sale-office .banner {
    display: none;
  }
  .sale-office .wrap {
    padding: 40px;
  }
  .sale-office .filter {
    text-align: center;
    margin-bottom: 35px;
  }
  .sale-office .filter .row {
    margin: 0 -3px;
  }
  .sale-office .filter .row .col {
    width: 20%;
    padding: 0 3px;
  }
  .sale-office .filter .row .col select {
    display: block;
    width: 100%;
    height: 36px;
    border: 1px #777 solid;
    padding: 0 14px 0 7px;
    background: url(../images/arrow.png) right 10px center no-repeat;
    -webkit-background-size: 7px auto;
    -moz-background-size: 7px auto;
    -o-background-size: 7px auto;
    background-size: 7px auto;
    font-size: 14px;
  }
  .sale-office .filter .row .col input[type="search"] {
    display: block;
    width: 100%;
    height: 36px;
    border: 1px #777 solid;
    padding: 0 7px;
    font-size: 14px;
  }
  .sale-office .filter .row .col input[type="submit"] {
    display: block;
    width: 100%;
    height: 36px;
    background: #000;
    color: #fff;
    border: 0;
    font-size: 14px;
  }
  .sale-office .filter .row .col:nth-child(4) {
    width: 30%;
  }
  .sale-office .filter .row .col:last-child {
    width: 10%;
  }
  .sale-office .table {
    border-top: 1px #ddd solid;
  }
  .sale-office .table .title {
    display: none;
  }
  .sale-office .table .content {
    border-bottom: 1px #ddd solid;
    padding: 15px 70px 15px 0;
    position: relative;
  }
  .sale-office .table .content .td {
    font-size: 14px;
  }
  .sale-office .table .content .td > span {
    position: relative;
    background: #444;
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -30px;
    text-align: center;
  }
  .sale-office .table .content .td + .td {
    margin-top: 3px;
  }
  .sale-office .table .content a {
    display: inline-block;
    position: relative;
    color: #fff;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .sale-office .table .content a img,
  .sale-office .table .content a span {
    vertical-align: middle;
    display: inline-block;
  }
  .sale-office .table .content a img {
    height: 18px;
    margin-bottom: 3px;
  }
  .sale-office .table .content a span {
    display: block;
  }
  /* about */
  .about .wrap {
    padding: 40px;
  }
  .about .editor {
    line-height: 1.6;
  }
  .back {
    margin-top: 75px;
    border-top: 1px #ddd solid;
    padding-top: 20px;
  }
  .back > a {
    display: block;
    font-size: 13px;
    color: #777777;
    border: 1px #ddd solid;
    width: 86px;
    text-align: center;
    padding: 6px 0;
  }
  .back .functions {
    margin-top: 50px;
  }
  .back .functions a {
    display: block;
    font-size: 14px;
    color: #333333;
    line-height: 40px;
    border-bottom: 1px #ddd solid;
    position: relative;
    padding-left: 130px;
  }
  .back .functions a span:first-child {
    position: absolute;
    left: 0;
    top: 0;
    width: 130px;
    text-align: center;
  }
  .back .functions a i {
    font-style: normal;
  }
  .back .functions a img {
    width: 7px;
    margin-right: 7px;
  }
  .back .functions a i,
  .back .functions a img {
    vertical-align: middle;
    display: inline-block;
  }
  .back .functions a:first-child {
    border-top: 1px #ddd solid;
  }
}
/*===============================================================================================
    -mobile
===============================================================================================*/
@media only screen and (max-width: 669px) {
  .pc,
  .hide-in-mobile {
    display: none!important;
  }
  .wrap {
    padding: 0 20px;
  }
  header.mobile {
    padding-bottom: 46px;
    position: relative;
  }
  header.mobile .top {
    height: 60px;
    position: relative;
    text-align: center;
    background: rgba(255, 255, 255, 0.92);
  }
  header.mobile .top a.logo {
    position: relative;
    display: inline-block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  header.mobile .top a.logo img {
    height: 24px;
  }
  header.mobile .top #menu-btn {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  header.mobile .top #menu-btn img {
    height: 18px;
  }
  header.mobile .search {
    position: relative;
    padding: 0 5%;
    background: rgba(255, 255, 255, 0.92);
  }
  header.mobile .search .inner {
    height: 35px;
    background: #e9e9e9;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    position: relative;
  }
  header.mobile .search .inner input[type=search] {
    display: block;
    border: 0;
    height: 35px;
    width: 100%;
    background: 0;
    padding: 0 45px 0 20px;
    font-size: 15px;
  }
  header.mobile .search .inner input + input {
    position: absolute;
    width: 35px;
    height: 35px;
    background: url(../images/bg_search.png) center no-repeat;
    -webkit-background-size: 19px;
    -moz-background-size: 19px;
    -o-background-size: 19px;
    background-size: 19px;
    border: 0;
    top: 0;
    right: 10px;
  }
  header.mobile nav#mobile-menu {
    height: 46px;
    border-bottom: 1px #ddd solid;
    z-index: 9999;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    top: auto;
  }
  header.mobile nav#mobile-menu ul {
    text-align: center;
    background: rgba(255, 255, 255, 0.92);
    list-style: none;
  }
  header.mobile nav#mobile-menu ul li {
    display: inline-block;
    padding: 0 8px;
  }
  header.mobile nav#mobile-menu ul li a {
    font-size: 14px;
    display: block;
    height: 45px;
    line-height: 45px;
    color: #000;
  }
  header.mobile nav#mobile-menu.fixed {
    position: fixed;
    top: 0;
    bottom: auto;
  }
  .banner .flex-direction-nav {
    display: none;
  }
  .banner .flex-control-nav {
    display: none;
  }
  #page {
    position: relative;
    z-index: 999;
    background: #fff;
    -webkit-transition: transform 0.6s ease;
    -moz-transition: transform 0.6s ease;
    -ms-transition: transform 0.6s ease;
    -o-transition: transform 0.6s ease;
  }
  #page #cover {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.7);
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
  }
  #mobile-product-info {
    display: block;
    width: 85%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    z-index: 1;
    -webkit-transform: translateX(-40%);
    -moz-transform: translateX(-40%);
    -ms-transform: translateX(-40%);
    -o-transform: translateX(-40%);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  #mobile-product-info .top-link {
    background: #242424;
    padding: 14.5px 0;
    position: relative;
    padding-left: 25px;
    color: #fff;
    font-size: 16px;
  }
  #mobile-product-info .top-link a {
    display: inline-block;
  }
  #mobile-product-info .top-link a img {
    height: 28px;
  }
  #mobile-product-info .top-link a + a {
    margin-left: 10px;
  }
  #mobile-product-info .top-link #close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 12px;
    top: 10px;
  }
  #mobile-product-info .top-link #close img {
    height: 30px;
  }
  #mobile-product-info .icons {
    background: #242424;
    border-top: 1px #434343 solid;
  }
  #mobile-product-info .icons .col {
    width: 25%;
    text-align: center;
  }
  #mobile-product-info .icons .col a {
    color: #fff;
    padding: 12px 0;
    display: block;
  }
  #mobile-product-info .icons .col a img {
    height: 24px;
  }
  #mobile-product-info .icons .col a p {
    margin-top: 3px;
  }
  #mobile-product-info .icons .col + .col {
    border-left: 1px #434343 solid;
  }
  #mobile-product-info #mobile-menu-select li {
    float: left;
    display: block;
    width: 50%;
    text-align: center;
  }
  #mobile-product-info #mobile-menu-select li a {
    font-size: 15px;
    display: block;
    background: #777;
    color: #fff;
    padding: 12px 0;
  }
  #mobile-product-info #mobile-menu-select li + li {
    border-left: 1px #777 solid;
  }
  #mobile-product-info #mobile-menu-select li.current a {
    background: #e5e5e5;
    color: #000;
  }
  #mobile-product-info .mobile-menu-content > ul > li {
    margin-bottom: 2px;
  }
  #mobile-product-info .mobile-menu-content > ul > li a {
    font-size: 14px;
    padding: 12px 25px ;
    background: #e5e5e5;
    color: #000;
    display: block;
  }
  #mobile-product-info .mobile-menu-content > ul > li.has-submenu a {
    background: #e5e5e5 url(../images/slide_plus.png) right 25px center no-repeat;
    -webkit-background-size: 10px auto;
    -moz-background-size: 10px auto;
    -o-background-size: 10px auto;
    background-size: 10px auto;
  }
  #mobile-product-info .mobile-menu-content > ul ul {
    display: none;
  }
  #mobile-product-info .mobile-menu-content > ul ul li a {
    display: block;
    font-size: 14px;
    padding: 12px 35px;
    color: #000;
  }
  #mobile-product-info .mobile-menu-content > ul ul li + li {
    border-top: 1px #e7e7e7 solid;
  }
  #mobile-product-info .mobile-menu-content > ul > li.has-submenu.current a {
    background: #e5e5e5 url(../images/slide_minus.png) right 25px center no-repeat;
    -webkit-background-size: 10px auto;
    -moz-background-size: 10px auto;
    -o-background-size: 10px auto;
    background-size: 10px auto;
  }
  #mobile-product-info .mobile-menu-content > ul > li:last-child {
    margin-bottom: 0;
  }
  #mobile-product-info .mobile-menu-content ul:last-child li:last-child {
    border-bottom: 1px #e7e7e7 solid;
  }
  #mobile-product-info .mobile-menu-content:not(:first-child) {
    display: none;
  }
  body.open-menu #page {
    -webkit-transform: translateX(85%);
    -moz-transform: translateX(85%);
    -ms-transform: translateX(85%);
    -o-transform: translateX(85%);
  }
  body.open-menu #page #cover {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  body.open-menu #mobile-product-info {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .block .wrap .row {
    margin: 0 -10px;
  }
  .block .wrap .row .col {
    width: 100%;
    padding: 0 10px;
    margin-top: 20px;
  }
  .block .wrap .row .col:last-child a {
    display: block;
  }
  .block .wrap .row .col:last-child a + a {
    margin-top: 3px;
  }
  .index-product-wrap {
    padding: 20px 0 40px;
  }
  .index-product-wrap .title {
    font-size: 21px;
    color: #000000;
    text-align: center;
    padding-bottom: 15px;
  }
  .index-product-wrap .title span {
    font-size: 16px;
    margin-left: 10px;
    font-weight: normal;
    display: block;
  }
  .index-product-wrap .wrap {
    position: relative;
  }
  .index-product-wrap .wrap .button-next {
    background: url(../images/slide_next.png) center center no-repeat;
    -webkit-background-size: 15px auto;
    -moz-background-size: 15px auto;
    -o-background-size: 15px auto;
    background-size: 15px auto;
    position: absolute;
    right: 2%;
    width: 15px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    cursor: pointer;
    z-index: 99;
  }
  .index-product-wrap .wrap .button-prev {
    background: url(../images/slide_prev.png) center center no-repeat;
    -webkit-background-size: 15px auto;
    -moz-background-size: 15px auto;
    -o-background-size: 15px auto;
    background-size: 15px auto;
    position: absolute;
    left: 2%;
    width: 15px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    cursor: pointer;
    z-index: 99;
  }
  .index-product-wrap .wrap .button-next.swiper-button-disabled {
    -webkit-opacity: 0.35;
    -moz-opacity: 0.35;
    opacity: 0.35;
  }
  .index-product-wrap .wrap .button-prev.swiper-button-disabled {
    -webkit-opacity: 0.35;
    -moz-opacity: 0.35;
    opacity: 0.35;
  }
  .index-product-wrap .swiper-slide {
    display: block;
    text-align: center;
    position: relative;
  }
  .index-product-wrap .swiper-slide img {
    visibility: visible;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    width: 100%;
  }
  .index-product-wrap .swiper-slide img + img {
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
  .index-product-wrap .swiper-slide h1 {
    font-size: 14px;
    color: #000;
    font-weight: normal;
    padding: 15px 0 0;
  }
  .index-product-wrap .swiper-slide h1 + p {
    font-size: 14px;
    color: #666666;
  }
  .instagram-wrap {
    padding-bottom: 40px;
  }
  .instagram-wrap .title {
    text-align: center;
    margin-bottom: 15px;
  }
  .instagram-wrap .title img {
    height: 36px;
  }
  .instagram-wrap .wrap2 {
    position: relative;
    padding: 0 20px;
  }
  .instagram-wrap .wrap2 .button-next {
    background: url(../images/slide_next.png) center center no-repeat;
    -webkit-background-size: 15px auto;
    -moz-background-size: 15px auto;
    -o-background-size: 15px auto;
    background-size: 15px auto;
    position: absolute;
    right: 2%;
    width: 15px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    cursor: pointer;
    z-index: 99;
  }
  .instagram-wrap .wrap2 .button-prev {
    background: url(../images/slide_prev.png) center center no-repeat;
    -webkit-background-size: 15px auto;
    -moz-background-size: 15px auto;
    -o-background-size: 15px auto;
    background-size: 15px auto;
    position: absolute;
    left: 2%;
    width: 15px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    cursor: pointer;
    z-index: 99;
  }
  .instagram-wrap .wrap2 .button-next.swiper-button-disabled {
    -webkit-opacity: 0.35;
    -moz-opacity: 0.35;
    opacity: 0.35;
  }
  .instagram-wrap .wrap2 .button-prev.swiper-button-disabled {
    -webkit-opacity: 0.35;
    -moz-opacity: 0.35;
    opacity: 0.35;
  }
  footer.footer {
    background: #202c4c;
    padding: 25px 0;
  }
  footer.footer .footer-icon {
    text-align: center;
  }
  footer.footer .footer-icon a {
    display: inline-block;
    margin: 0 4px;
  }
  footer.footer .footer-icon a img {
    height: 24px;
  }
  footer.footer .links {
    text-align: center;
    padding: 25px 0 30px;
  }
  footer.footer .links a {
    font-size: 14px;
    color: #fff;
  }
  footer.footer .links span {
    color: #555;
    margin: 0 5px;
  }
  footer.footer .links a,
  footer.footer .links span {
    display: inline-block;
    vertical-align: middle;
  }
  footer.footer .row .col h2 {
    color: #fff;
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: normal;
  }
  footer.footer .row .col h2 span {
    color: #555;
    margin: 0 10px;
  }
  footer.footer .row .col h2 + p {
    font-size: 13px;
    color: #919191;
    line-height: 1.6;
  }
  footer.footer .row .col p + p {
    font-size: 13px;
    color: #505050;
    padding-top: 30px;
  }
  footer.footer .row .col + .col {
    margin-top: 25px;
  }
  footer.footer .row .col + .col .row {
    margin: 0 -5px;
  }
  footer.footer .row .col + .col h3 {
    font-size: 19px;
    color: #fff;
    font-weight: normal;
  }
  footer.footer .row .col + .col a {
    margin-top: 5px;
    display: block;
    width: 50%;
    float: left;
    padding: 0 5px;
  }
  footer.footer .row .col + .col a img {
    width: 100%;
    max-width: 200px;
  }
  #goTop {
    position: fixed;
    z-index: 999;
    right: 5%;
    bottom: 5%;
    width: 48px;
    height: 48px;
    border: 1px #ddd solid;
    background: rgba(255, 255, 255, 0.5);
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  #goTop i {
    font-size: 20px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  /* faq */
  .page-title {
    text-align: center;
    font-size: 17px;
    color: #000000;
    height: 43px;
    border-bottom: 1px #ddd solid;
    font-weight: bold;
    position: relative;
  }
  .page-title a {
    position: absolute;
    display: block;
    width: 21px;
    height: 16px;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .page-title a img {
    height: 16px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .page-title span {
    position: relative;
    display: inline-block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .faq {
    padding-bottom: 40px;
  }
  .faq .top {
    margin-top: 40px;
    background: #f2f2f2;
  }
  .faq .top .row {
    border-top: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
  }
  .faq .top .row .col {
    width: 20%;
    font-size: 14px;
    padding: 10px 0;
  }
  .faq .top .row .col:first-child {
    text-align: center;
  }
  .faq .top .row .col + .col {
    width: 80%;
  }
  .faq .faq-content .row {
    border-bottom: 1px #ddd solid;
  }
  .faq .faq-content .row .col {
    width: 20%;
    font-size: 14px;
    padding: 15px 0;
  }
  .faq .faq-content .row .col:first-child {
    text-align: center;
  }
  .faq .faq-content .row .col + .col {
    width: 80%;
  }
  .faq .faq-content .q {
    cursor: pointer;
  }
  .faq .faq-content .a {
    background: #f3f3f3;
    display: none;
  }
  .faq .faq-content .a .col {
    font-size: 15px;
    font-weight: bold;
  }
  .faq .faq-content .a .col span {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ff5771;
  }
  .faq .faq-content .a .col + .col {
    line-height: 1.5;
  }
  .faq .faq-content.current .q .col + .col {
    color: #ff5771;
  }
  .faq .faq-content.current .a {
    display: block;
  }
  /* pager */
  .pager {
    padding: 30px 0 0;
    text-align: center;
  }
  .pager a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 13px;
    color: #000;
    border: 1px #fff solid;
    vertical-align: top;
    margin: 0 2px;
  }
  .pager a span {
    position: relative;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .pager a.current,
  .pager a:hover {
    font-weight: bold;
    background: #000;
    border: 1px #000 solid;
    color: #fff;
  }
  .pager a:first-child,
  .pager a:last-child {
    font-size: 18px;
    border: 1px #d9d9d9 solid;
  }
  .pager a:first-child i,
  .pager a:last-child i {
    color: #b2b2b2;
    position: relative;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  /* is */
  .is .wrap {
    padding: 40px 20px;
  }
  .is .wrap .inner {
    background: #fcfcfc;
    padding: 10px;
    border: 1px #e6e6e6 solid;
  }
  .is .wrap .inner .inner-wrap {
    border: 1px #e6e6e6 solid;
    padding: 20px;
    font-size: 14px;
    background: #fff;
  }
  .is .wrap .inner .inner-wrap ul {
    list-style-position: inside;
  }
  /* product-detail*/
  .product-detail {
    padding-bottom: 40px;
  }
  .product-detail .wrap .detail-top {
    padding: 40px 0;
  }
  .product-detail .wrap .detail-top > .row {
    margin: 0 -5%;
  }
  .product-detail .wrap .detail-top > .row > .col {
    width: 100%;
    padding: 0 5%;
  }
  .product-detail .wrap .detail-top > .row > .col + .col {
    margin-top: 60px;
  }
  .product-detail .wrap .detail-top > .row > .col + .col .sub-title {
    font-size: 14px;
    color: #8e8e8e;
    font-weight: normal;
  }
  .product-detail .wrap .detail-top > .row > .col + .col h1 {
    font-size: 20px;
    color: #000;
    font-weight: normal;
  }
  .product-detail .wrap .detail-top > .row > .col + .col .s-title {
    font-size: 20px;
    color: #ff7493;
    font-weight: normal;
  }
  .product-detail .wrap .detail-top > .row > .col + .col .text {
    border-top: 1px #c6c6c6 solid;
    border-bottom: 1px #c6c6c6 solid;
    padding: 20px 2px;
    margin-top: 10px;
    font-size: 14px;
  }
  .product-detail .wrap .detail-top > .row > .col + .col .text p + p {
    margin-top: 15px;
  }
  .product-detail .wrap .detail-top > .row > .col + .col .text p:after {
    content: '';
    display: block;
    clear: both;
  }
  .product-detail .wrap .detail-top > .row > .col + .col .text p span {
    display: block;
    float: left;
    width: 45%;
  }
  .product-detail .wrap .detail-top > .row > .col + .col .text p span + span {
    width: 55%;
  }
  .cus-tabs ul {
    display: block;
    list-style: none;
    border-bottom: 1px #cdcdcd solid;
  }
  .cus-tabs ul li {
    float: left;
    width: 50%;
    text-align: center;
  }
  .cus-tabs ul li a {
    display: block;
    font-size: 14px;
    color: #000;
    padding: 12px 0;
  }
  .cus-tabs ul li.current {
    position: relative;
  }
  .cus-tabs ul li.current:after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background: #000;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .cus-tabs .tabs-content {
    padding-top: 40px;
  }
  .btn {
    margin-top: 20px;
  }
  .btn .row {
    margin: 0 -4px;
  }
  .btn .row .col {
    width: 50%;
    padding: 0 4px;
  }
  .btn .row .col a {
    display: block;
    text-align: center;
    border: 1px #000 solid;
    color: #000;
    font-size: 14px;
    padding: 10px 0;
  }
  .btn .row .col + .col a {
    background: #000;
    color: #fff;
  }
  .index-product-wrap.style2 {
    padding: 0;
  }
  .index-product-wrap.style2 .wrap {
    padding: 0;
  }
  .index-product-wrap.style2 .wrap .button-next {
    right: -2%;
  }
  .index-product-wrap.style2 .wrap .button-prev {
    left: -2%;
  }
  /* product list */
  .product-list {
    padding-bottom: 40px;
  }
  .product-list .product-menu {
    background: url(../images/product_menu_bg.jpg) right center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    margin: 40px 0;
    padding: 20px 10px 5px;
  }
  .product-list .product-menu ul {
    list-style: none;
  }
  .product-list .product-menu ul:after {
    content: '';
    display: block;
    clear: both;
  }
  .product-list .product-menu ul li {
    float: left;
    position: relative;
    display: inline-block;
    height: 25px;
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .product-list .product-menu ul li:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
    left: 0;
    bottom: 0;
    display: none;
  }
  .product-list .product-menu ul li a {
    font-size: 15px;
    color: #fff;
    display: block;
    min-height: 23px;
  }
  .product-list .product-menu ul li.current:after {
    display: block;
  }
  .product-list .filter {
    margin-bottom: 20px;
  }
  .product-list .filter a,
  .product-list .filter span {
    display: inline-block;
    vertical-align: middle;
  }
  .product-list .filter a {
    color: #000;
    font-size: 14px;
  }
  .product-list .filter a:hover,
  .product-list .filter a.current {
    font-weight: bold;
  }
  .product-list .filter span {
    color: #ddd;
    margin: 0 5px;
  }
  .product-list .row {
    margin: 0 -2%;
  }
  .product-list .row .col {
    width: 50%;
    padding: 0 2% 20px;
  }
  .product-list .row .col a {
    display: block;
    position: relative;
    text-align: center;
  }
  .product-list .row .col a img {
    visibility: visible;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    width: 100%;
  }
  .product-list .row .col a img + img {
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
  .product-list .row .col a .text {
    padding-top: 10px;
  }
  .product-list .row .col a .text p {
    font-size: 13px;
    color: #000;
    word-break: break-all;
  }
  .product-list .row .col a .text p span {
    margin: 0 10px;
  }
  .product-list .row .col a .text P:first-child {
    min-height: 40px;
    display: block;
  }
  .product-list .row .col a .text p:last-child {
    margin-top: 3px;
  }
  .product-list .row .mobile.hide-in-tablet {
    display: block;
    float: left;
    width: 100%;
  }
  .product-list .row + .pager {
    padding: 20px 0;
  }
  /* coop */
  .coop .wrap {
    padding: 40px 20px;
  }
  .coop .wrap .editor {
    font-size: 14px;
    line-height: 1.6;
    padding: 20px;
  }
  .coop .form {
    margin-top: 40px;
  }
  .coop .form form > .row {
    padding-left: 28%;
    position: relative;
  }
  .coop .form form > .row .col {
    padding: 10px 0;
    border-bottom: 1px #ddd solid;
    font-size: 14px;
  }
  .coop .form form > .row .col > span {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .coop .form form > .row .col > span span {
    color: #f24443;
    margin-left: 5px;
  }
  .coop .form form > .row .col:first-child {
    line-height: 28px;
    position: absolute;
    width: 28%;
    left: 0;
    top: 0;
    height: 100%;
  }
  .coop .form form > .row .col + .col {
    width: 100%;
  }
  .coop .form form > .row input {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    border: 1px #ddd solid;
    height: 32px;
    font-size: 14px;
  }
  .coop .form form > .row textarea {
    display: inline-block;
    width: 100%;
    border: 1px #ddd solid;
    height: 80px;
  }
  .coop .form form > .row:first-child {
    border-top: 1px #ddd solid;
  }
  .coop .form form .code input {
    display: block;
    margin-bottom: 5px;
  }
  .coop .form form .code img {
    display: inline-block;
    vertical-align: middle;
    height: 28px;
  }
  .coop .form form .code a {
    display: inline-block;
    vertical-align: middle;
    border: 1px #aaa solid;
    background: #bbb;
    font-size: 14px;
    text-align: center;
    line-height: 26px;
    padding: 0 5px;
    color: #fff;
  }
  .coop .form .btns {
    text-align: center;
    margin-top: 10px;
  }
  .coop .form .btns .row {
    margin: 0 -4px;
  }
  .coop .form .btns .row .col {
    display: inline-block;
    float: none;
    margin: 0 2px;
  }
  .coop .form .btns .row .col a {
    display: block;
    text-align: center;
    background: #000;
    color: #fff;
    border: 1px #000 solid;
    font-size: 13px;
    padding: 10px 30px;
  }
  .coop .form .btns .row .col + .col a {
    background: 0;
    color: #000;
  }
  /* news detail */
  .news-detail .wrap {
    padding: 40px 20px;
  }
  .news-detail .editor {
    line-height: 1.6;
  }
  /* news list */
  .news-list .wrap {
    padding: 40px 20px;
  }
  .news-list .row {
    margin: 0 -5px;
  }
  .news-list .row .col {
    margin-bottom: 30px;
    padding: 0 5px;
  }
  .news-list .row .col a {
    display: block;
    font-size: 15px;
    text-align: center;
    color: #000;
  }
  .news-list .row .col a img {
    width: 100%;
  }
  .news-list .row .col a p {
    padding-top: 10px;
  }
  /* sale office */
  .sale-office .banner {
    display: none;
  }
  .sale-office .wrap {
    padding: 40px 20px;
  }
  .sale-office .filter {
    text-align: center;
    margin-bottom: 35px;
  }
  .sale-office .filter .row {
    margin: 0 -3px;
  }
  .sale-office .filter .row .col {
    width: 50%;
    padding: 0 3px;
  }
  .sale-office .filter .row .col select {
    display: block;
    width: 100%;
    height: 36px;
    border: 1px #777 solid;
    padding: 0 14px 0 7px;
    background: url(../images/arrow.png) right 10px center no-repeat;
    -webkit-background-size: 7px auto;
    -moz-background-size: 7px auto;
    -o-background-size: 7px auto;
    background-size: 7px auto;
    font-size: 14px;
  }
  .sale-office .filter .row .col input[type="search"] {
    display: block;
    width: 100%;
    height: 36px;
    border: 1px #777 solid;
    padding: 0 7px;
    font-size: 14px;
  }
  .sale-office .filter .row .col input[type="submit"] {
    display: block;
    width: 100%;
    height: 36px;
    background: #000;
    color: #fff;
    border: 0;
    font-size: 14px;
  }
  .sale-office .filter .row .col:nth-child(n+3) {
    margin-top: 10px;
  }
  .sale-office .filter .row .col:last-child {
    width: 100%;
  }
  .sale-office .table {
    border-top: 1px #ddd solid;
  }
  .sale-office .table .title {
    display: none;
  }
  .sale-office .table .content {
    border-bottom: 1px #ddd solid;
    padding: 15px 70px 15px 0;
    position: relative;
  }
  .sale-office .table .content .td {
    font-size: 14px;
  }
  .sale-office .table .content .td > span {
    position: relative;
    background: #444;
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -30px;
    text-align: center;
  }
  .sale-office .table .content .td + .td {
    margin-top: 3px;
  }
  .sale-office .table .content a {
    display: inline-block;
    position: relative;
    color: #fff;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .sale-office .table .content a img,
  .sale-office .table .content a span {
    vertical-align: middle;
    display: inline-block;
  }
  .sale-office .table .content a img {
    height: 18px;
    margin-bottom: 3px;
  }
  .sale-office .table .content a span {
    display: block;
  }
  /* about */
  .about .wrap {
    padding: 40px 20px;
  }
  .about .editor {
    line-height: 1.6;
  }
  /* news detail */
  .back {
    margin-top: 40px;
    border-top: 1px #ddd solid;
    padding-top: 20px;
    text-align: center;
  }
  .back > a {
    display: inline-block;
    font-size: 13px;
    color: #777777;
    border: 1px #ddd solid;
    width: 86px;
    text-align: center;
    padding: 6px 0;
  }
  .back .functions {
    margin-top: 50px;
  }
  .back .functions a {
    display: block;
    font-size: 14px;
    color: #333333;
    border-bottom: 1px #ddd solid;
    text-align: left;
    padding: 10px 0;
  }
  .back .functions a span {
    display: block;
  }
  .back .functions a span + span {
    margin-top: 5px;
  }
  .back .functions a i {
    font-style: normal;
  }
  .back .functions a img {
    width: 7px;
    margin-right: 7px;
  }
  .back .functions a i,
  .back .functions a img {
    vertical-align: middle;
    display: inline-block;
  }
  .back .functions a:first-child {
    border-top: 1px #ddd solid;
  }
}
@media only screen and (max-width: 340px) {
  header.mobile nav#mobile-menu ul li {
    padding: 0 3px;
  }
}
