@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500");
@import url("https://fonts.googleapis.com/earlyaccess/notosanstc.css");
@import url("https://fonts.googleapis.com/css?family=Courgette");
@import url("https://fonts.googleapis.com/css?family=Damion");
@import url("https://fonts.googleapis.com/css?family=Pacifico");
@import url("https://fonts.googleapis.com/css?family=Berkshire+Swash");
@import url("https://fonts.googleapis.com/css?family=Merienda+One");
@import url("https://fonts.googleapis.com/css?family=Cuprum:700");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; }

html, body {
  background-color: #F9F9F9;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", Arial, Helvetica, sans-serif, "Microsoft JhengHei";
  overflow-x: hidden;
  color: #000; }

a:hover {
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

a, button {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
  outline: none; }

::-webkit-scrollbar {
  width: 5px; }

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none; }

::-webkit-scrollbar-track-piece {
  background-color: #fff; }

::-webkit-scrollbar-thumb:vertical {
  background-color: #ddd; }

::selection {
  background: #FF0000;
  color: #fff; }

.navbar-default {
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 0; }
  .navbar-default.active {
    background-color: rgba(0, 0, 0, 0.7);
    border-bottom: 1px solid rgba(0, 0, 0, 0.7); }

.navbar-brand {
  margin: 10px auto; }

.navbar-nav > li > a {
  color: #fff;
  font-size: 16px;
  line-height: 53px;
  min-height: 53px;
  position: relative; }
  .navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
    background-color: transparent; }

.navbar-nav > li {
  margin: 0 10px; }
  .navbar-nav > li:before {
    -webkit-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 4px;
    opacity: 0.5;
    width: 0px;
    border-radius: 6px 6px 0px 0px;
    background-color: #FF0000; }
  .navbar-nav > li:hover:before, .navbar-nav > li:focus:before {
    width: 100%;
    opacity: 1; }
  .navbar-nav > li .dropdown_box {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    min-width: 35em;
    background-color: #FF0000;
    padding: 1.5em 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    text-align: center; }
    .navbar-nav > li .dropdown_box .dropdown_items {
      display: inline-block;
      vertical-align: middle;
      vertical-align: top;
      margin: 0 20px;
      text-align: left; }
      .navbar-nav > li .dropdown_box .dropdown_items h4 {
        font-size: 20px;
        font-weight: 500; }
      .navbar-nav > li .dropdown_box .dropdown_items ul {
        list-style: none; }
        .navbar-nav > li .dropdown_box .dropdown_items ul li {
          word-wrap: break-word;
          word-break: break-all; }
          .navbar-nav > li .dropdown_box .dropdown_items ul li a {
            display: block;
            color: #fff;
            font-size: 14px;
            position: relative;
            margin: 10px 0;
            text-decoration: none; }
            .navbar-nav > li .dropdown_box .dropdown_items ul li a:before {
              -webkit-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
              transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
              display: block;
              content: "";
              position: absolute;
              bottom: 0;
              left: 0;
              margin: auto;
              height: 2px;
              opacity: 0.5;
              width: 0px;
              border-radius: 6px 6px 0px 0px;
              background-color: #fff; }
            .navbar-nav > li .dropdown_box .dropdown_items ul li a:hover, .navbar-nav > li .dropdown_box .dropdown_items ul li a:focus {
              color: rgba(0, 0, 0, 0.5); }
              .navbar-nav > li .dropdown_box .dropdown_items ul li a:hover:before, .navbar-nav > li .dropdown_box .dropdown_items ul li a:focus:before {
                width: 100%;
                opacity: 1; }
    .navbar-nav > li .dropdown_box.dropdown_box2 {
      min-width: 10em; }
  .navbar-nav > li:hover .dropdown_box, .navbar-nav > li:focus .dropdown_box {
    display: block; }
  .navbar-nav > li.member a {
    background: url(../image/icon/icon.png) no-repeat;
    display: block;
    width: 22px;
    min-height: 21px;
    background-position: 0 0px;
    padding-left: 0;
    padding-right: 0;
    margin-top: 28px;
    padding: 0;
    line-height: normal; }
  .navbar-nav > li.member:before {
    background-color: transparent; }
  .navbar-nav > li.cart a {
    background: url(../image/icon/icon.png) no-repeat;
    display: block;
    width: 22px;
    min-height: 21px;
    background-position: -41px 0;
    padding-left: 0;
    padding-right: 0;
    margin-top: 28px;
    padding: 0;
    line-height: normal; }
  .navbar-nav > li.cart:before {
    background-color: transparent; }
  .navbar-nav > li.search {
    display: block;
    -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    position: relative;
    margin-top: 15px;
    color: #fff; }
    .navbar-nav > li.search:before {
      background-color: transparent; }
    .navbar-nav > li.search input {
      color: #fff; }
    .navbar-nav > li.search .form-control {
      -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
      transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
      width: 165px;
      height: 45px;
      background-color: #FF0000;
      border-radius: 50px;
      border: 0;
      color: #fff; }
    .navbar-nav > li.search button {
      background-color: #C42527;
      border: 0;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      width: 45px;
      height: 45px;
      border-top-right-radius: 50px;
      border-bottom-right-radius: 50px; }
      .navbar-nav > li.search button img {
        margin: 0 auto; }
    .navbar-nav > li.search .search_delete {
      background-color: #C42527;
      border-right: 1px solid rgba(255, 255, 255, 0.5);
      position: absolute;
      top: 0;
      bottom: 0;
      right: 2.3%;
      margin: auto;
      width: 45px;
      height: 45px;
      border-top-left-radius: 50px;
      border-bottom-left-radius: 50px;
      cursor: pointer;
      z-index: 1;
      opacity: 0; }
      .navbar-nav > li.search .search_delete i {
        -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
        transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
        display: block;
        width: 15px;
        height: 2px;
        background-color: #fff;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        transform: rotate(45deg); }
        .navbar-nav > li.search .search_delete i:nth-child(2) {
          transform: rotate(-45deg); }
      .navbar-nav > li.search .search_delete:hover i, .navbar-nav > li.search .search_delete:focus i {
        transform: rotate(0); }
        .navbar-nav > li.search .search_delete:hover i:nth-child(2), .navbar-nav > li.search .search_delete:focus i:nth-child(2) {
          transform: rotate(0); }
    .navbar-nav > li.search.active {
      position: absolute;
      right: 0;
      width: 100%; }
      .navbar-nav > li.search.active .form-control {
        width: 80%;
        float: right; }
      .navbar-nav > li.search.active .search_delete {
        opacity: 1; }

.togglebar {
  display: none; }

.nav_member {
  display: none; }

@media (max-width: 1600px) {
  .navbar-nav > li.search .search_delete {
    right: 2.8%; } }
@media (max-width: 1300px) {
  .navbar-nav > li.search .search_delete {
    right: 3.4%; } }
@media (max-width: 1215px) {
  .navbar-nav > li {
    margin: 0 5px; } }
@media (max-width: 1199px) {
  .navbar-nav > li a {
    padding: 10px 5px; } }
@media (max-width: 1099px) {
  .navbar-nav > li.search .search_delete {
    right: 4%; } }
@media (max-width: 991px) {
  .navbar-right {
    display: none;
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    overflow-y: auto; }

  .navbar-nav {
    float: none;
    text-align: center;
    margin-top: 3em; }
    .navbar-nav li {
      display: block;
      float: none;
      margin: 0 25px; }
      .navbar-nav li .dropdown_box {
        display: block;
        position: initial;
        min-width: 100%; }
        .navbar-nav li .dropdown_box .dropdown_items {
          margin: 0 10px; }
          .navbar-nav li .dropdown_box .dropdown_items ul li {
            margin: 0 auto; }
            .navbar-nav li .dropdown_box .dropdown_items ul li a {
              margin: 0 auto;
              padding: 2px 5px; }
      .navbar-nav li a {
        line-height: 26px;
        min-height: auto; }
      .navbar-nav li.member {
        display: none; }
        .navbar-nav li.member a {
          margin: 20px auto; }
      .navbar-nav li.cart {
        display: none; }
        .navbar-nav li.cart a {
          margin: 20px auto; }
      .navbar-nav li.search .search_delete {
        display: none; }
      .navbar-nav li.search .form-control {
        width: 98%; }
      .navbar-nav li.search.active {
        margin: 0 auto; }
        .navbar-nav li.search.active .form-control {
          width: 98%; }

  .togglebar {
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 20px;
    background-color: transparent;
    border: 0;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
    z-index: 99; }
    .togglebar span {
      -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
      transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
      display: block;
      width: 23px;
      height: 2px;
      background-color: #fff;
      margin-bottom: 5px; }
    .togglebar.active span {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
      .togglebar.active span:nth-child(1) {
        transform: rotate(45deg); }
      .togglebar.active span:nth-child(2) {
        transform: rotate(45deg);
        opacity: 0; }
      .togglebar.active span:nth-child(3) {
        transform: rotate(-45deg); }

  .navbar-header {
    width: 100%; }

  .nav_member {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    float: right;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto; }
    .nav_member li {
      display: inline-block;
      vertical-align: middle; }
      .nav_member li.member a {
        background: url(../image/icon/icon.png) no-repeat;
        display: block;
        width: 22px;
        min-height: 21px;
        background-position: 0 0px;
        padding-left: 0;
        padding-right: 0;
        margin-top: 15px;
        margin-left: 10px;
        margin-right: 10px;
        padding: 0;
        line-height: normal; }
        .nav_member li.member a:before {
          background-color: transparent; }
      .nav_member li.cart a {
        background: url(../image/icon/icon.png) no-repeat;
        display: block;
        width: 22px;
        min-height: 21px;
        background-position: -41px 0;
        padding-left: 0;
        padding-right: 0;
        margin-top: 15px;
        padding: 0;
        line-height: normal; }
        .nav_member li.cart a:before {
          background-color: transparent; }
      .nav_member li.search {
        display: inline-block;
        vertical-align: middle;
        -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
        transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
        position: relative;
        margin-top: 15px;
        margin-left: 10px;
        margin-right: 10px;
        color: #fff; }
        .nav_member li.search input {
          color: #fff; }
        .nav_member li.search .form-control {
          -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
          transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
          width: 70px;
          height: 45px;
          background-color: #FF0000;
          border-radius: 50px;
          border: 0;
          color: #fff; }
        .nav_member li.search button {
          background-color: #C42527;
          border: 0;
          position: absolute;
          top: 0;
          bottom: 0;
          right: 0;
          margin: auto;
          width: 45px;
          height: 45px;
          border-top-right-radius: 50px;
          border-bottom-right-radius: 50px; }
          .nav_member li.search button img {
            margin: 0 auto; }
        .nav_member li.search .search_delete {
          background-color: #C42527;
          border-right: 1px solid rgba(255, 255, 255, 0.5);
          position: absolute;
          top: 0;
          bottom: 0;
          right: 66%;
          margin: auto;
          width: 45px;
          height: 45px;
          border-top-left-radius: 50px;
          border-bottom-left-radius: 50px;
          cursor: pointer;
          z-index: 1;
          opacity: 0;
          display: none; }
          .nav_member li.search .search_delete i {
            -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
            transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
            display: block;
            width: 15px;
            height: 2px;
            background-color: #fff;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            transform: rotate(45deg); }
            .nav_member li.search .search_delete i:nth-child(2) {
              transform: rotate(-45deg); }
          .nav_member li.search .search_delete:hover i, .nav_member li.search .search_delete:focus i {
            transform: rotate(0); }
            .nav_member li.search .search_delete:hover i:nth-child(2), .nav_member li.search .search_delete:focus i:nth-child(2) {
              transform: rotate(0); }
        .nav_member li.search.active {
          display: inline-block;
          vertical-align: middle;
          position: absolute;
          right: 0;
          top: 0;
          width: 100%; }
          .nav_member li.search.active .form-control {
            width: 280px;
            float: right;
            right: 0; }
          .nav_member li.search.active .search_delete {
            display: block;
            opacity: 1; }

  .navbar-brand {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 10px; } }
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; }

html, body {
  background-color: #F9F9F9;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", Arial, Helvetica, sans-serif, "Microsoft JhengHei";
  overflow-x: hidden;
  color: #000; }

a:hover {
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

a, button {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
  outline: none; }

::-webkit-scrollbar {
  width: 5px; }

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none; }

::-webkit-scrollbar-track-piece {
  background-color: #fff; }

::-webkit-scrollbar-thumb:vertical {
  background-color: #ddd; }

::selection {
  background: #FF0000;
  color: #fff; }

.index_banner {
  margin-top: -20px; }
  .index_banner .slick-dots {
    bottom: 3%; }
    .index_banner .slick-dots li {
      width: 26px;
      height: 4px; }
      .index_banner .slick-dots li button {
        width: 26px;
        height: 4px; }
        .index_banner .slick-dots li button:before {
          opacity: 1;
          width: 100%;
          height: 100%;
          content: url(../image/icon/dot2.png); }
      .index_banner .slick-dots li.slick-active button:before {
        content: url(../image/icon/dot.png);
        opacity: 1; }
  .index_banner.slick-slider {
    margin-bottom: 0; }

.index_customize_bg {
  background-color: #FF0000;
  padding: 3.5em 0; }
  .index_customize_bg h3 {
    text-align: center;
    font-size: 22px;
    color: #000000; }
  .index_customize_bg h4 {
    text-align: center;
    color: #fff;
    font-size: 90px;
    position: relative;
    z-index: 1; }
  .index_customize_bg .index_customize_box {
    position: relative;
    -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1); }
    .index_customize_bg .index_customize_box .view {
      display: block;
      width: 138px;
      height: 44px;
      line-height: 44px;
      background-color: #fff;
      border-radius: 50px;
      text-align: center;
      color: #FF0000;
      box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
      position: absolute;
      top: 0;
      bottom: 3em;
      left: 19em;
      margin: auto;
      text-decoration: none; }
      .index_customize_bg .index_customize_box .view img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        margin-top: 0; }
    .index_customize_bg .index_customize_box img {
      -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
      transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
      margin: 0 auto;
      margin-top: -32px; }
    .index_customize_bg .index_customize_box .pic_1 {
      -webkit-animation: bounce 2s infinite;
      -moz-animation: bounce 2s infinite;
      -ms-animation: bounce 2s infinite;
      -o-animation: bounce 2s infinite;
      animation: bounce 2s infinite; }
    .index_customize_bg .index_customize_box .pic_1-2 {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: auto;
      margin-top: 0;
      -webkit-animation: bounce2 2s infinite;
      -moz-animation: bounce2 2s infinite;
      -ms-animation: bounce2 2s infinite;
      -o-animation: bounce2 2s infinite;
      animation: bounce2 2s infinite; }
    .index_customize_bg .index_customize_box:hover .view, .index_customize_bg .index_customize_box:focus .view {
      box-shadow: none; }

@keyframes bounce {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes bounce2 {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.index_about {
  -webkit-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
  background: no-repeat top center;
  background-size: cover;
  min-height: 255px;
  padding: 3em;
  position: relative;
  overflow: hidden; }
  .index_about a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .index_about h3 {
    margin: 0 auto;
    font-size: 25px;
    font-style: italic; }
  .index_about p {
    margin: 0 auto;
    font-size: 19px;
    font-style: italic; }
  .index_about:hover, .index_about:focus {
    opacity: 0.5; }

.index_news_bg {
  background: url(../image/index_bg.jpg) no-repeat bottom center;
  background-size: cover;
  padding: 7em 0 6em 0;
  min-height: 948px; }

.index_news_title {
  margin-bottom: 50px; }
  .index_news_title h3 {
    font-size: 64px;
    font-style: italic; }
  .index_news_title i {
    display: block;
    width: 50px;
    height: 4px;
    background: #FF0000;
    background: linear-gradient(-45deg, transparent 2px, #FF0000 0) right, linear-gradient(135deg, transparent 3px, #FF0000 0) left;
    background-size: 50% 100%;
    background-repeat: no-repeat; }

.index_news_box {
  margin-bottom: 30px;
  overflow: hidden; }
  .index_news_box a {
    display: block;
    color: #000;
    text-decoration: none; }
    .index_news_box a h3 {
      font-size: 21px;
      color: #000; }
    .index_news_box a p {
      font-size: 16px;
      color: #000;
      margin: 15px auto; }
    .index_news_box a span {
      font-size: 15px;
      color: #434343;
      font-weight: bold; }
  .index_news_box .index_news_items {
    position: relative; }
    .index_news_box .index_news_items .index_news_hover {
      -webkit-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
      transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      background-color: rgba(0, 0, 0, 0.44);
      font-size: 18px;
      color: #fff;
      font-weight: 500;
      padding: 1em;
      display: flex;
      align-items: flex-end; }
      .index_news_box .index_news_items .index_news_hover img {
        -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
        transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
        display: inline-block;
        vertical-align: middle;
        position: relative;
        top: -4px;
        left: 10px; }
  .index_news_box:hover .index_news_items .index_news_hover, .index_news_box:focus .index_news_items .index_news_hover {
    background-color: rgba(0, 0, 0, 0.1); }
    .index_news_box:hover .index_news_items .index_news_hover img, .index_news_box:focus .index_news_items .index_news_hover img {
      left: 20px; }

.index_more {
  -webkit-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
  text-align: center;
  background-color: #FF0000;
  border-radius: 50px;
  width: 167px;
  line-height: 52px;
  margin: 30px auto; }
  .index_more a {
    display: block;
    color: #fff;
    font-size: 17px;
    text-align: center;
    text-decoration: none; }
  .index_more:hover, .index_more:focus {
    background-color: #000; }

.index_products_bg {
  background-color: #000;
  padding: 7em 0 6em 0; }

.index_products_title h3 {
  font-size: 22px;
  text-align: center;
  color: #FF0000;
  font-weight: 400; }
.index_products_title h4 {
  font-size: 64px;
  color: #fff;
  text-align: center;
  font-style: italic; }
.index_products_title i {
  display: block;
  margin: 0 auto;
  width: 50px;
  height: 4px;
  background: #FF0000;
  background: linear-gradient(-45deg, transparent 2px, #FF0000 0) right, linear-gradient(135deg, transparent 3px, #FF0000 0) left;
  background-size: 50% 100%;
  background-repeat: no-repeat;
  margin-bottom: 30px; }

.index_products_items {
  -webkit-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
  position: relative;
  overflow: hidden;
  margin: 20px auto; }
  .index_products_items img {
    -webkit-transition: all 0.8s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.8s cubic-bezier(0.42, 0, 0.58, 1);
    transition-delay: 0.2s; }
  .index_products_items .index_products_items_hover {
    -webkit-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    font-weight: 400;
    padding: 5%; }
  .index_products_items strong {
    -webkit-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 27px;
    font-weight: 400;
    position: absolute;
    left: 8%;
    bottom: 5%;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.8); }
  .index_products_items .arrows {
    position: absolute;
    bottom: 7%;
    right: 15%; }
  .index_products_items:hover img, .index_products_items:focus img {
    transform: scale(1.15); }
  .index_products_items:hover .index_products_items_hover, .index_products_items:focus .index_products_items_hover {
    background-color: rgba(0, 0, 0, 0.7);
    height: 18%; }
  .index_products_items:hover .arrows, .index_products_items:focus .arrows {
    opacity: 1;
    right: 8%; }

.arrows {
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  display: inline-block;
  vertical-align: middle;
  opacity: 0;
  width: 14px;
  height: 11px;
  position: relative; }
  .arrows i {
    display: block;
    background-color: #FF0000;
    height: 1px;
    width: 14px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto; }
    .arrows i:nth-child(1) {
      transform: rotate(45deg);
      width: 6px;
      top: -6px; }
    .arrows i:nth-child(2) {
      transform: rotate(-45deg);
      width: 6px;
      top: 6px; }

.index_products_slick .slick-prev, .index_products_slick .slick-next {
  width: 54px;
  height: 54px; }
.index_products_slick .slick-prev {
  transform: rotate(180deg);
  z-index: 1; }
.index_products_slick .slick-prev:before {
  width: 54px;
  height: 54px;
  content: url(../image/icon/arrows.png); }
.index_products_slick .slick-next:before {
  width: 54px;
  height: 54px;
  content: url(../image/icon/arrows.png); }

.index_technology_bg {
  background: url(../image/index_bg2.jpg) no-repeat top center;
  background-size: cover;
  padding: 7em 0 6em 0;
  min-height: 689px; }

.index_technology_title h3 {
  text-align: center;
  font-size: 64px;
  color: #000000;
  font-style: italic;
  font-weight: 500; }
.index_technology_title i {
  display: block;
  margin: 0 auto;
  width: 50px;
  height: 4px;
  background: #FF0000;
  background: linear-gradient(-45deg, transparent 2px, #FF0000 0) right, linear-gradient(135deg, transparent 3px, #FF0000 0) left;
  background-size: 50% 100%;
  background-repeat: no-repeat;
  margin-bottom: 30px; }
.index_technology_title p {
  text-align: center;
  font-size: 29px;
  color: #000000;
  border-bottom: 1px solid #E4575F;
  margin: 50px auto;
  padding-bottom: 20px;
  font-weight: 500;
  font-style: italic; }
  .index_technology_title p sub, .index_technology_title p sup {
    font-size: 29px; }

.index_technology_box {
  background-color: rgba(255, 255, 255, 0.78);
  border-radius: 4px;
  padding: 2em;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
  .index_technology_box ul {
    text-align: center;
    margin-bottom: 0;
    border-left: 1px solid rgba(255, 0, 0, 0.64); }
    .index_technology_box ul li {
      display: inline-block;
      vertical-align: middle;
      margin: 10px 20px; }

.footer {
  background-color: #000000;
  padding-top: 3%; }

.footer_items {
  margin-bottom: 50px; }
  .footer_items h3 {
    font-size: 21px;
    color: #fff;
    font-weight: 400; }
  .footer_items i {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #FF0000;
    margin: 20px 0; }
  .footer_items p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7); }
  .footer_items ul li {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    width: 47px;
    height: 47px;
    border: 1px solid rgba(83, 83, 83, 0.63);
    margin: 10px auto;
    margin-right: 10px; }
    .footer_items ul li a {
      display: block;
      width: 100%;
      height: 100%; }
    .footer_items ul li:hover, .footer_items ul li:focus {
      background-color: #FF0000;
      border-color: #FF0000; }

.footer_items2 {
  margin-bottom: 50px; }
  .footer_items2 h3 {
    font-size: 21px;
    color: #fff;
    font-weight: 400; }
  .footer_items2 i {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #FF0000;
    margin: 20px 0; }
  .footer_items2 p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7); }
  .footer_items2 ul li {
    display: block;
    font-size: 15px;
    color: #fff;
    margin: 10px auto;
    padding-left: 23px;
    background: url(../image/icon/footer_icon.png) no-repeat;
    word-wrap: break-word;
    word-break: break-all; }
    .footer_items2 ul li span {
      display: block;
      color: rgba(255, 255, 255, 0.7); }
      .footer_items2 ul li span a {
        color: rgba(255, 255, 255, 0.7); }
        .footer_items2 ul li span a:hover, .footer_items2 ul li span a:focus {
          color: #FF0000; }
    .footer_items2 ul li:nth-child(1) {
      background-position: 0 2px; }
    .footer_items2 ul li:nth-child(2) {
      background-position: 0 -72px; }
    .footer_items2 ul li:nth-child(3) {
      background-position: 0 -128px; }
    .footer_items2 ul li:nth-child(4) {
      background-position: 0 -185px; }

.footer_items3 {
  margin-bottom: 50px; }
  .footer_items3 h3 {
    font-size: 21px;
    color: #fff;
    font-weight: 400; }
  .footer_items3 i {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #FF0000;
    margin: 20px 0; }
  .footer_items3 img {
    -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    margin-bottom: 30px;
    opacity: 0.67; }
    .footer_items3 img:hover, .footer_items3 img:hover {
      opacity: 1; }

.footer_items4 {
  border-top: 1px solid rgba(164, 164, 164, 0.43);
  padding: 0.5em 0;
  position: relative; }
  .footer_items4 i {
    display: block;
    width: 50px;
    height: 4px;
    background: #FF0000;
    background: linear-gradient(-45deg, transparent 2px, #FF0000 0) right, linear-gradient(135deg, transparent 3px, #FF0000 0) left;
    background-size: 50% 100%;
    background-repeat: no-repeat;
    margin-bottom: 30px;
    position: absolute;
    top: -2px;
    left: -3px;
    margin: auto; }
  .footer_items4 p {
    display: block;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    margin: 15px auto; }
  .footer_items4 ul {
    text-align: right;
    margin: 15px auto; }
    .footer_items4 ul li {
      display: inline-block;
      vertical-align: middle;
      margin-left: 15px; }
      .footer_items4 ul li a {
        font-size: 13px;
        color: rgba(255, 255, 255, 0.7); }
        .footer_items4 ul li a:hover, .footer_items4 ul li a:focus {
          color: #fff; }

@media (max-width: 1400px) {
  .index_technology_box ul li {
    margin: 10px 10px; } }
@media (max-width: 1273px) {
  .index_technology_box ul li {
    margin: 10px 5px; } }
@media (max-width: 1210px) {
  .index_technology_box ul li {
    margin: 10px 0; } }
@media (max-width: 767px) {
  .index_news_bg {
    padding: 2em 0; }

  .index_news_box {
    background-color: #fff;
    padding: 1em 0; }
    .index_news_box a p {
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      height: 70px; }

  .footer_items4 ul {
    text-align: center; }

  .footer_items4 p {
    margin: 5px auto;
    text-align: center; }

  .footer_items4 ul {
    margin: 0 auto;
    display: none; }
    .footer_items4 ul li {
      font-size: 14px; }

  .index_customize_bg .index_customize_box .view {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto; } }
@media (max-width: 600px) {
  .index_customize_bg h4 {
    font-size: 70px; }

  .index_technology_title h3 {
    font-size: 55px; } }
@media (max-width: 480px) {
  .index_customize_bg h4 {
    font-size: 60px; }

  .index_products_title h4 {
    font-size: 50px; }

  .index_technology_title h3 {
    font-size: 45px; } }
@media (max-width: 380px) {
  .index_customize_bg h4 {
    font-size: 49px; }

  .index_technology_title h3 {
    font-size: 40px; } }
.about_banner {
  background: no-repeat center;
  background-size: cover;
  min-height: 399px;
  width: 100%;
  position: relative; }
  .about_banner h1 {
    text-align: center;
    margin: 0 auto;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 60px;
    font-size: 54px;
    font-weight: bold;
    font-style: italic; }
    .about_banner h1 i {
      display: block;
      width: 50px;
      height: 4px;
      background: #FF0000;
      background: linear-gradient(-45deg, transparent 2px, #FF0000 0) right, linear-gradient(135deg, transparent 3px, #FF0000 0) left;
      background-size: 50% 100%;
      background-repeat: no-repeat;
      margin: 10px auto; }

.bookmark {
  margin: 20px auto;
  padding-left: 50px; }
  .bookmark ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px; }
    .bookmark ul li.bookmark_arrows {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 3px 0 3px 4px;
      border-color: transparent transparent transparent #929292; }
    .bookmark ul li a {
      font-size: 16px;
      color: #333333; }
    .bookmark ul li:nth-child(1) a {
      color: #FF0000;
      border-bottom: 2px solid #FF0000;
      padding-bottom: 15px; }

.about_bg {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  z-index: -1; }

.about_bg2 {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: -1; }

.about_box {
  margin: 50px auto; }
  .about_box h3 {
    font-size: 41px;
    color: #000000;
    font-style: italic;
    font-weight: 500;
    padding-top: 50px;
    margin-bottom: 20px; }
  .about_box p {
    font-size: 16px;
    line-height: 26px;
    color: #2C2C2C; }
  .about_box span {
    display: block;
    font-size: 17px;
    color: #2C2C2C;
    font-weight: 500; }
  .about_box img {
    margin: 0 auto; }

.about_box2 {
  margin: 50px auto; }
  .about_box2 h3 {
    font-size: 29px;
    color: #000000;
    font-style: italic;
    font-weight: 500;
    padding-top: 50px;
    padding: 0 60px; }
  .about_box2 p {
    font-size: 16px;
    line-height: 26px;
    color: #2C2C2C;
    padding: 0 60px; }
  .about_box2 img {
    margin: 0 auto; }

.parallax-window {
  background: transparent;
  min-height: 673px;
  padding: 8em 0; }

.about_content h3 {
  font-size: 41px;
  font-weight: 500;
  font-style: italic;
  color: #fff;
  margin-bottom: 30px; }
.about_content p {
  font-size: 16px;
  color: #fff;
  line-height: 26px; }
.about_content .index_more {
  margin: 30px 0; }

@media (max-width: 1215px) {
  .about_box h3 {
    padding-top: 0;
    font-size: 29px; }

  .about_box2 h3 {
    padding: 0; }

  .about_box2 p {
    padding: 0; } }
@media (max-width: 991px) {
  .about_box2 h3 {
    padding: 0;
    font-size: 30px; }
  .about_box2 p {
    padding: 0;
    text-align: left; }

  .about_box {
    margin: 10px auto; }
    .about_box h3 {
      font-size: 30px; }
    .about_box p {
      text-align: left; }

  .parallax-window {
    min-height: 540px;
    padding: 3em 0; }

  .bookmark {
    padding-left: 0; } }
@media (max-width: 767px) {
  .about_content h3 {
    font-size: 30px;
    word-wrap: break-word;
    word-break: break-all; }

  .bookmark ul li:nth-child(1) a {
    padding-bottom: 0px; } }
@media (max-width: 480px) {
  .about_banner h1 {
    font-size: 37px; } }
.news_list {
  margin: 25px auto; }
  .news_list ul {
    text-align: center; }
    .news_list ul li {
      -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
      transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
      display: inline-block;
      vertical-align: middle;
      background-color: #FF0000;
      border-radius: 50px;
      margin: 0 8px;
      width: 10%;
      line-height: 50px; }
      .news_list ul li a {
        display: block;
        color: #fff;
        text-decoration: none; }
      .news_list ul li:hover, .news_list ul li:focus {
        background-color: #000; }

.news_items {
  margin: 30px auto; }
  .news_items a {
    text-decoration: none; }
  .news_items img {
    margin: 0 auto;
    -webkit-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1); }
  .news_items h3 {
    font-size: 21px;
    color: #2C2C2C; }
  .news_items p {
    font-size: 16px;
    color: #2C2C2C;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 24px;
    height: 70px; }
  .news_items span {
    font-size: 15px;
    color: #434343;
    font-weight: bold; }
  .news_items .index_more {
    margin: 30px 0;
    color: #fff;
    width: 116px;
    line-height: 36px; }
  .news_items:hover img, .news_items:focus img {
    opacity: 0.5; }

.page_list {
  margin: 50px auto; }
  .page_list ul {
    text-align: center; }
    .page_list ul li {
      display: inline-block;
      vertical-align: middle;
      -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
      transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
      width: 48px;
      height: 43px;
      background-color: #fff;
      border-radius: 4px;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.07); }
      .page_list ul li a {
        display: block;
        font-size: 13px;
        color: #0E0E1E;
        line-height: 43px;
        font-weight: bold;
        width: 100%;
        height: 100%;
        text-decoration: none; }
      .page_list ul li:hover, .page_list ul li:focus, .page_list ul li.active {
        background-color: #FF0000; }
        .page_list ul li:hover a, .page_list ul li:focus a, .page_list ul li.active a {
          color: #fff; }
        .page_list ul li:hover.next .news_arrows i, .page_list ul li:focus.next .news_arrows i, .page_list ul li.active.next .news_arrows i {
          background-color: #fff; }
      .page_list ul li.next {
        width: 67px; }
        .page_list ul li.next .news_arrows {
          display: inline-block;
          vertical-align: middle;
          width: 8px;
          height: 3px;
          position: relative; }
          .page_list ul li.next .news_arrows i {
            -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
            transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
            display: block;
            width: 4px;
            height: 1px;
            background-color: #0E0E1E;
            position: absolute;
            right: 0; }
            .page_list ul li.next .news_arrows i:nth-child(1) {
              transform: rotate(45deg);
              top: 0; }
            .page_list ul li.next .news_arrows i:nth-child(2) {
              transform: rotate(-45deg);
              bottom: 0; }

.news_detail_title {
  font-size: 29px;
  color: #000000; }
  .news_detail_title span {
    display: block;
    font-size: 15px;
    color: #434343; }

.news_detail_share {
  border-left: 1px solid #D2D2D2; }
  .news_detail_share span {
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-align: center; }
  .news_detail_share ul {
    list-style: none;
    text-align: center; }
    .news_detail_share ul li {
      display: inline-block;
      vertical-align: middle;
      -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
      transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
      background: url(../image/icon/icon2.png) no-repeat;
      width: 30px;
      height: 30px;
      margin: 10px 5px; }
      .news_detail_share ul li.share_fb {
        background-position: -32px -41px; }
      .news_detail_share ul li.share_tw {
        background-position: -73px -41px; }
      .news_detail_share ul li a {
        display: block;
        width: 100%;
        height: 100%; }
      .news_detail_share ul li:hover, .news_detail_share ul li:focus {
        opacity: 0.5; }

.news_detail_content {
  margin: 20px auto; }
  .news_detail_content img {
    margin: 0 auto; }
  .news_detail_content p {
    margin: 20px auto;
    font-size: 16px;
    color: #2C2C2C;
    position: relative;
    padding-left: 25px;
    line-height: 26px;
    margin-bottom: 30px; }
    .news_detail_content p:before {
      position: absolute;
      top: 0;
      left: 0;
      content: "";
      width: 4px;
      height: 56px;
      background-color: #FF0000; }

@media (max-width: 991px) {
  .news_list ul li {
    width: 20%; } }
@media (max-width: 767px) {
  .news_detail_title {
    margin: 20px auto;
    margin-bottom: 0;
    overflow: hidden; }

  .news_detail_share {
    border: 0; }
    .news_detail_share span {
      text-align: left;
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px; }
    .news_detail_share ul {
      text-align: left;
      display: inline-block;
      vertical-align: middle;
      margin-bottom: 0; }

  .news_list ul li {
    width: 23%; } }
@media (max-width: 600px) {
  .news_list ul li {
    width: 45%;
    line-height: 30px; } }
@media (max-width: 480px) {
  .news_list ul li {
    width: 100%;
    margin: 5px auto; } }
.privacy_content {
  border-bottom: 1px solid #BCBCBC;
  margin-bottom: 30px;
  padding-bottom: 30px;
  overflow: hidden; }
  .privacy_content h3 {
    text-align: center;
    font-size: 25px;
    color: #4C514C;
    margin: 30px auto; }
    .privacy_content h3 i {
      display: inline-block;
      vertical-align: middle;
      width: 36px;
      height: 26px;
      background: url(../image/icon/icon2.png) no-repeat;
      background-position: -117px -41px; }
  .privacy_content p {
    font-size: 16px;
    color: #2C2C2C;
    line-height: 26px; }

.privacy_items {
  margin: 10px auto; }
  .privacy_items h3 {
    font-size: 25px;
    color: #4C514C;
    background: url(../image/icon/icon4.png) no-repeat left top;
    padding-left: 35px; }
  .privacy_items p {
    font-size: 16px;
    color: #2C2C2C;
    padding-left: 35px; }

.privacy_bg {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1; }

@media (max-width: 767px) {
  .privacy_items {
    margin-bottom: 50px; }
    .privacy_items p {
      padding-left: 0; } }
.technology {
  margin: 30px auto;
  margin-bottom: 50px;
  overflow: hidden; }
  .technology img {
    margin: 0 auto; }

.technology_content h3 {
  font-size: 27px;
  color: #000000;
  margin-top: 0; }
.technology_content p {
  font-size: 16px;
  color: #2C2C2C;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 20px; }
.technology_content a {
  display: block;
  width: 135px;
  line-height: 42px;
  font-size: 15px;
  text-align: center;
  color: #060606;
  background-color: #E0E0E0;
  margin: 20px 0;
  border-radius: 50px;
  text-decoration: none; }
  .technology_content a:hover, .technology_content a:focus {
    background-color: #FF0000;
    color: #fff; }

.technology_detail_content {
  margin: 50px auto;
  overflow: hidden; }
  .technology_detail_content p {
    font-size: 16px;
    line-height: 26px; }

.technology_bg {
  background-color: #EEF2F2;
  padding: 2em 0;
  position: relative;
  z-index: 1; }
  .technology_bg h3 {
    font-size: 29px;
    color: #4C514D;
    text-align: center;
    margin-bottom: 20px; }
  .technology_bg p {
    font-size: 16px;
    color: #2C2C2C;
    line-height: 26px; }
  .technology_bg img {
    margin: 30px auto; }

.technology_detail_content_2 h3 {
  font-size: 29px;
  color: #4C514D;
  text-align: center;
  margin: 30px auto; }
.technology_detail_content_2 h4 {
  font-size: 16px;
  color: #FF0000;
  margin: 20px auto; }
.technology_detail_content_2 p {
  font-size: 16px; }
.technology_detail_content_2 span {
  display: block;
  text-align: center;
  color: rgba(44, 44, 44, 0.65);
  width: 50%;
  margin: 50px auto;
  font-size: 17px;
  padding: 0 20px;
  border-left: 10px solid rgba(164, 163, 164, 0.57);
  border-right: 10px solid rgba(164, 163, 164, 0.57); }
.technology_detail_content_2 img {
  margin: 30px auto; }

.technology_pic {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1; }

@media (max-width: 991px) {
  .technology_detail_content_2 span {
    width: 100%; } }
@media (max-width: 767px) {
  .technology_content a {
    margin: 20px auto; }

  .technology_detail_content {
    margin: 25px auto; } }
.sitemap_box {
  display: block;
  margin: 20px auto;
  margin-bottom: 30px;
  overflow: hidden;
  border-bottom: 1px solid #BCBCBC;
  padding-bottom: 20px; }
  .sitemap_box:nth-last-child(1) {
    border-bottom: 0; }
  .sitemap_box h3 {
    display: block;
    font-size: 21px;
    color: #000000; }
    .sitemap_box h3 i {
      display: inline-block;
      vertical-align: middle;
      width: 32px;
      height: 17px;
      background: url(../image/icon/icon2.png) no-repeat;
      background-position: 0 -87px;
      margin-right: 10px; }
  .sitemap_box ul {
    display: inline-block;
    vertical-align: middle;
    vertical-align: top;
    padding-left: 35px;
    width: 49%; }
    .sitemap_box ul li {
      list-style: none;
      margin: 13px auto; }
      .sitemap_box ul li a {
        font-size: 16px;
        color: #2C2C2C;
        text-decoration: none; }
        .sitemap_box ul li a:hover, .sitemap_box ul li a:focus {
          color: #FF0000; }

.site_arrows {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 5px;
  height: 7px;
  margin-right: 5px; }
  .site_arrows i {
    display: block;
    width: 4px;
    height: 1px;
    background-color: #FF0000;
    transform: rotate(45deg);
    position: absolute;
    right: 0;
    bottom: 0;
    margin: auto; }
    .site_arrows i:nth-child(1) {
      top: -3px; }
    .site_arrows i:nth-child(2) {
      transform: rotate(-45deg);
      top: 3px; }

@media (max-width: 1215px) {
  .sitemap_box ul {
    width: 100%;
    display: block; } }
@media (max-width: 767px) {
  .sitemap_box {
    margin-bottom: 0; } }
.store_bg {
  background: #f1f1f1;
  background: -moz-radial-gradient(center, ellipse cover, #f1f1f1 0%, #cccccc 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #f1f1f1 0%, #cccccc 100%);
  background: radial-gradient(ellipse at center, #f1f1f1 0%, #cccccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#cccccc',GradientType=1 ); }

.store_title {
  margin: 35px auto; }
  .store_title h4 {
    font-size: 45px;
    color: #4C514C; }
  .store_title i {
    display: block;
    margin: 20px 0;
    background-color: #FF0000;
    height: 2px;
    width: 78px; }
  .store_title p {
    font-size: 16px; }

.store_form {
  margin: 35px auto;
  overflow: hidden; }
  .store_form form {
    display: block; }
    .store_form form .form-control {
      border: 0;
      border-radius: 0;
      background-color: #fff;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      height: 43px;
      margin-bottom: 30px; }
    .store_form form select {
      padding-left: 33px;
      background: url(../image/map.png) no-repeat left center;
      background-size: 3.5%;
      background-position-x: 10px; }
    .store_form form .btn {
      width: 147px;
      line-height: 46px;
      text-align: center;
      color: #fff;
      border-radius: 50px;
      background-color: #FF0000;
      font-size: 17px;
      padding: 0;
      outline: none; }
      .store_form form .btn:hover, .store_form form .btn:focus {
        background-color: #000; }

.store_items {
  margin: 50px auto;
  margin-bottom: 0;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  min-height: 308px; }
  .store_items h3 {
    font-size: 18px;
    color: #2C2C2C;
    width: 100%;
    border-left: 1px solid #FF0000;
    background: #ECECEC url(../image/icon/icon5.png) no-repeat center left;
    background-position-x: 1em;
    padding: 24px 0 24px 45px;
    margin: 0 auto; }
  .store_items ul {
    list-style: none;
    padding: 1.5em;
    margin-bottom: 0; }
    .store_items ul li {
      margin: 10px auto;
      font-size: 16px;
      word-wrap: break-word;
      word-break: break-all; }
      .store_items ul li i {
        display: inline-block;
        vertical-align: middle;
        width: 16px;
        height: 14px;
        background: url(../image/icon/icon2.png) no-repeat;
        margin-right: 8px; }
      .store_items ul li:nth-child(2) i {
        background-position: -47px -87px; }
      .store_items ul li:nth-child(3) i {
        background-position: -74px -87px; }
      .store_items ul li:nth-child(4) i {
        background-position: -102px -87px; }
      .store_items ul li a {
        color: #2C2C2C;
        text-decoration: none; }
        .store_items ul li a:hover, .store_items ul li a:focus {
          color: #FF0000; }
  .store_items .map_link {
    display: block;
    width: 116px;
    line-height: 36px;
    background-color: #E0E0E0;
    border-radius: 50px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    margin-top: 25px; }
    .store_items .map_link:hover, .store_items .map_link:focus {
      background-color: #FF0000;
      color: #fff; }

@media (max-width: 1480px) {
  .store_items {
    min-height: 330px; } }
@media (max-width: 1280px) {
  .store_items {
    min-height: 350px; } }
@media (max-width: 1099px) {
  .store_items {
    min-height: 375px; } }
@media (max-width: 767px) {
  .store_form form .btn {
    display: block;
    margin: 0 auto; }

  .store_items {
    min-height: auto; } }
.contact_bg {
  background: #F9F9F9 url(../image/pic_8.png) no-repeat right top;
  background-size: contain; }

.contact_form h3 {
  font-size: 21px;
  color: #333333;
  font-weight: bold;
  border-bottom: 1px solid rgba(155, 155, 155, 0.32);
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 30px; }
  .contact_form h3 i {
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 23px;
    background: url(../image/icon/icon2.png) no-repeat;
    background-position: 0 0;
    margin-right: 5px; }
.contact_form p {
  font-size: 16px;
  color: #2C2C2C;
  margin-bottom: 15px;
  text-align: justify; }
  .contact_form p span {
    color: #FF0000; }
.contact_form .form-control {
  margin-bottom: 20px;
  height: 48px;
  border-radius: 0;
  border: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  color: #2C2C2C; }
.contact_form button {
  width: 169px;
  line-height: 44px;
  background-color: #FF0000;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  border: 0;
  margin-bottom: 50px; }
  .contact_form button:hover, .contact_form button:focus {
    background-color: #000; }

.contact_box {
  margin-top: 30px;
  background-color: #fff;
  min-height: 456px;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
  padding: 3em;
  margin-bottom: 50px; }
  .contact_box h3 {
    font-size: 21px;
    color: #333333;
    font-weight: bold;
    border-bottom: 1px solid rgba(155, 155, 155, 0.32);
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 0px; }
    .contact_box h3 i {
      display: inline-block;
      vertical-align: middle;
      width: 23px;
      height: 23px;
      background: url(../image/icon/icon2.png) no-repeat;
      background-position: -42px 0px;
      margin-right: 5px; }
  .contact_box ul li {
    list-style: none;
    margin: 15px auto;
    font-size: 16px; }
    .contact_box ul li span {
      display: block;
      color: #FF0000;
      margin: 5px 0; }
    .contact_box ul li a {
      color: #2C2C2C; }
      .contact_box ul li a:hover, .contact_box ul li a:focus {
        color: #FF0000; }

#map {
  min-height: 400px;
  position: relative;
  z-index: 1; }

.map_shadow {
  box-shadow: 0px 0 20px rgba(0, 0, 0, 0.8), 0px 0 20px rgba(0, 0, 0, 0.8);
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1; }

.map_box {
  background-color: rgba(255, 255, 255, 0.86);
  width: 335px;
  height: 115px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 32em;
  margin: auto;
  z-index: 1;
  padding: 1em; }
  .map_box h3 {
    margin-top: 0;
    font-size: 16px;
    margin-bottom: 0; }
  .map_box i {
    display: block;
    width: 29px;
    height: 1px;
    background-color: #FF0000;
    margin: 10px 0; }
  .map_box p {
    font-size: 14px;
    color: #7F7F7F; }

@media (max-width: 991px) {
  .map_box {
    position: initial;
    width: 100%; }

  #map {
    min-height: 250px; } }
.products_items {
  padding: 4em 0;
  overflow: hidden; }
  .products_items img {
    margin: 0 auto; }
  .products_items h3 {
    font-size: 59px;
    color: #3F3F43;
    font-weight: bold;
    font-style: italic; }
    .products_items h3 span {
      font-size: 40px; }
  .products_items b {
    display: block;
    color: #FF0000;
    font-size: 23px;
    margin: 30px auto; }
  .products_items p {
    font-size: 16px;
    color: #2D2D2D; }
  .products_items a {
    display: block;
    width: 207px;
    line-height: 52px;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    background-color: #FF0000;
    margin: 30px 0;
    text-decoration: none; }
    .products_items a em {
      display: inline-block;
      vertical-align: middle;
      width: 24px;
      height: 20px;
      background: url(../image/icon/icon2.png) no-repeat;
      background-position: -205px -41px;
      margin-right: 5px; }
    .products_items a:hover, .products_items a:focus {
      background-color: #000; }

.products_line {
  border-bottom: 1px solid rgba(163, 163, 163, 0.67);
  margin: 20px auto; }
  .products_line img {
    margin: 0;
    margin-bottom: -2px; }

.products_bg {
  width: 7%;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: auto; }

.products_bg2 {
  width: 7%;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: scaleX(-1); }

.products_detail_box {
  margin-top: 40px;
  margin-bottom: 10px; }
  .products_detail_box img {
    background-color: #ECECEC;
    margin: 0 auto;
    width: 100%; }

.products_detail_items {
  position: relative; }
  .products_detail_items a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    outline: none; }

.products_detail_box2 {
  margin-bottom: 50px; }
  .products_detail_box2 img {
    margin: 0 5px;
    cursor: pointer;
    opacity: 0.5; }
    .products_detail_box2 img.slick-current {
      opacity: 1; }

.products_lightbox {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5%;
  margin: auto;
  width: 138px;
  line-height: 44px;
  border-radius: 50px;
  text-align: center;
  color: #FF0000;
  background-color: #fff;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2); }

.products_detail_box3 {
  margin-top: 40px; }
  .products_detail_box3 h4 {
    margin-top: 0;
    font-size: 19px;
    color: #000000; }
  .products_detail_box3 h3 {
    font-size: 41px;
    color: #333; }
  .products_detail_box3 ul {
    color: #343333;
    padding-left: 20px;
    margin: 30px auto; }
    .products_detail_box3 ul li {
      list-style-image: url(../image/icon/line2.jpg);
      font-size: 19px;
      font-weight: 500;
      margin: 10px auto; }
      .products_detail_box3 ul li ul {
        margin: 0 auto; }
        .products_detail_box3 ul li ul li {
          list-style: none;
          font-size: 16px;
          font-weight: 400;
          margin: 5px auto; }
  .products_detail_box3 strong {
    display: block;
    font-size: 27px;
    color: #FF0000;
    margin: 10px auto 25px auto; }
  .products_detail_box3 form label {
    font-size: 14px;
    color: #2C2C2C;
    line-height: 50px;
    font-weight: 400; }
  .products_detail_box3 form .form-control {
    height: 50px;
    font-size: 15px;
    color: #2D2D2D;
    border-radius: 50px;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
    border: 0;
    max-width: 300px;
    padding-left: 35px; }
  .products_detail_box3 form .form-group {
    display: block;
    border-bottom: 1px solid rgba(163, 163, 163, 0.67);
    padding-bottom: 20px;
    margin-bottom: 20px;
    overflow: hidden; }
  .products_detail_box3 form .form-group2 {
    display: inline-block;
    vertical-align: middle;
    width: 250px;
    position: relative;
    margin: 10px 0; }
    .products_detail_box3 form .form-group2 .form-control {
      max-width: 250px; }
    .products_detail_box3 form .form-group2 button {
      border: 0;
      background-color: #FF0000;
      border-top-right-radius: 50px;
      border-bottom-right-radius: 50px;
      color: #fff;
      font-size: 17px;
      height: 50px;
      width: 166px;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto; }
      .products_detail_box3 form .form-group2 button:hover, .products_detail_box3 form .form-group2 button:focus {
        background-color: #000; }
  .products_detail_box3 form .favorite {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px; }
    .products_detail_box3 form .favorite button {
      background-color: #FF0000;
      border: 0;
      width: 50px;
      height: 50px;
      border-radius: 100%;
      box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
      position: relative; }
      .products_detail_box3 form .favorite button img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }
      .products_detail_box3 form .favorite button:hover, .products_detail_box3 form .favorite button:focus {
        background-color: #000; }
  .products_detail_box3 form .products_share {
    display: block;
    list-style: none;
    margin-top: 0;
    text-align: center; }
    .products_detail_box3 form .products_share li {
      display: inline-block;
      vertical-align: middle;
      font-size: 14px;
      color: #2C2C2C;
      font-weight: 500;
      -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
      transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1); }
      .products_detail_box3 form .products_share li:nth-child(1) {
        display: block; }
      .products_detail_box3 form .products_share li.p_fb {
        width: 30px;
        height: 30px;
        background: url(../image/icon/icon2.png) no-repeat;
        background-position: -32px -41px;
        margin: 0 5px; }
      .products_detail_box3 form .products_share li.p_tw {
        width: 30px;
        height: 30px;
        background: url(../image/icon/icon2.png) no-repeat;
        background-position: -73px -41px;
        margin: 0 5px; }
      .products_detail_box3 form .products_share li a {
        display: block;
        width: 100%;
        height: 100%; }
      .products_detail_box3 form .products_share li:hover, .products_detail_box3 form .products_share li:focus {
        opacity: 0.5; }

.products_tab {
  margin: 30px auto; }
  .products_tab .nav-tabs {
    text-align: center;
    border: 0; }
    .products_tab .nav-tabs li {
      float: none;
      display: inline-block;
      vertical-align: middle;
      width: 239px;
      border: 0; }
      .products_tab .nav-tabs li a {
        border: 0;
        display: block;
        border-radius: 0;
        padding: 20px 15px;
        font-size: 17px;
        color: #777777;
        background-color: #E7E7E7; }
      .products_tab .nav-tabs li.active a {
        border: 0;
        border-top: 2px solid #FF0000;
        background-color: #fff;
        color: #0C0D0D;
        font-weight: 500; }
  .products_tab .tab-content {
    background-color: #fff;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
    padding: 5em 0 2em 0; }
    .products_tab .tab-content img {
      margin: 0 auto; }
    .products_tab .tab-content table {
      width: 100%;
      margin: 50px auto; }
      .products_tab .tab-content table tr th {
        padding: 1em 1em;
        font-weight: 400;
        border-top: 1px solid #DADADA;
        border-bottom: 1px solid #DADADA;
        text-align: center;
        font-size: 17px;
        color: #333333; }
        .products_tab .tab-content table tr th:nth-child(1) {
          background-color: rgba(234, 234, 234, 0.78);
          text-align: left;
          padding: 1em 2.5em;
          width: 30%; }
      .products_tab .tab-content table tr td {
        padding: 1em 1em;
        border-top: 1px solid #DADADA;
        border-bottom: 1px solid #DADADA;
        font-size: 16px;
        color: #5F5F5F; }
        .products_tab .tab-content table tr td:nth-child(1) {
          background-color: rgba(234, 234, 234, 0.78);
          text-align: left;
          padding: 1em 2.5em;
          width: 30%; }
      .products_tab .tab-content table tr:nth-child(even) {
        background-color: rgba(234, 234, 234, 0.27); }

.rwd-table {
  overflow: hidden; }

.rwd-table th {
  display: none; }

.rwd-table td {
  display: block; }

.rwd-table td:before {
  content: attr(data-th) " ";
  display: inline-block; }

.products_favorite_title {
  text-align: center;
  font-size: 25px;
  color: #333333;
  margin-bottom: 30px; }

.products_detail_items2 {
  display: block;
  position: relative;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px; }
  .products_detail_items2 a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1; }
  .products_detail_items2 .products_detail_hover {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    position: relative; }
    .products_detail_items2 .products_detail_hover img {
      border-top-left-radius: 8px;
      border-top-right-radius: 8px; }
    .products_detail_items2 .products_detail_hover .hover_btn {
      -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
      transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      background-color: rgba(71, 72, 75, 0.51);
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
      opacity: 0; }
      .products_detail_items2 .products_detail_hover .hover_btn span {
        display: block;
        width: 138px;
        line-height: 44px;
        height: 44px;
        text-align: center;
        font-size: 15px;
        color: #FF0000;
        background-color: #fff;
        border-radius: 50px;
        box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }
        .products_detail_items2 .products_detail_hover .hover_btn span i {
          display: inline-block;
          vertical-align: middle;
          width: 17px;
          height: 17px;
          background: url(../image/icon/search2.png) no-repeat; }
    .products_detail_items2 .products_detail_hover .sale {
      position: absolute;
      right: 0;
      bottom: 0;
      background: url(../image/products/bg.png) no-repeat;
      background-size: cover;
      height: 110px;
      width: 58px; }
      .products_detail_items2 .products_detail_hover .sale em {
        display: block;
        font-size: 14px;
        color: #fff;
        position: absolute;
        right: 0;
        left: 12px;
        bottom: 3px;
        margin: auto;
        font-weight: bold; }
  .products_detail_items2:hover .hover_btn, .products_detail_items2:focus .hover_btn {
    opacity: 1; }

.products_detail2 {
  background-color: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 1.5em;
  margin-bottom: 50px; }
  .products_detail2 h3 {
    font-size: 21px;
    color: #333333;
    margin-top: 0; }
  .products_detail2 h4 {
    font-size: 17px;
    color: #FF0000; }
  .products_detail2 button {
    background-color: #E0E0E0;
    border-radius: 50px;
    text-align: center;
    font-size: 14px;
    color: #302E2E;
    line-height: 42px;
    width: 100%;
    border: 0;
    margin-top: 20px;
    font-weight: bold;
    position: relative;
    z-index: 9; }
    .products_detail2 button:hover, .products_detail2 button:focus {
      background-color: #FF0000;
      color: #fff; }

@media (max-width: 1099px) {
  .products_detail_box3 form .form-group2 {
    width: 230px; }
    .products_detail_box3 form .form-group2 button {
      width: 150px; } }
@media (min-width: 767px) {
  .rwd-table td:before {
    display: none; }

  .rwd-table th, .rwd-table td {
    display: table-cell; } }
@media (max-width: 991px) {
  .products_detail_box3 strong {
    margin-bottom: 0; }
  .products_detail_box3 form label {
    display: block;
    line-height: auto; }
  .products_detail_box3 form .form-control {
    max-width: 100%; }
  .products_detail_box3 form .form-group2 {
    width: 100%; }
    .products_detail_box3 form .form-group2 .form-control {
      max-width: 100%; }
  .products_detail_box3 form .products_share {
    text-align: left;
    margin: 0 auto;
    padding-left: 0; }
    .products_detail_box3 form .products_share li {
      display: inline-block;
      vertical-align: middle; }
      .products_detail_box3 form .products_share li:nth-child(1) {
        display: inline-block;
        vertical-align: middle; }

  .products_tab .nav-tabs li {
    width: 190px; }

  .products_detail_box3 form .favorite {
    margin: 10px auto; } }
@media (max-width: 767px) {
  .products_items {
    padding: 2em 0; }

  .products_detail_box3 h3 {
    margin: 5px auto;
    font-size: 36px; }
  .products_detail_box3 h4 {
    font-size: 16px; }
  .products_detail_box3 ul {
    margin: 15px auto; }
    .products_detail_box3 ul li {
      font-size: 16px; }
      .products_detail_box3 ul li ul li {
        font-size: 14px;
        margin: 0 auto; }

  .products_tab .nav-tabs li {
    width: 49%; }
  .products_tab .tab-content table tr td {
    text-align: left;
    padding: 0.5em;
    font-size: 13px; }
    .products_tab .tab-content table tr td:nth-child(1) {
      width: 100%;
      padding: 0.5em; }
    .products_tab .tab-content table tr td:before {
      margin-right: 30px;
      font-weight: bold;
      font-size: 14px; }
  .products_tab .tab-content table tr:nth-child(even) {
    background-color: transparent; }

  .products_detail2 {
    margin-bottom: 25px; }

  .products_tab .tab-content {
    padding: 5em 0 0 0; }

  .products_favorite_title {
    margin-bottom: 20px; } }
.shop_list {
  display: block;
  border: 1px solid #CDCDCD;
  background-color: #F9F9F9;
  text-align: center;
  font-size: 17px;
  color: #6D6D6D;
  line-height: 59px;
  margin: 30px auto; }
  .shop_list b {
    color: #FF0000; }
  .shop_list.active {
    background-color: #000;
    color: #fff;
    border-color: #000; }

.shop_table table {
  width: 100%; }
  .shop_table table.rwd-table {
    border: 1px solid #E3E3E3; }
  .shop_table table tr th {
    padding: 1em;
    border: 1px solid #E3E3E3;
    background-color: #EFEFEF;
    font-size: 16px; }
    .shop_table table tr th:nth-child(1) {
      text-align: center; }
  .shop_table table tr td {
    padding: 1em;
    border: 1px solid #E3E3E3;
    font-size: 17px;
    color: #2C2C2C;
    background-color: #fff; }
    .shop_table table tr td span {
      color: #FF0000;
      margin: 0 10px; }
    .shop_table table tr td input {
      display: inline-block;
      vertical-align: middle;
      margin: 0 10px;
      background-color: #F2F3F5;
      text-align: center; }
    .shop_table table tr td button {
      display: inline-block;
      vertical-align: middle;
      border: 0;
      background-color: #FF0000;
      text-align: center;
      color: #fff;
      font-size: 14px;
      width: 100px;
      border-radius: 50px;
      height: 34px;
      margin-left: 20px; }
      .shop_table table tr td button:hover, .shop_table table tr td button:focus {
        background-color: #000; }
    .shop_table table tr td .delete {
      -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
      transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
      display: inline-block;
      vertical-align: middle;
      width: 10px;
      height: 10px;
      position: relative;
      cursor: pointer;
      margin: 0 20px;
      margin-right: 30px; }
      .shop_table table tr td .delete i {
        display: block;
        width: 10px;
        height: 2px;
        border-radius: 50px;
        background-color: #1F1F1F;
        transform: rotate(45deg);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }
        .shop_table table tr td .delete i:nth-child(2) {
          transform: rotate(-45deg); }
      .shop_table table tr td .delete:hover, .shop_table table tr td .delete:focus {
        transform: rotate(180deg); }
    .shop_table table tr td img {
      display: inline-block;
      vertical-align: middle; }
    .shop_table table tr td .shop_box {
      display: inline-block;
      vertical-align: middle;
      margin-left: 15px; }
      .shop_table table tr td .shop_box p {
        display: block;
        font-size: 15px; }
    .shop_table table tr td .form-control {
      width: 85px;
      background-color: #E0E0E0;
      border: 0;
      border-radius: 0;
      box-shadow: none; }

.shop_line {
  margin: 30px auto; }
  .shop_line a {
    display: block;
    width: 229px;
    line-height: 44px;
    background-color: #D4D4D4;
    border-radius: 50px;
    text-align: center;
    font-size: 15px;
    color: #000000; }
    .shop_line a i {
      display: inline-block;
      vertical-align: middle;
      width: 22px;
      height: 21px;
      background: url(../image/icon/icon2.png) no-repeat;
      background-position: -265px 0;
      margin-right: 10px; }
    .shop_line a:hover, .shop_line a:focus {
      background-color: #FF0000; }

.shop_total {
  margin: 30px auto;
  margin-bottom: 60px; }
  .shop_total h4 {
    font-size: 18px;
    color: #000000; }
  .shop_total table {
    width: 100%;
    margin: 10px auto; }
    .shop_total table tr td {
      border: 1px solid #E3E3E3;
      background-color: #fff;
      font-size: 17px;
      color: #2C2C2C;
      padding: 1em; }
      .shop_total table tr td:nth-child(1) {
        background-color: #F1F1F1; }
  .shop_total button {
    display: block;
    background-color: #FF0000;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    line-height: 44px;
    width: 100%;
    border: 0;
    font-size: 15px;
    margin: 20px auto; }
    .shop_total button i {
      display: inline-block;
      vertical-align: middle;
      width: 19px;
      height: 22px;
      background: url(../image/icon/icon2.png) no-repeat;
      background-position: 0 -41px;
      margin-right: 8px; }
    .shop_total button:hover, .shop_total button:focus {
      background-color: #000; }

.shop_form {
  margin-bottom: 50px;
  overflow: hidden; }
  .shop_form h3 {
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 20px; }
  .shop_form h4 {
    font-size: 17px;
    color: #2C2C2C;
    margin-bottom: 15px;
    margin-top: 0; }
  .shop_form label {
    font-size: 16px;
    color: #2C2C2C; }
    .shop_form label span {
      font-size: 19px;
      color: #FF0000;
      margin-left: 8px; }
  .shop_form .form-control {
    display: inline-block;
    vertical-align: middle;
    height: 43px;
    border: 0;
    border-radius: 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px; }
  .shop_form select.form-control {
    border: 1px solid #AAAAAA;
    border-radius: 4px; }
  .shop_form .shop_radio label {
    cursor: pointer;
    display: block;
    position: relative;
    padding-left: 25px;
    font-size: 17px;
    font-weight: normal; }
  .shop_form .shop_radio label::after {
    content: " ";
    display: inline-block;
    position: absolute;
    left: 0;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border: 1px solid #CDCDCD;
    border-radius: 100%; }
  .shop_form .shop_radio input[type="radio"] {
    display: none; }
  .shop_form .shop_radio input[type="radio"]:checked + label::after {
    content: " ";
    background-color: #CDCDCD; }
  .shop_form table {
    width: 100%; }
    .shop_form table tr th {
      padding: 1em;
      border: 1px solid #E0E0E0;
      background-color: #EFEFEF;
      font-size: 17px;
      color: #2C2C2C; }
      .shop_form table tr th:nth-child(2) {
        color: #FF0000;
        text-align: right; }
    .shop_form table tr td {
      padding: 1em;
      border: 1px solid #E0E0E0;
      font-size: 17px;
      color: #2C2C2C;
      background-color: #fff; }
      .shop_form table tr td:nth-child(1) {
        background-color: #EFEFEF; }
      .shop_form table tr td span {
        color: #FF0000; }
  .shop_form button {
    width: 167px;
    line-height: 52px;
    text-align: center;
    background-color: #FF0000;
    color: #fff;
    border-radius: 50px;
    border: 0;
    font-size: 15px;
    margin: 20px auto;
    float: right; }
    .shop_form button:hover, .shop_form button:focus {
      background-color: #000; }

.shop_finish {
  margin-bottom: 80px; }
  .shop_finish img {
    margin: 20px auto; }
  .shop_finish p {
    text-align: center;
    font-size: 16px;
    color: #2C2C2C; }
  .shop_finish table {
    width: 50%;
    margin: 20px auto;
    border: 1px solid #E0E0E0;
    background-color: #EFEFEF; }
    .shop_finish table tr td {
      font-size: 17px;
      padding: 1em 1.5em; }
      .shop_finish table tr td:nth-child(2) {
        text-align: right;
        color: #FF0000; }
  .shop_finish a {
    display: block;
    width: 167px;
    line-height: 52px;
    text-align: center;
    margin: 20px auto;
    color: #fff;
    border-radius: 50px;
    background-color: #FF0000; }

@media (max-width: 767px) {
  .shop_table table.rwd-table {
    border: 0; }
    .shop_table table.rwd-table tr {
      border-bottom: 1px solid #E3E3E3; }
      .shop_table table.rwd-table tr td {
        position: relative;
        border: 0; }
        .shop_table table.rwd-table tr td:before {
          margin-right: 30px;
          font-weight: bold; }
        .shop_table table.rwd-table tr td .form-control {
          display: inline-block;
          vertical-align: middle; }
        .shop_table table.rwd-table tr td .delete {
          position: absolute;
          top: 15%;
          right: 5%;
          margin: auto; }
        .shop_table table.rwd-table tr td button {
          margin: 10px auto;
          margin-left: 20px; }

  .shop_list {
    margin: 0 auto;
    margin-top: -1px;
    line-height: 45px; }

  .shop_form {
    margin-bottom: 10px; }
    .shop_form .form-control {
      margin-bottom: 10px;
      height: 34px; }
    .shop_form button {
      display: block;
      float: none;
      margin: 15px auto; }

  .shop_finish img {
    margin: 30px auto; }
  .shop_finish table {
    width: 100%; } }
@media (max-width: 380px) {
  .shop_table table.rwd-table tr td button {
    margin: 10px auto;
    width: 100%; }

  .shop_line {
    margin: 15px auto; }
    .shop_line a {
      width: 100%; } }
.member_bg {
  background: url(../image/member/bg.png) no-repeat top left;
  min-height: 675px;
  position: relative;
  z-index: 1; }
  .member_bg .login_title {
    margin: 20px auto;
    margin-top: 50px;
    width: 577px; }
    .member_bg .login_title h3 {
      font-size: 19px;
      color: #000000; }
      .member_bg .login_title h3 i {
        display: inline-block;
        vertical-align: middle;
        width: 25px;
        height: 24px;
        background: url(../image/icon/icon2.png) no-repeat;
        background-position: -79px 0;
        margin-right: 10px; }
      .member_bg .login_title h3 b {
        display: inline-block;
        vertical-align: middle;
        width: 19px;
        height: 22px;
        background: url(../image/icon/icon2.png) no-repeat;
        background-position: -197px 0;
        margin-right: 10px; }
      .member_bg .login_title h3 em {
        display: inline-block;
        vertical-align: middle;
        width: 19px;
        height: 28px;
        background: url(../image/icon/icon2.png) no-repeat;
        background-position: -234px 0px;
        margin-right: 10px; }
  .member_bg .login_box {
    display: block;
    background-color: #fff;
    padding: 3em 2em;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 50px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    width: 577px; }
    .member_bg .login_box p {
      font-size: 16px;
      color: #2C2C2C;
      margin-bottom: 30px; }
    .member_bg .login_box label {
      font-size: 16px;
      color: #000000; }
      .member_bg .login_box label span {
        color: #FF0000; }
    .member_bg .login_box .form-control {
      background-color: #F2F3F5;
      border-radius: 0;
      border: 0;
      height: 42px;
      margin-bottom: 20px; }
    .member_bg .login_box button {
      background-color: transparent;
      border: 0;
      outline: none; }
    .member_bg .login_box .login_sumit {
      background-color: #FF0000;
      width: 100%;
      line-height: 44px;
      border-radius: 50px;
      text-align: center;
      color: #fff;
      border: 0; }
      .member_bg .login_box .login_sumit:hover, .member_bg .login_box .login_sumit:focus {
        background-color: #000; }
    .member_bg .login_box .forget {
      display: block;
      margin-top: 30px; }
      .member_bg .login_box .forget a {
        color: #FF0000;
        font-size: 16px; }
        .member_bg .login_box .forget a i {
          display: inline-block;
          vertical-align: middle;
          width: 23px;
          height: 18px;
          background: url(../image/icon/icon2.png) no-repeat;
          margin-right: 8px;
          background-position: -123px 0px; }
        .member_bg .login_box .forget a:hover, .member_bg .login_box .forget a:focus {
          color: #2C2C2C; }
    .member_bg .login_box .register {
      display: block;
      margin-top: 30px;
      text-align: right; }
      .member_bg .login_box .register a {
        font-size: 16px;
        color: #2C2C2C; }
        .member_bg .login_box .register a i {
          display: inline-block;
          vertical-align: middle;
          width: 23px;
          height: 19px;
          background: url(../image/icon/icon2.png) no-repeat;
          margin-right: 8px;
          background-position: -159px 0px; }
        .member_bg .login_box .register a:hover, .member_bg .login_box .register a:focus {
          color: #FF0000; }

.login_box.register_box {
  background-color: #F9F9F9;
  width: 700px;
  box-shadow: none;
  margin-bottom: 0; }
  .login_box.register_box .form-control {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    background-color: #fff; }
  .login_box.register_box .login_sumit {
    display: block;
    width: 167px;
    margin: 20px auto; }

.member_title {
  display: block;
  text-align: center;
  margin: 10px 0 30px 0; }
  .member_title h3 {
    font-size: 27px;
    color: #000000;
    font-style: italic;
    font-weight: bolder; }

.member_name {
  display: block;
  text-align: center;
  font-size: 20px; }
  .member_name i {
    display: inline-block;
    vertical-align: middle;
    width: 27px;
    height: 23px;
    background: url(../image/icon/icon2.png) no-repeat;
    background-position: -32px -126px;
    margin-right: 10px; }

.logout {
  margin: 40px auto; }
  .logout ul {
    text-align: center; }
    .logout ul li {
      display: inline-block;
      vertical-align: middle;
      -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
      transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
      width: 17%;
      line-height: 50px;
      background-color: #fff;
      border-radius: 50px;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
      margin: 0 10px; }
      .logout ul li a {
        display: block;
        font-size: 17px;
        color: #494949;
        font-weight: bold;
        text-decoration: none; }
        .logout ul li a img {
          display: inline-block;
          vertical-align: middle; }
      .logout ul li:hover, .logout ul li:focus, .logout ul li.active {
        background-color: #FF0000; }
        .logout ul li:hover a, .logout ul li:focus a, .logout ul li.active a {
          color: #fff; }

.logout2 {
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  display: block;
  width: 180px;
  line-height: 50px;
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  border: 2px solid #FF0000;
  text-align: center;
  position: absolute;
  top: 10%;
  right: 3.5%;
  margin: auto; }
  .logout2 a {
    display: block;
    font-size: 17px;
    color: #494949;
    font-weight: bold;
    text-decoration: none;
    width: 100%;
    height: 100%; }
    .logout2 a img {
      display: inline-block;
      vertical-align: middle; }
  .logout2:hover, .logout2:focus {
    background-color: #FF0000; }
    .logout2:hover a, .logout2:focus a {
      color: #fff; }

.memeber_list ul {
  list-style: none;
  margin-bottom: 60px; }
  .memeber_list ul li {
    border-top: 1px solid #B5B5B5;
    border-bottom: 1px solid #B5B5B5;
    margin-top: -1px;
    padding: 1.3em 1em; }
    .memeber_list ul li a {
      display: block;
      font-size: 17px;
      color: #000000;
      text-decoration: none;
      font-weight: bold; }
      .memeber_list ul li a .plus {
        display: inline-block;
        vertical-align: middle;
        width: 14px;
        height: 14px;
        position: relative;
        margin-right: 10px; }
        .memeber_list ul li a .plus i {
          -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
          transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
          display: block;
          width: 14px;
          height: 2px;
          background-color: #000000;
          position: absolute;
          top: 0;
          bottom: 0;
          right: 0;
          left: 0;
          margin: auto; }
          .memeber_list ul li a .plus i:nth-child(2) {
            transform: rotate(90deg); }
      .memeber_list ul li a:hover, .memeber_list ul li a:focus, .memeber_list ul li a.active {
        color: #FF0000; }
        .memeber_list ul li a:hover .plus i, .memeber_list ul li a:focus .plus i, .memeber_list ul li a.active .plus i {
          background-color: #FF0000; }
          .memeber_list ul li a:hover .plus i:nth-child(2), .memeber_list ul li a:focus .plus i:nth-child(2), .memeber_list ul li a.active .plus i:nth-child(2) {
            transform: rotate(360deg); }

.member_title2 {
  margin: 20px auto; }
  .member_title2 h3 {
    display: block;
    text-align: center;
    font-size: 23px;
    font-weight: bold; }
    .member_title2 h3 i {
      display: inline-block;
      vertical-align: middle;
      vertical-align: top;
      background-color: #FF0000;
      width: 2px;
      height: 23px;
      margin-right: 10px; }

.member_select {
  font-size: 15px;
  color: #464646;
  margin: 20px auto; }

.member_table {
  margin: 30px auto; }
  .member_table table {
    width: 100%; }
    .member_table table tr th {
      padding: 1em;
      font-size: 16px;
      background-color: #000;
      color: #fff;
      text-align: center; }
    .member_table table tr td {
      padding: 1.5em 0.5em;
      font-size: 16px;
      color: #2C2C2C;
      text-align: center; }
      .member_table table tr td a {
        color: #2C2C2C; }
        .member_table table tr td a:hover, .member_table table tr td a:focus {
          color: #FF0000; }
    .member_table table tr:nth-child(odd) {
      background-color: rgba(236, 236, 236, 0.5); }
    .member_table table tr:nth-child(even) {
      background-color: #fff; }
    .member_table table tr:nth-last-child(1) {
      border-bottom: 1px solid #BABABA; }
  .member_table h4 {
    font-size: 19px;
    color: #2C2C2C;
    margin: 25px auto;
    margin-bottom: 50px; }

.member_detail h4 {
  font-size: 15px;
  color: #484848; }
  .member_detail h4 b {
    color: #000000;
    margin-right: 10px; }

.member_title3 {
  margin-top: 30px; }
  .member_title3 h3 {
    font-size: 19px;
    color: #474747; }
    .member_title3 h3 i {
      display: inline-block;
      vertical-align: middle;
      width: 18px;
      height: 25px;
      background: url(../image/icon/icon2.png) no-repeat;
      background-position: -152px -126px;
      margin-right: 5px; }

.member_table_bg table tr th {
  background-color: #000;
  color: #fff;
  border-color: #000; }

.member_detail2 h3 {
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 20px; }
.member_detail2 ul {
  border-top: 2px solid #000000;
  padding: 1em 0;
  list-style: none; }
  .member_detail2 ul li {
    font-size: 15px;
    color: #484848;
    margin: 15px auto; }
    .member_detail2 ul li b {
      display: inline-block;
      vertical-align: middle;
      color: #000000;
      margin-right: 20px;
      width: 13%; }

.member_Point {
  background-color: #fff;
  border: 1px solid #ECECEC;
  border-radius: 4px;
  text-align: center;
  padding: 1.5em 0;
  margin: 20px auto;
  font-size: 16px;
  color: #2C2C2C; }
  .member_Point span {
    color: #FF0000;
    margin: 0 10px; }

.warranty_title {
  margin: 20px auto; }
  .warranty_title h3 {
    font-size: 25px;
    color: #4C514C;
    text-align: center; }
    .warranty_title h3 i {
      display: inline-block;
      vertical-align: middle;
      width: 24px;
      height: 27px;
      background: url(../image/icon/icon2.png) no-repeat;
      background-position: -136px -87px;
      margin-right: 12px; }

.warranty_ul ul {
  padding-left: 30px; }
  .warranty_ul ul li {
    font-size: 16px;
    color: #2C2C2C;
    line-height: 26px;
    margin-bottom: 10px; }

.warranty_table {
  margin: 30px auto; }
  .warranty_table table {
    width: 100%; }
    .warranty_table table tr {
      background-color: #ECECEC; }
      .warranty_table table tr td {
        padding: 1.5em;
        border: 1px solid #fff;
        font-size: 16px;
        color: #2C2C2C; }
        .warranty_table table tr td:nth-child(odd) {
          background-color: #DCDCDC;
          width: 20%;
          text-align: center; }

.warranty_box {
  margin-top: 50px;
  position: relative; }

.warranty_line {
  background-color: #000000;
  height: 8px;
  width: 100%;
  position: relative; }
  .warranty_line i {
    display: block;
    background-color: #FF0000;
    width: 206px;
    height: 8px;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto; }

.warranty_img img {
  margin: 20px auto; }

.warranty_title2 h3 {
  font-size: 25px;
  color: #4C514C;
  font-weight: bold; }
  .warranty_title2 h3 i {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 31px;
    background: url(../image/icon/icon2.png) no-repeat;
    background-position: -239px -87px; }

.img_years {
  position: absolute;
  right: 0;
  top: 0;
  margin: auto; }

.warranty_form {
  margin: 20px auto;
  overflow: hidden; }
  .warranty_form label {
    font-size: 16px;
    color: #2C2C2C;
    line-height: 36px; }
  .warranty_form .form-control {
    background-color: #fff;
    height: 43px;
    border-radius: 0;
    border: 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    margin: 10px auto; }
  .warranty_form p {
    display: block;
    font-size: 16px;
    color: #2C2C2C;
    padding: 1em 0;
    margin-bottom: 0; }
    .warranty_form p i {
      display: inline-block;
      vertical-align: middle;
      width: 23px;
      height: 18px;
      background: url(../image/icon/icon2.png) no-repeat;
      background-position: -269px -87px;
      margin-right: 10px; }
  .warranty_form button {
    display: block;
    background-color: #FF0000;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    width: 167px;
    line-height: 52px;
    border: 0;
    margin: 20px 0; }
    .warranty_form button:hover, .warranty_form button:focus {
      background-color: #000; }

.warranty_table2 table tr th {
  text-align: center; }
.warranty_table2 table tr td .warranty_button {
  display: block;
  background-color: #848484;
  border-radius: 6px;
  text-align: center;
  font-size: 16px;
  border-radius: 6px;
  line-height: 40px;
  width: 100%;
  height: 40px;
  margin: 0 auto; }
  .warranty_table2 table tr td .warranty_button i {
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 17px;
    background: url(../image/icon/icon2.png) no-repeat;
    background-position: 0 -126px;
    margin-right: 5px; }

.warranty_table2 {
  margin-bottom: 150px; }

.member_favorite_title {
  margin: 30px auto; }
  .member_favorite_title h3 {
    font-size: 19px;
    color: #000000; }
    .member_favorite_title h3 i {
      display: inline-block;
      vertical-align: middle;
      width: 23px;
      height: 27px;
      margin-right: 5px;
      background: url(../image/icon/icon2.png) no-repeat;
      background-position: -186px -127px; }

@media (max-width: 1460px) {
  .member_detail2 ul li b {
    width: 18%; } }
@media (max-width: 1240px) {
  .logout ul li {
    width: 23%;
    margin: 10px; } }
@media (max-width: 1199px) {
  .img_years {
    width: 30%; } }
@media (max-width: 1099px) {
  .member_detail2 ul li b {
    width: 23%; } }
@media (max-width: 767px) {
  .member_bg .login_title {
    width: 100%; }
  .member_bg .login_box {
    width: 100%;
    padding: 1.5em; }
    .member_bg .login_box .form-control {
      margin-bottom: 10px; }
    .member_bg .login_box button img {
      display: block;
      margin: 0 auto;
      width: 100%; }
    .member_bg .login_box .forget {
      text-align: center;
      margin-top: 15px; }
    .member_bg .login_box .register {
      text-align: center;
      margin-top: 15px; }
    .member_bg .login_box .login_sumit {
      margin: 20px auto; }

  .logout ul li {
    margin: 10px auto; }

  .member_table table tr td {
    text-align: left;
    padding: 0.5em; }
    .member_table table tr td:before {
      text-align: left;
      margin-right: 20px;
      font-weight: bold; }

  .member_detail2 ul li b {
    width: 30%; }

  .member_detail2 ul li {
    margin: 5px auto; }

  .member_detail2 ul {
    padding: 0.5em 0; }

  .logout ul li {
    width: 45%; }

  .warranty_form .products_line {
    display: none; }
  .warranty_form label {
    line-height: 30px;
    margin-bottom: 0; }
  .warranty_form button {
    margin: 20px auto; } }
@media (max-width: 600px) {
  .logout2 {
    position: initial;
    margin: 20px auto; }

  .logout {
    margin: 15px auto; }

  .img_years {
    position: initial;
    width: 100%;
    background-color: #000; } }
@media (max-width: 480px) {
  .memeber_list ul li {
    padding: 0.5em 1em; }

  .logout ul li {
    width: 100%;
    margin: 5px auto; }

  .logout2 {
    width: 100%; }

  .warranty_form button {
    width: 100%; }

  .warranty_table table tr td {
    padding: 0.5em; }
    .warranty_table table tr td:nth-child(odd) {
      width: auto; }

  .warranty_ul ul li {
    line-height: normal; }

  .warranty_box {
    margin-top: 18px; } }
.custom_font1 {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 400; }

.custom_font2 {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: bold; }

.custom_font3 {
  font-family: "Courgette", cursive; }

.custom_font4 {
  font-family: "Damion", cursive; }

.custom_font5 {
  font-family: "Pacifico", cursive; }

.custom_font6 {
  font-family: "Berkshire Swash", cursive; }

.custom_font7 {
  font-family: "Merienda One", cursive; }

.custom_font8 {
  font-family: "Cuprum", sans-serif; }

.custom_banner {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.78) 0%, #ef0000 15%, red 16%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.78) 0%, #ef0000 15%, red 16%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.78) 0%, #ef0000 15%, red 16%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7000000', endColorstr='#ff0000',GradientType=0 );
  padding: 7em 0 3em 0; }
  .custom_banner h1 {
    text-align: center;
    font-size: 89px;
    color: #fff;
    margin: 20px auto; }
  .custom_banner img {
    margin: 30px auto; }

.custom_items {
  margin-top: 5em;
  margin-bottom: 5em; }
  .custom_items h3 {
    font-size: 22px;
    font-style: italic;
    color: #FF0000;
    margin-bottom: 20px; }
    .custom_items h3 span {
      display: inline-block;
      vertical-align: middle;
      width: 40px;
      line-height: 40px;
      background-color: #FF0000;
      color: #fff;
      font-size: 30px;
      font-weight: bold;
      text-align: center;
      border-radius: 100%;
      font-style: normal;
      margin-right: 10px; }
  .custom_items img {
    margin: 15px auto; }

.custom_items_a {
  margin-bottom: 8em;
  text-align: center; }
  .custom_items_a a {
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
    text-align: center;
    color: #fff;
    background-color: #FF0000;
    line-height: 52px;
    border-radius: 50px;
    padding: 0 20px;
    text-decoration: none; }
    .custom_items_a a:hover, .custom_items_a a:focus {
      background-color: #000000; }

.custom_title {
  margin: 30px auto;
  margin-bottom: 50px;
  font-size: 54px;
  text-align: center; }
  .custom_title img {
    margin: 10px auto; }

.custom_step {
  text-align: center;
  margin-bottom: 5em;
  margin-top: 5em;
  min-height: 180px;
  position: relative; }
  .custom_step span {
    display: inline-block;
    vertical-align: middle;
    width: 324px;
    height: 188px;
    margin-right: -6em; }
  .custom_step img {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    border: 1px solid #888888;
    margin: auto;
    top: 0;
    bottom: 0; }
    .custom_step img:nth-child(1) {
      width: 324px;
      left: 3em;
      opacity: 0.53; }
    .custom_step img:nth-child(2) {
      border: 1px solid #333333;
      width: auto;
      z-index: 1;
      left: 0;
      right: 0;
      opacity: 1; }
    .custom_step img:nth-child(3) {
      width: 324px;
      right: 3em;
      opacity: 0.53; }

.custom_title_2 {
  text-align: center;
  margin-bottom: 10em; }
  .custom_title_2 h3 {
    font-size: 26px;
    color: #000000;
    padding-left: 15px;
    margin-bottom: 30px;
    text-align: center;
    position: relative; }
    .custom_title_2 h3:before {
      display: block;
      content: "";
      background-color: #FF0000;
      width: 50px;
      height: 1px;
      position: absolute;
      bottom: -10px;
      left: 0;
      right: 0;
      margin: auto; }
    .custom_title_2 h3 span {
      display: block;
      font-size: 18px;
      color: #787878;
      line-height: 26px; }
  .custom_title_2 form {
    display: block;
    text-align: left; }
  .custom_title_2 label {
    display: inline-block;
    vertical-align: middle;
    width: 67px;
    line-height: 52px;
    background-color: #000;
    border-radius: 50px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 9; }
  .custom_title_2 .input {
    display: inline-block;
    vertical-align: middle;
    background-color: #DDDDDD;
    border-radius: 50px;
    width: 357px;
    line-height: 52px;
    text-align: center;
    margin-left: -50px;
    margin-top: -3px; }
    .custom_title_2 .input span {
      display: inline-block;
      vertical-align: middle;
      font-size: 20px; }
    .custom_title_2 .input .qt-minus {
      font-size: 50px;
      color: #AAAAAA;
      float: left;
      padding-left: 1.5em;
      cursor: pointer; }
    .custom_title_2 .input .qt-plus {
      font-size: 50px;
      color: #AAAAAA;
      float: right;
      padding-right: 15px;
      cursor: pointer; }
  .custom_title_2 .form-control {
    display: inline-block;
    vertical-align: middle;
    width: 287px;
    line-height: 52px;
    height: 52px;
    border-radius: 50px;
    background-color: #DDDDDD;
    font-size: 17px;
    border: 0; }
  .custom_title_2 button {
    background-color: #FF0000;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    width: 167px;
    line-height: 52px;
    border: 0; }
    .custom_title_2 button:hover, .custom_title_2 button:focus {
      background-color: #000; }
  .custom_title_2 p {
    text-align: center;
    font-size: 16px;
    color: #1F1F1F;
    padding-left: 20px;
    line-height: 30px; }

.custom_font {
  width: 175px;
  height: 63px;
  color: #fff;
  font-size: 30px;
  position: absolute;
  top: 0;
  bottom: 27px;
  left: 0;
  right: 0;
  z-index: 1;
  margin: auto; }

.custom_box2 .custom_items2 {
  background-color: #DDDDDD;
  border-radius: 50px;
  width: 100%;
  line-height: 52px;
  text-align: center;
  font-size: 16px;
  color: #202020;
  margin: 20px auto 10px auto; }
  .custom_box2 .custom_items2 b {
    display: inline-block;
    vertical-align: middle;
    float: left;
    background-color: #000000;
    width: 67px;
    line-height: 52px;
    border-radius: 50px;
    color: #fff;
    font-size: 30px; }
.custom_box2 p {
  text-align: center;
  color: #1F1F1F;
  font-size: 16px; }

.custom_box2:nth-last-child(1) .custom_items2 {
  padding: 0 2em; }

.custom_group {
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  margin-top: -1px;
  padding: 1em 5em; }
  .custom_group h3 {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #202020;
    margin: 0;
    border-left: 1px solid #E40000;
    padding-left: 20px;
    width: 118px; }
  .custom_group ul {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0; }
    .custom_group ul li {
      display: inline-block;
      vertical-align: middle; }
      .custom_group ul li input[type="radio"] {
        display: none; }
      .custom_group ul li label {
        cursor: pointer;
        display: block;
        position: relative;
        padding: 0 1em;
        border: 1px solid #DDDDDD;
        background: #fff;
        color: #202020;
        border-radius: 50px;
        line-height: 52px;
        margin: 0 10px;
        font-size: 16px;
        font-weight: normal; }
        .custom_group ul li label::after {
          content: "";
          display: inline-block;
          text-align: center;
          position: absolute;
          right: 0; }
      .custom_group ul li input[type="radio"]:checked + label {
        background: #FF0000;
        border: 1px solid #FF0000;
        color: #fff; }
        .custom_group ul li input[type="radio"]:checked + label span {
          display: none; }
        .custom_group ul li input[type="radio"]:checked + label::after {
          content: ""; }

.custom_items0 {
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  display: block;
  padding: 2.5em;
  border: 1px solid #DDDDDD;
  margin-bottom: 50px;
  background-color: #F9F9F9; }
  .custom_items0 a {
    display: block;
    text-decoration: none; }
  .custom_items0 img {
    margin-bottom: 40px; }
  .custom_items0 h3 {
    color: #3F3F43;
    font-size: 59px; }
  .custom_items0 p {
    font-size: 16px;
    color: #2D2D2D; }
  .custom_items0:hover, .custom_items0:focus, .custom_items0.active {
    border: 1px solid #FF0000;
    background-color: #fff; }

.custom_group .custom_group_form {
  display: inline-block;
  vertical-align: middle;
  background-color: #DDDDDD;
  border-radius: 50px;
  width: 30%;
  line-height: 55px;
  text-align: left;
  font-size: 16px;
  color: #202020;
  margin: 20px auto 10px auto;
  box-shadow: none;
  padding: 1.5em 1em;
  margin-left: 10px; }

@media (max-width: 1199px) {
  .custom_title_2 {
    margin-top: 50px; }
    .custom_title_2 form .input {
      width: 260px; }
    .custom_title_2 form .form-control {
      width: 220px; }

  .custom_group {
    padding: 1em; }
    .custom_group h3 {
      padding-left: 10px; }
    .custom_group ul li {
      margin: 5px 0; }
      .custom_group ul li label {
        margin: 0; } }
@media (max-width: 991px) {
  .custom_step {
    margin-top: 7em;
    margin-bottom: 8em; }
    .custom_step img:nth-child(1) {
      left: 0; }
    .custom_step img:nth-child(3) {
      right: 0; }

  .custom_title_2 h3 {
    text-align: center;
    border: 0; }
  .custom_title_2 form {
    text-align: center; }
  .custom_title_2 p {
    text-align: center; }

  .custom_group h3 {
    display: block;
    margin-bottom: 20px; } }
@media (max-width: 767px) {
  .custom_step {
    margin: 2em auto; }
    .custom_step span {
      display: none; }
    .custom_step img {
      position: initial; }
      .custom_step img:nth-child(1) {
        display: none; }
      .custom_step img:nth-child(3) {
        display: none; }

  .custom_title_2 form .form-control {
    width: 200px; } }
@media (max-width: 600px) {
  .custom_banner h1 {
    font-size: 60px; } }
@media (max-width: 480px) {
  .custom_banner h1 {
    font-size: 40px; }

  .custom_title {
    font-size: 35px;
    margin-bottom: 30px; }

  .custom_items_a a {
    display: block;
    padding: 0; }

  .custom_title_2 label {
    width: 100%;
    margin: 10px auto; }
  .custom_title_2 button {
    width: 140px;
    margin: 10px auto; }
  .custom_title_2 .input {
    width: 100%;
    margin: 0 auto; }
    .custom_title_2 .input .qt-minus {
      padding-left: 15px; }
  .custom_title_2 .form-control {
    width: 100%;
    margin-bottom: 10px; }

  .custom_font {
    bottom: 10px;
    font-size: 26px; }

  .custom_group ul {
    display: block; }
    .custom_group ul li {
      display: block;
      width: 100%; }
      .custom_group ul li label {
        font-size: 12px; } }
.custom_total {
  margin-bottom: 5em; }
  .custom_total ul {
    display: block; }
    .custom_total ul li {
      display: block;
      background-color: #EFEFEF;
      border: 1px solid #E0E0E0;
      padding: 1em;
      font-size: 17px; }
      .custom_total ul li span {
        float: right;
        color: #FF0000; }

/*# sourceMappingURL=style.css.map */
