html,
body {
    font-family: '微軟正黑體', Arial, Helvetica, sans-serif;
    background-color: #fff !important;
}

body {
    position: relative;
}

html {
    overflow-x: hidden;
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

@media (min-width: 1200px) {
    .wrp {
        width: 1200px;
        margin: 0 auto;
    }
}

.tmargin {
    margin-top: 30px;
}

.bmargin {
    margin-bottom: 30px;
}

.bgmargin {
    margin-bottom: 50px;
}

a {
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

/*-----------nav更改--------------*/
/* GOOGLE 翻譯 */
.goog-te-gadget-simple {
    background-color: rgba(255, 255, 255, 0) !important;
    border: none !important;
}

.goog-te-gadget-icon {
    display: none;
}

.goog-te-gadget-simple .goog-te-menu-value {
    color: #fff !important;
    font-size: 15px;
    font-family: '微軟正黑體', Arial, Helvetica, sans-serif !important;
}

.goog-te-menu-value span {
    border-left: rgba(255, 255, 255, 0) !important;
    color: #fff !important;
}

#bs-example-navbar-collapse-1 {
    float: right;
}

#google_translate_element {
    margin-top: 38px;
    opacity: 0.8;
}

.navbar {
    border-radius: 0px;
    margin-bottom: 0px;
    border: 0px solid transparent !important;
}

.btn-warning {
    background-color: #ff5600;
    border: 1px solid #ff5600;
}

.navbar-brand {
    height: auto;
    padding: 0px;
}

/*-修改-*/

.navbar-default {
    position: absolute !important;
    top: 0;
    width: 100%;
    height: auto;
    background: transparent;
    border-color: transparent;
    z-index: 3;
}

.navbar-default .navbar-nav > li > a:focus {
    color: #fff;
}

.carousel {
    position: relative !important;
}

.carousel-indicators {
    display: none;
}

#header {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 33%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 33%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 33%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
}

.navbar-nav {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

@media (max-width: 1110px) {
    .navbar-nav {
        background-color: rgba(0, 0, 0, 0.9);
        z-index: 99999;
    }

    .navbar-fixed-top .navbar-collapse {
        max-height: 800px;
    }

    .navbar-default .navbar-collapse {
        border-color: #000;
    }

    .navbar-header {
        height: 70px;
        background-color: #143a4f;
    }

    .navbar-brand img {
        width: 230px;
        height: auto;
    }

    .navbar {
        position: relative !important;
    }

    .slider-wrapper {
        margin-top: -20px;
    }

    #site-logo {
        margin-left: 20px !important;
    }

    .navbar-brand {
        height: 61px;
    }

    .navbar-toggle {
        padding: 18px 10px;
    }

    .navbar-collapse {
        margin-top: 0px;
    }

    .navbar-default .nav {
        margin-right: 0px;
    }
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 16px;
    height: 85px;
    line-height: 85px;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent;
}

.navbar-default .navbox1 {
    margin-top: 5px;
    margin-right: 15px;
}

.navbar-default .navbox1 > li > a {
    font-size: 13px;
    color: #46832c;
    padding: 15px 7px;
}

.navbar-default .navbox1 > li > a::before {
    content: '| ';
}

.navbar-default .navbox1 > li:nth-child(1) > a::before {
    content: ' ';
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 8px 15px;
}

.toplink {
    display: block;
    position: absolute;
    top: 15px;
    right: 0;
    float: right;
}

.nav > li.searchbox {
    display: none !important;
}

@media (max-width: 1109px) {
    .navbar-brand {
        margin-left: 20px;
        margin-right: 0px;
    }

    .toplink {
        display: none;
    }

    .nav > li.searchbox {
        display: block !important;
    }

    .navbar-default .navbar-nav > li > a {
        color: #fff;
        font-size: 16px;
        height: 50px;
        line-height: 50px;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -ms-transition: all 0.4s;
        transition: all 0.4s;
        border-bottom: 1px solid #108396;
    }

    .nav > li > a {
        padding: 0px 20px !important;
    }

    .navbar-collapse {
        padding-right: 0px !important;
    }

    #carousel-id .fa-chevron-left,
    #carousel-id .fa-chevron-right {
        font-size: 30px !important;
    }
}

