* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; }

html, body {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  padding: 0;
  font-family: "Oswald", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
  overflow-x: hidden;
  color: #5a5a5a;
  font-weight: 400; }

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: #F2F5FA; }

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

.navbar-default {
  position: absolute;
  bottom: -3.5em;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  width: 100%; }

.nav_box {
  position: relative; }
  .nav_box ul {
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 0; }
    .nav_box ul li {
      display: flex;
      flex-direction: column;
      -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);
      align-items: center;
      justify-content: center;
      position: relative;
      width: 139px;
      height: 132px;
      margin: 0 15px;
      position: relative;
      z-index: 1; }
      .nav_box ul li a {
        font-size: 1.4rem;
        color: #3c3c3c;
        font-weight: 600; }
      .nav_box ul li:before {
        -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;
        content: "";
        width: 128px;
        height: 128px;
        position: absolute;
        top: -9px;
        left: -7px;
        right: 0;
        bottom: 0;
        margin: auto;
        z-index: -9; }
      .nav_box ul li img {
        position: absolute;
        right: 0;
        bottom: 0;
        opacity: 0.8; }
      .nav_box ul li:nth-child(1):before {
        border-top-right-radius: 5em 5em;
        border-top-left-radius: 5em 5.5em;
        border-bottom-right-radius: 5.3em 5em;
        border-bottom-left-radius: 4.5em 4em;
        background-color: #fadf97; }
      .nav_box ul li:nth-child(2):before {
        border-top-right-radius: 8.5em 7.8em;
        border-top-left-radius: 7.5em 8.5em;
        border-bottom-right-radius: 7em 6em;
        border-bottom-left-radius: 8em 7em;
        background-color: #ffcca5; }
      .nav_box ul li:nth-child(3):before {
        width: 135px;
        height: 115px;
        border-top-right-radius: 9em 6em;
        border-top-left-radius: 6em 6.5em;
        border-bottom-right-radius: 7.3em 6em;
        border-bottom-left-radius: 7.5em 5em;
        left: 0;
        top: -4px;
        background-color: #e7de86; }
      .nav_box ul li:nth-child(4):before {
        width: 126px;
        height: 112px;
        border-top-right-radius: 6em 5em;
        border-top-left-radius: 6em 4.5em;
        border-bottom-right-radius: 6.3em 8em;
        border-bottom-left-radius: 6.5em 8em;
        left: -11px;
        top: -5px;
        background-color: #fff8a9; }
      .nav_box ul li:nth-child(5):before {
        width: 122px;
        height: 92px;
        border-top-right-radius: 2em 3em;
        border-top-left-radius: 19em 11em;
        border-bottom-right-radius: 11em 10em;
        border-bottom-left-radius: 9em 5em;
        left: -10px;
        top: -5px;
        background-color: #f6dadf; }
      .nav_box ul li:hover:nth-child(1):before, .nav_box ul li:focus:nth-child(1):before {
        -webkit-animation: nav1 1.5s infinite alternate ease-in-out;
        -moz-animation: nav1 1.5s infinite alternate ease-in-out;
        -ms-animation: nav1 1.5s infinite alternate ease-in-out;
        -o-animation: nav1 1.5s infinite alternate ease-in-out;
        animation: nav1 1.5s infinite alternate;
        top: 0;
        left: 0; }
      .nav_box ul li:hover:nth-child(2):before, .nav_box ul li:focus:nth-child(2):before {
        -webkit-animation: nav2 1.5s infinite alternate ease-in-out;
        -moz-animation: nav2 1.5s infinite alternate ease-in-out;
        -ms-animation: nav2 1.5s infinite alternate ease-in-out;
        -o-animation: nav2 1.5s infinite alternate ease-in-out;
        animation: nav2 1.5s infinite alternate;
        top: 0;
        left: 0; }
      .nav_box ul li:hover:nth-child(3):before, .nav_box ul li:focus:nth-child(3):before {
        top: 0;
        left: 0;
        -webkit-animation: nav3 1.5s infinite alternate ease-in-out;
        -moz-animation: nav3 1.5s infinite alternate ease-in-out;
        -ms-animation: nav3 1.5s infinite alternate ease-in-out;
        -o-animation: nav3 1.5s infinite alternate ease-in-out;
        animation: nav3 1.5s infinite alternate; }
      .nav_box ul li:hover:nth-child(4):before, .nav_box ul li:focus:nth-child(4):before {
        top: 0;
        left: 0;
        -webkit-animation: nav4 1.5s infinite alternate ease-in-out;
        -moz-animation: nav4 1.5s infinite alternate ease-in-out;
        -ms-animation: nav4 1.5s infinite alternate ease-in-out;
        -o-animation: nav4 1.5s infinite alternate ease-in-out;
        animation: nav4 1.5s infinite alternate; }
      .nav_box ul li:hover:nth-child(5):before, .nav_box ul li:focus:nth-child(5):before {
        top: 0;
        left: 0;
        -webkit-animation: nav5 1.5s infinite alternate ease-in-out;
        -moz-animation: nav5 1.5s infinite alternate ease-in-out;
        -ms-animation: nav5 1.5s infinite alternate ease-in-out;
        -o-animation: nav5 1.5s infinite alternate ease-in-out;
        animation: nav5 1.5s infinite alternate; }

@-webkit-keyframes nav1 {
  from {
    transform: scale(1);
    border-top-right-radius: 5em 5em;
    border-top-left-radius: 5em 5.5em;
    border-bottom-right-radius: 5.3em 5em;
    border-bottom-left-radius: 4.5em 4em; }
  to {
    transform: scale(1.15);
    border-top-right-radius: 5em 3em;
    border-top-left-radius: 6.5em 4em;
    border-bottom-right-radius: 5.3em 4em;
    border-bottom-left-radius: 5.5em 6em; } }
@keyframes nav1 {
  from {
    transform: scale(1);
    border-top-right-radius: 5em 5em;
    border-top-left-radius: 5em 5.5em;
    border-bottom-right-radius: 5.3em 5em;
    border-bottom-left-radius: 4.5em 4em; }
  to {
    transform: scale(1.15);
    border-top-right-radius: 5em 3em;
    border-top-left-radius: 6.5em 4em;
    border-bottom-right-radius: 5.3em 4em;
    border-bottom-left-radius: 5.5em 6em; } }
@-webkit-keyframes nav2 {
  from {
    transform: scale(1);
    border-top-right-radius: 8.5em 7.8em;
    border-top-left-radius: 7.5em 8.5em;
    border-bottom-right-radius: 7em 6em;
    border-bottom-left-radius: 8em 7em; }
  to {
    transform: scale(1.15);
    border-top-right-radius: 10.8em 11.5em;
    border-top-left-radius: 10.5em 6.5em;
    border-bottom-right-radius: 8em 5em;
    border-bottom-left-radius: 9em 6em; } }
@keyframes nav2 {
  from {
    transform: scale(1);
    border-top-right-radius: 8.5em 7.8em;
    border-top-left-radius: 7.5em 8.5em;
    border-bottom-right-radius: 7em 6em;
    border-bottom-left-radius: 8em 7em; }
  to {
    transform: scale(1.15);
    border-top-right-radius: 10.8em 11.5em;
    border-top-left-radius: 10.5em 6.5em;
    border-bottom-right-radius: 8em 5em;
    border-bottom-left-radius: 9em 6em; } }
@-webkit-keyframes nav3 {
  from {
    transform: scale(1);
    border-top-right-radius: 9em 6em;
    border-top-left-radius: 6em 6.5em;
    border-bottom-right-radius: 7.3em 6em;
    border-bottom-left-radius: 7.5em 5em; }
  to {
    transform: scale(1.15);
    border-top-right-radius: 10em 5em;
    border-top-left-radius: 8.5em 6em;
    border-bottom-right-radius: 9em 7.3em;
    border-bottom-left-radius: 9em 10.5em; } }
@keyframes nav3 {
  from {
    transform: scale(1);
    border-top-right-radius: 9em 6em;
    border-top-left-radius: 6em 6.5em;
    border-bottom-right-radius: 7.3em 6em;
    border-bottom-left-radius: 7.5em 5em; }
  to {
    transform: scale(1.15);
    border-top-right-radius: 10em 5em;
    border-top-left-radius: 8.5em 6em;
    border-bottom-right-radius: 9em 7.3em;
    border-bottom-left-radius: 9em 10.5em; } }
@-webkit-keyframes nav4 {
  from {
    transform: scale(1);
    border-top-right-radius: 6em 5em;
    border-top-left-radius: 6em 4.5em;
    border-bottom-right-radius: 6.3em 8em;
    border-bottom-left-radius: 6.5em 8em; }
  to {
    transform: scale(1.15);
    border-top-right-radius: 14em 8em;
    border-top-left-radius: 6em 6.5em;
    border-bottom-right-radius: 9.3em 6em;
    border-bottom-left-radius: 8.5em 12em; } }
@keyframes nav4 {
  from {
    transform: scale(1);
    border-top-right-radius: 6em 5em;
    border-top-left-radius: 6em 4.5em;
    border-bottom-right-radius: 6.3em 8em;
    border-bottom-left-radius: 6.5em 8em; }
  to {
    transform: scale(1.15);
    border-top-right-radius: 14em 8em;
    border-top-left-radius: 6em 6.5em;
    border-bottom-right-radius: 9.3em 6em;
    border-bottom-left-radius: 8.5em 12em; } }
@-webkit-keyframes nav5 {
  from {
    transform: scale(1);
    border-top-right-radius: 2em 3em;
    border-top-left-radius: 19em 11em;
    border-bottom-right-radius: 11em 10em;
    border-bottom-left-radius: 9em 5em; }
  to {
    transform: scale(1.15);
    border-top-right-radius: 15em 9em;
    border-top-left-radius: 19em 17em;
    border-bottom-right-radius: 8em 19em;
    border-bottom-left-radius: 8em 10em; } }
@keyframes nav5 {
  from {
    transform: scale(1);
    border-top-right-radius: 2em 3em;
    border-top-left-radius: 19em 11em;
    border-bottom-right-radius: 11em 10em;
    border-bottom-left-radius: 9em 5em; }
  to {
    transform: scale(1.15);
    border-top-right-radius: 15em 9em;
    border-top-left-radius: 19em 17em;
    border-bottom-right-radius: 8em 19em;
    border-bottom-left-radius: 8em 10em; } }
@media (max-width: 991px) {
  .nav_box ul li {
    margin: 0 5px; } }
@media (max-width: 720px) {
  .nav_box ul li {
    margin: 0 auto; }
    .nav_box ul li:before {
      width: 120px;
      height: 120px; }
    .nav_box ul li:nth-child(3):before {
      width: 115px;
      height: 105px; }
    .nav_box ul li:nth-child(4):before {
      width: 116px;
      height: 102px; }
    .nav_box ul li:nth-child(5):before {
      width: 112px;
      height: 82px; } }
@media (max-width: 640px) {
  .nav_box ul li {
    margin: 0 auto; }
    .nav_box ul li:before {
      width: 110px;
      height: 110px; }
    .nav_box ul li:nth-child(3):before {
      width: 105px;
      height: 95px; }
    .nav_box ul li:nth-child(4):before {
      width: 106px;
      height: 92px; }
    .nav_box ul li:nth-child(5):before {
      width: 102px;
      height: 72px; } }
@media (max-width: 576px) {
  .navbar-default {
    top: 0;
    bottom: auto; }

  .togglebar {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: fixed;
    left: 3.5%;
    top: 2%;
    z-index: 9999;
    width: 25px;
    height: 25px; }
    .togglebar 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: 30px;
      height: 2px;
      background-color: #fff;
      margin-bottom: 8px; }
      .togglebar i:nth-child(3) {
        margin-bottom: 0; }
    .togglebar:before {
      display: block;
      content: "";
      width: 110px;
      height: 110px;
      border-radius: 100%;
      background-color: rgba(241, 145, 73, 0.9);
      position: absolute;
      right: -2em;
      bottom: -1.8em;
      z-index: -1; }
    .togglebar.active i {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      margin: auto; }
      .togglebar.active i:nth-child(1) {
        transform: rotate(45deg); }
      .togglebar.active i:nth-child(2) {
        opacity: 0; }
      .togglebar.active i:nth-child(3) {
        transform: rotate(-45deg); }

  .nav_box {
    -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: flex;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 999;
    width: 0;
    height: 0;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
    transform: translate(-23em, -57em);
    opacity: 0; }
    .nav_box: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: "";
      background-color: rgba(241, 145, 73, 0.9);
      position: absolute;
      top: -35px;
      left: -45px;
      width: 110px;
      height: 110px;
      border-radius: 100%; }
    .nav_box ul {
      flex-wrap: wrap; }
      .nav_box ul li {
        margin-bottom: 10px; }
    .nav_box.active {
      opacity: 1;
      transform: translate(0, 0);
      width: 100%;
      height: 100%; }
      .nav_box.active:before {
        width: 100%;
        height: 100%;
        border-radius: 0;
        top: 0;
        left: 0; } }
.index_banner {
  margin-top: -25px; }

header {
  position: relative; }
  header .logo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    header .logo .index_join_icon {
      -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: 126px;
      height: 126px;
      color: #fff;
      font-size: 1.8rem;
      line-height: 2rem;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
      -webkit-animation: circle2 1.5s infinite alternate ease-in-out;
      -moz-animation: circle2 1.5s infinite alternate ease-in-out;
      -ms-animation: circle2 1.5s infinite alternate ease-in-out;
      -o-animation: circle2 1.5s infinite alternate ease-in-out;
      animation: circle2 1.5s infinite alternate ease-in-out;
      background-color: #f19149;
      position: relative;
      top: -3em;
      right: -5em;
      z-index: 1; }
      header .logo .index_join_icon:hover, header .logo .index_join_icon:focus {
        background-color: #5a5a5a; }
  header .scroll {
    position: absolute;
    bottom: 8em;
    left: 0;
    right: 0;
    margin: auto; }
    header .scroll a {
      display: block; }
      header .scroll a img {
        display: block;
        margin: 0 auto; }

@-webkit-keyframes circle2 {
  from {
    border-top-right-radius: 6em 5em;
    border-top-left-radius: 3.8em 5.5em;
    border-bottom-right-radius: 4.3em 5em;
    border-bottom-left-radius: 4.5em 3.9em; }
  50% {
    border-top-right-radius: 3em 6em;
    border-top-left-radius: 5.2em 3em;
    border-bottom-right-radius: 3.5em 2.8em;
    border-bottom-left-radius: 5.5em 3.9em; }
  to {
    border-top-right-radius: 5em 6em;
    border-top-left-radius: 5.5em 3.8em;
    border-bottom-right-radius: 5em 4.3em;
    border-bottom-left-radius: 3.9em 4.5em; } }
@keyframes circle2 {
  from {
    border-top-right-radius: 6em 5em;
    border-top-left-radius: 3.8em 5.5em;
    border-bottom-right-radius: 4.3em 5em;
    border-bottom-left-radius: 4.5em 3.9em; }
  50% {
    border-top-right-radius: 3em 6em;
    border-top-left-radius: 5.2em 3em;
    border-bottom-right-radius: 3.5em 2.8em;
    border-bottom-left-radius: 5.5em 3.9em; }
  to {
    border-top-right-radius: 5em 6em;
    border-top-left-radius: 5.5em 3.8em;
    border-bottom-right-radius: 5em 4.3em;
    border-bottom-left-radius: 3.9em 4.5em; } }
.index_products_items {
  display: block;
  position: relative; }
  .index_products_items a {
    display: block; }
    .index_products_items a 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;
      color: #5a5a5a;
      font-size: 1.5rem;
      text-align: center; }
    .index_products_items a .new_icon {
      display: flex;
      flex-direction: column;
      -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);
      align-items: center;
      justify-content: center;
      width: 91px;
      height: 91px;
      color: #fff;
      font-size: 1.5rem;
      position: absolute;
      right: 0;
      bottom: 10%;
      margin: auto;
      -webkit-animation: circle 2s infinite;
      -moz-animation: circle 2s infinite;
      -ms-animation: circle 2s infinite;
      -o-animation: circle 2s infinite;
      animation: circle 2s infinite; }
    .index_products_items a:hover span, .index_products_items a:focus span {
      color: #f19149; }

@-webkit-keyframes circle {
  from {
    border-top-right-radius: 25em 21em;
    border-top-left-radius: 16em 25em;
    border-bottom-right-radius: 18em 19em;
    border-bottom-left-radius: 20em 15em;
    background-color: #d9a300; }
  50% {
    border-top-right-radius: 5em 6em;
    border-top-left-radius: 5.5em 3.8em;
    border-bottom-right-radius: 5em 4.3em;
    border-bottom-left-radius: 3.9em 4.5em;
    background-color: #f19149; }
  to {
    border-top-right-radius: 25em 21em;
    border-top-left-radius: 16em 25em;
    border-bottom-right-radius: 18em 19em;
    border-bottom-left-radius: 20em 15em;
    background-color: #d9a300; } }
@keyframes circle {
  from {
    border-top-right-radius: 25em 21em;
    border-top-left-radius: 16em 25em;
    border-bottom-right-radius: 18em 19em;
    border-bottom-left-radius: 20em 15em;
    background-color: #d9a300; }
  50% {
    border-top-right-radius: 5em 6em;
    border-top-left-radius: 5.5em 3.8em;
    border-bottom-right-radius: 5em 4.3em;
    border-bottom-left-radius: 3.9em 4.5em;
    background-color: #f19149; }
  to {
    border-top-right-radius: 25em 21em;
    border-top-left-radius: 16em 25em;
    border-bottom-right-radius: 18em 19em;
    border-bottom-left-radius: 20em 15em;
    background-color: #d9a300; } }
.index_bg {
  padding: 10em 0 1em;
  position: relative; }
  .index_bg .bg1 {
    position: absolute;
    right: 0;
    top: 10em; }
  .index_bg .bg2 {
    position: absolute;
    left: 0;
    bottom: 0; }

.index_title {
  text-align: center;
  margin: 20px auto;
  margin-bottom: 8em; }
  .index_title h3 {
    font-size: 2.08rem;
    margin-bottom: 0; }
  .index_title h4 {
    font-size: 1.42rem;
    font-weight: 600; }

.index_products_box .col-md-3:nth-child(2) .index_products_items {
  margin-top: -4em; }
.index_products_box .col-md-3:nth-child(3) .index_products_items {
  margin-top: -4em; }

.line {
  display: block;
  position: relative;
  top: -8em;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1; }

.index_a {
  margin: 50px auto; }
  .index_a a {
    display: flex;
    flex-direction: column;
    -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);
    align-items: center;
    justify-content: center;
    width: 218px;
    height: 54px;
    border: 3px solid #bfbfbf;
    font-size: 1.5rem;
    color: #535353;
    font-weight: 600;
    margin: 0 auto;
    background-color: #fff; }
    .index_a a:hover, .index_a a:focus {
      background-color: #d9a300;
      border: 3px solid #d9a300;
      color: #fff; }

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

.index_news_bg {
  position: relative;
  padding: 3em 0 0; }

.index_news_box {
  margin-bottom: 30px; }
  .index_news_box a {
    display: block; }
    .index_news_box a img {
      display: block;
      margin: 10px auto; }
    .index_news_box a span {
      display: block;
      font-size: 0.92rem;
      color: #f19149;
      margin-bottom: 5px; }
    .index_news_box a p {
      font-size: 1.25rem;
      color: #5a5a5a; }
    .index_news_box a b {
      display: block;
      font-size: 1rem;
      color: #f19149; }
    .index_news_box a:hover b, .index_news_box a:focus b {
      color: #d9a300; }

.index_title2 {
  text-align: center;
  margin: 20px auto;
  margin-bottom: 5em;
  position: relative;
  z-index: 9; }
  .index_title2 h3 {
    font-size: 2.08rem;
    margin-bottom: 0;
    color: #fff; }
  .index_title2 h4 {
    font-size: 1.42rem;
    font-weight: 600;
    color: #fff; }

.parallax-window {
  height: 602px;
  background: transparent;
  display: flex;
  align-items: center; }

.index_search_title {
  color: #fff;
  margin-bottom: 30px; }
  .index_search_title h3 {
    font-size: 1.8rem; }
  .index_search_title h4 {
    font-size: 1.4rem; }

.index_search_form form {
  -ms-input-placeholder-color: #fff; }
  .index_search_form form label {
    display: block;
    font-size: 1.25rem;
    color: #fff; }
  .index_search_form form .form-control {
    background-color: #aaaaaa;
    border: 0;
    color: #fff;
    height: 46px;
    width: 285px;
    margin-bottom: 20px; }
  .index_search_form form ::placeholder {
    color: #fff;
    opacity: 1; }
  .index_search_form form ::-ms-input-placeholder {
    color: #fff; }
  .index_search_form form button {
    display: block;
    background-color: #d9a300;
    width: 285px;
    border: 0;
    line-height: 46px;
    border-radius: 4px;
    color: #fff;
    font-size: 1.25rem;
    outline: none; }
    .index_search_form form button:hover, .index_search_form form button:focus {
      background-color: #f19149; }

.index_add dl dd {
  display: block; }
  .index_add dl dd a {
    display: block; }
    .index_add dl dd a 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);
      border-radius: 6px;
      margin-bottom: 10px; }
    .index_add dl dd a:hover img, .index_add dl dd a:focus img {
      opacity: 0.7; }

.footer {
  background-color: #d9a300;
  padding: 2em 0; }
  .footer .col-md-4 {
    display: flex;
    align-items: center; }
  .footer .col-md-8 {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .footer .col-md-8 ul {
      display: block;
      width: 100%;
      text-align: right; }
      .footer .col-md-8 ul li {
        display: inline-block;
        vertical-align: middle;
        margin-left: 30px; }
    .footer .col-md-8 p {
      width: 100%;
      text-align: right;
      color: #fff;
      font-weight: 100; }
      .footer .col-md-8 p a {
        color: #fff; }
        .footer .col-md-8 p a:hover, .footer .col-md-8 p a:focus {
          color: #535353; }
  .footer img {
    display: block; }

@media (max-width: 1215px) {
  header .logo img {
    display: block;
    width: 70%;
    margin: 0 auto; }
  header .logo .index_join_icon {
    top: -2em;
    right: -3em;
    font-size: 1.3rem;
    line-height: 1.5rem;
    width: 100px;
    height: 100px; } }
@media (max-width: 1199px) {
  .index_title2 {
    margin-bottom: 2em; }

  .index_news_bg {
    padding: 2em 0 0; }

  .index_news_box {
    margin-bottom: 15px; } }
@media (max-width: 991px) {
  header .logo img {
    display: block;
    width: 60%;
    margin: 0 auto; }
  header .logo .index_join_icon {
    top: -3em;
    right: -5em;
    font-size: 1.1rem;
    line-height: 1.5rem;
    width: 80px;
    height: 80px; }

  .footer {
    padding: 1em 0; }

  .index_bg .bg1 {
    width: 20%; }
  .index_bg .bg2 {
    width: 20%; }

  header .scroll {
    bottom: 6em; }
    header .scroll a img {
      width: 3%; } }
@media (max-width: 800px) {
  header .scroll {
    bottom: 5em; } }
@media (max-width: 767px) {
  header .logo img {
    display: block;
    width: 50%;
    margin: 0 auto; }
  header .logo .index_join_icon {
    top: -3em;
    right: -5em;
    font-size: 1rem;
    line-height: 1.2rem;
    width: 60px;
    height: 60px; }
  header .scroll {
    bottom: 5em; }
    header .scroll a img {
      width: 4%; }

  .index_products_box .index_products_items {
    margin-bottom: 30px; }
    .index_products_box .index_products_items a .new_icon {
      width: 65px;
      height: 65px;
      bottom: 15%;
      font-size: 1.3rem; }
    .index_products_box .index_products_items img {
      display: block;
      width: 70%;
      margin: 0 auto; }
  .index_products_box .col-md-3:nth-child(2) .index_products_items {
    margin-top: 0; }
  .index_products_box .col-md-3:nth-child(3) .index_products_items {
    margin-top: 0; }

  .bg3 {
    display: none; }

  .index_title2 {
    background-color: #d9a300;
    padding: 2em 0;
    margin-top: 0; }

  .parallax-window {
    padding: 2em 0; }

  .index_search_form {
    margin-bottom: 30px; }

  .line {
    display: none; }

  .index_news_bg {
    padding: 0; }

  .footer {
    position: relative; }
    .footer img {
      display: block;
      margin: 0 auto; }
    .footer .col-md-8 ul {
      text-align: center;
      margin-top: 20px; }
      .footer .col-md-8 ul li {
        margin-left: 0; }
    .footer .col-md-8 p {
      text-align: center;
      margin-bottom: 0; }

  .footer ul li.top {
    position: absolute;
    top: 0;
    right: 1.5em; }

  .index_bg {
    padding: 5em 0 1em; }

  .index_title {
    margin-bottom: 3em; }

  .index_bg .bg1 {
    display: none; }
  .index_bg .bg2 {
    display: none; }

  .index_a {
    margin: 30px auto; }

  .parallax-window {
    height: 820px; } }
@media (max-width: 576px) {
  header .logo img {
    display: block;
    width: 45%;
    margin: 0 auto; }
  header .logo .index_join_icon {
    top: -2.5em;
    right: -3em;
    font-size: 1rem;
    line-height: 1.2rem;
    width: 70px;
    height: 70px; }
  header .scroll {
    bottom: 1em; }

  .index_bg {
    padding: 1em 0 1em; } }
.about_banner {
  background: no-repeat center;
  background-size: cover;
  min-height: 537px; }
  .about_banner .logo {
    width: 234px;
    height: 100%;
    margin-top: -5em; }
    .about_banner .logo img {
      display: block; }
    .about_banner .logo .index_join_icon {
      width: 90px;
      height: 90px;
      font-size: 1.3rem;
      line-height: 1.5rem;
      font-weight: bold; }

_:-ms-fullscreen, :root .about_banner .logo img {
  width: 80%;
  margin: 0 auto;
  position: relative;
  top: 5em; }

.bookmark {
  width: 180px;
  height: 38px;
  background-color: #d9a300;
  border-radius: 50px;
  margin-top: -3em;
  position: relative;
  z-index: 99; }
  .bookmark ul li {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 1rem; }
    .bookmark ul li a {
      display: block;
      background-color: #916034;
      line-height: 38px;
      width: 75px;
      border-radius: 50px;
      color: #fff;
      text-align: center;
      margin-right: 15px; }

.about_bg {
  padding: 6em 0 2em; }
  .about_bg .index_title {
    margin-bottom: 5em; }

.about_box {
  margin-bottom: 30px; }
  .about_box img {
    display: block;
    margin: 0 auto; }
  .about_box h3 {
    color: #916034;
    font-weight: 600;
    font-size: 2.83rem;
    border-left: 7px solid #916034;
    padding-left: 1.5em;
    margin-bottom: 0; }

.about_bg2 {
  background: #fbfbfb no-repeat left center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 6em auto;
  position: relative; }
  .about_bg2 h3 {
    font-size: 2rem;
    font-weight: bold;
    color: #916034;
    margin-bottom: 20px; }
  .about_bg2 p {
    font-size: 1.25rem; }
  .about_bg2 .bottle {
    position: relative;
    top: 9em; }
  .about_bg2 .icon1 {
    position: absolute;
    top: -12em;
    right: 12em; }
  .about_bg2 .icon2 {
    position: absolute;
    bottom: -12em;
    left: 12em; }

.about_bg3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 12em 0;
  position: relative; }
  .about_bg3 .icon4 {
    position: absolute;
    left: 0;
    bottom: 0; }
  .about_bg3 .icon3 {
    position: absolute;
    right: 0;
    top: 0; }
  .about_bg3 h3 {
    font-size: 2rem;
    font-weight: bold;
    color: #916034;
    margin-bottom: 20px; }
  .about_bg3 p {
    font-size: 1.25rem; }

@media (max-width: 1590px) {
  .about_bg2 .icon1 {
    top: -7em;
    right: 6em; } }
@media (max-width: 1400px) {
  .about_bg2 .icon1 {
    top: -7em;
    right: 3em; } }
@media (max-width: 1215px) {
  .about_banner .logo img {
    width: 234px; }

  .bookmark {
    margin-top: -3em; }

  .about_bg2 .icon1 {
    width: 20%; }
  .about_bg2 .icon2 {
    width: 20%; }

  .about_bg3 .icon4 {
    width: 20%; }
  .about_bg3 .icon3 {
    width: 16%; } }
@media (max-width: 991px) {
  .about_banner {
    min-height: 430px; }
    .about_banner .logo {
      margin-top: -3em; }

  .about_bg2 .bottle {
    position: relative;
    top: 0; }
  .about_bg2 .icon1 {
    top: -5em;
    right: 11em; }
  .about_bg2 .icon2 {
    position: absolute;
    bottom: -4em;
    left: 2em; }

  .about_bg3 {
    padding: 2em 0 5em; }
    .about_bg3 .icon3 {
      display: none; }
    .about_bg3 .icon4 {
      display: none; } }
@media (max-width: 767px) {
  .about_box h3 {
    border-left: 0;
    border-top: 5px solid #916034;
    padding-left: 0;
    padding-top: 0.5em;
    text-align: center;
    font-size: 2.5rem; }

  .about_bg2 .bottle {
    display: block;
    margin: 20px auto; }

  .about_bg3 img {
    display: block;
    margin: 20px auto;
    width: 100%; }

  .about_bg {
    padding: 5em 0 2em; }
    .about_bg .index_title {
      margin-bottom: 3em; } }
@media (max-width: 576px) {
  .about_banner {
    min-height: 320px; }
    .about_banner .logo {
      margin-top: 0; }
      .about_banner .logo img {
        width: 80%; }
      .about_banner .logo .index_join_icon {
        font-size: 1rem;
        line-height: 1.2rem;
        width: 70px;
        height: 70px; }

  .about_bg2 .icon1 {
    top: -8em;
    right: 0;
    width: 30%; }
  .about_bg2 .icon2 {
    width: 40%; }

  .about_bg3 {
    padding: 0em 0 1em; }

  .about_bg {
    padding: 2em 0 2em; }

  .bookmark {
    margin-top: -2em; } }
.news_bg .news_bg2 {
  padding: 1em 0; }
  .news_bg .news_bg2:nth-child(even) {
    background-color: #f6f6f6;
    width: 100%;
    height: 100%; }

.news_page {
  padding: 2em 0; }
  .news_page ul {
    text-align: center; }
    .news_page 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;
      width: 33px;
      line-height: 33px;
      border-radius: 100%;
      border: 1px solid #d9a300;
      margin: 0 5px; }
      .news_page ul li:first-child {
        border: 0; }
        .news_page ul li:first-child img {
          transform: rotate(180deg); }
        .news_page ul li:first-child:hover, .news_page ul li:first-child:focus {
          background-color: transparent;
          opacity: 0.3; }
      .news_page ul li:last-child {
        border: 0; }
        .news_page ul li:last-child:hover, .news_page ul li:last-child:focus {
          background-color: transparent;
          opacity: 0.3; }
      .news_page ul li a {
        display: block;
        font-size: 1rem;
        color: #5a5a5a; }
      .news_page ul li:hover, .news_page ul li:focus, .news_page ul li.active {
        background-color: #d9a300; }
        .news_page ul li:hover a, .news_page ul li:focus a, .news_page ul li.active a {
          color: #fff; }

.news_title {
  padding-left: 4em; }
  .news_title h3 {
    font-size: 1.58rem;
    margin-bottom: 20px; }
  .news_title span {
    display: block;
    background-color: #f19149;
    color: #fff;
    font-size: 0.92rem;
    width: 123px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    position: relative;
    z-index: 1; }

.news_box {
  background-color: #f7f5f5;
  margin-top: -1em;
  padding: 4em;
  border-bottom: 1px solid #b5b5b5; }
  .news_box img {
    margin: 30px auto; }
  .news_box p {
    font-size: 1.1rem; }

.share_box {
  margin: 30px auto; }
  .share_box ul {
    text-align: center;
    display: block; }
    .share_box ul li {
      display: inline-block;
      vertical-align: middle;
      list-style: none;
      font-size: 1.1rem;
      color: #535353;
      font-weight: 600;
      margin: 0 6px; }
      .share_box ul li a:hover, .share_box ul li a:focus {
        opacity: 0.5; }

@media (max-width: 767px) {
  .news_title {
    padding-left: 0; }

  .news_box {
    padding: 1.5em; } }
.p_list ul {
  text-align: right;
  border-bottom: 1px solid #bfbfbf;
  padding: 1em 0; }
  .p_list ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px; }
    .p_list ul li a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 110px;
      height: 110px;
      border-top-right-radius: 6em 5em;
      border-top-left-radius: 3.8em 5.5em;
      border-bottom-right-radius: 4.3em 5em;
      border-bottom-left-radius: 4.5em 3.9em;
      background-color: #bfbfbf;
      font-size: 1.25rem;
      color: #fff;
      font-weight: 600; }
      .p_list ul li a:hover, .p_list ul li a:focus {
        border-top-right-radius: 3em 6em;
        border-top-left-radius: 5.2em 3em;
        border-bottom-right-radius: 3.5em 2.8em;
        border-bottom-left-radius: 5.5em 3.9em;
        background-color: #f19149; }

.p_title {
  margin: 3em auto; }
  .p_title h3 {
    font-size: 2.08rem;
    color: #916034;
    font-weight: bold;
    position: relative;
    z-index: 1; }
    .p_title h3:before {
      display: block;
      content: "";
      width: 44px;
      height: 44px;
      border-top-right-radius: 6em 5em;
      border-top-left-radius: 3.8em 5.5em;
      border-bottom-right-radius: 4.3em 5em;
      border-bottom-left-radius: 4.5em 3.9em;
      background-color: #f19149;
      position: absolute;
      top: -0.5em;
      left: -0.5em;
      margin: auto;
      z-index: -1; }

.p_box {
  margin: 20px auto;
  align-content: baseline; }
  .p_box img {
    display: block;
    margin: 0 auto; }

.p_items {
  padding: 0;
  display: flex;
  flex-wrap: wrap; }
  .p_items .hot {
    display: inline-block;
    vertical-align: middle;
    width: 29px;
    height: 29px;
    background-color: #916034;
    border-radius: 100%;
    font-size: 1.25rem;
    color: #fff;
    text-align: center;
    margin-right: 10px; }
  .p_items .like {
    display: inline-block;
    vertical-align: middle; }
  .p_items h3 {
    font-size: 1.25rem;
    margin-top: 10px;
    margin-bottom: 0; }
  .p_items p {
    font-size: 1rem;
    color: #f19149; }
  .p_items dl dd {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    font-size: 1.1rem; }
    .p_items dl dd b {
      display: inline-block;
      vertical-align: middle;
      width: 29px;
      height: 29px;
      background-color: #f19149;
      border-radius: 100%;
      font-size: 1.1rem;
      font-weight: 400;
      color: #fff;
      text-align: center;
      margin-right: 10px; }

.p_icon {
  height: 29px;
  margin-top: 10px; }

.p_line {
  margin: 20px auto;
  width: 100%;
  height: 1px;
  background-color: #b5b5b5; }

.p_bg {
  width: 100%;
  min-height: 836px;
  background: no-repeat top center;
  padding-top: 2.5em; }

.p_icon2 {
  position: absolute;
  bottom: 0;
  right: 0; }

.p_box2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: 1px solid #b5b5b5;
  background-color: #fff;
  padding: 1em;
  margin: 4em auto;
  height: 176px; }
  .p_box2 dl dd {
    font-size: 1rem;
    color: #916034;
    margin-bottom: 15px; }
    .p_box2 dl dd .like {
      margin-right: 10px; }
    .p_box2 dl dd .hot {
      display: inline-block;
      vertical-align: middle;
      width: 29px;
      height: 29px;
      background-color: #916034;
      border-radius: 100%;
      font-size: 1.25rem;
      color: #fff;
      text-align: center;
      margin-right: 10px; }
  .p_box2 ul li {
    list-style: none;
    font-size: 1rem;
    color: #916034;
    margin: 5px auto; }
    .p_box2 ul li span {
      display: inline-block;
      vertical-align: middle;
      color: #fff;
      background-color: #d9a300;
      border-radius: 50px;
      padding: 0.15em 0.5em;
      margin: 5px 10px; }

@media (max-width: 1099px) {
  .p_items dl dd {
    margin-right: 10px; } }
@media (max-width: 767px) {
  .p_bg {
    background-size: cover; }

  .p_box2 {
    height: auto; }

  .p_box img {
    margin-bottom: 30px; }

  .p_items .like {
    margin-bottom: 0; } }
@media (max-width: 576px) {
  .p_list ul {
    text-align: center; }
    .p_list ul li {
      margin: 0 5px; }
      .p_list ul li a {
        width: 90px;
        height: 90px; } }
@media (max-width: 480px) {
  .p_list ul li {
    margin: 0 1px; } }
.store_list {
  margin-bottom: 5em;
  padding: 0px 15px; }
  .store_list ul {
    text-align: center; }
    .store_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);
      background-color: #d9a300;
      border-radius: 50px;
      width: 100px;
      line-height: 40px;
      margin: 5px 8px; }
      .store_list ul li a {
        display: block;
        font-size: 1.1rem;
        color: #fff; }
      .store_list ul li:hover, .store_list ul li:focus, .store_list ul li.active {
        background-color: #f19149; }

.store_box {
  margin-bottom: 3em; }
  .store_box img {
    border: 3px solid #f19149; }
  .store_box .col-sm-7 {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .store_box h3 {
    color: #f19149;
    font-size: 1.42rem;
    border-left: 3px solid #f19149;
    padding-left: 10px; }
  .store_box ul li {
    display: block;
    list-style: none;
    margin-bottom: 10px; }
    .store_box ul li span {
      display: inline-block;
      vertical-align: middle;
      color: #916034;
      font-size: 1rem;
      font-weight: bold;
      margin-right: 10px; }
    .store_box ul li a {
      position: initial;
      color: #212529; }
  .store_box a {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: auto; }
    .store_box a .map_icon {
      border: 0; }
    .store_box a:hover, .store_box a:focus {
      opacity: 0.5; }

@media (max-width: 991px) {
  .store_box a {
    bottom: -2em; } }
@media (max-width: 576px) {
  .store_box img {
    margin-bottom: 20px; }
  .store_box .map_icon {
    margin-bottom: 0; }

  .store_box a {
    right: 1em; }

  .store_list ul li {
    width: 45%; } }
@media (max-width: 360px) {
  .store_list ul li {
    width: 90%;
    margin: 5px auto; } }
.contact_box {
  overflow: hidden;
  background-color: #f4f4f4;
  padding: 3em 10em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 3em; }
  .contact_box i {
    display: block;
    background-color: #f19149;
    border-radius: 6px;
    color: #fff;
    text-align: center;
    font-size: 1.25rem;
    height: 40px;
    font-weight: bold;
    padding: 4px 0;
    margin-bottom: 20px; }
    .contact_box i img {
      display: inline-block;
      vertical-align: middle;
      margin-right: 5px; }
  .contact_box em {
    display: block;
    background-color: #d9a300;
    border-radius: 6px;
    color: #fff;
    text-align: center;
    font-size: 1.25rem;
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 20px; }
  .contact_box p {
    display: block;
    font-size: 1.1rem;
    color: #5a5a5a;
    margin-bottom: 20px; }
  .contact_box ul {
    margin-bottom: 0; }
    .contact_box ul li {
      display: inline-block;
      vertical-align: middle;
      margin-right: 20px;
      font-size: 1.1rem; }
      .contact_box ul li img {
        margin-right: 10px; }

.contact_p {
  margin: 20px auto 50px; }
  .contact_p p {
    text-align: center;
    font-size: 1rem; }

.contact_form {
  margin: 5em auto;
  padding: 0 5em;
  position: relative;
  z-index: 2; }
  .contact_form .radio-inline {
    margin-right: 10px;
    margin-bottom: 20px; }
  .contact_form label {
    font-size: 1rem;
    margin-bottom: 20px;
    line-height: 46px; }
    .contact_form label span {
      color: #f19149; }
  .contact_form .form-control {
    height: 46px;
    background-color: #f4f4f4;
    border: 0;
    margin-bottom: 20px; }
  .contact_form .delete {
    width: 115px;
    height: 46px;
    border-radius: 6px;
    font-size: 1rem;
    background-color: #bfbfbf;
    color: #fff;
    border: 0;
    margin-right: 10px;
    outline: none; }
  .contact_form .sumit {
    width: 115px;
    height: 46px;
    border-radius: 6px;
    font-size: 1rem;
    background-color: #916034;
    color: #fff;
    border: 0;
    outline: none; }
    .contact_form .sumit:hover, .contact_form .sumit:focus {
      background-color: #f19149; }

.contact_box2 {
  text-align: right; }

.contact_bg {
  position: relative;
  padding: 2em 0; }
  .contact_bg .c_bg {
    position: absolute;
    bottom: 0;
    right: 5em;
    margin: auto;
    z-index: 1; }

.c_menu a {
  display: inline-block;
  background-color: #d9a300;
  color: #fff;
  font-size: 16px;
  padding: 0.3em 1em;
  border-radius: 50px;
  position: relative; }
  .c_menu a:hover, .c_menu a:focus {
    background-color: #f19149;
    opacity: 1; }

@media (max-width: 1199px) {
  .contact_box {
    padding: 3em; } }
@media (max-width: 991px) {
  .contact_form {
    padding: 0; }

  .contact_box {
    padding: 3em 1em; }

  .contact_bg .c_bg {
    display: none; } }
@media (max-width: 767px) {
  .contact_form label {
    margin-bottom: 5px;
    line-height: normal; } }
@media (max-width: 576px) {
  .contact_form {
    margin: 0 auto 2em; }

  .contact_box ul li {
    margin-bottom: 10px; } }
.join_bg {
  background-color: #f4f4f4; }
  .join_bg .form-control {
    background-color: #fff; }

.join_title {
  margin-bottom: 30px; }
  .join_title h3 {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.9rem;
    color: #916034;
    font-weight: bold;
    border-bottom: 3px solid #d9a300;
    padding-bottom: 10px; }
    .join_title h3 span {
      font-size: 1.25rem;
      color: #a2a2a2;
      margin-left: 8px; }

.join_box ul li {
  display: inline-block;
  vertical-align: middle;
  width: 49%;
  margin-bottom: 2em;
  font-size: 1.5rem;
  padding-left: 3em;
  padding-right: 1em;
  position: relative; }
  .join_box ul li i {
    display: inline-block;
    vertical-align: middle;
    width: 57px;
    height: 57px;
    line-height: 57px;
    background-color: #d9a300;
    border-top-right-radius: 6em 5em;
    border-top-left-radius: 3.8em 5.5em;
    border-bottom-right-radius: 4.3em 5em;
    border-bottom-left-radius: 4.5em 3.9em;
    color: #fff;
    font-size: 1.9rem;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto; }

.join_bg2 {
  background: url(../image/pic_24.png) no-repeat center;
  background-size: cover;
  min-height: 598px;
  padding: 9em 0; }

.join_ul dl {
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center; }
  .join_ul dl dd {
    margin: 0 10px;
    font-size: 1.1rem;
    color: #a2a2a2;
    width: 160px; }
    .join_ul dl dd span {
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 1.9rem;
      font-weight: bold;
      width: 160px;
      height: 160px;
      background-color: #f19149;
      border-top-right-radius: 6em 5em;
      border-top-left-radius: 3.8em 5.5em;
      border-bottom-right-radius: 4.3em 5em;
      border-bottom-left-radius: 4.5em 3.9em;
      margin: 10px auto;
      position: relative; }
      .join_ul dl dd span:after {
        display: block;
        content: "";
        width: 50px;
        height: 20px;
        background: url(../image/icon/arrows2.png) no-repeat center;
        position: absolute;
        top: 0;
        bottom: 0;
        right: -1.2em;
        margin: auto;
        z-index: 1; }
    .join_ul dl dd:last-child span {
      background-color: #d9a300; }
      .join_ul dl dd:last-child span:after {
        content: initial; }

.join_box2 {
  background: no-repeat right center;
  min-height: 634px;
  margin: 60px auto;
  position: relative; }
  .join_box2 .join_box3 {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: rgba(217, 163, 0, 0.8);
    width: 100%;
    text-align: center;
    padding: 1.2em 0; }
    .join_box2 .join_box3 h3 {
      display: inline-block;
      vertical-align: middle;
      margin-bottom: 0;
      color: #fff;
      font-size: 1.9rem;
      margin-right: 10px; }
      .join_box2 .join_box3 h3 span {
        display: inline-block;
        vertical-align: middle;
        font-size: 1.25rem;
        position: relative;
        margin: 0 10px; }
        .join_box2 .join_box3 h3 span:before {
          content: "";
          display: block;
          width: 100%;
          height: 2px;
          background-color: #e60012;
          position: absolute;
          top: 3px;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto; }
    .join_box2 .join_box3 h4 {
      display: inline-block;
      vertical-align: middle;
      margin-bottom: 0;
      color: #fff;
      font-size: 1.25rem; }
      .join_box2 .join_box3 h4 em {
        display: inline-block;
        vertical-align: middle;
        font-size: 2.4rem;
        margin: 0 10px; }

.join_box4 {
  width: 446px;
  height: 448px;
  background-color: #d9a300;
  position: absolute;
  top: -3em;
  left: -8em;
  margin: auto;
  z-index: 1;
  padding: 3em; }
  .join_box4 h3 {
    color: #fff;
    font-size: 1.9rem;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 3px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 20px; }
    .join_box4 h3 span {
      display: inline-block;
      vertical-align: middle;
      font-size: 1.25rem; }
  .join_box4 ul {
    padding-left: 25px; }
    .join_box4 ul li {
      color: #fff;
      font-size: 1.25rem; }

.join_bg3 {
  margin: 8em auto 2em; }

@media (max-width: 991px) {
  .join_box4 {
    position: initial;
    top: 0;
    left: 0;
    margin: auto;
    width: 100%; }

  .join_bg3 {
    margin: 5em auto 2em; }

  .join_box2 {
    margin-top: 0; } }
@media (max-width: 767px) {
  .join_box ul li {
    width: 100%;
    margin-bottom: 1.5em; }

  .join_bg2 {
    padding: 2em 0; }

  .join_box2 {
    background-size: cover;
    min-height: 316px; } }
@media (max-width: 576px) {
  .join_bg3 {
    margin: 2em auto 0em; } }

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

/* 門市下拉選單 */
.store_search_area{
  background-color: #d9a300;
  padding: 0px;
  margin: auto;
  border-radius: 6px;
}
.form-row{
  margin-right: 0px;
}
.store_search{
  padding: 50px 50px;
}
.store_search_add{
  padding-right: 10px;
}
.store_sel_city{
  height: 45px !important;
  border: none;
  background-color: #f4f4f4;
}
.store_sel_area{
  height: 45px !important;
  border: none;
  background-color: #f4f4f4;
}
.store_sel_add{
  height: 45px;
  border: none;
  background-color: #f4f4f4;
}
.store_sel_city:focus{
  box-shadow: none;
}
.store_sel_area:focus{
  box-shadow: none;
}
.store_sel_add:focus{
  box-shadow: none;
}
.search_button{
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #916034;
  border: none;
}
.search_button:hover{
  background-color: #f19149;
  color: #fff;
}
.search_button:active{
  background-color: #f19149 !important;
  color: #fff;
}
.search_button:focus{
  box-shadow: none !important;
}

@media(max-width: 991px){
  .store_search{
    padding: 35px 35px;
  }
  .store_form_block{
    margin: 5px 0px;
  }
}
@media(max-width: 575px){
  .store_search{
    padding: 30px 30px;
  }
  .store_sel_city{
    height: 35px !important;
    border: none;
    background-color: #f4f4f4;
  }
  .store_sel_area{
    height: 35px !important;
    border: none;
    background-color: #f4f4f4;
  }
  .store_sel_add{
    height: 35px;
    border: none;
    background-color: #f4f4f4;
  }
  .search_button{
    display: inline-block;
    width: 100%;
    height: 35px;
    background-color: #916034;
    border: none;
  }
  .store_form_block{
    margin: 5px 0px;
  }
}
@media(max-width: 450px){
  .store_search{
    padding: 20px 20px;
  }
  .store_form_block{
    margin: 5px 0px;
  }
}