@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&display=swap');
* {
    -webkit-tap-highlight-color: rgba(0,0,0,0) !important; /* make transparent link selection, adjust last value opacity 0 to 1.0 */
}

html,body {
    -webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
    
}
html{
  touch-action: manipulation !important;
  -ms-touch-action: manipulation !important;
}
a:hover{
    text-decoration: none  !important
}
img{
    max-width: 100%;
}
.font-size28-80{
    --min-size: 28;
    --max-size: 80;
    --font-size: calc( (var(--min-size) * 1px) + (var(--max-size) - var(--min-size)) * ((100cqw - 320px) / (1920 - 320)) );
    font-size: clamp(var(--min-size) * 1px, var(--font-size), var(--max-size) * 1px);
}
.notice{
    position: relative;
}
.notice:before{
    display: inline-block;
    position: relative;
    content: '';
    width: 23px;
    height: 21px;
    background: url(../img/icon_news.svg) center / cover;
    transform: translateY(5px);
}
.notice ul{
    display: inline-block;
    list-style: none;
    margin-bottom: 0;
    padding-left: 10px;
}
.notice ul a{
    font-size: 1rem;
    font-weight: 500;
    color:#fff;
}

.goog-text-highlight {
    background: none !important;
    box-shadow: none !important;
}
.goog-te-gadget span,body > .skiptranslate{
    display: none;
}
.goog-te-gadget {
    color: transparent !important;
    font-size: 0px !important;
}

#google_translate_element {
    display: flex;
    align-items: center;
    line-height: 1.1;
    position: relative;
}
#google_translate_element:before{
    content: '\f0ac';
    font-family: 'Font Awesome 6 Free';
    position: absolute;
    font-weight: 900;
    color: #f5f5f5;
    font-size: 1.3rem;
    left: -.5rem;
}
#google_translate_element select{
    position: relative;
    border: 1px solid #f3f3f300;
    background: #f5f5f500;
    color: #ffffff;
    font-size: 1rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 4px 25px 3px 8px;
    margin-left: 10px;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 1px;
    font-weight: 600;
  }
#google_translate_element:after{
    content: "\f078";
    font-family: 'Font Awesome 6 Free';
    position: absolute;
    font-weight: 900;
    color: #aaaaaa;
    font-size: 0.6rem;
    top: 35%;
    right: 10px;
}
#google_translate_element select option{
    background: #fff;
    color:#444;
    border-radius: 0 !important;
}
#\:0\.targetLanguage + span{
    display: none;
}
.simple-search{
    width: -webkit-fill-available;
}
.simple-search .form-control{
    border-radius: 5px;
}
.simple-search button.btn {
     border-radius: 0 5px 5px 0;
}
.simple-search .btn.none_btn{
    pointer-events: none;
}
#header .header-nav-features .simple-search button.btn i.header-nav-top-icon {
    color: #fff;
}
.catalog-list {
    position: relative;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 460px;
    padding-top: 12px;
    display: block;
}
.catalog-list .list-item{
    position: relative;
    list-style: none;
    font-size: 1rem;
    padding-bottom: 5px;
    padding: 2.5px 25px;
    overflow: hidden;
    cursor: pointer;
    display: block;
    color:#808080;
    line-height: 26px;
    transition: all 0.1s ease;
}
.catalog-list .list-item a{
    color:#6c8477;
}
.catalog-list .list-item a:hover{
    color:var(--primary);
}
.catalog-list .list-item:hover,.catalog-list .list-item.active{
    color:var(--primary);
    padding-left: 35px;
}
.catalog-list .list-item:hover:before,.catalog-list .list-item.active:before{
    content:'';
    position: absolute;
    width: 5px;
    left:25px;
    top:3px;
    height: calc(100% - 10px);
    background: url(../img/icon_hover2.svg?v=1) top / cover no-repeat;
    display: block;
}
.catalog-list .list-item:hover:after,.catalog-list .list-item.active:after{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 100%;
    bottom: 6px;
    left: 25px;
    background-color: var(--secondary);
}
.floating-list {
    position: absolute;
    top: -1px;
    left: 100%;
    width: 100%;
    height: calc(100% + 1px);
    background-color: #fff;
    border-radius: 5px;
    overflow-y: auto;
    box-shadow: 0 3px 20px -2px rgb(0 0 0 / 20%);
    border: 1px solid var(--primary);
    padding-top: 12px;
    z-index: 99;
    transition: all 0.1s ease;
    display: none;
}
.catalog-list .list-item[data-cate="13"]:hover .floating-list {
  display: block;
}
.floating-list::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0.3);
  border-radius: 0;
  border: 2px solid transparent;
}
.floating-list::-webkit-scrollbar:vertical {
  width:8px;
}
.floating-list .floating-item {
  padding: 8px 24px;
  display: none;
  transition: all 0.1s ease;
  /*border-bottom: 1px solid #eee;*/
}
.floating-list .floating-item::after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  opacity: 0;
  height: 0;
}
.floating-list .floating-item .left-box {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
   font-size: 1.25rem;
   letter-spacing: 1px;
   color: #212528;
   padding-bottom: 10px;
   margin-bottom: 10px;
   border-bottom: 1px solid var(--secondary);
}
.floating-list .floating-item .left-box a{
    font-size: .85rem;
    color:#40a3d9 !important;
}
.floating-list .floating-item .right-box li a{
    color:#808080;
    cursor: pointer;
    margin-bottom: 5px;
    line-height: 26px;
    display: inline-block;
}
.floating-list .floating-item .right-box li a:hover,.floating-list .floating-item .left-box a:hover{
    text-decoration: none;
    color:var(--primary);
}
.floating-list .floating-item .left-box:before{
    content: ""; 
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 10px;
    background-color: var(--secondary);
    left:0px;
    bottom: -3px;
}
.floating-list .floating-item .left-box:after{
    content: ""; 
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 10px;
    background-color: var(--secondary);
    right:0px;
    bottom: -3px;
}
.floating-list .floating-item .left-box a {
  color: #777;
  flex-shrink: 0;
}