@media (max-width: 1220px) {
    .navbar-brand {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media (max-width: 1250px) {
    .navbar-brand {
        margin-left: 20px;
    }
}

@media (max-width: 400px) {
    .navbar-brand {
        margin-right: 0px;
    }
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #e9e9e9;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #333;
        background-color: #e7e7e7;
    }
}

.dropdown-menu {
    background-color: rgba(255, 255, 255, 0.96) !important;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 0;
    border-radius: 0;
    /*top: 122%;*/
}

.dropdown-menu > li > a {
    padding: 10px 20px;
    o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.dropdown-menu > li > a:hover {
    background-color: #143a4f;
    color: #fff;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #143a4f;
}

@media (max-width: 1110px) {
    .dropdown-menu > li > a {
        color: #fff;
    }

    .dropdown-menu {
        background-color: rgba(0, 0, 0, 0.96) !important;
    }

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:focus,
    .navbar-default .navbar-nav > .open > a:hover {
        color: #fff;
        background-color: #000;
    }
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: auto;
    }
}

/*-----------topbanner更改--------------*/
#carousel-id .item img {
    width: 100%;
    height: auto;
}

#carousel-id .fa-chevron-left,
#carousel-id .fa-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    font-size: 40px;
}

.carousel-control {
    opacity: 1;
}

.carousel-inner {
    position: relative;
}

.carousel-inner h2 {
    position: absolute;
    top: 48%;
    color: #fff;
    font-size: 2.5em;
    width: 70%;
    text-align: left;
    left: 15%;
    line-height: 1.5;
    text-shadow: rgb(102 102 102) -1px 1px 9px;
}

@media (max-width: 870px) {
    .carousel-inner h2 {
        font-size: 1.3em;
        top: 40%;
    }
}

@media (max-width: 500px) {
    #carousel-id .item img {
        width: 100%;
        height: 250px;
    }

    .carousel-inner h2 {
        width: 75%;
        font-size: 1.2em;
        top: 45%;
    }
}

/*-----------內頁--------------*/
.ctop {
    width: 100%;
    height: auto;
}

/*------------------top-----------------*/

#gotop {
    display: none;
    position: fixed;
    right: 35px;
    /*45*/
    bottom: 60px;
    /*40*/
    padding: 5px !important;
    font-size: 20px;
    color: white;
    cursor: pointer;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

#gotop:hover {
    background: rgb(148, 148, 148) !important;
}

#gotop span {
    display: block;
    width: 45px !important;
    text-align: center;
    height: 45px;
    padding-top: 11px;
}

#gotop span:hover {
    opacity: 0.8;
}

.label {
    font-size: 16px;
    line-height: 2;
    background-color: #fff;
    color: #b69715;
    padding: 0;
}

/*-------------廣告ad----------------*/
.ad {
    margin: 45px auto;
}

.ad img {
    width: 100%;
    height: auto;
}

@media (max-width: 767px) {
    .ad {
        margin: 30px auto;
    }

    .ad img {
        width: 100%;
        height: auto;
        /*margin-bottom: 15px;*/
    }

    .carousel-indicators {
        bottom: -5px;
    }
}

/*-------------動態----------------*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

/*--------------客服信箱----------------*/
.box3 {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    /*border-bottom:1px solid #CCC;*/
}

.page-title {
    text-align: center;
}

#main-container {
    margin-top: 50px;
}

.box3 .btn-success {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.box3 .btn-success:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
    opacity: 0.8;
}

.clogo {
    margin-top: 70px;
}

.panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*--------------product item----------------*/
.productitem .col-md-2 {
    width: 20%;
}

@media (max-width: 991px) {
    .productitem .col-sm-6 {
        width: 50%;
    }
}

@media (max-width: 786px) {
    .productitem .col-xs-12 {
        width: 100%;
    }
}

.productitem .pic01 {
    overflow: hidden;
    position: relative;
    webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
    margin-bottom: 30px;
}

.productitem .pic02 {
    position: absolute;
    width: 100%;
    height: auto;
    top: -100%;
    transition: 0.5s;
}

.productitem .pic01 .pic02 {
    top: auto;
    bottom: -101%;
    padding-right: 30px;
}

.productitem .pic01:hover .pic02 {
    bottom: 0;
    cursor: pointer;
}

