*,body{
    padding: 0;
    margin: 0;
    font-family: "微軟正黑體";
}


.row::after,.row::before{display: none;}
.container::after,.container::before{display: none;}
#search input::-webkit-input-placeholder { /* WebKit browsers */
color: #fff;
}
#search input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #fff;
}
#search input::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #fff;
}
#search input:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #fff;
}
a,a:link,a:visited,a:hover,a:active{  text-decoration:none; }
input,textarea,select,button{outline:none;  -webkit-border-radius: 0;  -moz-border-radius: 0; border-radius: 0;}
select::-ms-expand { display: none; }
h1,h2,h3,h4,h5,h6{  font-weight: 400;  }
select{display:block;}
option{display:block;}
.visible-xs{display:none;}
ul li{list-style:none;}
a{transition: all 0.5s ease 0s ;}
.form-control:focus,
.has-success .form-control:focus,
.has-warning .form-control:focus,
.has-error .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-group.open .dropdown-toggle{box-shadow:none;}
.headeryd .headright button{background:none;}
.headBox{
    position:relative;
    width: 100%;
	height:auto;
    background-size: cover;
    z-index: 999;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    box-shadow: 5px 5px 5px #fff;

   
}
.topbar{width: 100%;height: auto;background-color: #f6404f;padding: 0.1rem 0;color: #fff;}
.topbar .container{display: flex;justify-content: flex-end;align-items: center;}

.topbar .container .right ul{display: flex;align-items: center;margin-bottom: 0;}
.topbar .container .right ul li a{color: #fff;margin-left: 0.1rem;font-size: 0.16rem;}
.topbar .container .right ul li a:hover{color: #ccc;}
.topbar .container .right ul li:nth-child(1)::after{content: '';display:inline-block;height: 0.1rem;width: 1px;background-color: #fff;margin-left: 0.08rem;}
.topbar .container .facebook img{max-width: 100%;margin: 0 0.2rem;}

.headBox .toptop{position:relative;padding: 10px 15px;display: flex;justify-content: space-between;align-items: center;}
.headBox .toptop .logourl{display: flex;align-items: center;justify-content: space-between;}
.headBox .toptop .logourl form{width: 45%;}
.headBox .toptop .inn{background-color: #f2f2f2;}
.headBox .toptop .inn .form-control{background: none;padding-left: 0;}
.headBox .toptop .logourl .logo img{max-width: 100%;}
.input-group-addon{background:#4e9497;border:none;box-sizing: border-box; padding: 0 10px;border-radius: 0; color: #fff;}
.input-group-addon:first-child{width: 300px;padding: 0;border-radius: none;background: none;margin: 0}
.headBox .input-group{display: flex;}
.input-group-addon:last-child{box-sizing: border-box;border-color: #e7e7d9;width: 40px}
.headBox .toptop input{border: none;box-shadow: none;}
.headBox .toptop .headtop{width: 100%; display:flex;justify-content:space-between;align-items: center;position: relative;}
.headBox .toptop img{max-width: 100%;margin: 0 3px;}

.headBox .logo img{
  display: block;
  max-width:100%;


}
.headBox .topright{}
.headBox .topright .login{display: flex;align-items: center;background-color: #4e9497;padding: 5px 10px;justify-content: center;box-shadow: 3px 3px #30bcc9;width: 160px;}
.headBox .topright .login img{max-width: 100%;margin: 0; margin-right: 8px;}
.headBox .topright .login a{font-size: 16px;color: #fff;}
.headBox .topright .login a:nth-child(2)::after{content: '';display: inline-block;width: 1px;height: 12px;background-color: #797979;margin-left: 8px;margin-right: 8px;}
.headBox .topright img{max-width: 100%;display: block;margin: 0 auto;}
.searchform-fly-overlay, .menu-full-screen {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: #5d0019;
    text-align: center;
    transition: all ease-in-out .25s;
    z-index: 10000999;
}
.searchform-fly-overlay .btn-close-search {
    font-size: 40px;
    display: block;
    position: absolute;
    top: 20%;
    right: 20%;
    line-height: 40px;
    height: 40px;
    transition: all .3s;
    color: #fff;
}
.searchform-fly-overlay .searchform-fly {
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.searchform-fly-overlay p {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 70px;
}
.search-form {
    position: relative;
}
.searchform-fly-overlay .search-field {
    width: 800px;
    background-color: transparent;
    box-shadow: 0 3px 0 0 rgba(255,255,255, 1);
    border: 0 !important;
    text-align: center;
    font-size: 24px;
    padding: 20px;
    color: #fff;
    transition: all .3s ease-out;
    font-weight: 300;
    max-width: 95%;
    height: auto;
}
 #search input {
    border: 1px solid #e1e1e1;
    height: 40px;
    border-radius: 2px 0 0 2px;
    padding-left: 36px;
    border-right-width: none;
}
.search-form .search-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    display: block;
    right: 5px;
    border: none;
    color: #ffff;
    background: none;
    padding: 0;
	
}
.search-form .search-button i{background:none}
.open-search-form.searchform-fly-overlay, .open-menu-fullscreen.menu-full-screen {
    visibility: visible;
    opacity: 1;
}
 .headBox .header-account {
  display: flex;
  align-items: center;
  margin-right: 20px;


}
.headBox .row{display: flex;justify-content: space-between;align-items: center;}
.headBox .header-account .input-group{margin-left: 0px;cursor: pointer;}
.headBox .header-account .input-group span{display: block;font-size: 16px;}
.headBox .header-account #cart i{position:absolute;right:-10px;top:-10px;width:22px;height:22px;border-radius:50%;background:#4158a4;color:#fff;font-size:12px;text-align:center;line-height: 22px;}
 .headBox .header-account .input-group i{font-style:normal;}
.headBox .header-account > div {
  margin-left:5px;
  white-space: nowrap;
}

.headBox .header-account > div > span,
.headBox .header-account > div a > span {
  font-size: 18px;
  color: #322924;
}
.headBox .logo2{width: 45%;}
.headBox .cart{width: 24%;}

.fixednav{
    position: fixed;
    top: 0;
    background-color: #fff;
}

.menu-bg{
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: rgba(0,0,0,.4);
    display: none;
	top:0;
}
.menu-box{
    box-sizing:border-box;
    position: fixed;
    top: 0px;
    box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
    width: 100%;
    height: 100%;
    background: #fff;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    z-index: 100000000001;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    overflow-y: auto;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    top: 0;
    transform: translateX(100%);
	color:#fff;
    right: 0;
}
.menu-box .shop{display:flex;justify-content:space-between;margin-bottom:30px;align-items:center;}
.menu-box .shop p{display:flex;align-items:center;margin-bottom:0px;}
.menu-box .shop p img{margin-right:5px;}
.menu-box.open {
    transform: translateX(0);
}
.open .logo img{display:block;margin:100px auto;}
.open .close{display:block;position: absolute;top: 20px;right: 20px;}
.language-bg{
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: rgba(0,0,0,.4);
    display: none;
}
.language-box{
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 10001;
    display: none;
}
.nav>li>a{font-size:18px;padding: 15px 30px;}
.nav>li>a:hover{background:none;}

.btn-group .dropdown-menu, #top .list-inline li .dropdown-menu, #account-box .dropdown-menu {
    min-width: 100px;
    border-radius: 0 !important;
    padding: 0;
    top: 120%;
    border: none;
    left: 50%;
    color: #333;
    text-align: left;
    margin-left: -55px;
    box-shadow: 0 16px 48px 1px rgba(0, 0, 0, 0.3);
	text-align:center;padding:10px 0px;
}
.btn-group .dropdown-menu:before,.list-inline li .dropdown-menu:before, #account-box .dropdown-menu:before {
    content: '';
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -0.4375em;
    width: 0;
    height: 0;
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}
footer{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
   


    
}

footer .flogo{width: 30%;}
footer .link{width: 100%;height: auto;background-color: #eaeaea;padding: 10px 0;}
footer .link ul{width: 70%; display: flex;justify-content: flex-end;align-items: center;margin-bottom: 0}
footer .link ul li{width: 50%;text-align: right;}
footer .link ul li span{font-size: 16px;color: #373737;margin-right: 10px;}
footer .container{display: flex;justify-content: space-between;flex-wrap: wrap;align-items: center;}
footer .fnav ul{display: flex;margin-top: 20px;margin-bottom: 20px;}
footer .fnav ul li a{font-size: 18px;color: #373737;margin-right: 30px;}
.copy{width: 100%;height: auto;background-color: #f6404f; padding: 10px 0px;position: relative;}
.copy .container{display: flex;align-items: center;justify-content: space-between;}
.copy .container a{color: #fff;}
.copy p{margin-bottom: 0;color: #fff;font-size: 14px;}
.copy ul{display: flex;text-align: right;margin-bottom: 0;}
.copy ul li:nth-child(1)::after{content: '';display: inline-block;width: 1px;height: 10px;background-color: #fff;margin: 0 10px;}
.copy ul li:nth-child(2)::after{content: '';display: inline-block;width: 1px;height: 10px;background-color: #fff;margin: 0 10px;}
.copy ul li a{font-size: 14px;}

.headBoxFixed {
	background:#fff;
    position: fixed !important;
	padding-top:10px;
	top:0;
    
}
.headBox{position: absolute;top: 0;background-color: #fff;}
.sticky {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
    animation: sticky 1.2s;
    box-shadow: 0 5px 5px 0 rgb(0 0 0 / 4%);
    padding-top: 0px;
}
@-webkit-keyframes sticky{0%{top:-200px}100%{top:0}}
@keyframes sticky{0%{top:-200px}100%{top:0}}

.sticky .logo img {
    display: block;
    max-width: 20%;
}



main{margin-top: 180px;}



.menu-box.open {
    transform: translateX(0);
}
.open .logo img{display:block;margin:100px auto;}
.nav>li{position: relative;font-size: 18px;color: #000000;}
.nav .active{}
.nav .active a{color: #f6404f;}
.s-side{width:100%;margin-top: 60px;}
.s-side .fr{float:right;}
.s-side .s-firstItem i{font-size:20px}
.s-side .s-firstItem span{display:inline-block;font-size:24px;color:#999;font-size:16px;white-space:10px}
.s-side .first{box-sizing:border-box;background-color: #670a23;}
.s-side .first .d-firstNav{padding:10px 15px;}
.s-side .d-firstNav span{display:inline-block;font-size:20px;color:#fff;}
.s-side .d-firstNav i.fr{font-size:24px;float:right;color: #fff;}
.s-side .s-secondNav,.s-side .s-secondItem{padding:10px 30px;display:flex;align-items:center;justify-content:space-between;}
.s-secondNav:hover,.d-firstNav:hover{cursor:pointer}
.s-side .d-secondDrop li a{padding:5px 0px;display:block;}
.s-side a{color:#fff;}
.iconRotate{transform:rotate(180deg);transition:transform .5s}
.s-firstDrop,.s-secondDrop{display:none}
.s-firstDrop{background-color: #5d0019;}
.s-thirdItem{padding: 5px 50px 5px 50px;font-size: 18px;background-color: #890234;}
.d-secondNav{padding: 0 30px;}
.s-side .s-secondNav, .s-side .s-secondItem a{font-size:18px;color:#fff;}
.headBox .header-account > div > span, .headBox .header-account > div a > span{font-size: 20px}
#form-language a{padding: 3px 10px}

#nav .nav::after,#nav .nav::before{display: none;}
  #nav {display: flex;display: flex;flex-direction: row;justify-content: center;align-items: center;flex-wrap: wrap;}
  #nav .nav{display: flex;align-items: center;justify-content: space-between;width: 100%;}
.navmenu{display: flex;align-items: center;justify-content: flex-end;}
.navigation-up .navigation-v3{margin: 0 auto;width: 100%;}
.navigation-up .navigation-v3 .nav{margin: 0 auto;display: flex;justify-content: space-between;align-items: center;}
.navigation-up .navigation-v3 li {position: relative;margin: 0 0.2rem;}
.navigation-up .navigation-v3 li a{color: #333333;font-size: 18px;height: 55px;}
.navigation-up .navigation-v3 li a:hover{color: #30bcc9;}
.navigation-up .navigation-v3 li a i{margin-left: 5px;}
.navigation-up .navigation-v3 .nav-up-selected{background:#fff;color: #a2ca6a;}
.navigation-up .navigation-v3 .nav-up-selected-inpage{background:#fff;color: #a2ca6a;}
.navigation-up .navigation-v3 .nav-up-selected-inpage a{color: #a2ca6a;}
.navigation-up .navigation-v3 .nav-up-selected a{color: #a2ca6a;}
.navigation-up .navigation-v3 li a{padding:0 5px;color:#333;display:inline-block;font-size: 18px;display: flex;align-items: center;}

.navigation-v3 .nav li dl {
    display: none;
    position: absolute;
    width: 100%;
    left: 50%;
    padding-top: 0.35rem;
    margin-left: -50%;
    background-color: rgba(255,255,255,0);
    margin-top: 0;
}
.navigation-up .navigation-v3 li:nth-child(1) dl{width: 210%;margin-left: -100%;}
.navigation-up .navigation-v3 li:nth-child(2) dl{width: 160%;margin-left: -80%;}
.navigation-v3 .nav li dl dd a {
    width: 100%;
    font-size: 14px;
    color: #fff;
    height: 45px;
    line-height: 45px;
    background-color: #30bcc9;
    border-bottom: 1px solid #fff;
    text-align: center;
    display: block;
}
.navigation-v3 .nav li dl dd a:hover{
    background-color: #4e9497;
    color: #fff;
}