.floating-list .floating-item .right-box {
  float: left;
  width: 100%;
}
.floating-list .floating-item .link-item {
  display: inline-block;
  line-height: 18px;
  color: #777;
}
.floating-list .floating-item .link-item span {
  display: inline-block;
  padding: 0 10px;
  font-size: 1rem;
}
.floating-list .floating-item .link-item span:hover {
  color: #df4b05;
  text-decoration: underline;
}
.floating-list.active,.floating-list.active .floating-item.active{
    display: block;
}
.floating-item .brand_list{
   display: grid;
   grid-template-columns: 1fr 1fr 1fr;
}
.floating-item .brand_list li{
    text-align: center;
    margin-bottom: 5px;
    font-size: .8rem;
    line-height: 1;
    padding: 5px;
    border-radius: 5px;
    border:1px solid #fff;
}
.floating-item .brand_list li:hover{
    border: 1px solid var(--primary-rgba-30);
}
.floating-item .brand_list img{
    aspect-ratio:1/1;
    object-fit: contain;
}
.settitle{
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.2;
    --min-size: 24;
    --max-size: 30;
    --font-size: calc((var(--min-size) * 1px) + (var(--max-size) - var(--min-size)) * ((100cqw - 320px) / (1920 - 320)));
    font-size: clamp(var(--min-size) * 1px, var(--font-size), var(--max-size) * 1px);
}
.settitle:before{
    content:url(../img/icon_6.svg);
    position: relative;
    width: 15px;
    display: inline-block;
    margin-right: 10px;
}
.settitle.text-color-secondary:before{
    content:url(../img/icon_6_yellow.svg);
}
.cate_box{
    position: relative;
    background-color: #f0f9f4;
    border: 1px solid #d9e6de;
    border-radius: 5px;
    padding: 15px 0px 5px;
}
.icon_service{
    width: 80px;
}
.content-grid{
    background-color: #f0f9f4;
    border-radius: 10px;
}
.icon_sbox{
    background-color: #fff;
    width: 100px;
    padding: 15px;
    border-radius: 100px;
    margin-bottom: 20px; 
}
.content-grid .content-grid-item:before{
    border-left: 4px solid #ffffff;
}
.content-grid .content-grid-item:after{
    border-bottom: 4px solid #ffffff;
}
.icon_sbox ~ h4{
    color:var(--primary);
}
.w-20{
    width: 20%;
}
.w-80{
    width: 80%;
}
.banner_slider .owl-dots{
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}
.owl-carousel .owl-dots .owl-dot.active span{
    background-color: var(--secondary);
}
.banner_slider .owl-carousel .owl-item img{
    aspect-ratio: 2 / 1.03;
    object-fit: cover;
    object-position: center;
}
.font-TC{
    font-family: "Noto Serif TC", serif;
}
.banner-scroll {
    position: absolute;
    font-family: "Noto Serif TC", serif;
    left: 2.6vw;
    bottom: 30vh;
    z-index: 2;
    display: inline-block;
    padding-bottom: 114px;
    font-size: 0.938rem;
    line-height: 1;
    letter-spacing: 0;
    color: var(--primary);
    writing-mode: vertical-rl;
    text-orientation: mixed;
    overflow: hidden;
}
.banner-scroll::after {
    content: "";
    position: absolute;
    bottom: 90px;
    left: calc(50% - 5.5px);
    width: 12px;
    height: 12px;
    background-color: var(--secondary);
    border-radius: 20px;
    transform: rotate(-90deg);
    animation: scroll 2.5s 
    cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.banner-scroll::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 0.5px);
    width: 1px;
    height: 90px;
    background-color: var(--primary-rgba-60);
}
@keyframes scroll {
  0% {
    opacity: 0;
    bottom: 90px;
  }
  10% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    bottom: -5px;
  }
}
.quick-link_area{
    position: fixed;
    background-color: #f0f9f4;
    right: 2.6vw;
    bottom: 30px;
    padding: 20px;
    border: 1px solid #cbdfd1;
    box-shadow: 0 0 10px rgb(63 86 72 / 13%);
    border-radius: 10px;
    transition: all 0.3s ease;
    z-index: 999;
}
.sticky-header-active .quick-link_area{
    bottom:90px;
}
.quick-link_area .quick-link_ul{
    list-style: none;
    padding-left: 0;
}
.quick-link_ul li{
    text-align: center;
    line-height: 1.5;
}
.quick-link_ul li:not(:last-child){
    border-bottom: 1px solid #cbdfd1;
    margin-bottom: 15px;
    padding-bottom: 15px;

}
.quick-link_ul li span {
    display: block;
    margin-top: 5px;
}
.quick-link_ul li i{
    color:var(--primary);
    font-size: 1.5rem;
}
.quick-link_ul li a:hover img{
    filter: hue-rotate(279deg) brightness(1.8);
}
.quick-link_ul li a:hover{
    color:var(--secondary-200);
}
.top_section{
    position: relative;
}
.deco_text{
    position: absolute;
    font-family: "Noto Serif TC", serif;
    font-size: 5vw;
    font-weight: 700;
    left: -2rem;
    top: 0;
    color: #D7EDD1;
    opacity: .5;
    writing-mode: vertical-rl;
}
.pade_bg #top_area .deco_text{
    top: 10rem;
}
.top_area{
    background-color: #f7f7f7;
    border-radius:  5px;
    height: calc(100% - 96px);
    padding: 30px 5px 30px 15px;
}
.top_area ol{
    display: flex;
    flex-direction: column;
    height: auto;
    margin-bottom: 0px;
    counter-reset: custom-counter;
    list-style: none;
}
.top_area ol li{
    flex: 1;
    position: relative;
    font-size: 1rem;
    padding-left: 15px;
    margin-bottom: 10px;
    color:#959494;
    z-index: 1;
    line-height: 1.7;
}
.top_area ol li:last-child{
    margin-bottom: 0;
}
.top_area ol li:nth-child(1):before{
    content: '';
    position: absolute;
    display: inline-block;
    background: url(../img/icon_crown1.svg) center no-repeat;
    width: 40px;
    aspect-ratio: 10 / 7;
    z-index: -1;
    left: -32px;
    top: -5px;

}
.top_area ol li:nth-child(2):before{
    content: '';
    position: absolute;
    display: inline-block;
    background: url(../img/icon_crown2.svg) center no-repeat;
    width: 40px;
    aspect-ratio: 10 / 7;
    z-index: -1;
    left: -32px;
    top: -5px;
    
}
.top_area ol li:nth-child(3):before{
    content: '';
    position: absolute;
    display: inline-block;
    background: url(../img/icon_crown3.svg) center no-repeat;
    width: 40px;
    aspect-ratio: 10 / 7;
    z-index: -1;
    left: -32px;
    top: -5px;
    
}
.top_area ol li:after{
    color:#323232;
    font-weight: 600;
    font-family: "Noto Serif TC", serif;
    position: absolute;
    top: 0;
    left: -15px;
    content: counter(custom-counter);
    counter-increment: custom-counter;
    font-weight: bold;
}
.top_area ol li a{
    color: var(--default);
}
.top_area ol li a:hover{
    color:var(--primary);
}
.more_link{
    position: relative;
    color: #444;
    font-weight: 300;
    font-size: 1.1rem;
    z-index: 2;
    line-height: 2.1;
    display: inline-flex;
    transform: translateY(-10px);
    align-items: center;
}
.more_link:before{
    position: absolute;
    content: url(../img/icon_6_yellow.svg);
    width: 30px;
    left: -10px;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    line-height: 1;

}
.more_link i{
    position: relative;
    font-size: .8rem;
    padding-left: 20px;
    z-index: 2;
}
.more_link span{
    position: relative;
    z-index: 2;
}
.more_link:hover{
    text-decoration: none !important;
}
.more_link:hover:before{
    -webkit-animation: more .5s cubic-bezier(0.215, 0.61, 0.355, 1) ;
    animation: more .5s cubic-bezier(0.215, 0.61, 0.355, 1);
    left:56px;
}
.more_link.font-weight-normal:hover:before{
    -webkit-animation: more_two .5s cubic-bezier(0.215, 0.61, 0.355, 1) ;
    animation: more_two .5s cubic-bezier(0.215, 0.61, 0.355, 1);
    left:82%;
}
.product_item{
    display: block;
    position: relative;
    padding: 50px 20px 0px;
    margin: 0px 5px 20px;
    border:1px solid #eee;
    border-radius: 5px;
    color:var(--default);
}
.product_item:hover{
    color:var(--primary);
}
.product_item .product_cat{
    position: absolute;
    background-color: var(--primary);
    width: 100%;
    border-radius: 5px 5px 0 0;
    font-size: 1.4rem;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 5px;
    top: 0;
    left: 0;
}
.product_item .product_name{
    font-size: 1rem;
    display: block;
    text-align: center;
    padding: 5px 0 ;
}
.product_item img{
    aspect-ratio: 4 / 3;
    object-fit: contain;
    object-position: center;
}
@keyframes more {
  0% {
    left:-10px;
    width: 30px;   

  }
  100% {
    left: 56px;
    width: 30px;
  }
}
@keyframes more_two {
  0% {
    left:-10px;
    width: 30px;   

  }
  100% {
    left: 82%;
    width: 30px;
  }
}
#brand:before{
    position: relative;
    content: '';
    display: block;
    width: 100vw;
    height: 3vh;
    -webkit-mask-image: linear-gradient(to bottom, transparent, black);
    mask-image: linear-gradient(to bottom, transparent, black);
}
#brand{
    background: url(../img/brand_cover.png) bottom / cover no-repeat;
    position: relative;
    z-index: 2;
}
.brand-contain a{
    display: block;    
    transition: all 0.1s ease;
}
.brand-contain img{
    padding: 15px;
    width: 100%;
    box-shadow: 0 0 10px rgba(0 0 0 / 10%);
    border-radius: 5px;
    background-color: #fff;
    aspect-ratio: 4 / 3;
    object-fit: contain;
    object-position: center;
}
.brand-contain a:hover img{
    box-shadow: 0 0 10px var(--secondary-rgba-50);
}
.hotsalle{
    position: relative;
    flex-wrap: wrap;
    background-color: #f0f9f4;
    overflow: hidden;
    /*background: url(../img/sale_cover.png) center / cover no-repeat;*/
}
.hotsalle:before{
    position: absolute;
    content:'';
    top:0;
    left:0;
    background-color: #f0f9f4;
    width: 100%;
    height: 100%;
}
.hotsalle:after{
    content:'';
    position: absolute;
    width: 55%;
    aspect-ratio: 1 / 1;
    background: url(../img/logo.svg) center / contain no-repeat;
    right:-2rem;
    top:0;
    opacity: .1;
}
.sale_itme{
    position: relative;
    padding: 15px 35px;
    border:3px solid #fff;
    border-radius: 10px;
    transition: all 0.3s ease;
    
}
.sale_itme:before{
    content: '';
    position: absolute;
    display: block;
    border-right: 1px dashed #ccc;
    width: 1px;;
    height: 90%;
    top: 5%;
    right: 4px;
}
.sale_itme:hover{
    border:1px solid var(--primary-rgba-30);    
    box-shadow: 0 0 10px rgba(40 122 59 /5%);
}
.sale_itme:hover:before{
    border-right-color: #fff
}
.sale_itme a{
    color:var(--default);
}
.sale_itme:hover a{
    color:var(--primary);
}
.sale_itme h3{
    margin-bottom: 10px;
    font-weight: 500;
    letter-spacing: 1px;
}
.sale_itme:hover h3{
    width: calc(100% + 70px);
    background-color: var(--primary);
    padding: 10px 0;
    color: #fff;
    margin-bottom: 0;
    transform: translate(-35px, -16px);
    border-radius: 10px 10px 0 0;
}
.sale_itme img{
    aspect-ratio: 4 / 3;
    object-fit: contain;
    object-position: center;
    margin: 0 auto;
    display: block;
}
.sale_itme ul{
    margin-top: 20px;
    font-size: 1.1rem;
}
.sale_itme ul li{
    margin-bottom: 15px;
    display: flex;
}
.sale_itme ul li span{
    color: #444;
    font-weight: 500;
    display: inline-block;
    padding-right: 20px;
}
.footer_logo{
    width: 400px;
    height: auto;
}
#footer li{
    margin-bottom: 8px;
}
#footer li a,#footer li{
    color: #fff !important;
    font-size: 1rem;
    padding-bottom: 0;
    margin-bottom: 15px;
}
#footer li i{
    color: var(--secondary);
    font-size: 1rem;
}
.bg-transparent{
    background-color: transparent !important;
}
.quick-link_area.bottom_100{
    bottom:100px;
}
.marquee_box {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.moving-text a{
    color:#fff;   
    font-size: 1rem;
    font-weight: 500;
}
.marquee{
  font-size: 1.2rem;
  font-weight: 600;
  padding: 20px 10px;
  display: flex;
  align-items: center;
  border-radius: 0 15px 15px 0;
  border: 2px dotted var(--primary);
  border-left: 0;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.marquee_contain{
    position: relative;
    padding-left: 40px;
    width: 95%;
}
.marquee_contain:before{
    position: absolute;
    content: '';
    left:0;
    width: 23px;
    height: 21px;
    background: url(../img/icon_news.svg) center / cover;
    transform: translateY(5px);
}
@keyframes marquee{
  0%{transform: translateX(100%);}
  100%{transform: translateX(0%);}
}
@keyframes marquee2{
  0%{transform: translateX(0%);}
  100%{transform: translateX(-200%);}
}
@keyframes marquee3{
  0%{transform: translateX(0%);}
  100%{transform: translateX(-400%);}
}
 @media (prefers-reduced-motion: no-preference) {
  .moving-text{
      font-size: 1.25rem;
      font-weight: 600;
      animation: marquee 40s linear infinite;
      white-space: nowrap;
      display: flex;
      align-items: center;
      z-index: 3;
  }
}
.page_header_title{
    position: relative;
    border-right: var(--secondary);
    padding-left: 20px;
    font-size: 1.7rem;
    margin-bottom: 7px;
    overflow: hidden;
    line-height: 1;

}
.page_header_title:before{
    content:url(../img/icon_hover2.svg);; 
    position: absolute;
    width: 5px;
    left: 5px;
    top: 0px;
    height: calc(100% - 0px);
}
.page_header_title:after{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 100%;
    bottom: 0px;
    left: 5px;
    background-color: var(--secondary);
}
.pade_bg{
    background:url(../img/page_bg.jpg) bottom/cover;
    width: 100%;
    height: 100%;
    padding-bottom: 50px;
}
.link_blue{
    color: #40a3d9 !important;
}
.border-right-normal{
    border-right: 1px solid rgb(0 0 0 / 26%) !important;
}
.brand_square{
    aspect-ratio: 4 / 3.5;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0 0 0 / 10%);
    object-fit: cover;
    object-position: center;
    display: flex;
    align-items: center;
}
.overview_cate{
    box-shadow: 0 0 10px rgba(0 0 0 /10%);
    border-radius: 5px;
    padding: 35px 30px;
}
.overview_cate ul li a {
    color: var(--default);
    margin-bottom: 15px;
    font-size: 1.2rem;
    display: block;
}
.search_bar{
    background-color: #fdfae9;
    padding: 15px;
    border-radius: 5px;
}
.search_bar .form-check-label{
    font-size: 1.3rem;
}
.search_bar [type="submit"]{
    aspect-ratio: 1 / 1;
    font-size: 1.2rem;
    line-height: 0;
    padding: 11px;
    margin-left: 8px;
}
.search_bar .form-check-input{
    width: 1.3em;
    height: 1.3em;
    margin-right: 8px;
    margin-top: 8px;
}
.pagination > li > a, .pagination > li > span{
    border:none;
    line-height: 1;
    padding: 8px 12px;
    border-radius: 4px;
}
.badge-product{
    background-color: #fce174;
    color: #534d28;
    padding: 8px 8px !important;
    border-radius: 5px;
    font-weight: 500;
    margin-bottom: 10px;
}
.overview_item{
    padding: 17px 20px 17px 20px;
    border:1px solid #d4d4d4;
    border-radius: 5px;
    margin-bottom: 20px;
    transition: all 0.1s ease;
}
.overview_item .btn_custom{
    background-color: #f7f7f7;
    color: #acacac;
    font-size: 1.8rem;
    height: 100%;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 40px;
    border-radius: 5px;
}
.overview_item:hover{
    border: 1px solid var(--primary);
    background-color: #f7f7f7;
}
.overview_item:hover .btn_custom{
    background-color: #167a3a;
    color: #fff;
}
.overview_item .brand_square{
    border:1px solid #e6e6e6;
    box-shadow: none;
    border-radius: 5px;
}
.w-90{
    width: 90%;
}
.w-10{
    width: 10%;
}
.product_detail th{
    background-color: var(--primary-rgba-20);
    color:#53735b;
    width: 20%;    
    vertical-align: center;
    font-size: 1.2rem;
    padding: 8px;
    letter-spacing: 1.5px;
    border-bottom:1px solid #fff3;    
}
.product_detail td{
    vertical-align: center;
    padding: 8px 8px 8px 12px;
    font-size: 1.15rem;
    border-bottom:1px solid var(--primary-rgba-30);    
}
.product_detail tr:nth-child(1) td,.product_detail tr:nth-child(1) th{
    background-color: var(--primary) !important;
}
.product_detail tr:nth-child(1) th{
    color:#fff;
    text-align: center;
}
.product_detail tr:nth-child(1) td h1{
    color:#fff;
    font-size: 1.2rem !important;
    font-weight: 600;
}
.dashed{
    border-bottom: 2px dotted #95bca4;
}
.allserices .card{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    border-radius: 8px !important;
}
.allserices .card .card-body{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}
.allserices .feature-box-primary .feature-box-icon {
    background-color: var(--primary-rgba-10);
    color: var(--primary);
}
.allserices .card:hover{
    border:1px solid var(--secondary-rgba-70);
}
.allserices .card:hover .feature-box-primary .feature-box-icon {
    background-color: var(--secondary);
    color: #444;
}
.allserices .card:hover .feature-box-primary .feature-box-info a{
    color:var(--secondary-200) !important;
} 

/* about  */
.history-area .history-box{
    position: relative;
    padding-left: 45px;
    margin-top: 17px;
}

.history-area .history-box .wrap{
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.history-area .history-box .wrap:before{
    content: '';
    position: absolute;
    top: 49%;
    left: 0;
    transform: translateY(calc(-50% - 8px));
    -webkit-transform: translateY(calc(-50% - 8px));
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
}

.history-area .history-box .start-box{
    width: 16%;
    padding-right: 20px;
    color: var(--primary);    
    transform: translateY(-10px);
}

.history-area .history-box .slick-track{
    margin: 150px 0 170px;
}

.history-area .history-box .arrow-box{
    margin-top: -13px;
    padding-right: 1.8%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 12.53%;
}

.history-area .arrow-box .arrows{
    position: relative;
    margin: 0 4px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background: url(../img/icon_6_yellow.svg) center / contain no-repeat;
}

.history-area .arrow-box .arrows::before {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}

.history-area .history-box .arrow-box .arrows {
    margin: 5px 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.history-area .history-box .arrow-box .arrowPrev::before {
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.history-area .history-box .arrow-box .arrowNext::before {
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
    transform: translate(-50%, -50%) rotate(-135deg);
}
.history-area .history-box .history-bg {
    padding-right: 30px;
    position: absolute;
    top: 49%;
    right: 0;
    -webkit-transform: translateY(calc(-50% - 10px));
    transform: translateY(calc(-50% - 10px));
    /*z-index: -1;*/
}

.history-area .history-box .history-bg .history-img {
    width: 1870px;
    background: linear-gradient(to right, rgba(41, 122, 59, 0) 0%, rgba(41, 122, 59, 0.26) 10%, rgba(41, 122, 59, 1) 50%, rgba(41, 122, 59, 0.26) 90%, rgba(41, 122, 59, 0) 100%);
    display: block;
    height: 20px;
}

.history-area .history-box .history-bg .history-img img {
    width: 100%;
    display: block;
}

.history-area .history-box .historyList {
    width: 74.26%;
}

.history-area .history-box .slick-slide:nth-child(odd) .historyItem {
    position: relative;
}

.history-area .history-box .historyItem {
    display: inline-block;
    padding-left: 40px;
    padding-right: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.history-area .history-box .slick-slide:nth-child(odd) .historyItem::before {
    content: "";
    position: absolute;
    top: -70%;
    left: 60px;
    display: block;
    width: 1px;
    height: 25px;
    background: rgba(255, 255, 255, 0.3);
}

.history-area .history-box .item {
    position: relative;
}

.history-area .history-box .item .Img {
    position: relative;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 100%;
    background: #fff;
    border:3px dashed var(--primary--100);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.history-area .history-box .item .Img:before {
    width: 0;
    height: 0;
    background: var(--primary-rgba-50);
}

.history-area .history-box .item .Img::before, .history-area .history-box .item .Img::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 100%;
    background-color: var(--primary);
    width: 8px;
    height: 8px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.history-area .history-box .item .Img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 23px;
}
.history-area .history-box .item .Img:hover{
    background: var(--secondary--100);
    border: 3px solid var(--secondary--100);
}
.history-area .history-box .item .Img:hover::before {
    width: 60px;
    height: 60px;
    background-color: var(--secondary-rgba-30);
}

.history-area .history-box .item .Img:hover::after {
    width: 80px;
    height: 80px;
    background-color: var(--secondary-rgba-30);
}

.history-area .history-box .slick-slide:nth-child(odd) .historyItem .Txt {
    bottom: calc(100% + 40px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.history-area .history-box .item .Txt {
    position: absolute;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    width: 200%;
}

.history-area .history-box .slick-slide:nth-child(even) .historyItem {
    position: relative;
}

.history-area .history-box .slick-slide:nth-child(even) .historyItem::before {
    content: "";
    position: absolute;
    top: 110%;
    left: 60px;
    display: block;
    width: 1px;
    height: 25px;
    background: rgba(255, 255, 255, 0.3);
}

.history-area .history-box .slick-slide:nth-child(even) .historyItem .Txt {
    top: calc(100% + 40px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

.history-area .history-box .slick-slide:nth-child(even) .historyItem .Txt .title {
    padding-top: 0px;
}

.history-area .history-box .item .Txt .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    color: #606060;
    display: block;
    /*-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;*/
    margin-bottom: 0;
    letter-spacing: 1px;
}

.history-area .history-box .item .Txt .subtitle {
    position: relative;
    font-size: 45px;
    font-weight: bold;
    line-height: 1;
    color: var(--primary);
}

.history-area .history-box .item .Txt .subtitle::before {
    content: "";
    position: absolute;
    top: 12px;
    left: -30px;
    display: block;
    width: 21px;
    height: 18px;
    background-size: cover;
}
.contact_list li{
    position: relative;
    padding-left: 1.8rem;
    line-height: 1.8;
}
.contact_list li a{
    color: #666;
    padding-left: 1rem;
    letter-spacing: 1px;
}
.contact_list li i:before{
    position: relative;
    left: .45rem;
    z-index: 9;
    font-size: 1.05rem;
    top: 1px;
}
.contact_list li i:after{
    position: absolute;
    content: '';
    background: url(../img/icon_6_grey.svg) center / cover no-repeat;
    width: 30px;
    aspect-ratio: 3 / 4;
    z-index: 5;
    left: 0;
    top: -9px;
}
.modal-header,.modal-footer{
    border:none;
}
.service_ul li{
    position: relative;    
    transform: all .3s ease-in-out;
}
.service_ul li:before{
    position: absolute;
    content:'\f0a9';
    font-family: "Font Awesome 6 free";
    font-weight: 900;
    right: 10px;
    top: 23%;
    color: var(--primary);
}
.service_ul li:hover,a.badge:hover{
    transform: scale(1.05);
}
a.badge{
    transition: all .3s ease;
}
a.badge:hover{
    filter: brightness(1.05);
    background-image: linear-gradient(to right, #FFF 0%, var(--secondary-rgba-20) 100%) !important;
    color:var(--secondary-300) !important;
}
.map_cover{
    position: relative;
    width: 70vw;
    aspect-ratio: 4/2.5;
    background:url(../img/map.png) center/cover no-repeat; 
    margin-top: -10rem;
    mask-image: linear-gradient(to top,rgba(0, 0, 0, 1.0) 70%, transparent 110%));
    -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 1.0) 70%, transparent 110%);
}
.loaction_pin{
    position: absolute;
    top: 30%;
    padding: 3rem;
}
.company-box{
    background-color: var(--primary);
    padding: 2rem;
}

.company-box .contact_list a{
    color: #fff;
}
.company-box .slick-list .slick-slide > div{
    width: calc(100% - 2px);
}
.company-box .slick-list{
    border:1px solid #fff8;
}
.text-normal{
    color: var(--default);
}
.news_item{
    display: flex;
    padding: 15px 10px;
    border: 1px solid #d4d4d4;
    border-radius: 8px;
    margin-bottom: 20px;
}
.news_item h4 a{
    color:#444;
}
.news_left{
    position: relative;
    flex-shrink: 1;
    line-height: 1.5;
    padding: 10px;
    border-radius: 7px;
    font-weight: 500;
    margin-right: 10px;
    background: #fff;
    border-radius: 10px;
}
.news_left:before{
    content: '';
    border-left: 1px solid #eee;
    position: absolute;
    height: 80%;
    top: 10%;
    right: -15px;
}
.news_right{
    margin-left: 20px;
    flex: 100%;
}
.news_item .btn_custom{
    display: flex;
    width: 30px;
    background-color: #f7f7f7;
    color: #acacac;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    margin-left: 10px; 
}
.news_item:hover{
    border:1px solid var(--primary);
    background-color: #f7f7f7;
}
.news_item:hover h4 a{
    color:var(--primary) !important;
}
.news_item:hover .btn_custom{
    background-color: var(--primary);
    color: #fff;
}
.page_contain img{
    max-width: 80% !important;
    display: block;
    margin: 0 auto;
}
.download_content{
    position: relative;
    border: 2px dotted var(--primary-rgba-30);
    padding: 40px 20px 0;
    border-radius: 8px;
}
.download_content .download_title{
    position: absolute;
    top: -15px;
    background-color: var(--primary);
    padding: 3px 15px;
    border-radius: 5px;
    color: #ffff;
    font-weight: 600;
}
.image-hotspot-primary:hover .circle{
    background: var(--secondary-200) !important;
    color:var(--secondary-300);
}
.image-hotspot-primary:hover .ring{
    border-color:var(--secondary-rgba-90);
}
.login_btn{
    color:#fff;
    font-weight: 600;
}
.login_btn:hover{
    color:var(--secondary);
}
#search.modal .modal-dialog,#search.modal .modal-dialog .modal-content{
    width: 100vw;
    height: 100vh;
    margin: 0;
}
#search.modal .modal-dialog .modal-content{
    backdrop-filter: blur(10px);
    background-color: #fff5;
    border-radius: 0;
}
.simple-search .autoComplete_wrapper  .form-control{
    border-radius: 5px 0 0 5px;
    width: 100%;
    padding: 0 1rem;
    line-height: 2;
    color:#666;
}
.btn-line{
    background-color: #00B900;
    color:#fff;
}
.btn-line:hover{
    background-color: #00B900;
    filter: brightness(1.1);
    color: #fff;
}
.login_bg:before{
    position: fixed;
    content: '';
    top:-10vh;
    display: block;
    width: 100vw;
    height: 150vh;
    background: url(../img/login_bg.jpg) center/cover no-repeat;
    filter:opacity(.4);
}
.member_bg{
    background-color: #f7f7f7;
}
#search .btn-close{
    background: transparent url(../img/close.svg) center / 1em auto no-repeat;
}
.shadow_sm{
    border-radius: 10px;
    box-shadow:0 0 20px rgb(79 133 91 / 18%)
}






/*-------------------------
            英文版
---------------------------*/
html[lang="en"] body{
    font-size: 14px;
    top: 0 !important;
}
html[lang="en"] .marquee_box{
    max-width: 50vw;
}
html[lang="en"] .settitle{
    --min-size: 18;
    --max-size: 24;
    --font-size: calc((var(--min-size) * 1px) + (var(--max-size) - var(--min-size)) * ((100cqw - 320px) / (1920 - 320)));
    font-size: clamp(var(--min-size) * 1px, var(--font-size), var(--max-size) * 1px);
}
html[lang="en"] .catalog-list{
    height: 100%;
}
html[lang="en"] .quick-link_ul li span{
    font-size: .9rem;
}
html[lang="en"] .sticky-header-active .quick-link_area{
    padding: 10px;
    right: 1.6vw;
}
html[lang="en"] nav.collapse{
    width: 100%;
    justify-content: end;
}
html[lang="en"] #header .header-nav{
    align-self: center;
    justify-content: end !important;
    flex-wrap: wrap;
}
html[lang="en"] .header-nav-main{
    order: 2;
    margin-top: 10px !important;
    width: 100%;
}
html[lang="en"] #header .header-nav-main nav > ul > li{
    height: auto;
}
html[lang="en"] #header .header-nav.header-nav-line nav > ul > li > a{
    min-height: auto
}
html[lang="en"] .header-container.container-xl,html[lang="en"] .header-top .container-xl{
    max-width: 85vw;
}
html[lang="en"] #header .header-nav form.col-lg-4{
    width: 25%;
    padding-right: 2.5rem;
}
html[lang="en"] .breadcrumb > li,html[lang="en"] .breadcrumb > li a,
html[lang="en"] .breadcrumb > li > a, html[lang="en"] .breadcrumb > li, html[lang="en"] .breadcrumb > li + li.active:before{
    font-size: .9rem;
}
html[lang="en"] .page_header_title{
    font-size: 1.3rem;
}