.productitem .pic01:hover .pic01-1 {
    overflow: hidden;
    bottom: 0;
}

.line {
    border: 1px solid #eeeeee;
}

.product1 .breadcrumb li:nth-child(2) {
    margin-top: 70px !important;
}

.bad {
    min-height: 280px;
    padding-top: 50px;
    margin-top: 100px;
    background-color: #f5f5f5;
}

.bad img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.qualityp {
    width: 23%;
    text-align: center;
    font-size: 15px;
    line-height: 26px;
    margin: 30px auto;
}

.qu {
    width: 100%;
    height: 155px;
    overflow: hidden;
}

.qupic01 {
    background: url(../images/qupic01.png) center center no-repeat;
}

.qupic02 {
    background: url(../images/qupic02.png) center center no-repeat;
}

.qupic03 {
    background: url(../images/qupic03.png) center center no-repeat;
}

.thumbnail {
    padding: 0px;
    border-radius: 0px;
    border: 0px;
    background-color: #f6f6f6;
}

.quality h3 {
    margin: 20px 20px 0 20px;
    padding-bottom: 6px;
    font-size: 21px;
    color: #bca02a;
    font-family: Arial, Helvetica, sans-serif;
    border-bottom: 1px solid #fff;
}

.quality p {
    padding: 10px 20px 20px 20px;
    height: 90px;
    overflow: hidden;
}

.quality {
    margin-bottom: 20px;
}

@media (max-width: 1180px) {
    .qualityp {
        width: 50%;
    }

    .quality p {
        padding: 10px 20px 20px 0px;
    }
}

@media (max-width: 767px) {
    .thumbnail {
        overflow: hidden;
    }

    .qu {
        width: 180px;
        height: 220px;
        background-size: cover;
        float: left;
        margin-right: 20px;
    }

    .qualityp {
        width: 60%;
    }
}

@media (max-width: 400px) {
    .qu {
        width: 130px;
        height: 196px;
        margin-right: 10px;
        float: left;
        margin-right: 20px;
    }

    .qualityp {
        width: 85%;
    }
}

/*--------------文字內容----------------*/
.writing {
    margin: 0 auto;
    width: 800px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}

.writing1 {
    margin: 0 auto;
    width: 800px;
    font-size: 15px;
    line-height: 30px;
    text-align: left;
}

.mv_ttl {
    font-size: 20px;
    color: #000;
    margin: 0px;
}

.mv_txt {
    font-size: 14px;
    color: #555;
    margin: 0px 0px 50px 0px;
}

.cm {
    margin: 0 auto;
    width: 1200px;
}

@media (max-width: 1200px) {
    .writing {
        width: 100%;
        padding: 0 20px;
    }

    .writing iframe {
        width: 100%;
        height: 350px;
    }
}

