
body,html{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
	font-family: Microsoft JhengHei;
	font-size: 15px;
	line-height: 1.6em;
	width: 100%;
	max-height: 100%;
    background: linear-gradient(to bottom,#00a0e9,#00a0e9,#172a88);
}

a {
    text-decoration: none;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium;
    text-decoration-color: -moz-use-text-color;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a:hover {
    text-decoration: none;
}

header {
    overflow: hidden;
    z-index: 8888;
    position: fixed;
    width: 100%;
    background-color: #ffffff;
    top: 0px;
    left: 0px;
    border-bottom: 1px solid #e7e7e7
}

header {
    padding: 0px !important;
}

nav.navbar.navbar-default {
    min-height: 60px;
    padding: 0;
}

header .navbar-brand {
    margin: 0 0 0 0 !important;
    padding: 5px 0 !important;
}

header .navbar-brand img {
    width: 210px;
    height: auto
}

#main {
    position: relative;
}

footer {
    background-color: #222222;
    color: #fff;
    padding: 1em 0;
    text-align: center;
}

.method-title {
    font-size: 2.2em;
    font-weight: bold;
}

.btnset {
    text-align: center;
    /* margin: 0 auto 50px; */
}

.btnset a {
    color: #f1c500;
    border: 3px solid #880f0f;
    background-color: #f1c500;
    box-shadow: 3px 5px #880f0f;
    border-radius: 30px;
    font-size: 1.8em;
    font-weight: bolder;
    padding: 0.2em 1em;
    display: inline-block;
}

.btnset a:hover {
   /* color: rgb(44, 40, 1);*/
	color: #FFF;
    border: 3px solid #D33657;
    background-color: #D33657;
}

.btnset.btn_new a { 
    background-color: transparent; 
    border: none; 
    } 
    
    .btnset.btn_new a:hover { 
    background-color: transparent; 
    border: none; 
    }


@media (max-width: 992px) {
    header .container {
        width:100%
    }

    header .container {
        min-height: 50px;
        padding: 0px !important
    }


    header .container .navbar-brand img {
        width: 100%;
        width: 200px;
        height: auto
    }

    header .container .navbar-header {
        width: auto !important
    }

}

@media (max-width: 767px) {

    footer span {
        display: block
    }
}



.btnset a {
    color: #dc0098;
    border: 3px solid #f5e66d;
    background-color: #feffff;
    box-shadow: 3px 5px #f1c150;
    line-height: 1.2;
}/*來去逛逛*/

.btnset a:hover {
    color: #F9ED9F;
    border: 3px solid #FACF6D;
    background-color: #df008c;
    box-shadow: 3px 5px #f1c150;
}/*來去逛逛滑鼠移入*/



/* 側邊導覽列start */
body{
    scroll-behavior: smooth;
}



/* go top start */
#gotop {
    position: relative;
    position:fixed;
    z-index:90;
    right:30px;
    bottom:31px;
    width:40px;
    height:40px;
    color:#fff;
    background:rgba(0,0,0,0.6);
    line-height:45px;
    border-radius:50%;
    transition:all 0.5s;
    text-align: center;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

#gotop a{
    display: block;
    color:#FFF;
    font-size: 30px;
    font-weight: bold;
    padding: 30px;
}

.arrowUp {
    width: 14px;
    height: 14px;
    transform: rotate(45deg) translate(2px , 2px);
    border: 1px solid #fff;
    border-bottom: 0;
    border-right: 0;
}
/* go top end */


.topBnAll {
    position: relative;
    overflow: hidden;
}

.arrowUp {
    width: 14px;
    height: 14px;
    transform: rotate(45deg) translate(2px , 2px);
    border: 1px solid #fff;
    border-bottom: 0;
    border-right: 0;
}

::selection {
    color: #3D67AF;
    background: #F3D95E;
  }

.pt-20{
    padding-top: 20px;
}


.topicBox{
    position: relative;
}