:root{
    --font:'Microsoft JhengHei',-apple-system, "Helvetica Neue", Helvetica, "Nimbus Sans L", Arial, "Liberation Sans", "PingFang SC", "Hiragino Sans GB", "Source Han Sans CN", "Source Han Sans SC", "Microsoft YaHei", "Wenquanyi Micro Hei", "WenQuanYi Zen Hei", "ST Heiti", SimHei, "WenQuanYi Zen Hei Sharp", sans-serif;
}
::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 2px;
}

::-webkit-scrollbar:horizontal {
    height: 2px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid transparent;
}

::-webkit-scrollbar-track {
    background-color: transparent; 
}

/*
| ----------------------------------------------------
| responsive
| ----------------------------------------------------
*/
@media (max-width: 1441px) {
    .deco_text{
        left: -2rem;
    }
    .pade_bg #top_area .deco_text {
        top: 15rem;
    }
    .banner-scroll{
        left: 2vw;
    }
}

@media (max-width: 1367px) {
    .loaction_pin{
        padding: 0;
        top: 32%;
    }
    html[lang="en"] .header-container.container-xl, html[lang="en"] .header-top .container-xl{
        max-width: 100%;
    }
}


@media (max-width: 1181px) {

    #header .header-nav.header-nav-line nav > ul li > a{
        font-size: 1.1rem;
        padding: 0 0.4rem;
    }
    #header .header-column{
        max-width: 70%;
    }
    #header .header-column .header-row,.marquee_box,.marquee_contain{
        max-width: 100%;
    }
    .banner-scroll,.deco_text{display: none;}
    #header .header-nav {
        flex-wrap: wrap;
        justify-content: end !important;
    }
    .header-nav-main-square{
        order:2;
    }
    .header-nav-main-square ~ form{
        margin-top: 10px;
    }
    .icon_sbox~ h4{
        font-size: 1.1rem;
    }
    .map_cover{
        margin-bottom: 8rem;
    }
    .main {
        min-height: calc(100vh - 550px)
     }
    .history-area .history-box .history-bg .history-img{
        width: 100vw;
    }
    .simple-search {
        max-width: 300px;
        transform: translateY(10px);
    }
    .contact_list li a{
        word-wrap: break-word
    }
    .w-20{
        width: 25%;
    }
    .w-80{
        width: 75%;
    }
    .icon_sbox{
        width: 80px;
    }
    .icon_service {
        width: 50px;
    }
    html[lang="en"] .marquee_box {
        max-width: 100%;
    }
    html[lang="en"] #header .header-nav form.col-lg-4 {
        width: 30%;
        padding-right: 0rem; 
    }
    html[lang="en"] .header-nav-main{
        width: initial;
    }
    html[lang="en"] #header .header-row{
        align-items: start;
    }
    html[lang="en"] #header .header-logo{
        margin: 10px 0;
    }
}