/*--------------文字內容 end----------------*/
@media (max-width: 480px) {
    .product1 > .row {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .product1 > .row > .row {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .li-item {
        margin: 0 auto;
    }
}

@media (max-width: 801px) {
    .writing1 {
        width: 90%;
    }
}

/*-搜尋-*/
.top-search {
    background-color: #333;
    display: none;
}

.top-search .input-group-addon {
    background-color: transparent;
    border: none;
    color: #fff;
    padding-left: 0;
    padding-right: 0;
}

.search-btn {
    background: transparent;
    border: none;
}

.top-search input.form-control {
    background-color: transparent;
    border: none;
    -moz-box-shadow: 0px 0px 0px;
    -webkit-box-shadow: 0px 0px 0px;
    -o-box-shadow: 0px 0px 0px;
    box-shadow: 0px 0px 0px;
    color: #fff;
    height: 40px;
    padding: 0 15px;
}

.navbar-form {
    width: auto;
    border: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.close-search {
    cursor: pointer;
}

.nav .open > a:focus {
    background-color: rgba(255, 255, 255, 0.2);
}

.nav .open > a {
    /*background-color: rgba(255,255,255,0.2);*/
    background-color: rgba(255, 153, 51, 1);
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

/*end*/
/*------------產品頁-------------*/
.popular_products h4,
.prd_info {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.category_parent_link {
    display: none;
}

.caption1 {
    position: relative;
    z-index: 333;
    margin-top: 50px;
}

.caption1 .caption h3 {
    display: block;
    height: 50px;
    line-height: 50px;

    width: 100%;
    background-color: #fff;
    opacity: 0.7;
    position: absolute;
    top: 100px;
    right: 0px;
    z-index: 334;
}

.container div:nth-child(2).row table {
    display: none;
}

.productbanner {
    position: relative;
    z-index: 2;
    margin-top: 0px;
}

.productbanner1 {
    position: relative;
    z-index: 2;
    margin-top: 0px;
}

.productbanner img,
.productbanner1 img {
    width: 100%;
    height: auto;
}

.productbanner {
    background: url(/hipershop/RWD1824/store/F1/ctopbanner1.jpg) no-repeat;
    background-size: cover;
    height: 368px;
}

.productbanner2 {
    background: url(/hipershop/rwd824/store/F1/ctopbanner1.jpg) no-repeat;
}

.productbanner3 {
    background: url(/hipershop/rwd824/store/F1/ctopbanner1.jpg) no-repeat;
}

.productbanner4 {
    background: url(/hipershop/rwd824/store/F1/ctopbanner1.jpg) no-repeat;
}

.productbanner5 {
    background: url(/hipershop/rwd824/store/F1/ctopbanner1.jpg) no-repeat;
}

.productbanner6 {
    background: url(/hipershop/rwd824/store/F1/ctopbanner1.jpg) no-repeat;
}

.productbanner7 {
    background: url(/hipershop/rwd1824/store/F1/ctopbanner1.jpg) no-repeat;
}

.productbanner8 {
    background: url(/hipershop/rwd1824/store/F1/ctopbanner1.jpg) no-repeat;
}

@media (max-width: 920px) {
    .productbanner {
        background-size: contain !important;
        height: 200px !important;
    }
}

@media (max-width: 650px) {
    .productbanner {
        height: 150px !important;
    }
}

@media (max-width: 500px) {
    .productbanner {
        height: 120px !important;
    }
}

@media (max-width: 420px) {
    .productbanner {
        height: 100px !important;
    }
}

.productbanner .topbg,
.productbanner1 .topbg {
    margin-bottom: 0px !important;
}

.product table:nth-child(1) {
    display: none;
}

.productlise_bg .container div:nth-child(2).row table {
    display: block;
}

/*------------產品頁 end-------------*/

/*------------產品內頁 -------------*
/* product */
.input-qty {
    float: left;
    margin-right: 5px;
    width: 110px;
}

.btn-gray {
    background-color: #eeeeee;
}

#myTab {
    padding-left: 20px;
}

.normal-price-s {
    color: #108396 !important;
}

.glyphicon-home,
.glyphicon-shopping-cart {
    display: none;
}

.alltext h4 {
    color: #108396 !important;
}

.nav_cate_current {
    padding-left: 15px;

    background-color: #108396;
    color: #fff;
    line-height: 40px;
    border-radius: 3px;
}

.nav_cate_item {
    border-bottom: 1px solid #dedede;
}

.nav_cate_item a {
    color: #000;
}

.product {
    margin-top: 30px;
    min-height: 300px;
    font-size: 16px;
    line-height: 2;
    text-align: justify;
}

.product h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #337ab7;
    font-weight: 600;
}

.breadcrumb {
    background-color: transparent !important;
    margin-bottom: 0px !important;
}

.alltext {
    font-size: 15px;
    line-height: 30px;
}

.productline .alltext img {
    width: 100%;
    height: auto;
}

#zoom_01 {
    width: 100%;
    margin-bottom: 20px;
}

/*------------產品內頁 end-------------*/
.navbar {
    z-index: 999;
    position: absolute;
    width: 100%;
    height: auto;
    border: 0;
    border-radius: 0px;
    top: 0;
    left: 0;
}

.navbar-brand {
    padding: 0;
}

@media (min-width: 768px) {
    /*.navbar-nav>li>a {
	line-height: 74px;
}*/
}

@media (max-width: 767px) {
    .navbar {
        position: relative;
    }

    .slider-wrapper {
        margin-top: -20px;
    }

    #zoom_01 {
        left: -50px !important;
    }
}

.theme-default .nivoSlider {
    box-shadow: 0 !important;
}

.topbg {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    margin-bottom: 65px;
    z-index: 20;
}

.theme-default {
    position: relative;
}

.img-circle {
    width: 100%;
    height: auto;
}

#site-logo {
    padding-left: 10px;
}