.animeItem {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.anime_upDown{
    animation: upDown 3s infinite linear;
}

@keyframes upDown{
    0%,100%{
        transform: translateY(0px);
    }
    50%{
        transform: translateY(10px);
    }
}


/* 輪播用 */
html, body {
    margin: 0;
    padding: 0;
  }

  * {
    box-sizing: border-box;
  }

  .slider {
      width: 100%;
      /* margin: 100px auto; */
  }

  .slick-slide {
    margin: 0px 20px;
  }

  .visualBox .slick-slide {
    margin: 0px;
  }

  .slick-slide img {
    width: 100%;
  }

  .slick-prev:before,
  .slick-next:before {
    color: black;
  }

  .regular,.pc2pppbox{
      background-color: #fff;
      padding-top: 25px;
      padding-bottom: 25px;
  }

  .productSetprice a{
    text-decoration: none;
    color: #000;
  }
  .productSetprice a h4{
    text-align: center;
    font-weight: bold;
    margin: 0;
    /* font-size: 18px; */
    font-size: 16.5px;
    word-break: break-all;
  }
  .productSetprice .priceBox {
    display: flex;
    justify-content: center;
    /* margin-top: 4px; */
    /* flex-direction: column; */
    align-items: center;
  }
  .productSetprice .priceBox .oriprice{
      text-decoration: line-through;
      padding-right: 10px;
      color: #999;
  }

  .productSetprice .priceBox .oriprice.text-white{
      color: #fff;
  }

  .productSetprice .priceBox .speprice{
    color: red;
    font-weight: bold;
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif;
    white-space: nowrap;
  }

  .productSetprice .priceBox .speprice .greytext{
      font-size: 14px;
  }
  .productSetprice .priceBox .greytext.average{
    font-size: 11px;
    color: red;
}

  .topCarbox{
    position: absolute;
    bottom: 0;
    right: 30px;
    width: 30%;
  }

  *:focus-visible {
        outline: none !important;
    }
    *:focus {
        outline: none !important;
    }

    .box {
        max-width: 245px;
        padding: 5px;
        height: 45px;
        padding-top: 5px;
        margin: 0 auto;
        margin-bottom: 5px;
    }
    .ellipsis {
        overflow:hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal;
        word-break: break-all;
    }
    .text-white{
        color: #fff;
    }

  /* 輪播用 end */

    /* swiper */
    * [class^="swiper-container"]{
        margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;padding-bottom: 20px;
    }
    .swiper-wrapper{
        z-index: 10;
    }


    /* swiper end */



  


    /* 側邊導覽列start */
body{
    scroll-behavior: smooth;
    overflow-x: hidden;
}
html{
    overflow-x: hidden;
}

.sidepanel  {
    /* width: 250px; */
    position: fixed;
    z-index: 20;
    height: auto;
    top: 100px;
    right: -200px;
    background-color: #000;
    /* border: 3px solid #ddd28d; */
    border-right: none;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    padding-bottom: 30px;
    border-radius: 30px 0 0 45px;
  }
  
  
  .sidepanel a {
    padding: 8px 8px 8px 20px;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    display: block;
    transition: 0.3s;
  }
  
  .sidepanel a:hover {
    color: #f1f1f1;
    background-color: #3D67AF;
  }
  .sidepanel a.closebtn{
      padding: 8px;
  }
  
  .sidepanel .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
  }
  
  .openbtn {
    font-size: 16px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 10px 15px;
    border: none;
    position: fixed;
    top: 100px;
    right: 0;
    z-index: 15;
    border: 1px solid rgba(255,255,255,.4);
  }
  
  .openbtn:hover {
    background-color:#444;
  }
/* 側邊導覽列end */