@media (max-width: 991px) {
    .header-nav-main-square ~ form{
        margin-top: 0;
    }
    #header .header-nav{
        width: 100%;
    }
    #header .header-column{
        max-width: 65%;
    }
    .simple-search {
        transform: translateY(0px);
    }
    .banner_slider.w-80,.banner_slider.w-75,.top_section .w-25,.top_section .w-75{
        width: 100% !important;
    }
    .top_area{
        height: calc(100% - 56px);
    }
    .top_area ol{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .top_area ol li{
        /*display: inline-block;*/
        /*width: calc(100% / 3.2);*/
    }
    .top_section .w-75{
        margin-top: 20px;
    }
    #header .header-nav-main nav > ul li a{
        position: relative;
    }
    #header .header-nav-main nav > ul li a:before{
        content: '';
        position: absolute;
        width: 12px;
        height: 12px;
        background-color: #444;
        border-radius: 25px;
        right: 8px;
        top: 5px;
    }
    #header .header-nav-main nav > ul li a:after{
        content:'\f138';
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        position: relative;
        padding-left: 10px;
        color: #e0e0e0;

    }
    #header .header-nav-main nav > ul li a.active:before{
        background-color:#fff;
    }
    #header .header-nav-main nav > ul li a.active:after{
        color: var(--primary);
    }
    .open_menu{
        position: relative;
    }
    .open_menu:before{
        content:'';
        position: fixed;
        width: 100vw;
        height: 100vh;
        top:0;
        background-color: #ffffff99;
        backdrop-filter: blur(4px);
        z-index: 1000;
    }
    .history-area .history-box .start-box,.history-area .history-box .historyList{
        width: 100%;
    }
    .history-area .history-box .wrap{
        flex-wrap: wrap;
    }
    .history-area .history-box .start-box{
        text-align: center;
    }
    .history-area .history-box .start-box .subtitle{
        font-size: 2.5em !important;
    }
    .history-area .history-box .start-box .font-TC{
        font-size: 1.4em !important;
    }
    .history-area .history-box .history-bg{
        top:45%;
        padding-right: 10px;
    }
    .history-area .history-box .arrow-box{
        width: 100%;
        margin-top: 30px;
        -ms-flex-direction: row;
        flex-direction: row;
        justify-content: center;
        padding-right: 0;
    }
    .history-area .history-box .arrow-box .arrowNext::before{
        -webkit-transform: translate(-50%, -50%) rotate(315deg);
        transform: translate(-50%, -50%) rotate(315deg);
    }
    .history-area .history-box .arrow-box .arrowPrev::before{
        -webkit-transform: translate(-50%, -50%) rotate(135deg);
        transform: translate(-50%, -50%) rotate(135deg);
    }
    .map_cover{
        width: 100%;
    }
    .loaction_pin{
        position: relative;
        width: 90vw;
        margin: -5rem auto 20px;
    }
    .brand-contain .w-20{
        width: calc(100% / 4);
    }
    .brand_square,.overview_cate{
        margin-bottom: 30px;
    }
    .history-area .history-box{
        padding-left: 0px;
    }
    .history-area .history-box .start-box{
        padding-right: 0;
    }
    .moving-text{
        animation: marquee 40s linear infinite
     }
     #google_translate_element select{
        padding: 4px 20px 3px 8px;
     }
     #google_translate_element:after{
        right: 5px;
     }
     .marquee_contain{
        padding-right: 30px;
     }
    html[lang="en"] #header .header-nav form.col-lg-4 {
        width: 40%;
        padding-right: 0rem; 
    }
    html[lang="en"] #header .header-nav-main nav > ul li a:before{
        width: 12px;
        height: 12px;
        right: 8px;
        top: 5px;
    }
    html[lang="en"] #header .header-row {
        align-items: center;
    }
    html[lang="en"] .moving-text{
        animation: marquee 80s linear infinite
    }

}


