header{
    width: 100%;

    background-color: #000;
    padding-top: 8px;
    position: fixed;
    /* left: 0; */
    z-index: 9999;
}
.top{
    top: 0;
    right: 0;
}
header .search{
    display: none;
}
.header-box{
    width: 95%;
    max-width: 100%;
    display: block;
}

.header-box .index-logo{
    width: 300px;
    max-width: 100%;
    display:block;
    float: left;
    padding: 13px 0;
    /* margin-left: 250px; */
}
.search{
    width: 300px;
    max-width: 100%;
    display: block;
    right: 0;

    border-radius: 5px;

    position: absolute;
}

.search input{
    width: 100%;
    height: 40px;
    display: block;
    box-sizing: border-box;
    padding-left: 25px;
    font-size: 16px;
    font-family: "Microsoft JhengHei";
}

.search-icon{
    top: 5px;
    position: absolute;

    font-size: 18px;
    padding-left: 5px;

}
.search ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
.search ::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
.search :-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
.search :-moz-placeholder { /* Firefox 18- */
  color: #000;
}

.customer{
    display: block;
    float: right;
    padding: 14px 0;
}

.customer-list{
    font-size: 18px;
    display: inline-block;
    padding: 0 20px ;
    color: #FFF;
    letter-spacing: 2px;
}
.customer-member-in{
    font-size: 13px;
    letter-spacing: 2px;
    color: #FFF;
    display: inline-block;
}
.customer-member-in a{
    cursor: pointer;
    padding: 0 8px;
    color: #c8fef5;
    transition: all .3s linear;
}
.customer-member-in a:nth-child(1){
    padding-left: 20px;
}
.footer-box{
    margin-top: 50px;
    padding: 20px 0;
    box-sizing: border-box;
    width: 97%;
    display: block;
    margin:  0 auto;
    font-size: 0;
}
.footer-box2{
    width: 1200px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.footer-line{
    width: 140px;
    max-width: 100%;
    display: inline-block;
    padding-right: 20px;
    vertical-align: middle;
}
.footer-info{
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
    width: calc(100% - 160px);
}

.footer-info li{
    display: block;
    width: 100%;
    font-size: 14px;
    letter-spacing: 3px;
    font-weight: bold;
}
.footer-info li:nth-child(2){
    display: inline-block;
    width: 250px;
}
.footer-info li:nth-child(3){
    display: inline-block;
    width: calc(100% - 250px);
}
.rwd-header-box{
    display: none;
    width: 100%;
    font-size: 0;
    position: fixed;
    bottom: 0;
    background-color: #000;
    z-index: 9;
    padding: 10px 0;
}

.rwd-header-box li{
    display: inline-block;
}

.rwd-18-icon,
.rwd-shopping-car{
    display: none;
}
.customer-list span{
    display:none;
}

.mask{
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    top: 0;
    z-index: 9;
    background-color: rgba(0,0,0,0.4);
}

.mask.active{
    display: block;
}

.header-buycar{
    width: 180px;
    max-width: 100%;
    display: block;
    float: right;
    position: relative;
    font-size: 20px;
    color: #FFF;
    z-index: 99;
    text-align: center;

}
.header-buycar-p{
    display: inline-block;
    font-size: 16px;

}
.header-buycar-p span{
    color: #ff0d2f;
    padding:0 5px ;
}
.shopcar-box{
    transition: all .3s linear;
}
.header-buycar:hover .shopcar-box{
    transform: scale(1,1);

}

.header-buycar> .shopcar-total{
    color: #ff47bc;
}
.header-buycar> .shopcar-total span{
    color: #FFF;
}
.header-rwd-open{
    display: none;
}
.customer-member-in span{
    color: #ff47bc;
}
.header_cart_off{
    margin-top: 10px;
    font-size: 14px;

}
.header_cart_off span{
    font-size: 20px;
    color: #ff0d2f;
}

.rwd-checkout{
    width: 150px;
    max-width: 100%;
    background-color: #d60a0a;
    font-size: 18px;
    text-align: center;
    color: #FFF;
    position: fixed;
    bottom: 49px;
    right: 0;
    z-index: 99;
    letter-spacing: 3px;
    display: none;
    font-weight: bold;
    height: 38px;
    line-height: 38px;
}
.rwd-checkout:hover{
    color: #FFF;
}
.rwd-customer-icon #header-buycar-totalnum{
    position: absolute;
    bottom: 0;
    right: 0;
}

.rwd-customer-icon{
    display: inline-block;
    margin-right: 10px;
}

.fixed-news-link{
    width: 100%;
    height: 50px;
    border-top: 2px solid #FFF;
    text-align: center;
    /* background-color: #fb3c57; */
    color: #FFF;
    letter-spacing: 2px;
    font-size: 20px;
    line-height: 50px;
    font-weight: bold;
    cursor: pointer;
}
.main-left-museum{
    width: 100%;
    /* height: 50px; */
    /* border-top: 2px solid #FFF; */
    text-align: center;
    background-color:#c1000b;
    color: #fff;
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 50px;
    font-weight: bold;
}
.rwd-museum{
    display: none;
}