@import url("reset.css");

.load{
    display:flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background-color: rgba(255,255,255,.7);
    z-index: 999999; 
   /* animation: sml 1s ease-in;animation-fill-mode: forwards;animation-delay: .3s;*/
}
.load:before,.load:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 200vw;
    height: 200vw;
    border-radius:0;
    z-index: -1;
    background-color: rgba(255,255,255,1);
    animation: sml .7s cubic-bezier(.92,-0.01,.43,.99);animation-fill-mode: forwards;/*animation-delay: .1s;*/
}
.load:after{ animation: sml .7s cubic-bezier(.92,-0.01,.43,.99);animation-fill-mode: forwards;animation-delay: .2s;background-color: rgb(228, 33, 68,.9);z-index: -2;}
.load svg{width: 150px;display: none;
/*animation: smalll 1s ease;animation-fill-mode: forwards;*/}

/*@keyframes smalll{
    0%{width: 120px;}
    100%{width: 150px;}
}*/
@keyframes sml{
    0%{width:200vw;height:200vw;}
    40%{border-radius:0 0 0 80%;}
    100%{width: 0%;height: 0;border-radius:0 0 0 100%;}
}







html{
    font-family:'Roboto','Noto Sans TC','Microsoft JhengHei','PMingLiU','Lato',sans-serif;
    letter-spacing: 0.2px;
    line-height: 1.6;
    font-size: 12px;
    font-weight: 400;
    color: #111;
}

article h1,.feature_text h1{font-size: 33px;margin:10px 0;}
h1,h2{font-weight: 400;line-height: 1.4;}
h2{font-size: 20px;margin:8px 0 6px;}

h3{
    font-size: 13px;
    font-weight: 400;
}

