@charset "UTF-8";
#cycle_images {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
}

.cycle_ad {
  border: 5px solid #FFFFFF;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

/*  銝凋�𠽤 ��𥕦�枏���憿� >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
#four_circles {
  margin-top: 0px;
  padding: 0;
  display: flex;
}

#four_circles > div {
  margin: 0;
  width: 50%;
  border: 3px solid #FFFFFF;
  width: 25%;
  margin-top: 0px;
}

#four_circles > div > a > img {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

/*  銝剝�𣑲 �鰵頠𢠃�滢辣銝剖� >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
#car_accessory {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
}

#car_accessory_title {
  display: flex;
  background-color: #ab1d33;
  border-bottom: 2px solid #ffb22e;
  box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.2);
  justify-content: space-between;
  z-index: 21;
  position: relative;
}

#car_accessory_title > h2 {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 5px;
  padding: 10px 0 10px 15px;
  text-shadow: 1px 1px 2px #000;
}

#car_accessory_title > p {
  color: #fff;
  margin: 10px 10px 10px 0;
  padding-right: 30px;
  position: relative;
  display: none;
}

#car_accessory_title > p::before, #car_accessory_title > p::after {
  content: '';
  display: inline-block;
  background-color: transparent;
  position: absolute;
  top: 30%;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: #fff;
  transform: rotate(45deg);
}

#car_accessory_title > p::before {
  right: 12px;
  animation: ani 1s ease alternate infinite;
}

#car_accessory_title p::after {
  right: 17px;
  animation: ani 1s ease .6s alternate infinite;
}

@keyframes ani {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#car_accessory_title > p > a {
  color: #fff;
  display: block;
}

.tabs_nav {
  display: flex;
  box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.3);
  z-index: 20;
  position: relative;
}

.tabs_nav > .tab {
  cursor: pointer;
  color: #e0e0e0;
  background-color: #f9f8f6;
  width: 15%;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}

.tabs_nav > .tab:hover, .tabs_nav > .tab:active {
  color: #fff;
  background-color: #ab1d33;
}

.tabs_nav > .tab:hover > a, .tabs_nav > .tab:active > a {
  color: #fff;
}

.tab.active {
  color: #fff;
  background-color: #ab1d33;
  outline: 1px solid rgba(0, 0, 0, 0.1);
}

.tab.active > a {
  color: #fff;
}

.tab_container {
  width: 100%;
  position: relative;
}

.tab_contents {
  width: 100%;
  display: none;
  background: linear-gradient(to top, #dcd7d6 0%, #fff 100%);
  background: -o-linear-gradient(bottom, #dcd7d6 0%, #fff 100%);
}

.tab_contents.active {
  display: flex;
}

.mobile_tabs {
  width: 100%;
  line-height: 48px;
  text-align: center;
  display: none;
  cursor: pointer;
  color: #e0e0e0;
  background-color: #f2ece4;
}

.mobile_tabs:hover, .mobile_tabs:active {
  color: #fff;
  background-color: #ab1d33;
}

.mobile_tabs:hover a {
  color: #fff;
}

.tab_contents > .content_right {
  width: 100%;
  height: 100%;
  padding: 10px 0;
}

.content_right > ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.content_right > ul > li {
  width: 33.333%;
  padding: 10px;
}

.content_right > ul > li > a {
  display: flex;
}

.content_right > ul > li > a > dt:first-child {
  margin-right: 15px;
}

.content_right > ul > li > a img {
  width: 80px;
  height: 80px;
  display: block;
  border: 1px solid #CCC;
}

.content_right > ul > li > a h5 {
  padding-bottom: 8px;
}

.content_right > ul > li > a p {
  color: #ab1d33;
}

#out-doors {
  margin-bottom: 20px;
  display: flex;
}

#out-doors .ab-bn {
  width: 50%;
}

#out-doors .ab-bn:nth-child(odd) {
  padding-right: 1%;
}

#out-doors .ab-bn:nth-child(even) {
  padding-left: 1%;
}

#out-doors .ab-bn img {
  width: 100%;
  display: block;
  border: 1px solid #ccc;
}

#containerIndex {
  display: flex;
  justify-content: center;
  padding-top: 98px;
  background-color: #ffffff;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  #containerIndex {
    padding-top: 0;
  }
}
#indexLeft {
  width: 190px;
  margin-right: 10px;
}

#indexLeft::-webkit-scrollbar {
  background-color: transparent;
  width: 0px;
}

#indexLeft .libDiv {
  color: #AA0000;
  margin-bottom: 10px;
}

#indexLeft .libDiv > img {
  display: block;
  margin: 10px auto 10px 0px;
}

/*#indexLeft .libDiv p.top { background:url(images/lib_div_top.gif) no-repeat 0 0; width:190px; height:10px; font-size:0; display:block; }
#indexLeft .libDiv p.bot { background:url(images/lib_div_bot.gif) no-repeat 0 0; width:190px; height:10px; font-size:0; display:block; }
#indexLeft .libDiv h2 { font:bold 14px Arial, "Microsoft JhengHei", Verdana, sans-serif; display:block; margin:3px 0 3px 15px; padding-bottom:4px; color:#2B2B2B;
	border-bottom: 2px solid #E7E0CA; letter-spacing:0pt; width:161px; position: relative; }
#indexLeft .libDiv ul { padding:5px 15px; padding-bottom:0px; }
#indexLeft .libDiv li { overflow:hidden; line-height:160%; white-space:nowrap; text-overflow:ellipsis; }
#indexLeft .libDiv ul.iconTitle li { background-image:url(images/news_arrow.gif); background-repeat:no-repeat; background-position:0px 3px;
	padding-left:10px;  width:165px; }
#indexLeft .libDiv input.libInput { border:1px solid #E0D8C2; margin-bottom:8px; color:#999; width:155px; }
#indexLeft .cartDiv { padding:10px 50px 0 10px; height:50px; margin-bottom:10px; background-image:url(images/cart_bg.jpg); background-repeat:repeat-x; }
#indexLeft .cartDiv a { color:#61461E; }*/
#indexLeft .catDiv {
  margin-bottom: 10px;
}