/* 手機選單 */
.dropbtn {
    background-color: #ddd;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .dropbtn:hover, .dropbtn:focus {
    background-color: #ccc;
  }
  
  .dropdown {
  /*   position: relative; */
    display: inline-block;
    right: -37px;
    top: 30px;
    transform: translate(-50%, -50%);
    z-index: 10000;
    position: fixed;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f1f1f1;
    min-width: 200px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }

  .dropdown-content a:nth-child(2n) {
    background-color: #fff;
}
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown a:hover {background-color: #ddd;}
  
  .show {display: block;}

  .hamline {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}
.hamline div {
    width: 40px;
    height: 4px;
    background-color: aliceblue;
    border-radius: 20px;
    margin-bottom: 4px;
    margin-top: 4px;
}


/* 手機選單 end */

  /* row修正 */
  .row{
      margin: 0;
  }

    * [class^="col-"]{
        padding-left: 0px;
        padding-right: 0px;
    }

    /* row修正 end */


    .aniview{
        opacity: 0;
    }

    section#kvTopBN {
        margin-top: 60px;
        background-image: url(../images/topbn_pc-bg.jpg);
        background-size: 1920px 100%;
        background-repeat: no-repeat;
        background-position: center;
    }

    
    footer p{
        margin: 0;
    }

    .methodBoxAll{
        padding-top: 20px;
        padding-bottom: 20px;
        font-weight: bold;
        /* text-shadow: 0 0 10px #FDF6B7, 0 0 10px #FDF6B7, 0 0 10px #FDF6B7, 0 0 10px #FDF6B7, 0 0 10px #FDF6B7, 0 0 10px #FDF6B7; */
    }
    
    
    .actallBox .swiper-container{
        padding-bottom: 30px;
    }
    
    
    h4.specialtitle {
        font-size: 30px;
        text-align: center;
        background-color: #ff6142;
        border-radius: 10px 10px 0 0;
        padding-top: 5px;
        /* padding-bottom: 5px; */
        color: #fff;
        font-family: arial;
        margin-bottom: 0;
    }
    .specialbox{
        background-color: #fff;
        border: 3px solid;
        padding: 5px 10px;
    }
    h4.specialtitle2{
        background-color: #008edf;
    }
    .specialboxsize{
        margin: 10px 5px;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
        bottom: 5px;
    }
    .swiper-container3{
        padding-bottom: 20px;
    }
    
    a:hover{
        color: #3e68c7;
        scroll-behavior: smooth;
    }

    .productSetprice .priceBox .oriprice.discountBox{
        background-color: red;
        color: #fff;
        text-decoration: none;
        padding: 2px 5px;
        border-radius: 4px;
    }


    /* ============================= 20211021 */

    section#method a {
        margin: 0 3px;
        color: #A81E22;
    }
    section#method a:hover {
        color: #fff;
        background-color: #A81E22;
        text-shadow: none;
    }

    .animepppBox {
        position: absolute;
        width: 100%;
        bottom: 0;
    }

    .animepppBox2{
        position: absolute;
        width: 43%;
        right: -6.5%;
        top: 50%;
        transform: translate(-50%,-50%);
    }

    .animepppBox5 {
        position: absolute;
        bottom: -14%;
        right: 8%;
        pointer-events: none;
        z-index: 10;
        width: 8%;
    }

    .animepppBox6 {
        position: absolute;
        width: 46%;
        top: 0;
        left: 0;
        pointer-events: none;
    }

    .topppBox {
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }

    main section{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    .topbgBox{
        background-size: auto;
        background-position:top center;
    }

    .bar{
        height: 15px;
        background-image: linear-gradient(to right, #2d0f2c,#9a632a, #ffe6a7,#9a632a,#2d0f2c);
    }
    
    .swiper-container2,.swiper-container1{
        padding: 5px;
        padding-bottom: 31px;
    }
    
    .imgzidex{
        position: relative;
        z-index: 20;
    }

    .milkani{
        animation-delay: calc(var(--i)* 0.08s);
    }

    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
        /* bottom: 0px; */
    }

    
    
    .swiper-container3{
        padding: 10px;
        padding-bottom: 32px;
    }

    .swiper-container3.swiper-container-horizontal>.swiper-pagination-bullets{
        bottom: 8px;
    }


    .ppadding{
        padding: 5px;
    }

    .topicbnBox a img,.richBox a img{
        padding: 3px;
    }

    .row.marginBox {
        margin-top: -12%;
    }

    .mmsize{
        padding: 3px;
    }

    .pe-none{
        pointer-events: none;
    }

    .bninnerBox{
        position: relative;
        padding: 15px;
    }
    .bninnerBox:after{
        position: absolute;
        display: block;
        width: 100%;
        height: 80%;
        content: "";
        bottom: 0;
        left: 0;
        z-index: -1;
        border: 9px ridge #ae0003;
        border-radius: 20px;
    }

    .swiper-container31{
        padding-bottom: 10px;
    }

    .productSetprice{
        background: #fff;
        padding: 5px;
        border-bottom: 4px solid #FACF6D;
        padding-bottom: 5px;
        box-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
    }

    h3.method-title{
        background: #df008c;
        color: #fff;
        padding: 5px 10px;
    }


    .airpppbox .swiper-container2 .swiper-wrapper{
        display: flex;
        align-items: stretch;
    }

    .airpppbox .box{
        height: 40px;
    }

    .airpppbox .swiper-slide{
        height: auto;
    }

    .airpppbox .productSetprice{
        height: 100%;
    }

    .swiper-button-next, .swiper-button-prev{
        background: rgba(255,255,255,1);
        border-radius: 50%;
        width: 25px;
        height: 25px;
        box-shadow: 0px 0px 3px rgb(0 0 0 / 30%);
    }

    .swiper-button-next:after, .swiper-button-prev:after{
        font-size: 10px;
    }

    .airpppbox .productSetprice a h4{
        word-break: normal;
    }

    .subtitlebox{
        background: linear-gradient(45deg, #df008c, transparent);
        color: #fff;
        padding: 10px 40px;
        margin: 5px;
        border-radius: 37px;
        font-size: 22px;
        border: 3px solid #f4e671;
        box-shadow: inset 0em 0em 0px 3px #320499, 5px 5px 5px rgb(0 0 0 / 60%);
        font-weight: 700;
    }

    .methodBoxAll h4{
        font-size: 1.3rem;
        padding-left: .5rem;
    }


    @media screen and (max-width: 1659px){
        
    }
    @media screen and (max-width: 1399px){
        
    @media screen and (max-width: 1199px){
        section.newitemBox{
            background-size: cover;
        }
        .productSetprice .priceBox{
            flex-direction: column;
        }
        .hotsoupBox .productSetprice .priceBox{
            flex-direction: row;
        }
        .productSetprice .priceBox .oriprice.discountBox{
            display: block;
            width: 100%;
            border-radius: 0;
            text-align: center;
        }
        
    }

    @media screen and (max-width: 991px){
        .productSetprice .priceBox{
            flex-direction: column;
        }
        .hotsoupBox .productSetprice .priceBox{
            flex-direction: row;
        }
        .productSetprice .priceBox .oriprice{
            font-size: 14px;
        }
        .productSetprice .priceBox .speprice{
            font-size: 22px;
        }
        .productSetprice a h4{
            font-size: 15px;
        }
    }




    @media screen and (max-width: 767px){
        .method-title{
            font-size: 1.6em;
        }
        .animepppBox{
            width: 100%;
            left: 50%;
            top: 0%;
        }
        .animepppBox.animepppBox2{
            width: 90%;
            left: 7%;
            top:50%;
            transform: translate(-4%,32%);
        }
        
        main section{
            padding-top: 10px;
            padding-bottom: 10px;
        }
        
        .productSetprice .priceBox{
            flex-direction: column;
        }
        .hotsoupBox .productSetprice .priceBox{
            flex-direction: row;
        }
        .productSetprice .priceBox .oriprice.discountBox{
            display: block;
            width: 100%;
            border-radius: 0;
            text-align: center;
        }
        .productSetprice .priceBox .oriprice{
            font-size: 14px;
            height: 20px;
        }
        .productSetprice .priceBox .speprice{
            font-size: 20px;
        }
        .productSetprice .priceBox .speprice .greytext{
            font-size: 12px;
        }
        .productSetprice .priceBox .greytext.average{
            font-size: 11px;
            color: red;
            height: 20px;
        }
        .mmsize{
            padding: 0px;
        }
        .mbsize{
            margin-bottom: 20px;
        }
        .animepppBox3 {
            position: absolute;
            width: 100%;
            bottom: 1%;
            left: 0%;
        }
        .box{
            height: 42px;
            margin-bottom: 0px;
        }

        .airpppbox .box{
            height: 40px;
        }
        .subtitlebox{
            font-size: 18px;
            padding: 5px 10px;
            display: block;
        }
    }

    @media screen and (max-width: 640px){

    }

    @media screen and (max-width: 480px){
        .bar{
            height: 10px;
        }

        .subtitlebox span{
            display: block;
        }
        .subtitlebox{
            font-size: 18px;
            padding: 5px 10px;
            display: block;
        }
    }