p, li{color: #555;font-weight: 400;}
a,button{font-size: 16px;color: #111;}
h4{font-size: 26px;font-weight: 500;line-height: 1.4;}
h5{font-size: 18px;color: #111;font-weight: 400;}
h6{font-size: 18px; color: #222;font-weight: 400;margin-top: 10px;}
p,input,textarea,th{font-size: 14px;font-weight: 400;color: #888;}
th{color: #aaa;}
li,td{font-size: 16px;}

a,button{ transition: all 0.2s ease-in-out;font-weight: 300;}
b{font-weight: 400;/*line-height: 2.5;*/}
hr{color: #eee;opacity: .3;}
label{color: #666;font-size: 16px;}
button{border-radius: 3px;cursor: pointer;}

/*小動畫----------------------------*/
/*@keyframes run{
    0%{transform: translateX(-200px);}
    100%{transform: translateX(0px);}
}*/




@keyframes FADE{
    0%{ opacity: 0; }
    100%{ opacity: 1;}
}
@keyframes Bounce{
    0%{ transform:scale(.65) translateX(0px);}
    50%{transform:scale(.65) translateX(20px);}
    60%{transform:scale(.65) translateX(0px);}
    90%{transform:scale(.65) translateX(5px);}
    100%{transform:scale(.65) translateX(0px);}
}
@keyframes Jellyy{
    0%{ transform: scale(.1);}
    10%{ transform: scale(.88);}
    30%{transform: scale(.8);}
    50%{transform: scale(.9);}
    100%{transform: scale(.88);}
}
/*@keyframes Jelly{
    0%{ transform: scale(1); }
    20%{transform: scale(1.15);}
    50%{transform: scale(.9);}
    70%{transform: scale(1.1);}
    100%{transform: scale(1);}
}*/
@keyframes Jelly{
    0%{ transform: scale(.8); }
    40%{transform: scale(1.15);}
    100%{transform: scale(1);}
}

@keyframes xxA{
    0%{ transform: rotate(0deg); }
    20%{transform: translateY(10px);}
    100%{ transform: rotate(45deg); transform-origin:3px 5px;}
}
@keyframes xxB{
    0%{ transform: rotate(0deg); }
    20%{transform: translateY(-10px);}
    100%{ transform: rotate(-45deg); transform-origin:4px -2px;}
}
/*小動畫fin----------------------------*/




.tag{    
 /*   margin: 5px 0;*/
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}
.tag a, .tag dd{
    font-size: 14px;
    display: inline-block;
    border-bottom: 1px solid #B3A792;
    margin: 0 8px 0 0;
    line-height: 1.2;
        color: #837b6e;
}
.tag a:hover{color: #B3A792;}
.tag a:first-child, .tag dd:first-child,.tag a.news_tag{
    border-bottom: none;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(179,167,145,0.9);
    padding: 1px 10px;
    border-radius: 10px 10px 10px 0;
  margin: 4px 5px 4px 0; 
}
.tag a:first-child:hover{background-color:rgba(179,167,145,1);}

html {
  height: 100%;
}
body {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
article {
  flex: 1;
}


.btn{
    display: block;
    text-align: center;
    padding: 7px 20px;
    margin: 10px auto;
}
.btn_1{
    background-color:rgba(255,255,255,0.18);padding: 12px 20px;
}
.btn_1:hover{
    background-color: rgba(255,255,255,0.3);
}
.btn_2{
    background-color: rgba(227,33,67,0.6);
}
.btn_2:hover{background-color: rgba(228,32,68,0.7);}
.btn_3{
    width: 300px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    
    margin: 0px auto 40px;
}
.btn_3:hover{background-color: #eee;}

.btn_4{
    background-color: rgba(255,255,255,0.27);
    border: 1px solid rgba(255,255,255,0.18);
    padding: 7px 20px;
    color: #fff;
    opacity: .8;
    margin: 40px 0;
}
.btn_4:hover{opacity: 1;}
.btn_5{
    border: #ddd 2px solid;
    margin: 5px;
    border-radius: 4px;
}
.btn_5:hover{border: #aaa 2px solid;}
.btnnow,.btnnow:hover{border: #222 2px solid;}

.btn_6{
    background-color: #000;
    color: #fff;
    width: 100%;
    padding: 10px 20px;
    border-radius: 3px;
    font-size: 16px;
    cursor: pointer;
}
.btn_6:hover{background-color: #e51a40;}

.btn_7{
    background-color:rgba(179,167,146,.8);
    color: #fff;
    margin: 5px;
    border-radius: 3px;
    cursor: pointer;
}
.btn_7:hover{background-color:#9c9079;}
.btn_8{background-color: #e42144;color: #fff;width: 180px;margin: 30px 0 0;padding: 10px 20px;}
.btn_8:hover{background-color: #ff375b;}

.btn_9{width:calc(100% - 20px); 
    border: 1px solid #BAAF9A;
    border-radius: 5px;
    color: #837B6E;
    max-width: 230px;
    padding: 5px;
}
.btn_9:hover{color: #BAAF9A;}

/*手機版的東東,先隱藏--------------*/
.hamburg,.submenu_nav,.submenu .f_submenu{display: none;}


/*icon--------------------------*/
i:before,i:after,span:before,span:after{content: '';display: block;}
.arrow{
    display: inline-block;
    width: 7px;
    height: 7px;
    border-bottom: 2px solid #111;
    border-right: 2px solid #111;
    transform: rotate(45deg);
    margin: 0 0px 4px 5px;
    transition: all 0.1s ease;
}
.jewery{
    display: inline-block;
    width: 20px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(https://i.imgur.com/Jl5tsJD.png);
    margin-bottom: -1px;
}
    
.search:before {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #111;
}
.search:after {
    width: 9px;
    height: 2px;
    background-color: #111;
    /*border: 1px solid #111;*/
    transform: rotate(45deg);
    width: 6px;
    margin: -1px 0px 0px 12px;
}
.searchNO:before{
    width: 19px;/*width: 16px;*/
    height: 2px;
    border-radius: 0;
    transform: rotate(-45deg);
    border:none;
    background-color: #111;
    margin: 10px 0;
}
.searchNO:after{
    width: 19px;/*width: 16px;*/
    /*border: 1px solid #111;*/
    transform: rotate(45deg);
    margin: -12px 0 0;
}



.member:before{
/*  width: 6px;
    height: 6px;    
    margin:1px 0 1px 4px;*/
    border-radius: 50%;
    border: 2px solid #111;
    width: 5px;
    height: 5px;
    margin: 0px 0 1px 4px;
}
.member:after{
/*  width: 14px;
    height: 6px;*/
    border-radius: 6px 6px 1px 1px;
    border: 2px solid #111;
    width: 13px;
    height: 5px;
}
.cart span,.cart q{font-size: 16px;}
.cart span{
    display: inline-block;
    width: 22px;
    height: 19px;
    line-height: 29px;
    text-align: center;
    background-color: #E42144;
    color: #fff;
    border-radius: 1px;
    margin-right: 4px;
    font-size: 14px;
}
.cart span:before{    
    content: '';
    display: block;
    width: 5px;
    height: 4px;
    border: 2px solid #E42144;
    margin:-5px 7px -7px;
    border-radius: 5px 5px 0 0;
}

/*icon--fin-----------------------*/


.AD{
    display: block;
    width: 100%;
    padding: 20px 70px;
    background-color: #f6f6f6;
    box-shadow: inset 0 0 13px #dedede;
}
.AD .slick{    
    max-width: 1430px;
    margin: 0 auto;
}
.AD .slick div{justify-content: center;}
.AD img{
    display: block; 
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;

}
.ADclose{
    width: 50px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 20px;
    background-color: rgba(255,255,255,0.66);
    border-radius: 0 0 50px 50px;
    box-shadow: 0 0 10px rgba(32,32,32,0.25);
    display: flex;
    flex-direction: column;
    align-items: center;
}
 .ADclose p{    font-size: 12px;
    color: #888;
    text-align: center;
    margin-top: 8px;} 
.ADclose .arrow{
    position: absolute;
    left: 16px;
    top: 4px;
    transform: rotate(225deg);
    opacity: .6;
}

header{
    position:-webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 99999;
    width: 100%;
/*  height:80px;*/
    background-color:#fff;
}
.header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*width: 100%;*/
    padding:0 50px 0 60px;
    /*position:-webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 99999;*/
    max-width: 1560px;
    margin: 0 auto;
}

.header h1 a{
    display: inline-block;
    background-image: url(../images/LOGO.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 190px;
    height: 48px;
    margin-bottom: 8px;
    color: transparent;
    text-indent: -9999px;  
}


/*menu活動牙齒------*/
.menu .event{position: relative;overflow: hidden; margin: 0 10px;}
.menu .event a{padding: 25px 0;color: #e42144;}
.event:after{
    content: '';
    position: absolute;
    bottom: -1px;
    left: -90%;
    width: 100%;
    height: 3px;
    display: block;
    background-color: #e42144;
    animation: slideline 3.5s cubic-bezier(.7,.01,.08,1.11);
    animation-iteration-count: infinite;
    }

@keyframes slideline{
    0%{left: -90%;}
    50%{left: 90%;}
    100%{left: -90%;}
}
/*menu活動牙齒 end------*/


ul.menu,ul.head_r{
    display: flex;
    align-items: center;
}
.menu li{margin: 0 1px;position: relative;}
.menu li a{padding: 25px 7px;font-size: 19px;font-weight: 400;}
/*.menu li a:hover{opacity: .8;}*/

.head_r > li{position: relative;}
.head_r li a{
    display: block;
    padding:15px 8px;
}
.head_r li i{
    display: block;
    width: 30px;
    height: 30px;
    padding: 5px;
}
.head_r li .name{
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #971B11;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    line-height: 30px;
}
.head_r li .cart{
    display: block;
    border: 1px solid #ddd;
    border-radius: 3px;
       padding: 7px 15px;
    margin: 2px 0;
    color: #E42144;
    transition: all ease-out .1s;
}
.head_r li .cart:hover{
     background-color: #f2f2f2;
    }   

.dropmenu,.dropmenu_b{
    padding: 10px 0;
    position: absolute;
    top: 50px;
    left: -20px;
    width: 180px;
    z-index: 999999;
}
.dropmenu_b{top: 66px;}
.dropmenu_b:before{
    content: '';
    display: block;
    position: absolute;
    top: -27px;
    left: 18px;
    width: 0;
    height: 0;
    margin: 20px 60px 0;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent #000 transparent;}
.dropmenu_b:after{
    content: '';
    display: block;
    position: absolute;
    top: -20px;
    left: 0px;
    width: 180px;
    height: 20px;
    background-color:rgba(255,255,255,0);
    }
.dropmenu{
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 0 10px rgba(30,30,30,0.06);
}
.dropmenu_b{
    background-color: #000;
    margin-left: -46px;
    padding:0 10px;
    border: 1px solid rgba(255,255,255,0.3);
}
#DROP_4{padding:10px 0;}
.dropmenu_b p{font-size:14px;color: #999;    
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1; 
}
.dropmenu_b h6{color: #eee;}
.header .dropmenu_b a{
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    padding: 8px 30px;
}
#DROP_5 a{padding: 8px 0;}
#DROP_4 a:hover{background-color:rgba(255,255,255,0.2);}
.menu .dropmenu a{ 
    display: block;
    padding: 6px 30px;
    font-size: 18px;
}
.dropmenu li,.dropmenu_b li{margin: 0;}
.dropmenu li:hover{
    background-color: #f9f9f9;
}


#MENU_6 .dropmenu_b{top: 75px;}
#DROP_6:before{left:70px;}

/*--搜尋區塊------------------------------------------------*/
.searchbar{
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*box-shadow: 0 3px 4px rgba(10, 10, 10, 0.09);*/
    box-shadow:0px 70px 70px rgba(0, 0, 0, 0.06), 
                0px 20px 20px rgba(0, 0, 0, 0.02);
    top: 75px;
    padding: 20px;
    display: none;
    position: absolute;
    width: 100%;
    background-color: #fff;
}
.searchbar div,.searchbar .keyword{
    width: 60%;
    max-width: 650px;
    margin:10px auto 30px;
}
.searchbar input{ 
    width: 100%;
    border-radius: 50px;
    padding:15px 65px 15px 25px;
}
.searchbar input:hover{background-color: #eee;}
.searchbar div{
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.searchbar input:focus{box-shadow: none;}

.searchbar button{
/*  position: absolute;
    right: 10px;
    top: -1px;*/

/*-webkit-filter: invert(1);
    background-color: #4d576d;
    position: absolute;
    border-radius: 2px 50px 50px 2px;
    padding: 14px 18px;
    right: 1px;
    top: 1px;*/

    -webkit-filter: invert(1);
    background-color: #4d576d;
   /* position:absolute;*/
    border-radius: 50px;
    padding: 11px 18px;
    margin:0 0 0 -62px;

}
.keyword{display: flex;flex-wrap: wrap;justify-content: center;}
.keyword a{
    font-size: 14px;
    display: block;
    padding: 3px 15px;
    background-color: #f5f5f5;
    border-radius: 15px;
    margin: 5px 2px;
}
.keyword a:hover{background-color: #ddd;}


.searchbar h6{text-align: center;margin-top: 30px;}


/*--左下按鈕------------------------------------------------*/
.social{
    display: flex;
    justify-content: center;
    padding: 30px 0 10px;
}
.social a{
    margin: 0 10px;
    width: 60px;
    height: 60px;
    background-color: transparent;
    border-radius: 50%;
}

.social i, .like i, .pen, .videos, .icon_check{
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 10px;
    -webkit-filter:grayscale(1)  brightness(20) ;
    -ms-filter:grayscale(1)  brightness(20) ;
    -moz-filter:grayscale(1)  brightness(20) ;
}
.social .jewery{
    background-image: url(https://i.imgur.com/Jl5tsJD.png);
    /* width: 30px; */
    background-size: contain;
    height: 30px;
    margin: 16px 14px;
}
    
.social a:hover i{
    -webkit-filter: none; 
    opacity: 1;
    animation:colorfade .3s ease; 
}
@keyframes colorfade{
    0%{ -webkit-filter:brightness(1) grayscale(1);opacity: .8;}
    100%{-webkit-filter:brightness(1) grayscale(0);opacity: 1;}
}


.fb{background-position:-107px 0;}
.ig{background-position:-155px 0;}
.line{background-position:-204px 0;}
.yt{background-position:-252px 0;}
.like i{
    width: 30px;
    height: 30px;
    margin: 4px;
    background-position: -226px 0;
}
.note .pen, .note .videos{
width: 20px;
    height: 20px;
    margin: -2px 5px;
    background-position: -173px 0;
    border-radius: 0;
    background-color: transparent;
    -webkit-filter: none;
}
.note .videos{background-position: -200px 0;margin: -3px 7px;}

.social_b{
    flex-direction: column;
    position: fixed;
    bottom: 0px;
    left: -15px;
  /*  z-index: -1;*/
   }
.social_b a{
    background-color: #000;
    transform: scale(.6);
    margin: -11px 10px;
    box-shadow: 1px 3px 12px rgba(15,15,15,0.2);
}
.social_b a:hover{background-color: #E42144;opacity: 1;}
.social_b a:hover i{-webkit-filter:grayscale(1) brightness(20);animation:none; }

.social_b span{    
    display: block;
    width: 25px;
    height: 23px;
    border: 2px solid #fff;
    border-radius: 1px;
    margin: 19px 18px;
}
.social_b span:before{
    width: 10px;
    height: 12px;
    margin: -8px 4px;
    border: 2px solid #fff;
    border-bottom: none;
    border-radius: 6px 6px 0 0;
}
.social_b a:first-child{background-color: #E42144;}

/*--腳------------------------------------------------*/
footer{background-color: #000;padding: 0 40px 10px;}
footer a{color: rgba(255,255,255,0.8);font-size: 16px;}
footer a:hover{color: #fff;}


.f_menu,.company,.company ul,.other{display: flex;}
.f_menu,.other{justify-content: center;}


.f_menu a{margin:8px;}
.other a{margin: 20px 5px 50px;}
.company{
    justify-content: space-between;
    max-width: 1480px;
    padding: 0 20px 5px;
    margin: 0 auto;
}
.company li,.company li a{
    color: #999;
    font-size: 14.5px;font-weight: 400;
}
.company a:hover{color: #ddd;}



/*限制行數---------------------*/
.list_text h2, .banner h2, .left_right h2,.rec_box h2,
.feature_text p,.tag h3,.promo_text p,.promo_text h5{
    display: -webkit-box;  
    overflow:hidden;
    text-overflow : ellipsis;   
    -webkit-box-orient: vertical;
}
.tag h3,.promo_text h5{-webkit-line-clamp: 1;}
.list_text h2, .banner h2,.rec_box h2{-webkit-line-clamp: 2;}
.left_right h2,.promo_text p{-webkit-line-clamp: 3;}
.feature_text p{-webkit-line-clamp: 4;}



/*返回頂部------------------*/
.gotop{
    display:none;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: rgba(0,0,0,0.7);
    border-radius: 3px;
    position: fixed;
    z-index: 99;
    right: 10px;
    bottom: 30px;
    box-shadow: 0 0 10px rgba(30,30,30,0.2);
    border: 1px solid rgba(255,255,255,0.3);
}
.gotop:hover{background-color: #e42144;}
.gotop .arrow{-webkit-filter: invert(1);transform: rotate(225deg);margin: 0;}



/*功能------------------------------------------------------*/
.ROTATE{
    transform: rotate(225deg);
    transition: all 0.1s ease;
    transform-origin:center 5px;
}
.CLOSE{display:none !important;}

.SHOW{display: flex;animation:FADE .5s forwards;}

.DESKTOP{display: block !important;}
.MOBILE{display: none !important;}

/*.header  menu隱藏==================================================================================================*/
@media screen and (max-width: 1335px) {

.header{padding: 0 30px;}
.header h1 a {width: 150px;height: 46px;margin-bottom: 0;}

    .header .menu,.head_r .search{display: none;}
    .head_r li a.searchbtn{padding: 0;}


    .hamburg{display:flex;width: 146px;}
    .hamburg i{display: inline-block;padding: 4px 0;}
    .hamburg i:before,.hamburg i:after{
        width: 14px;
        height: 2px;
        background-color: #111;
        margin: 5px 10px;
        transition: all cubic-bezier(.94,0,.33,1.24) .3s;
    }


.XX  i:before{
    /*animation: xxA .3s forwards;*/
    transform: rotate(45deg); transform-origin:3px 5px;
    transition: all cubic-bezier(.41,0,.09,1.05) .3s;
}
.XX  i:after{
    /*animation: xxB .3s forwards;*/
    transform: rotate(-45deg); transform-origin:4px -2px;
    transition: all cubic-bezier(.41,0,.09,1.05) .3s;/*cubic-bezier(.94,0,.33,1.24)*/
}


/*.header{position: relative;}*/
/*.submenu{position: absolute;top: 80px;}*/
/*手機menu-----------*/
    .submenu{
        top: 74px;
        position: absolute;
        overflow: auto;
        z-index: 900000;
        width: 100%;
        background-color: #fff;
        opacity: .8;
        height: calc(100vh - 59px);/*100%*/
        /* display: none; */
        overflow-y: scroll;
        /* box-shadow: 0 3px 4px rgba(10, 10, 10, 0.09); */
        /*transform: translateX(-100%);*/
        left: -100%;
        transition:cubic-bezier(0.86, 0, 0.07, 1) .5s all;
        /*cubic-bezier(.02,.78,.45,.94)*/
    /*    animation:run ease .5s; */
    }

.run{
   /* transform: translateX(0px);*/
    left: 0;
    top: 74px;
    opacity: 1;
    display: block;
    height:calc(100vh - 59px);/* 100vh*/
    background-color: #fff;
    transition:cubic-bezier(.07,.52,.1,.99) .5s all;
}


    .searchbar{
        display: flex;box-shadow: none;position: static;
    }
    .searchbar h6,.searchbar .keyword{display: none;}
    .searchbar div {
        width: 95%;
        margin: 20px auto ;
        max-width: 500px;}
/*  .searchbar button{background-color: transparent;}*/

    .submenu_nav{
        display: block;
        padding: 10px;
    }
    .submenu_nav > li > a{    
        font-size: 19px;
        font-weight: 400;
        padding: 3px 0;
        display: inline-block;
    }
    .submenu_nav > li > ul a{display: inline-block;padding: 3px 0;}
    .submenu_nav a:hover{color: #e42144;}
    .submenu_nav li{margin:0;text-align: center;position: relative;}

    .submenu_nav li b{padding:6px;cursor: pointer;margin-right: -24px;line-height: 1;}
.event:after{content: none;}
.event a{color: #e42144;}
    .sub_drop{
        padding: 10px;
    }
    .submenu_nav .sub_drop{display: none;}

    .submenu::-webkit-scrollbar{width: 5px;}
    .submenu::-webkit-scrollbar-thumb {background-color: #ddd;border-radius: 5px;border: 2px solid #fff;}
    .submenu::-webkit-scrollbar-track {background-color:transparent;margin: 0 5px;}
     

    .social_b{flex-direction: row;position: static;}
    .social_b a { margin: -8px;}
    .submenu .f_submenu{
        display: flex;
        justify-content:center;
        padding: 20px;
    }
    .f_submenu a{
        font-size: 14px;
        color: #999;
    }
    .submenu .epaper{transform: scale(.9);}
    .submenu .epaper input{
        background-color: #eee;
        border: none;
    }

}
/*平板==================================================================================================*/
@media screen and (max-width: 1150px){

    .company{flex-direction: column;justify-content: center;padding: 0 0px 5px;}
    .company ul{justify-content: center;}

}
@media screen and (max-width: 1040px) and (min-width: 768px){

    h2{font-size: 18px;}

}
/*手機===================================================================================================*/

@media screen and (max-width: 767px) {

    @keyframes Jellyy{
        0%{ transform: scale(.1);}
        10%{ transform: scale(.7);}
        30%{transform: scale(.6);}
        50%{transform: scale(.72);}
        100%{transform: scale(.7);}
    }

    .AD{padding: 10px 0;}

    article h1,.feature_text h1{font-size: 26px;/*margin: 10px 0;*/}
    h2{font-size:18px; margin: 9px 0 6px;}  
    h4 {font-size: 24px;}
    a, button {font-size: 16px;}
    p{font-size: 12px;}

    .btn{padding: 7px;
        margin: 10px auto 30px;
    }
    .btn_3{width: calc(100% - 30px);}
    .btn_5{padding: 5px 15px;margin: 5px;}


    .header{padding: 0 8px;}
    .cart q,.head_r .dropmenu_b{display: none;}

    .header h1 a {
        width: 115px;
        height: 35px;margin-bottom: 0;}
    .hamburg {width: 68px;}
    .hamburg i {padding:3px 0 3px 3px;}
    .hamburg i:before, .hamburg i:after {margin: 5px 5px;}

    .head_r{transform: scale(.8);}
    .head_r li .cart {
         border: none; 
        padding: 0px 0px;}

    .cart span {margin: 6px -10px 0 0;}
    .hamburg span{font-size: 12px; line-height: 24px;font-weight: 500;}
/*手機menu-----------*/
    section.submenu{top: 59px;/*display: none;*/}
    .searchbar div { margin: 0px auto 0;}
    .searchbar input{padding: 10px 40px 10px 20px;}
    .searchbar button {padding:6px 11px 9px;margin: 0 0 0 -47px;}
    .social_b a {transform: scale(.85);margin: -8px -2px;}
    
/*腳----------*/
    footer{padding: 0 10px 10px;}
    footer a{font-size: 15px;}

    .social {transform: scale(.8); padding: 10px 0 10px;}

    .f_menu,.other{flex-wrap: wrap;}
    .other{margin: 20px 0 30px;}
    .other a {
        margin: 6px 3px 0px;
        flex: 40%;
    }
    .company, .company ul{flex-direction: column;}
    .company ul li{text-align: center;}
    .company ul li:nth-child(even){display: none;}
    .company li, .company li a {font-size: 13.5px;}

    .gotop {
        width: 35px;
        height: 35px;
        right: 10px;
        bottom: 10px;
    }

/*行數*/
    .feature_text p{-webkit-line-clamp: 2;}



    .tag a:first-child,.news_tag{margin-bottom: 0;}
    h3,.tag a, .tag dd {font-size: 12px;}

    .keyword a {
        font-size: 13px;
        padding: 3px 13px;
        margin: 4px 2px;
    }

    .DESKTOP{display: none !important;}
    .MOBILE{display: block !important;}

}