.wrapper{
    margin: 0 auto; 
    width: 100%;
    height: 100%;
    padding-bottom:2em;   
    background:url(../images/double-ten_bg.jpg) repeat top;
}


/*==============================
            banner
==============================*/
.banner-layout{
    line-height: 0;
}

.banner_img_pc img {
    display: block;
    width: 100%
}

.banner_img_m img {
    display: none;
}   


/*動畫版*/
.firework.wow {
    position: absolute;
    top: 53px;
}



/*文案居中,單純背景使用*/
/*
.banner_pcBox {
   margin: 0 auto;
   padding: 0;
   position: relative;
   width: 100%;
   background-color: #be1f1e;
   background: url(../images/banner-bg.jpg) no-repeat center;
   background-size: cover;
   height: 400px;
}
*/

.w-title img, .w-rabbit img{
    margin: 0 auto;
    text-align: center;
    display: block;
}


.banner_pcBox .w-title, .banner_pcBox .w-rabbit {
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 15%;
    width: 100%;
}


.banner_pcBox .w-rabbit {
    top:60px; 
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

.animated1s {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated2s {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.delay05s{
    -webkit-animation-delay: 0.5s; 
    animation-delay: 0.5s;
}


/*動畫版end*/


 /*==============================
            menu
==============================*/

/*.navbar-default
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:active {
    background: none;
}
*/


/*主選單*/
ul.navBar {
    background: #2d267c; /* Old browsers */  
    text-align: center;
    /*box-shadow: 0px 5px 0px #be1f1e;*/
    position: relative;
    z-index: 1;

    /*-----------解决inline-block元素的空白间距-----------*/
    letter-spacing: -4px;/*根据不同字体字号或许需要做一定的调整*/ 
    word-spacing: -4px; 
    font-size: 0;
}

ul.navBar li {
    font-size: 16px;
    display: inline-block;

    /*-----------解决inline-block元素的空白间距-----------*/
    *display: inline;
    letter-spacing: normal; 
    word-spacing: normal;       
}

ul.navBar li a {
    display: inline-block;
    font-size: 1.7em;
    color: #fff;
    text-align: center;
    width: 100%;
    line-height: 60px;
    height: 60px;
    padding:0 1em;
    text-decoration: none;
    font-weight: bold;
}


ul.navBar li a:first-child {
    /*border-left: 1px solid #e15102;*/
}

a.choose1:hover, .index1 a.choose1,
a.choose2:hover, .index2 a.choose2,
a.choose3:hover, .index3 a.choose3,
a.choose4:hover, .index4 a.choose4,
a.choose5:hover, .index5 a.choose5,
a.choose6:hover, .index6 a.choose6,
a.choose6:hover, .index7 a.choose7,
a.choose6:hover, .index8 a.choose8{
    color: #2d267c;
    background: #fff04f;
}



/*次選單*/
.navigationArea {
  text-align: center;
  background: #e83939;
  padding: 5px 5px;
  position: relative; /*給.navigationActive用*/
  /*box-shadow: 0px 2px 3px rgba(0,0,0,0.3);*/
}

.navigationList {
  display: inline-block;
}

/*次選單-文字*/
.navigationList a {
    display: block;
    text-decoration: none;
    transition: 0.3s ease all;
    font-size: 1.3em;
    color: #fff;
    letter-spacing: 1px;
    padding: 6px 8px;
    font-weight: bold;
    text-shadow: 0.1em 0.1em 0.05em #be1f1e;
}

.navigationList a:hover {
    color: #fff04f; 
    /*background-color: #eee555;
    border-radius: 5px;*/
}

.navigationList.active a {
    color: #fff04f; 
    /*background-color: #eee555;
    border-radius: 5px;*/
}

.navigationActive {
  position: absolute;
  /*height: 4px;*/
  background: #fff;
  bottom: 0;
  transition: 0.3s ease all; /*動態滑動*/
}

/* nav 
.nav ul {
    background: #eee255;
    border-bottom: 3px solid #be1f1e;
    text-align: center;
    position: relative;
    z-index: 1;
    letter-spacing: -4px;
    word-spacing: -4px;
}

li.nav-item {
    font-size: 1.7em;
    display: inline-block;
    line-height: 60px;
    height: 60px;
    padding: 0 1em;
}
*/

/* 選單固定 */
.navFixed {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.navFixed .nav-tabs>li>a{
    box-shadow:none;   
}


/*==============================
            CMS模組
==============================*/

.content {
    display: block;
    margin-top: 2em; 
}

.title-box {
    /*display: flex;*/
    width: 100%;
}

.title {
    display: flex;
    position: relative;
    margin-top: 2em;
    margin: 0 auto;
}

.title h3 {
    margin: 0 auto;
    text-align: center;
    font-size: 2.2em;
    color: #fff;
    background-color: #ff674d;
    display: inline-block;
    padding: 10px 60px;
    border-radius: 50px;    
}


/*標左右icon*/
.title::before{
    content: "";
    background: url(../images/DBF-iconL.png) no-repeat;
    left: -3%;
    top: -25px;
    vertical-align: middle;
    zoom: 0.8;
    position: absolute;
    background-size: cover;
    width: 63px;
    height: 120px;
}

.title::after{
    content: "";
    background: url(../images/DBF-iconR.png) no-repeat;
    right: -3%;
    top: -25px;
    vertical-align: middle;
    zoom: 0.8;
    position: absolute;
    background-size: cover;
    width: 63px;
    height: 120px;
}


.intro-anchors {
  display: none;
}/*桌機隱藏*/

.carrier {
    font-family: Verdana, Geneva, sans-serif, "微軟正黑體";
    position: relative;
}

.carrier ul {
    border-top: 2px solid #e83939;
}


.carrier h4 {
    display: inline-block;
    clear: both;
    font-size: 1.8em;
    font-weight: bold;
    font-family: "微軟正黑體";
    color: #2d267c;
    text-shadow: 0.1em 0.1em 0.05em #fff;
    padding: 10px;
    border-left: 8px solid #e83939;
    /*
    background-color: #2b9355;
    border-radius: 5px 5px 0 0;
    */
}

/*
.carrier h4::before {
    border-top: 2px solid #2b9355;    
}

.carrier h4::after {
    border-top: 2px solid #2b9355;    
}
*/

.carrier ul {
    padding: 10px 0 20px 0;
    color: #434343;
}

.carrier li {
    overflow: hidden;
    min-height: 60px;
    line-height: 1.3em;
    padding: 12px 30px;
    background:rgba(256,256,256,1);
    /*border-bottom:3px solid #be1f1e;*/
    margin-bottom: 10px;
    /*border: 2px solid #2b9355;*/
    border-radius: 10px;
}

.carrier li:hover {

    /*
    box-shadow: 0px 3px 0px #be1f1e;
    border:1px solid #be1f1e;
    */

    background-color: #fff04f;
    color: yellow;
    cursor: pointer;

    /*
    -webkit-transition:all .2s ease-out; 
    -moz-transition:all .2s ease-out;
    -o-transition:all .2s ease-out;      
    transition:all .2s ease-out;
      
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(3px);
    */
}


.carrier li:hover strong{
        color: #e83939;  
}

.carrier li:hover a {
        color: #2d267c!important;  
}

.carrier li:hover em.price{
        color: #e83939;  
}

.carrier li a:link,
.carrier li a:visited {
    position: relative;
    text-decoration: none;
    font-size: 1.4em;
    font-family: "微軟正黑體";
    color: #2d267c;
    letter-spacing: 1px;
    line-height: 25px;
    display: block;
    font-family: Verdana, Geneva, sans-serif;
}

.carrier li a strong {
    font-weight: normal;
    display: block;
    font-weight: bolder;
    font-family: "微軟正黑體";
    color: #e83939;
    margin: 0px 0px 4px 0px;
    line-height: 26px;
}

/*滑鼠滑過商品主標字體顏色*/
.carrier li a:hover strong{
    color: #e83939;
}

.carrier li em.price {
    font-size: 0.9em;
    color: #ff674d;
    font-family: Verdana, Geneva, sans-serif, arial, "微軟正黑體";
    float: right;
    /*margin-top: -1.2em;*/
}



.carrier li em.price span {
    font-size: 1.8em;
    font-weight: bold;
}

.box-head{
    display: none !important;
}




/*==============================
            go top
==============================*/
.scrollup:link,
.scrollup:visited,
.scrollup:hover,
.scrollup:active,
.scrollup:focus{color: #FFF;cursor: pointer; }
.scrollup {
    position: fixed;
    bottom: 50px;
    right: 100px;
    z-index: 1010;
    display: none;
    /*
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.53);
    color: #FFF;
    background-color: #3dad6b;
    line-height: 40px;   
    */

    zoom: 0.6;   
}


.scrollup img {
    width: 100%;
    height: auto;
    /*
    -webkit-filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.7));
    filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.7))
    */
}


i.bi.bi-caret-up-fill {
    display: block;
    height: 13px;
    padding: 0;
    margin-top: -10px;
    position: relative;
}