@media (max-width: 767px) {
    .history-area .history-box .history-bg {
        top: 48%;
    }
}


 /*iphone plus*/
@media (max-width: 430px) {
    .body.open_menu{
        overflow-y: hidden;
        max-height: 100vh;
    }
    #header .header-nav-main nav{
        margin: 20px 0 0 0 ;
     }
    .header-top > .container-xl > .header-row{
        flex-wrap: wrap;
    }
    #header .header-column.justify-content-start,#header .header-column.justify-content-end {
        max-width: 100%;
    }
    #header .header-column.justify-content-start > .header-row{
        width: 100%;
    }
    .marquee_contain {
        padding-right: 0px;
        width: 100%;
    }
    #header .header-body > .header-container > .header-row{
        flex-wrap: wrap;
    }
    #header .header-body > .header-container > .header-row > .header-column.order-2{
        max-width: 100%;
    }
    #header .header-logo{
        margin: 5px 0;
    }
    #header .header-body > .header-container > .header-row.order-2 > .header-nav.header-nav-line{
        padding: 5px 0;
    }
    .simple-search{
        max-width: 100%;
    }
    .simple-search input{
        min-height:50px;
    }
    #header .header-btn-collapse-nav {
        position: absolute;
        top: 15px;
    }
    #header .header-nav-main nav > ul{
        margin-bottom: 10px;
    }
    .page-header.page-header-modern.page-header-lg {
        padding: 50px 0 0px !important;
    }
    .page-header h1{line-height: 1.7;}
    .breadcrumb{
        margin-top: 30px;
        text-align: left !important;
    }
    .brand-contain .w-20{
        width: calc(100% / 2);
    }
    .company-box {
        padding: 1rem;
    }
    #step1 .badge{
        letter-spacing: 1px !important;
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .quick-link_area{
        padding: 10px;
        border: 1px solid #aacfb4;
        right: 1.5vw;
        bottom: 10px;
    }
    .top_area ol li{
        width: calc(100% / 1);
    }
    .brand-contain .col{
        flex: 0 0 50%;
        margin-bottom: 30px;
    }
    #sale .sale_itme a > div{
        display: flex;
    }
    .sale_itme{
        padding: 15px 15px;
        border-bottom: 1px dashed #ccc;
        margin: 20px 0;
    }
    .sale_itme img{
        width: 40%;
        margin-right:20px;
    }
    .sale_itme:before{
        content:none;
    }
    .news_list > .news_item > .news_right .title-1{
        -webkit-line-clamp: 2;
    }
    .news_list > .news_item > .news_right .title-2{
        -webkit-line-clamp: 1;
    }
    .top_area ol{
        display: block;
    }
    .map_cover{
        margin-top: -6rem;
    }
}


/*iphone: 7px*/
@media (max-width: 400px) {}



/*iphone 5*/
@media (max-width: 321px) {}


/*iPhone XR*/
@media only screen 
    and (device-width : 414px) 
    and (device-height : 896px) 
    and (-webkit-device-pixel-ratio : 2) { 



}

/*iPhone XS*/
@media only screen 
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3) { 

}

/*iPhone XS Max*/
@media only screen 
    and (device-width : 414px) 
    and (device-height : 896px) 
    and (-webkit-device-pixel-ratio : 3) { 


}
/*橫拿*/
@media screen and  (orientation:landscape) {}
/*縱拿*/
@media screen and (orientation:portrait) {}
/*設備寬高比*/
@media screen and (device-aspect-ratio: 16/9) {}