.rowbox1 {
    margin-bottom: 30px;
}

.mask {
    display: none;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 100%;
    height: auto;
}

/*首頁系列商品*/
.bold {
    font-weight: bold;
    font-size: 16px;
    color: rgb(37, 42, 47);
}

.font14 {
    line-height: 2;
    margin: 2% 0 2% 0 !important;
    /*margin:70px 0 60px 0 !important;*/
}

.btitle {
    width: 140px;
    margin: 20px auto;
    padding-bottom: 6px;
    font-size: 26px;
    border-bottom: 2px solid #2b2c2c;
}

.productlise img {
    transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}

.productlise img:hover {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.productlise div a {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}

.writebg {
    position: absolute;
    width: 100%;
    height: 21px;
    background-color: #fefbf6;
    margin-top: -3px;
    z-index: 12;
}

/*-----------------流程--------------------*/
.process-top {
    width: 100%;
    overflow: hidden;
    margin: 80px auto;
}

.process-menu {
    float: left;
    margin-bottom: 20px;
}

.process {
    display: block;
    color: #1a1a1a;
    text-decoration: none;
    position: relative;
    z-index: 10;
    border: 1px solid #cdcece;
}

.process-data {
    text-align: center;
    opacity: 0;
    color: #1a1a1a;
    position: absolute;
    z-index: 15;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.item_num {
    font-size: 16px;
    font-style: italic;
    color: #a9a9a9;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -4em;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.item_name {
    font-size: 32px;
    font-family: '微軟正黑體';
    color: #1a1a1a;
    position: absolute;
    width: 100%;
    left: 0;
    top: 40%;
    margin-top: -0.5em;
    letter-spacing: 0.1em;
}

.item_text {
    font-size: 21px;
    position: absolute;
    left: 10%;
    right: 10%;
    top: 50%;
    margin-top: 70px;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
}

.item_bg {
    position: relative;
    z-index: 11;
}

.process:hover .item_bg {
    opacity: 0.2;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.process:hover .process-data {
    opacity: 1;
}

.process:hover .item_num {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.process:hover .item_text {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.item_bg {
    width: 100%;
    height: auto;
}

@media (max-width: 1000px) {
    .item_num {
        font-size: 13px;
    }

    .item_text {
        font-size: 18px;
        margin-top: 60px;
    }
}

@media (max-width: 720px) {
    .item_num {
        font-size: 10px;
    }

    .item_text {
        font-size: 13px;
        margin-top: 40px;
    }
}

/*-----------------流程 end--------------------*/

/*-----------------產品圖片hover--------------------*/

.pro_0 {
    overflow: hidden;
}

.wihtebg {
    z-index: 50000;
    position: relative;
    width: 100%;
    height: 20px;
    margin-top: -16px;
    background-color: #fff;
}

.grid {
    position: relative;
    padding: 15px;
    list-style: none;
    text-align: center;
    overflow: hidden;
}

/* Common style */
.grid figure {
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    overflow: hidden;
    /*margin: 10px 1%;*/

    background: #3085a3;
    text-align: center;
    cursor: pointer;
    margin-bottom: 20px;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure .h3 {
    font-size: 1.8em;
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid figure .h3 span {
    font-weight: 800;
}

.grid figure .h3,
.grid figure h5 {
    margin: 0;
}

.grid figure h5 {
    color: #fff;
    letter-spacing: 1px;
    font-size: 100%;
}

.h31 {
    position: absolute;
    font-size: 1.8em;
    z-index: 9999;
    color: #fff;
    text-align: center;
    width: calc(100% - 30px);
    top: 45%;
}

.grid:hover div.h31 {
    display: none;
}

/*---------------*/
/***** Bubba *****/
/*---------------*/

figure.effect-bubba {
    background: #000;
}

figure.effect-bubba img {
    opacity: 1;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    max-width: none;
    height: auto;
    -webkit-transition: -webkit-transform 1s;
    transition: transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-bubba:hover img {
    opacity: 0.4;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

figure.effect-bubba figcaption::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

figure.effect-bubba .h3 {
    padding-top: 35%;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}

figure.effect-bubba h5 {
    padding: 20px 2.5em;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-bubba:hover .h3,
figure.effect-bubba:hover h5 {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*-----------footer-----------*/
footer .footerinfo {
    border-top: 1px solid #313131;
    margin-top: 60px;
    min-height: 170px;
    padding: 25px 0;
}

footer .footerinfo a {
    color: #000;
}

footer .footerinfo a:hover {
    color: #108396;
}

.footerinfo .flogo {
    padding: 0px 30px 0px 20px;
    text-align: right;
    border-right: 2px solid #313131;
}

.footerinfo p {
    font-size: 17px;
}

@media (max-width: 420px) {
    .footerinfo p {
        font-size: 15px;
    }
}

.footerinfo p b {
    font-weight: 900;
}

.paddingleft-100 {
    padding-left: 100px;
}

.ficon {
    padding-bottom: 18px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem 1.2rem;
}
@media (max-width: 1200px) {
    .ficon {
        padding-bottom: 5px;
    }
}
.ficon a img {
    width: 31px;
    height: 31px;
}

footer i {
    margin-right: 10px;
    font-size: 25px;
    width: 26px;
}

.copyright1 {
    clear: both;
    width: 100%;
    color: #fff;
    height: 58px;
    line-height: 58px;
    text-align: center;
    background-color: #333233;
}

@media (max-width: 1199px) {
    .footerinfo {
        text-align: center;
    }

    .footerinfo .flogo {
        text-align: center;
        margin-bottom: 20px;
        padding: 0px;
        border-right: 2px solid #313131;
        border-right: 0;
    }

    .footerinfo .flogo img {
        width: 20%;
        height: auto;
    }

    .fword {
        margin-top: 0px;
    }

    .ficon i {
        padding: 10px 5px 0 5px;
        float: none;
    }

    .paddingleft-100 {
        padding-left: 0px;
    }
}

@media (max-width: 700px) {
    .footerinfo .flogo img {
        width: 40%;
        height: auto;
    }
}

.backbtn {
    margin-left: 47.5%;
    background: #fff !important;
    border: 0 !important;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 20px;
}

/*------------news-------------*/
.newsbox.col-xs-12.col-sm-12.col-md-12.col-lg-12 {
    float: none;
    width: 100%;
}

.newsbox .text-center {
    text-align: center;
    clear: both;
}

@media screen and (min-width: 1200px) {
    .newsbox .col-xs-12.col-sm-12.col-md-12.col-lg-12 {
        float: left;
        width: 33.33333%;
    }
}

/*訊息內容*/
.news_title,
.news_info {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 10px 0 20px;
}

.news_date,
.news_sort,
.news_author {
    margin-right: 10px;
}

.news_icon01,
.news_icon02,
.news_icon03 {
    margin-right: 5px;
}

span.news_author {
    display: none;
}

/*下拉式分類*/
.badge,
.type_icon {
    display: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* 取消ul預設的內縮及樣式 */
ul.news_list {
    border: #ccc 1px solid;
    display: inline-block;
    font-size: 14px;
    border-radius: 30px;
    float: left;
    margin: 50px 10px 20px;
    background: #fff;
}

ul.news_list > li > a {
    border-radius: 30px;
}

ul.news_list li {
    position: relative;
    white-space: nowrap;
    cursor: pointer;
}

ul.news_list > li:last-child {
    border-right: none;
}

ul.news_list > li {
    padding: 10px 30px;
}

/* 第一層*/
ul.news_list li a {
    border-radius: 30px;
}

ul.news_list a {
    background-color: #fff;
    color: #333;
    display: block;
    text-decoration: none;
    line-height: 40px;
    text-align: center;
}

ul.news_list:hover {
    background-color: #852134;
    color: #fff;
}

/* 滑鼠滑入按鈕變色*/
ul.news_list li:hover > a {
    background-color: #852134;
    color: #fff;
}

/* 滑鼠移入次選單上層按鈕保持變色*/
ul.NEWS_type {
    /* border: #ccc 1px solid; */
    /* position: absolute; */
    z-index: 99;
    left: -1px;
    top: 100%;
    min-width: 150px;
    margin-left: 15px;

}

ul.NEWS_type li {
    border-bottom: #ccc 1px solid;
}

ul.NEWS_type > li > a {
    border-radius: 0px;
}

ul.NEWS_type li:last-child {
    border-bottom: none;
}



/*隱藏次選單*/
ul.news_list li:hover > ul {
    display: block;
}

/* 滑鼠滑入展開次選單*/
.news_top {
    margin-top: 30px;
    margin-bottom: -30px;
}

@media screen and (min-width: 767px) {
    ul.news_list {
        float: right;
        margin: 50px 60px 0 0;
    }

    .news_top {
        margin-top: 50px;
    }
}

.news {
    margin-bottom: 50px;
}

.newsbox {
    margin-top: 30px;
}

.newsbox .news_title {
    display: none;
}

.newsbox .row {
    min-height: 500px;
}

.naviBar .navbar {
    position: relative !important;
    height: auto;
}

.newslist {
    border-top: 1px solid #f6f6f6;
    background: #fff;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 40px;
}

.img-circle {
    border-radius: 50%;
    padding: 20px;
}

#LinkContainer {
   margin: 0 15px;
    padding: 6px 0px;
    /* display: none; */
    background-color: #f0f0f0;
}
#LinkContainer ol{
    margin:0;
    margin-left:-30px;
}

.newslist .news_title {
    font-size: 21px !important;
}

/*-----------------原本的--新聞頁面設定--------------------------*/

.News_Title {
    background-color: #e0ffff;
    padding: 5px;
    color: #4682b4;
    font-size: 18px;
}

.News_Category {
    background-color: #e0ffff;
    padding: 5px;
    color: #4682b4;
    font-size: 18px;
}

.newslist {
    overflow: hidden;
}

.news .thumbnail {
    background-color: #fff;
}

.newslist h3.news_title {
   margin-top: 10px;
    display: block;
    font-weight: 600;
    color: #8348b0;
}

.news_title {
    color: #000;
    line-height: 1.6;
    padding: 5px 0px;
    font-size: 24px;
}

.news_info {
    font-size: 14px;
    line-height: 1.8;
    color: #222;
    padding: 5px 0;
}

.news_date {
    color: #8c8c8c;
    padding-right: 30px;
}

.news_sort {
    color: #8c8c8c;
    padding-right: 30px;
}

.news_author {
    color: #8c8c8c;
    padding-right: 30px;
}

.news_more {
    float: right;
}

.type_icon {
    margin-right: 10px;
}

.NEWS_type {
    padding-bottom: 20px;
    margin-left: -30px;
}

.NEWS_type li {
    line-height: 2;
}

.NEWS_type .badge {
    background-color: #afeeee;
    font-size: 8px;
    margin-left: 8px;
}

.news_icon01 {
    margin-right: 8px;
}

.news_icon02 {
    margin-right: 8px;
}

.news_icon03 {
    margin-right: 8px;
}

.news_more {
    margin-bottom: 20px;
}

.news_pic {
    width: 100%;
    height: auto;
}

.news .text-center {
    clear: both;
}

.nwstitile {
    margin-top: 70px !important;
    margin-bottom: 50px;
}

.nwstitile a {
    display: block;
    width: 200px;
    margin: 0 auto;
    font-size: 27px;
    color: #363635;
    text-align: center;
    letter-spacing: 0.01em;
    line-height: 1;
    background-color: #fff;
    position: relative;
    z-index: 2;
}

@media (max-width: 767px) {
    .newslist img.news_pic {
        width: 100%;
        float: left;
        padding: 1%;
    }
}

.News_AD {
    border: 0;
}

.content_pic {
    padding: 5%;
}

.news_content {
    min-height: 500px;
    line-height: 2;
    font-size: 16px;
    background: #fff;
    padding: 20px;
    border: 1px solid #f0f0f0;
    margin-bottom: 40px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #000;
    border-color: #ddd;
}

.pagination > li > a,
.pagination > li > span {
    color: #333233;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #143a4f;
    border-color: #ddd;
}

.pagination {
    margin: 20px 0 70px 0 !important;
}

.stitle a {
    color: #777;
}

.stitle a:hover {
    color: #000;
}

.glyphicon-share {
    display: none !important;
}

/*-----------------NEWS--------------------*/
.snews img {
    width: 100%;
}

.marginbottom-20 {
    margin-bottom: 20px;
}

.marginbottom-35 {
    margin-bottom: 35px !important;
}

.margin-top-30 {
    margin-top: 30px;
}

.h_img_cls,
.snews #rwdnews_list p,
.snews #rwdnews_list .card-category {
    display: none;
}
#rwdnews_list .pic{
    display:none;
}
#rwdnews_list span {
    display: block;
    float: left;
    color: #a9a9b1;
    margin-right: 10px;
}

.snews #rwdnews_list h4 a,
.snews #rwdnews_list h4 {
    font-size: 15px;
    white-space: nowrap;
    color: #252a2f !important;
    text-overflow: ellipsis;
    overflow: hidden;
}

.rwdnewsli {
    overflow: hidden;
    border-bottom: 1px dashed #e6e6e6;
    padding-bottom: 5px;
}

#rwdnews_list ul {
    list-style: none;
    padding-left: 0px !important;
    margin-bottom: 5px !important;
}

/*-----------------NEWS end--------------------*/
/*-shoplist-*/
.PRD_LIST .img-responsive {
    width: 70%;
}

.STORE_INFO {
    margin-bottom: 20px;
}

/*-購物頁-*/
h1.MYCART_TITLE {
    display: none;
}

.page-title {
    color: #252a2f;
    font-size: 26px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

.itremtitlebox {
    height: 40px;
}

.itremtitle span {
    color: #337ab7;
}

.itremtitle {
    float: right;
    padding-right: 35px;
}

.product .breadcrumb {
    float: right;
    padding: 0px;
}

.product .breadcrumb li:nth-child(2) span {
    color: #333 !important;
}

.product .breadcrumb li:nth-child(1) {
    display: none;
}

.product .breadcrumb li:before {
    color: #333 !important;
    padding: 0px 0 0 8px !important;
}

.product .breadcrumb li:nth-child(2):before {
    color: #fff !important;
}

@media (max-width: 520px) {
    .itremtitle {
        padding-right: 30px;
    }
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    padding: 25px 40px;
    margin: 0px 20px;
}

.panel-body {
    background-color: #f3f3f3 !important;
}

.input-group {
    width: 100% !important;
}

.thumbnail-list li {
    width: calc(100% / 3) !important;
}

@media (max-width: 991px) {
    .thumbnail-list li {
        width: calc(100% / 2) !important;
    }
}

@media (max-width: 550px) {
    .thumbnail-list li {
        width: calc(100% / 1) !important;
    }
}

.pd_descr,
.costbox {
    font-size: 17px;
}

.pd_descr p,
.costbox p {
    text-indent: 36px;
    line-height: 2;
    letter-spacing: 0.8px;
    padding: 10px 0;
}

.pd_descr h2,
.pd_descr small {
    color: #337ab7;
    font-weight: 600;
    margin-top: 35px;
    line-height: 1.65;
}

.teawords {
    color: #0466bb;
    padding-top: 50px;
}

.teawords h4 {
    font-weight: 600;
    border-bottom: 1px solid;
    padding-bottom: 15px;
}

.teawords span {
    color: #ec0404;
    font-weight: bold;
}

.popular_products .image-pic {
    display: none;
}

.thumbnail-list .prd_info {
    font-size: 16px;
    color: #337ab7;
}

.popular_products .thumbnail-list a h4 {
    font-weight: 600;
}

@media (max-width: 1109px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
        font-size: 15px;
        line-height: 1.8;
        padding: 10px 15px 10px 25px;
    }
}

.product img {
    max-width: 70%;
}

.product ul {
    padding-left: 25px;
    list-style: square;
    line-height: 2.4;
}

.product ul ul {
    padding-left: 25px;
    list-style: disc;
}

.costbox {
    padding-top: 60px;
    margin: 0 30px;
}

@media (max-width: 950px) {
    .product img {
        max-width: 100%;
    }

    .costbox {
        margin-right: 30px;
        margin-left: 30px;
    }
}

.costbox b {
    display: block;
    padding-top: 25px;
    padding-bottom: 5px;
}

.databox {
    border: 1px solid #ccc;
    padding: 30px 30px 30px 45px !important;
    border-radius: 10px;
    margin-top: 30px;
}