#indexLeft .catDiv h2 {
  display: none;
}

#indexLeft .catDiv ul {
  width: 95%;
  list-style-type: none;
  display: inline-block;
}

#indexLeft .catDiv ul a:first-child .parentCat {
  margin-top: 0;
}

#indexLeft .catDiv ul a .parentCat {
  padding-left: 20px;
  margin-top: 10px;
  border-bottom: 1px solid #AA0000;
  line-height: 25px;
  font-weight: bold;
  font-size: 15px;
  padding-left: 0px;
}

#indexLeft .catDiv ul .parentCat a:visited, #indexLeft .catDiv .parentCat a:link {
  color: #AA6666;
  text-decoration: none;
}

#indexLeft .catDiv ul .parentCat a:hover {
  color: #AA0000;
  text-decoration: none;
}

#indexLeft .catDiv ul li {
  padding-left: 20px;
  background-image: url(/themes/Lativ/images/catIndex_bg.gif);
  background-repeat: no-repeat;
  line-height: 30px;
}

#indexLeft .catDiv ul li.parentCat {
  background-image: none;
}

#indexLeft .catDiv a:visited, #indexLeft .catDiv a:link {
  color: #333;
  text-decoration: none;
}

#indexLeft .catDiv a:hover {
  color: #FF6000;
  text-decoration: none;
}

#indexMiddle {
  width: 800px;
  margin-right: 0px;
}

#indexRight {
  display: flex;
  width: 190px;
  flex-direction: column;
}

#indexRight .libDiv {
  border: 1px solid #ddd;
  padding: 8px 0;
  color: #AA0000;
  margin-bottom: 10px;
}

/*#indexRight .libDiv p.top { background:url(images/lib_right_div_top.gif) no-repeat 0 0; height:10px; font-size:0; display:block; }
#indexRight .libDiv p.bot { background:url(images/lib_right_div_bot.gif) no-repeat 0 0; height:10px; font-size:0; display:block; }*/
#indexRight .libDiv h2 {
  font: bold 14px "Microsoft JhengHei";
  display: block;
  padding: 2px 0 5px 10px;
  color: #2B2B2B;
  letter-spacing: 0pt;
  position: relative;
}

#indexRight .libDiv ul {
  padding: 5px 15px 0;
}

#indexRight .libDiv li {
  line-height: 160%;
}

#indexRight .libDiv ul.iconTitle li {
  padding-left: 10px;
  width: 100%;
  background-image: url(/themes/Lativ/images/news_arrow.gif);
  background-repeat: no-repeat;
  background-position: 0px 6px;
}

#indexRight .libDiv input.libInput {
  border: 1px solid #CCCCCC;
  margin-bottom: 8px;
  color: #999;
  width: 100%;
  padding: 5px 8px;
}

/*#indexRight .cartDiv {  padding-left:10px 50px 0 10px; height:50px; margin-bottom:10px;
	background-image:url(/themes/Lativ/images/cart_right_bg.jpg); background-repeat:repeat-x; }
#indexRight .cartDiv a { color:#61461E; }*/
@media screen and (max-width: 999px) and (min-width: 1px) {
  #containerIndex {
    flex-direction: column;
  }
  #containerIndex, #indexMiddle, #indexRight {
    width: 100%;
  }
  #indexLeft {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: -100%;
    margin: 0;
    padding: 52px 0 10px;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 999;
    border-left: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    transition: all 0.6s;
  }
  #indexLeft .catDiv {
    margin: 10px 0;
    padding-bottom: 10px;
    padding-left: 10%;
  }
  #indexLeft .libDiv {
    width: 100%;
    padding-left: 10%;
  }
  #indexLeft .catDiv ul li {
    color: #fff;
    background-image: none;
  }
  #indexLeft .libDiv > img {
    display: block;
    margin: 10px 0;
  }
  #indexRight {
    margin-top: 20px;
    flex-direction: row;
  }
  #indexRight .libDiv {
    width: 48% !important;
    border: 1px solid #CCC;
    height: 180px;
    margin-left: 5px;
  }
  #four_circles {
    flex-wrap: wrap;
  }
  #four_circles > div {
    width: 50%;
    margin-top: 0px;
  }
  .tabs_nav {
    display: none;
  }
  .tab_container {
    display: flex;
    flex-wrap: wrap;
  }
  .tab_contents {
    display: flex;
  }
  .tab_contents:not(:first-child) {
    width: 25%;
  }
  .mobile_tabs {
    display: block;
  }
  .content_right > ul > li {
    width: 50%;
  }
  #out-doors {
    flex-direction: column;
  }
  #out-doors > .ab-bn {
    width: 100%;
    padding: 2% 3% !important;
  }
}

/*  �黸��誩椰�𢰧�拙�� >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
