﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Dosis:700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+TC:700&display=swap');
/* 設計師用 桌機版CSS檔 style.css */
/* 說明：
    可提供設計師在此檔，針對桌機版面進行設計；為網站必載CSS檔。*/

body {
    font-size: 15px;
    color: #333;
}

p {
    line-height: 24px;
    margin-bottom: 24px;
}

a {
    color: #666;
}

a:hover {
    color: #52CED5;
}
.red {
    color: #f00000;
}
.btn-primary {
    background: #2eb4f2;
    color: #fff;
    text-align: center;
    border: none;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    text-shadow: none;
    font-size: 16px;
    padding: 9px 30px 6px;
}
.btn-primary:hover{
    background: #020081;
}
.btn-primary.st {
    background: #437992;
}

.btn-primary.st:hover {
    background: #a0a0a0;
}
.btn.btn-default,
.swal2-styled.swal2-confirm{
    background: #6d6d6d !important;
    text-shadow: none;
    /*border-radius: 0;*/
    color: #fff;
    border: none;
    font-size: 16px;
    padding: 10px 30px;
    transition: all .3s ease;
}
.swal2-styled.swal2-confirm{
    font-size: 16px !important;
}
.btn.btn-default:hover,
.swal2-styled.swal2-confirm:hover{
    background: #2d2d2d !important;
}
.btn.btn-default.st {
    padding: 5px;
    width: 100%;
    font-size: 15px;
    border-radius:5px;
}
.btn.btn-default.rtb {
    padding: 9px 30px 6px;
    border-radius: 4px;
}
.btn.btn-default.st2{
    font-size: 16px;
    padding: 9px 30px 6px;
    border-radius:4px;
}


.btn.btn-txt {
    font-size: 20px;
    padding: 0 0 0 11px;
    line-height: 1;
    vertical-align: text-top;
    color: #2eb4f2;
    font-weight: bold;
    position: relative;
    margin-left: 10px;
    transition:all .3s ease;
}

.btn.btn-txt:before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #2eb4f2;
    transition:all .3s ease;
    -webkit-animation-name: butover;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-name: butover;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}
.btn.btn-txt:hover{
    color:#da6eaf;
}
.btn.btn-txt:hover:before{
    left:2px;
    border-color: transparent transparent transparent #da6eaf;
}
@-webkit-keyframes butover {
    0%   {transform:translateX(0px);}
	50%  {transform:translateX(5px);}
	100% {transform:translateX(0px);}
}
@keyframes butover {
    0%   {transform:translateX(0px);}
	50%  {transform:translateX(5px);}
	100% {transform:translateX(0px);}
}

.btn.btn-txt.st{
    font-size:15px;
    font-weight:normal;
    color:#287497;
    padding-left: 0;
    margin-left: 0;
    border-bottom:solid 1px #287497;
    border-radius:0;
    transition:all .3s ease;
}
.btn.btn-txt.st:before{
    display:none;
}
.btn.btn-txt.st:hover{
    color:#da6eaf;
    border-bottom-color:#da6eaf;
}

.btn.btn-dark {
    background: #000;
    color: #fff;
    font-size: 16px;
    padding: 8px 30px 5px;
    transition: all .3s ease;
}
.btn.btn-dark:hover {
    background: #ff8100;
}
.btn.btn-int {
    display: block;
    width: 100%;
    font-size: 16px;
    background: #a53604;
    color: #fff;
    padding: 10px 10px;
    border-radius: 10px;
    transition:all .3s ease;
    white-space: initial;
}
.btn.btn-int:hover{
    background:#da6eaf;
}
.btn.btn-int.st{
    background:#a58604;
}
.btn.btn-int.st:hover{
    background:#ff8100;
}
.mt-0{
    margin-top:0 !important;
}
.mb-0{
    margin-bottom:0 !important;
}
.mt-s{
    margin-top: 15px !important;
}
.mb-s{
    margin-bottom: 10px !important;
}
.ml-s {
    margin-left: 10px !important;
}
.mr-s {
    margin-right: 10px !important;
}
.mt-m {
    margin-top: 30px !important;
}
.pr-0{
    padding-right:0;
}
.d-block{
    display:block;
}
.d-inline-block{
    display:inline-block;
}

.form-control:focus {
    box-shadow: none;
}
.w-100{
    width:100%;
}

/********************* Header *********************/
.header {
    background: url(../images/all/banner_bg.jpg) center 180px no-repeat;
}
.header .navbar{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
body.is_scroll .header .navbar {
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(136, 136, 136,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(136, 136, 136,1);
    box-shadow: 0px 0px 5px 0px rgba(136, 136, 136,1);
    top:-93px;
}
.header .navbar .container-fluid{
    padding:0;
}
.header .navbar .navBox {
    background: #fff;
}

/* header logo */
.header .navbar .navbar-brand {
    width: 269px;
    height: 63px;
    background: url(../images/all/logo.png) no-repeat;
    text-indent: -9999px;
    display: block;
    margin: 15px 0;
    padding: 0;
}

.header .navbar .navbar-brand:hover {
    opacity: 0.7;
}

/* header 主選單 */
.header .navbar .navbar-nav {
    background: none;
    margin-top: 84px;
    margin-right: -15px;
    float: right;
}

.header .navbar .navbar-nav > li > a {
    background: none;
    color: #333;
    font-weight: bold;
    padding-top: 0px;
}

.header .navbar .navbar-nav li a:hover {
    color: #333;
}

.header .navbar .navbar-nav > li + li > a {

}

.header .navbar .navbar-nav > li ul li a {
    padding: 5px;
}
/* header menu */
.header .navbar .menu {
    
}
.header .navbar .menu  .navbar-nav{
    float: left;
    margin-top: 33px;
    margin-right: 0;
    margin-left: 50px;
}
.header .navbar .menu .navbar-nav li a{
    padding: 6px 12px;
    border-radius: 20px;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.header .navbar .menu .navbar-nav li a:hover {
    background: #15c1d0;
    color: #fff;
}
.header .navbar .pro-menuTop{
    display:none;
}

.header .navbar .menuBox {
    display: none;
}

.nav-shop {
    position: absolute;
    top: 20px;
    right: 15px;
}

.nav-shop li{
    display:inline-block;
    padding:0;
    margin-left: 9px;
}
.nav-shop ul.iconBox   {
    display:inline-block;
    padding:0;
    margin-bottom:0;
    position: relative;
    top: 11px;
}
.nav-shop .iconBox > li > a{
    min-width:34px;
    /*height:28px;    */
    padding-top: 30px;
    text-align: center;
    font-size: 12px;
}
.nav-shop .iconBox > li > a:hover {
    color: #3486c2;
}

.nav-shop .iconBox li.member a{
    background: url(../images/all/member_icon.png) no-repeat;

}
.nav-shop .iconBox li.cart a{
    background: url(../images/all/cart_icon.png) no-repeat;
    position:relative;
}

    .nav-shop .iconBox li.cart.inquiry a {
        background: url(../images/all/icon_orderr.png) no-repeat;
        position: relative;
        background-size: 25px;
        background-position: center -2px;
    }


        .nav-shop .iconBox li.cart a .num,
        .nav-shop .iconBox li.cart.inquiry a .num {
            min-width: 20px;
            height: 20px;
            background-color: #EB0F0F;
            color: #fff;
            border-radius: 50%;
            display: inline-block;
            position: absolute;
            right: -5px;
            top: -5px;
            text-align: center;
            font-size: 13px;
            line-height: 21px;
        }
.nav-shop .sign-out{
    margin-bottom:0;
    position:relative;
    top:4px;
    display: inline-block;
}
.nav-shop .sign-out li{
    font-size:13px;
}
.nav-shop .sign-out li span{
    color: #28b3e7;
    margin-right: 5px;
}
.nav-shop .sign-out li a{
    color: #fff;
    background: #287497;
    padding: 5px 10px;
    border-radius: 20px;
    margin: 0 12px 0 8px;
}
/* header 次選單 */
.header .navbar .sub-nav {
    position: absolute;
    right: 15px;
    top: 20px;
}

.header .navbar .sub-nav li {
    padding: 0;
}

.header .navbar .sub-nav li a {
    background: url(../images/all/sub_nav.png) no-repeat;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
}

.header .navbar .sub-nav li a:hover {
    position: relative;
    top: 2px;
}

.header .navbar .btn-default {
    background: #52CED5;
    color: #fff;
    text-shadow: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 7px;
}

.header .navbar .lang {
    position: absolute;
    right: 54px;
    top: 20px;
}

.header .navbar .lang .dropdown-menu {
    background: #52CED5;
    color: #fff;
    border: none;
    border-radius: 0;
}

.header .navbar .lang .dropdown-menu a {
    color: #fff;
}

.header .navbar .lang .dropdown-menu a:hover {
    background: none;
    color: #FCE617;
}
/*------- 搜尋 -------*/
.nav-search {
    background: rgba(255, 255, 255, 0.6);
}
body.is_scroll .nav-search{
    background:#f7f7f7;
}
.nav-search .form-control {
    border-radius: 20px;
}
.nav-search .searchBox01,
.nav-search .searchBox02 {
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
    padding-top: 15px;
}

.nav-search .searchBox01.show,
.nav-search .searchBox02.show {
    animation: fadeIn 0.5s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(-30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.nav-search .searchBox01 .form-group {
    float: left;
    position: relative;
    width: 83%;
}
.nav-search .searchBox01 .form-group input{
    padding-right: 50px;
}
.nav-search .searchBox01 .form-group a{
    position: absolute;
    top: 8px;
    right: 10px;
    color: #999;
}
.nav-search .searchBox01 .btnBox{
    float:left;
    width:17%;
    text-align:right;
}
.nav-search .searchBox01 .btnBox a{
    display: inline-block;
    color: #fff;
    font-size: 14px;
    padding: 6px 13px;
    border-radius: 20px;
    margin-left: 2px;
}
.nav-search .searchBox01 .btnBox a.b1{
    background:#2eb4f2;
}
.nav-search .searchBox01 .btnBox a.b2{
    background:#287497;
}
.nav-search .searchBox02{
    display:none;
} 

.nav-search .searchBox02.show .form-inline{
    padding-left:15px;
    padding-right:0;
}

.nav-search .searchBox02.show .form-inline .form-control{
    width:132px;
}
.nav-search .searchBox02.show .txtBox .form-control{
    float:left;
    width: 85%;
}
.nav-search .searchBox02.show .txtBox{
    padding-left:0;
    padding-right:15px;
}
.nav-search .searchBox02.show .txtBox .bt{
    width:15%;
}
.nav-search .searchBox02.show .txtBox a{
    display: inline-block;
}
.nav-search .searchBox02.show .txtBox a.send{
    font-size: 14px;
    background: #666;
    color: #fff;
    padding: 6px 13px;
    margin-right: 5px;
    margin-left: 5px;
    border-radius: 20px;
}
.nav-search .searchBox02.show .txtBox a.closeBtn{
    text-indent: -9999px;
    width: 26px;
    height: 26px;
    background: url(../images/all/close01.png) no-repeat;
    background-size: 100%;
    position: relative;
    top: -2px;
}
.nav-search .searchBox02.show .txtBox .bt{
    float:left;
}
.searchBtn{
    display:none;
    margin:auto;
}
#search-help{
    width:600px !important;
}
#search-help li{
    margin-bottom:5px;
    line-height:28px;
}

/*------- Banner -------*/
.banner {
    position: relative;
    padding-top: 93px;
}

.banner .container-fluid {
    padding: 0;
}

.banner .bx-wrapper {
    margin-bottom: 0;
}

.banner .bxslider li {
    background-repeat: no-repeat;
    background-position: center top;
}

.banner .bxslider li a {
    display: block;
}

.banner .bxslider li img {
    /*width: 100%;*/
    display: none;
    max-width:100% !important;
    margin:0 auto !important;
}

.banner .bxslider li img.img_big {
    display: block !important;
}
.banner .bxslider li img.img_small {
    display: none !important;
}
.banner .bx-wrapper .bx-viewport {
    background: none;
    border: none;
    box-shadow: none;
    left: 0;
}

.banner .bx-wrapper .bx-pager.bx-default-pager {
    text-align: center;
    padding: 0 15px;
    bottom: 2px;
    z-index: 60;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    text-align: left;
    width: 20px;
    height: 10px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0 3px;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #2eb4f2;
    width: 40px;
}


/********************* Footer *********************/
.footer {
    padding: 15px 0 0;
    text-align: center;
    position: relative;
    color: #fff;
    font-size:14px;
}
.footer .gotop{

}
.footer .gotop a{
    display:block;
    background: url(../images/all/top.png) no-repeat;
    position:absolute;
    top:-7px;
    left:50%;
    margin-left:-25px;
    width:50px;
    height:50px;
}

/* sitemap */
.footer .sitemap ul li {
    color: #fff;
    padding: 0;
}

.footer .sitemap ul li a {
    color: #fff;
    padding: 10px;
}

.footer .sitemap ul li a:hover {
    color: #fff;
}

.footer_content {
    background-color: #393939;
    line-height: 22px;
    padding: 45px 0 30px;
    border-top: 4px solid #2eb4f2;
}

/* siteinfo */
.footer .siteinfo{
    float:left;
}
.footer .siteinfo ul{
    text-align:left;
}
.footer .siteinfo ul > li {
    padding: 0 15px 0 0;
}
.footer .siteinfo ul > li label{
    background: #0f0f0f;
    margin-bottom: 0;
    padding: 0 4px;
    font-weight: 500;
    margin-right:5px;
}
.footer .siteinfo ul > li a{
    color:#fff;
}
.footer .siteinfo ul > li + li:before {

}

.footer .siteinfo .map {
    display: inline-block;
    background: url(../images/all/icon_map.png) no-repeat;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    vertical-align: text-bottom;
    margin-right: 20px;
}

.footer .siteinfo .map:hover {
    position: relative;
    top: 2px;
}
.footer .copyright {
    float: right;
    /*margin-top: 15px;*/
}
.footer .copyright ul li {
    display: block;
}
.footer .copyright b {
    color: #fff;
}

.footer .powered a {
    color: #8f8f8f;
}

.footer .powered a:hover {
    color: #8f8f8f;
}

.footer .sitemapbox .bnav {
	list-style: none;
	margin-bottom: 20px;
}

.footer .sitemapbox .bnav li {
	display: inline-block;
	padding: 0 4px;
	font-size: 14px;
	border: 1px solid #fff;
}

.footer .sitemapbox .bnav li a {
	color: #fff;
}

/********************* floating *********************/
#floating {
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    display:none;
}
#floating.fixed {
    position: fixed;
    top: 30%;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
#floating .btn-floating {
    width: 28px;
    height: 58px;
    background-color: #52CED5;
    display: none;
    margin: 1px;
    padding: 10px 3px;
    position: absolute;
    left: -30px;
}

#floating .btn-floating .icon-arrow {
    width: 32px;
    height: 40px;
    background: url(../images/all/arrow.png) no-repeat;
    display: block;
}

#floating.open .btn-floating .icon-arrow {
    background-position: 0 -40px;
}

#floating ul li a {
    width: 60px;
    height: 60px;
    background-position-x: 0;
    font-size: 10px;
    color: #bbb;
    text-align: center;
    display: block;
    padding: 47px 0 0;
    position: relative;
    border: 3px solid #7e7e7e;
    border-radius: 50%;
    font-size: 13px;
}


#floating ul li.b1 a {
    background: url(../images/all/flo_icon01.png) no-repeat center 15px #fff;
}
    #floating ul li.b5 a {
        background: url(../images/all/icon_orderr.png) no-repeat center 8px #fff;
        padding-top: 0;
        background-size: 30px;
    }
    #floating ul li.b4 a {
            /* background: url(../images/all/icon_search.png) no-repeat center 13px #fff; */
        /* background-size: 32px; */
        text-indent: 0;
        padding: 8px 0 0 0;
        font-size: 17px;
        color: #7e7e7e;
        background: #fff;
        font-weight: bold;
        line-height: 1.2;
    }
#floating ul li.b2 a {
    background: url(../images/all/icon_orderr.png) no-repeat center center #fff;
}

#floating ul li.b3 a {
    background-position-y: -160px;
}

#floating ul li a:hover {
    color: #333;

}


#floating ul li a .num {
    min-width: 20px;
    height: 20px;
    background-color: #EB0F0F;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 7px;
}

/********************* Main *********************/
.main {
    z-index: 10;
}

.main_content {
    min-height: 600px;
    padding: 90px 0 60px;
}

/*----------------------- side -----------------------*/
.side .side-toggle {
    font-size: 15px;
    color: #3486c2;
    text-align: center;
    line-height: 28px;
    margin-top: 0px;
    border: 1px solid #3486c2;
    margin-bottom: 20px;
}

.side .nav > li + li {
    border-top: 1px solid #fff;
}

.side .nav > li a {
    color: #000;
    line-height: 20px;
    display: block;
    padding: 15px;
    background: url(../images/all/list_icon5.png) no-repeat 95% center;
    transition:all .3s ease;
}

.side .nav > li.open > a,
.side .nav > li.open >  a:hover, 
.side .nav > li.open >  a:focus, 
.side .nav > li.active.open >  a{
    background-color: #3486c2;
    color: #fff;
}
.side .nav > li > a:hover {
    background-color: #dcdcdc;
}
.side .nav > li a:hover,
.side .nav > li a:focus,
.side .nav > li.active a {
    color: #000;
}

.side .nav > li > ul {
    padding-left: 20px;
    list-style-type: none;
}

.side .nav > li > ul > li > a,
.side .nav > li > ul > li > a:hover {
    background: url(../images/all/list_icon2.png) no-repeat 0 6px;
    padding: 6px 10px 6px 20px;
}

.side .nav > li > ul > li > ul {
    list-style-type: none;
}

.side .nav > li > ul > li > ul > li > a,
.side .nav > li > ul > li > ul > li > a:hover {
    background:none;
    padding: 6px 10px;
    transition:all .3s ease;
}
.side .nav > li > ul > li > ul > li > a:hover {
    background: #3486c2;
    color: #fff;
}
.side .sider_nav .h3 {
    background: url(../images/all/catalog_icon.png) #3486c2 no-repeat 20px center;
    color: #fff;
    font-size: 24px;
    margin-bottom: 0;
    border-radius: 10px 10px 0 0;
    padding: 13px 10px 10px 60px;
    margin-top:0;
}
.side .sider_nav .h3 span{
    display:block;
}
.side .sider_nav .h3 span.txt-en{
    color:#73b7e9;
    font-size:12px;
}
.side ul.navbar-nav {
    float: none;
}

.side ul.navbar-nav > li {
    float: none;
    background: #e8e8e8;
}

.side .open > .dropdown-menu {
    display: block;
    top: 0;
    left: 262px;
    width: 100%;
    padding:10px 0;
}
.side .dropdown-menu li.list{
    float:left;
    width:220px;
    padding:0 10px;
}
.side .navbar-collapse {
    padding: 0;
}
/*----------------------- .side-link -----------------------*/
.side-link li {
    border: 1px solid #d2d2d2;
    margin:15px;
}
.side-link li a{
    display:block;
    padding:10px;
}
.side-link li a img{
    margin:auto;
}
.side ul > li.side-link{
    background:none;
}
.side ul > li.side-link > ul{
    padding-left:0;
}
.side ul > li.side-link > ul li{
    margin: 15px 0;
}
.side ul > li.side-link a,
.side ul > li.side-link a:hover{
    background:none;
    padding:0;
}
.side .nav > li.side-link > ul > li > a,
.side .nav > li.side-link > ul > li > a:hover {
    background: none;
    padding: 0;
}
.header .navbar .pro-menuTop .navbar-nav > li.side-link ul li a {
    border: none;
}
/*----------------------- Content -----------------------*/
.content > h1 {
    color: #36b9c0;
    font-size: 30px;
    border-bottom: 1px solid #ABCFDB;
    padding: 5px 10px 15px;
    margin-top: 0;
}
/* breadcrumb */
.content .breadcrumb {
    background: none;
    margin: 0 0 20px 0;
    font-size: 13px;
    padding:0;
}

.content .breadcrumb > li + li:before {
    content: "＞";
}

/* btn-more */
.content .btn-more {
    position: absolute;
    right: 15px;
    top: 30px;
    display: block;
    width: 52px;
    height: 24px;
    background: url(../images/all/btn_more.png) no-repeat;
    text-indent: -9999px;
}

.content .btn-more:hover {
    background-position: 0 -24px;
}

/* list-box */
.content .list-box .txt-list {
    margin-bottom: 60px;
}

.content .list-box .txt-list li {
    background: url(../images/all/icon_list.png) no-repeat 8px 12px;
    border-bottom: 1px dotted #ccc;
    padding-left: 30px;
}

.content .list-box .txt-list li:nth-child(2n+1) {
    background-color: rgba(240,240,240,0.3);
}

.content .list-box .txt-list li a {
    line-height: 28px;
    display: block;
    padding: 10px 0;
}

.content .list-box .txt-list li a:hover,
.content .list-box .txt-list li a:focus {
    color: #15c1d0;
}

.content .list-box .txt-list li span {
    font-size: 13px;
    color: #aaa;
    line-height: 20px;
    display: inline-block;
    float: right;
    padding: 3px 20px;
}

.content .list-box .txt-list li span.news-title {
    width: 78%;
    color: #848275;
    float: left;
}

.content .list-box .txt-list li.list-header {
    background: none;
    border-bottom: 1px solid #ACE7EB;
    padding-left: 40px;
    padding-right: 15px;
}

.content .list-box .txt-list li.list-header a,
.content .list-box .txt-list li.list-header a span {
    font-size: 18px;
    color: #36B9C0;
}

.content .list-box .txt-list li.list-header a span {
    padding-right: 24px;
}

/* btn-box */
.content .btn-box {
    margin: 15px 0 20px;
    padding-top: 15px;
    clear: both;
}
body.news.show .content .btn-box, 
body.product.show .content .btn-box, 
body.member .content .btn-box{
    text-align: center;
}
body.member.favorite .content .btn-box {
    text-align: left;
}
.content .btn-box:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.content .btn-box .pager {
    text-align: left;
    display: inline-block;
    margin: 0 0 20px;
}

.content .btn-box .pager li {
    margin: 0 5px;
}

.content .btn-box .pager li > a {
    background: #fff;
    color: #888;
    border-radius: 5px;
    border: 1px solid #DFDFDF;
    padding: 5px 20px;
    border-radius: 20px;
}

.content .btn-box .pager li > a:hover {
    background-color: #15c1d0;
    color: #fff;
}

.content .btn-box .pager li > a .icon {
    display: none;
}

.content .btn-box .page-info {
    color: #888;
    float: right;
    text-align: center;
    margin: 1px 5px 0;
}

.content .btn-box .page-info select {
    min-width: 60px;
    border: 1px solid #DFDFDF;
    margin-right: 10px;
}
.content .btn-box .pagination{
    margin:0;
}
.content .btn-box .pagination li a{
    height: 34px;
    width: 34px;
    color: #777;
    padding: 6px;
    text-align: center;
    border-radius: 50%;
    margin: 0 3px;
}
.content .btn-box .pagination > li a.active{
    background-color: #f4f4f4;
    color: #15c1d0;
}
.content .btn-box .pagination .prev{
    display: block;
    width: 14px;
    height: 15px;
    background: url(../images/all/icon_prev.png) no-repeat;
    position: relative;
    top: 3px;
    left: 2px;
}
.content .btn-box .pagination .next{
    display: block;
    width: 14px;
    height: 15px;
    background: url(../images/all/icon_next.png) no-repeat;
    position: relative;
    top: 3px;
    left: 2px;
}
/*table table-stack*/
.content .table.table-stack {
    margin-bottom: 0;
    border: 1px solid #eee;
}

.content .table.table-stack > thead > tr > th {
    background: #eee;
    color: #333;
    text-align: center;
    border: none;
    border-top: solid 1px #fff;
}

.content .table.table-stack > tbody > tr > td {
    vertical-align: middle;
    border-top: none;
    text-align: center;
}

.content .table.table-stack > tbody > tr > td a {
    color: #3486c2;
}

.content .table.table-stack > tbody > tr > td a:hover {
    text-decoration: underline;
}

.content .table.table-stack > tbody > tr > td.pic img {
    max-width: 100px;
}

.content .table.table-stack > tbody > tr > td.pic img:hover {
    opacity: 0.7;
}

.content .table.table-stack > tbody > tr > td.qty .input-group .form-control {
    padding: 4px;
    text-align: center;
    border-color: #DFDFDF;
    height: 28px;
    border-radius: 4px;
}

.content .table.table-stack > tbody > tr > td .input-group {
    width: 100px;
    margin: 0 auto;
}

.content .table.table-stack > tbody > tr > td .btn {
    margin: 0;
    color: #90b4c3;
    background: none;
    border: none;
    box-shadow: none;
}

.content .table.table-stack > tbody > tr > td .btn:hover,
.content .table.table-stack > tbody > tr > td .btn:focus,
.content .table.table-stack > tbody > tr > td .btn:active {
    color: #90b4c3;
    text-decoration: none;
}

.content .table.table-stack > tbody > tr > td .tn {
    display: none;
}

.content .table.table-stack.no-border th,
.content .table.table-stack.no-border td {
    border: none;
}

.content .table.table-stack.no-border tr {
    border-bottom: 1px dotted #ccc;
}

.content .table.table-stack.no-border th {
    text-align: right;
    width: 120px;
}

.content .table.table-stack.no-border td {
    text-align: left;
    vertical-align: top;
}

/*form-horizontal*/
.form-horizontal {
    border: 1px solid #E3E3E3;
    padding: 40px 0 30px;
    border-top: 4px solid #dbdbdb;
}
.form-horizontal .row .form-inline {
    padding-bottom: 15px;
}
.form-horizontal .row .form-inline .zip-code {
    width: 20%;
    min-width: 72px;
}
/*----------------------------------------- 首頁 home --------------------------------------*/
body.home .main_content {
    min-height: 0;
    padding-top:60px;
}


body.home .content .wid > .h2,
.content .wid-home-product.wid .h2 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 25px;
    margin-top: 0;
    position: relative;
}
body.home .content .wid > .h2 .txt-en,
.content .wid-home-product.wid .h2 .txt-en{
    color: #fff;
    font-size: 12px;
    position: relative;
    padding-left: 5px;
    top: -15px;
}
body.home .content .btn-more {
    background: none;
    text-indent: 1px;

    color: #fff;
    border: 1px solid #fff;
    padding: 2px 12px;
    top: 3px;
    right: 3px;
    width: auto;
    height: auto;
    border-radius: 20px;
}

/*----------------------------------------- 購物說明 --------------------------------------*/
body.message p {
    margin-bottom: 18px;
}

body.message .box1 {
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 30px;
}

body.message .red {
    color: #f92360;
}

body.message .title1 {
    font-size: 21px;
    color: #1ea1e2;
    margin-top: 40px;
}

body.message .title1 .t1 {
    background: #1ea1e2;
    padding: 0 20px;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    font-family: 'Dosis', sans-serif;
    display: inline-block;
    margin-right: 5px;
    line-height: 30px;
    vertical-align: unset;
}

body.message .title1 .t1 .no {
    font-size: 30px;
    margin-left: 5px;
    vertical-align: sub;
}

body.message .pic1 {
    border: 1px solid #e8e8e8;
}

body.message .title2 {
    background-color: #01c0f9;
    padding-left: 55px;
    font-size: 24px;
    color: #fff;
    font-family: 'Noto Serif TC', serif;
    position: relative;
    line-height: 40px;
    margin: 30px 0 30px 25px;
}

body.message .title2:before {
    content: " ";
    background: url(../images/message/icon01.png) no-repeat;
    height: 54px;
    width: 77px;
    display: block;
    position: absolute;
    left: -30px;
    top: -7px;
}

body.message .t2 {
    font-size: 20px;
    color: #01c0f9;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 10px;
}

    body.message .t2 .no2 {
        color: #fff;
        background: #01c0f9;
        border-radius: 30px;
        margin-right: 5px;
        height: 30px;
        width: 30px;
        line-height: 29px;
        display: inline-block;
        text-align: center;
    }


body.message .list1 {
    list-style-type: decimal;
    margin-left: 20px;
}

body.message .list1 li {
    margin-bottom: 8px;
}

body.message .list2 {
    list-style: none;
}

body.message .list2 li {
    margin-bottom: 8px;
    color: #0098b3;
}

body.message .box4 .title2:before {
    background: url(../images/message/icon02.png) no-repeat;
}

body.message .box5 .title2:before {
    background: url(../images/message/icon03.png) no-repeat;
}
body.message .box6 .title2:before {
    background: url(../images/message/icon05.png) no-repeat;
}
body.message .box7 .title2:before {
    background: url(../images/message/icon06.png) no-repeat;
}
body.message .box8 .title2:before {
    background: url(../images/message/icon07.png) no-repeat;
}
body.message .box7 ul{
	    padding-bottom: 0;
	
	}

body.message .list3 {
    margin-left: 20px;
}

body.message .list3 li {
    margin-bottom: 8px;
}

body.message .box5 .list1 {
    margin-top: 8px;
}

/*----------------------------------------- 分店介紹 --------------------------------------*/
body.traffic .title1 {
    background-color: #01c0f9;
    padding-left: 45px;
    font-size: 24px;
    color: #fff;
    font-family: 'Noto Serif TC', serif;
    position: relative;
    line-height: 40px;
    margin: 40px 0 30px 20px;
}

body.traffic .title1:before {
    content: " ";
    background: url(../images/message/icon04.png) no-repeat;
    height: 69px;
    width: 68px;
    display: block;
    position: absolute;
    left: -30px;
    top: -17px;
}

body.traffic .bg1 {
    background: #f5f5f5;
    display: flex;
    align-items: stretch;
    margin: 0;
}

body.traffic .bg1 .map {
    padding-left: 0;
}

body.traffic .bg1 .mes {
    list-style: none;
    margin: 20px 0;
}

body.traffic .bg1 .mes li {
    margin-bottom: 10px;
    margin-left : 85px;
    text-indent : -85px;
}

body.traffic .bg1 .mes li span {
    background: #3486c0;
    padding: 3px 8px;
    color: #fff;
    margin-right: 10px;
    border-radius: 20px;
    width: 76px;
    display: inline-block;
    text-align: center;
    text-indent: 0;
}

body.traffic .title2 {
    color: #556fb5;
    font-size: 18px;
    border: 1px solid #556fb5;
    padding: 5px 12px 2px;
    display: inline-block;
    margin: 20px 0 10px;
}

body.traffic .tra {
    margin-left: 25px
}

body.traffic .tra li {
    line-height: 30px;
}

body.traffic .blue {
    color: #0078ff;
    margin: 0 5px;
}

/*----------------------------------------- wid --------------------------------------*/
.content .wid {
    position: relative;
    z-index: 10;
}
.content .wid > .h2{
    font-size:30px;
    color:#000;
}

/* wid-home-news */
.content .wid-home-news {
    margin-left: 0;
    margin-bottom:40px;
}

.content .wid-home-news .txt-list {
    margin-bottom: 10px;
    margin-top: -10px;
}

.content .wid-home-news .txt-list li {
    padding:8px 0 8px 22px;
    background-position: 0 4px;
    background: url(../images/all/list_icon4.png) no-repeat #f6f6f6 0px center;
    border-bottom: 1px solid #dcdcdc;
    position:relative;
}
.content .wid-home-news .txt-list li:nth-child(2n+1){
    background-color:#f6f6f6;
}
.content .wid-home-news .txt-list li:last-child {
    border-bottom: none;
}

.content .wid-home-news .txt-list li a {
    padding: 0;
    color:#373737;
    padding-right: 80px;
}

.content .wid-home-news .txt-list li a span {
    padding: 3px 10px 3px 0;
    font-size: 12px;
    position:absolute;
    top:10px;
    right:0;
}

/* wid-home-product */
.content .wid-home-product .bxslider li a {
    border: 1px solid #ACE7EB;
    padding: 2px;
    display: block;
    position:relative;
}

.content .wid-home-product .bxslider li a:hover {
    border-color: #36B9C0;
}

.content .wid-home-product .bx-wrapper .bx-controls-direction a {
    width: 24px;
    height: 40px;
    background: url(../images/home/arrow.png) no-repeat;
}

.content .wid-home-product .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -24px;
}

.content .wid-home-product .bx-wrapper .bx-controls-direction a.bx-next {
    right: -24px;
    background-position: 0 -40px;
}
body.home .content .wid.wid-home-product .h2{
    margin-bottom:10px;
}
body.home .content .wid.wid-home-product .newBox,
body.home .content .wid.wid-home-product .hotBox{
    position:relative;
}
.content .wid-home-product .box-list {
    margin: 0 10px;
}
.content .wid-home-product .item a {
    display: block;
    position: relative;
    margin-top:15px;
}
.content .wid-home-product .item .pic {
    border: 1px solid #e5e5e5;
}

.content .wid-home-product .item .info{
    padding:15px 0 5px;
}
.content .wid-home-product .item .info li{
}
.content .wid-home-product .item li.num {
    font-size: 14px;
    color: #6b6b6b;
}
.content .wid-home-product .item li.num span{
    background: #3486c2;
    color: #fff;
    padding: 2px 5px;
    margin-right: 5px;
}
.content .wid-home-product .item li.name {
    font-size: 15px;
    color: #000;
    padding: 10px 0 7px;
    display:block;
    width:100%;
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 56px;
}
.content .wid-home-product .item li.price {
    font-size: 24px;
    color: #e63872;
}
.content .wid-home-product .item{
    padding-bottom:30px;
}

.content .wid-home-product .item a.btn {
    margin-top: 0;
    border: 1px solid #2eb4f2;
    color: #2eb4f2;
    font-size: 16px;
    padding: 6px 6px;
    border-radius: 7px;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.content .wid-home-product .item a.btn:hover{
    background: #2eb4f2;
    color: #fff;
}
.content .wid-home-product .item a.btn.btn-orange {
    margin-top: 10px;
    color: #ff8100;
    border-color: #ff8100;
}

.content .wid-home-product .item a.btn.btn-orange:hover {
    background: #ff8100;
    color: #fff;
}
.content .wid-home-product .slick-dots li button:before {
    content: "";
    width: 20px;
    height: 7px;
    background: #d5d5d5;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    opacity: 1;
}
.content .wid-home-product .slick-dots li.slick-active button:before {
    content: "";
    opacity: 1;
    background: #0068a4;
}
body.home .content .wid.wid-home-product .hotBox {
    margin-top: 60px;
}
/* 新商品、熱賣品 標籤 */
.markBox {
    position: absolute;
    background: none;
    top: 0px;
    left: 0px;
    z-index:1;
}
.markBox:before {
    content: "";
    position: absolute;
    top: 70px;
    left: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 6px 6px;
    border-color: transparent transparent #af8026 transparent;
}

.markBox:after {
    content: "";
    position: absolute;
    top: -6px;
    right: -76px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 6px 6px;
    border-color: transparent transparent #af8026 transparent;
}

.markBox .markbg {
    position: absolute;
    top: 6px;
    left: -35px;
    width: 116px;
    height: 25px;
    border-top: 0 solid transparent;
    border-bottom: 34px solid #ffc000;
    border-left: 34px solid transparent;
    border-right: 34px solid transparent;
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.markBox span {
    color: #fff;
    font-size: 16px;
    display: block;
    margin: auto;
    padding-top: 8px;
    text-align: center;
}
.markBox.hot .markbg {
    border-bottom: 34px solid #f95443;
}
.markBox.hot:before {
    content: "";
    border-color: transparent transparent #9d4834 transparent;
}
.markBox.hot:after {
    content: "";
    border-color: transparent transparent #9d4834 transparent;
}
/* wid-home-contact */
.content .wid-home-contact ul li {
    color: #717171;
    padding-left: 20px;
    font-size: 12px;
    line-height: 1.8;
}

.content .wid-home-contact ul li.phone {
    font-size: 22px;
    color: #333;
    font-weight: bold;
}

/* 最新訊息 news */
.news .list-box .item a{
    display:block;
    padding: 20px 0 15px;
    border-bottom: 1px solid #e3e3e3;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.news .list-box .item a:hover{
    background: #fafafa;
}
.news .list-box .item .date{
    display:block;
    color:#b0b0b0;
}
.news .list-box .item h4 {
    font-size: 21px;
    color: #3486c2;
    margin-top: 0;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    font-weight:bold;
}
.news .list-box .item a:hover h4 {
    color: #2eb4f2;
}
.news .list-box .item p {
    margin-bottom: 0;
    color: #666;
}
/* 聯絡我們 news */
.contact .form-horizontal {
    background: url(../images/contact/bg.png) no-repeat right bottom;
    padding-bottom:60px;
}
/* 商品資訊 */
.product.p01 .item a{
    display:block;
}
.product.p01 .item a .pic{
    display: block;
    border: 1px solid #eee;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    overflow: hidden;
}
.product.p01 .item a .pic img{
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.product.p01 .item a:hover .pic img{
    transform:scale(1.1);
}
.product.p01 h4 {
    font-size: 22px;
    color: #0f65b0;
    text-align:center;
}
.product .list-mode {
    background: #f5f5f5;
    padding: 7px 10px 3px;
    margin-bottom: 20px;
}
.product .list-mode label{
    margin-bottom:0;
    color:#555;
}
.product .list-mode .btn-group label{
    position:relative;
    top:-5px;
}
.product .list-mode a.btn-mode{
   font-size: 26px;
   margin-left:5px;
   color:#565656;
}
.product .list-mode a.btn-mode.active{
    color:#12afff;
}
.product .list-mode .sort{
    float:right;
}
.product .list-mode .sort .form-control{
    width: auto;
    display: inline-block;
}
.product .product-list .item{
    margin-bottom:25px;
    position:relative;
}
.product .product-list .item a.picBox {
    display: block;
    border: 1px solid #eee;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    overflow: hidden;
}
.product .product-list .item .picBox .pic {
    position: relative;
    overflow: hidden;
}
.product .product-list .item .picBox .pic img{
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.product .product-list .item a.picBox:hover img {
    transform: scale(1.1);
}
.product .product-list .item ul li {
    margin-bottom: 5px;
    line-height: normal;
}
.product .product-list .item li.num {
    margin-top: 10px;
    font-size: 14px;
    color: #555;
}
.product .product-list .item li.num span{
    background: #3486c2;
    color: #fff;
    padding: 2px 5px;
    margin-right: 5px;
}
.product .product-list .item li.title a {
    font-size: 15px;
    color: #000;
    padding: 10px 0 7px;
    display:block;
    width:100%;
    /*overflow : hidden;
      text-overflow : ellipsis;
      white-space : nowrap;*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 53px;
}
.product .product-list .item li.title a:hover{
    color: #2eb4f2;
}
.product .product-list .item li.des {
    font-size: 14px;
    color: #555;


    display: -webkit-box;
    height: 58px;
    line-height: 1.4;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product .product-list .item li.des span{
    color:#000;
}
.product .product-list .item li.download a {
    display: inline-block;
    color: #000;
    text-decoration: underline;
}
.product .product-list .item li.download a:hover{
    color: #2eb4f2;
}
.product .product-list .item li.price {
    font-size: 24px;
    color: #e63872;
}
.product .product-list .item .quick-buy a {
    display: inline-block;
    font-size: 14px;
    padding: 5px;
    border-radius: 5px;
    text-align:center;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.product .product-list .item .quick-buy a span{
    padding-right:18px;
}
.product .product-list .item .quick-buy a.love{
    border: 1px solid #da6eaf;
    color: #da6eaf;
}
.product .product-list .item .quick-buy a.love:hover{
    background:#da6eaf;
    color:#fff;
}
.product .product-list .item .quick-buy a.love span{
    background: url(../images/product/heart.png) no-repeat right center;
}
.product .product-list .item .quick-buy a.love:hover span{
    background: url(../images/product/heart02.png) no-repeat right center;
}
.product .product-list .item .quick-buy a.shopping{
    color: #2eb4f2;
    border: 1px solid #2eb4f2;
}
.product .product-list .item .quick-buy a.shopping:hover{
    background:#2eb4f2;
    color:#fff;
}
.product .product-list .item .quick-buy a.shopping span{
    background: url(../images/product/cart.png) no-repeat right center;
}
.product .product-list .item .quick-buy a.shopping:hover span{
    background: url(../images/product/cart02.png) no-repeat right center;
}

.product .product-list.mode1 > div {
    width:100%;
}
.product .product-list.mode1 .item a.picBox {
    width: 28%;
    float: left;
    margin-right: 10px;
}
.product .product-list.mode1 .item a.picBox .pic{
    width:100%;
}

.product .product-list.mode1 .item ul{
    width:70%;
    float:left;
    margin-bottom:0;
}
.product .product-list.mode1 .item li.num{
    margin-top:0;
}
.product .product-list.mode1 .quick-buy{
    position:absolute;
    bottom:0;
    right:0;
}
.product .product-list.mode2 .item{
    position:relative;
}
.product .product-list.mode2 .item li.des,
.product .product-list.mode2 .item li.download,
.product .product-list.mode2 .item .quick-buy a.love {
    display: none;
}
.product .product-list.mode2 .item .quick-buy a{
    padding:7px 5px;
}
.product .product-list.mode2 .item .quick-buy a.shopping{
    display:block;
}
.product .product-list.mode2 .quick-buy{
    margin-top:10px;
}
.product.show .slick .slick-arrow {
    background: none;
    width: 20px;
    height: 20px;
    top: 50%;
}
.product.show .slick .slick-prev {
    background: url(../images/product/prev.png)no-repeat;
    left: -20px;
}
.product.show .slick .slick-next {
    background: url(../images/product/next.png)no-repeat;
    right: -20px;
}
.product.show .pic-pager {
    padding:0 20px;
}
.product.show .slick-initialized .slick-slide,
.product.show .pic-pager .slick-initialized .slick-slide {
    margin: 0 5px;
    border: 1px solid #eee;
    padding:5px;
}
.product.show .info{
    font-size:16px;
}
.product.show .info h1 {
    margin-top: 0;
    font-size: 32px;
    color: #0f65b0;
}
.product.show .info a{
    font-size:16px;
}
.product.show .info .txt {
    color: #555;
}
.product.show .info .txt li{
    margin-bottom:3px;
}
.product.show #ctl00_content_holder_Div2{
	margin-top:30px;
	}

.product.show .info .txt li b{
    color:#000;
    font-size:18px;
    font-weight:500;
}
.product.show .info .price{
    color: #e63872;
    font-size: 32px;
    float:left;
	
}
.product.show .info .priceBox .love{
    display:inline-block;
    float:right;
    text-decoration:underline;
    padding-top: 6px;
    color: #da6eaf;
    margin-right: 15px;
}
.product.show .info .priceBox .love span{
    background: url(../images/product/heart03.png)no-repeat;
    padding-left: 18px;
}
.product.show .info .quick-buy{
    margin-top: 15px;
}
.product.show .info .quick-buy a{
    display:block;
    width:48%;
    margin-right:10px;
    float:left;
    border-radius:5px;
    text-align:center;
    padding:8px 5px;
}
.product.show .info .quick-buy .shopping{
    color: #2eb4f2;
    border: 1px solid #2eb4f2;
}
.product.show .info .quick-buy .shopping:hover{
    color: #fff;
    background: #2eb4f2;
}
.product.show .info .quick-buy .shopping span{
    background: url(../images/product/cart03.png)no-repeat;
    padding-left: 18px;
}
.product.show .info .quick-buy .inquiry{
    border:1px solid #ff5800;
    background:#ff5800;
    color:#fff;
}
.product.show .txtBox h3 {
    font-size: 20px;
    border: 1px solid #eee;
    border-left: 3px solid #da6eaf;
    padding: 8px;
    font-weight: bold;
    margin-top:30px;
}
.product.show a.download {
    display: block;
    font-size: 20px;
    color: #0068a4;
    background: #efefef;
    margin-top: 30px;
    padding: 5px;
    text-align: center;
    font-weight: bold;
    border: 1px solid transparent;
}
.product.show a.download span{
    font-size:16px; 
    margin-right:3px;
}
.product.show a.download:hover{
    border: 1px solid #0068a4;
    background:none;
}
.product.show .spe-pic{
    margin-top:30px;
}
.product.show .spe-pic .list{
border: 1px solid #eee;
    padding: 5px;
    margin-bottom: 30px;
}

/*購物說明*/
.message.help .box1 p.btxt span {
    font-weight: bold;
    font-size: 20px;
}
.message.help p.btxt {
    line-height: 34px;
    font-size: 18px;
}
.message.help p.fowo_d {
    font-weight: bold;
    font-size: 18px;
}
body.message .description {
    color: #5e99b5;
    border: 1px solid #5e99b5;
    padding: 3px 10px;
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
}

.message.help ul li ul li{
    padding-bottom:0;
}
.message.help ul li ul {
    padding-left: 13px;
    padding-bottom: 0;
    line-height: 32px;
}
    .message.help ul li ul.lr_lc {
        padding-left: 32px;
    }
.message.help ul > li b {
    background-color: #ff9800;
    color: #fff;
    padding: 4px 7px;
    margin-right: 5px;
}
.message.help ul > li {
    padding-bottom: 12px;
    line-height: 28px;
}
.message.help ul {
    padding-bottom: 5px;
}
    .message.help ul  li .no2 {
        color: #fff;
        background: #01c0f9;
        border-radius: 30px;
        margin-right: 5px;
        height: 24px;
        width: 24px;
        line-height: 24px;
        display: inline-block;
        text-align: center;
    }
/*會員專區*/
.member .form-horizontal {
    padding-top: 0;
    border-top: 1px solid #dbdbdb;
}
.member .form-horizontal.nobord {
    border: none;
}
.member .prompt-text {
    margin-bottom: 15px;
    text-align: left;
}
.member .form-horizontal .title {
    background: #eee;
    padding: 10px;
    font-size: 20px;
}
.member .form01 .title {
    background: url(../images/member/icon05.png)no-repeat center left;
    color: #393939;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 7px 10px 7px 48px;
    font-weight: bold;
    font-size: 24px;
}
.member.login .form01 .title {
    margin-top: 20px;
    margin-bottom: 10px;
}

.member .form01.form-border {
    padding-top: 30px;
}
.member .form01 .form-horizontal {
    border: none;
    width:70%;
    margin:auto;

}
.member .form01 .form-group img.icon {
    display: block;
    float: left;
    border: 1px solid #ccc;
    padding: 3px 8px;
    border-radius: 4px 0 0 4px;
}
.member .form01 .form-control {
    width: 92%;
    float: left;
    border-radius: 0 4px 4px 0;
}
.member .form01 .code .form-control {
    width:82%;
}
.member .form02 .glyphicon {
    font-size: 16px;
    margin-right: 8px;
    color: #287497;
}
.member.register .notice .editor {
    height: 320px;
    overflow: auto;
    width: 96%;
    margin: 0 auto;
    border-bottom:1px solid #eee;
}

.member.active-login .form-horizontal {
    padding-top: 30px;
}
.member.register-finish .sec{
    text-align:center;
}
.member.register-finish .prompt-text {
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 24px;
    font-weight: bold;
    text-align:center;
}
.product.collection .product-list .item .quick-buy a {
    display: block;
    margin-top: 5px;
}
.product.collection .product-list .item .quick-buy a.delete {
    color: #fe801b;
    border: 1px solid #fe801b;    
}
.product.collection .product-list .item .quick-buy a.delete:hover {
    color: #fff;
    background: #fe801b;
}
.product.collection .product-list .item .quick-buy a.delete span{
    padding-right: 0;
    padding-left: 4px;
    position: relative;
    top: 2px;
}
.stepBox{
    margin-bottom:30px;
}
.stepBox .step-list {
    color: #666;
    background: #ededed;
    padding: 15px 10px;
    border: 5px solid #f5f5f5;
    position:relative;
}
.stepBox .step-list.active{
    color: #fff;
    background: #0f65b0;
    border: 5px solid #2178c3;
}
.stepBox .step-list.active:before{
    content: "";
    position: absolute;
    top: 50%;
    right: -20px;
    margin-top: -14px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 0 14px 16px;
    border-color: transparent transparent transparent #2178c3;
}

.stepBox .col-xs-4:last-child .step-list.active:before{
    display:none;
}
.stepBox span {
    display: table;
    margin: auto;
    font-size:18px;  
    font-weight: bold;
}
.member .stepBox span b{
    font-size: 30px;
    margin-left: 5px;
}
.stepBox span.num{
    border-bottom: 2px solid #a6a6a6;
}
.stepBox .step-list.active span.num{
    border-bottom: 2px solid #fff;
}
.stepBox span.txt{
    padding-top:5px;
    letter-spacing: 3px;
}
.member #promptBox,
.inquiry #promptBox {
    text-align: center;
    font-size: 18px;
    width:600px !important;
}
.member .fancybox-inner,
.inquiry .fancybox-inner {
    height: auto !important;
}
.member #promptBox a,
.inquiry #promptBox a {
    font-size: 18px;
    display: inline-block;
    padding: 4px 35px;
}
.member #promptBox p,
.inquiry #promptBox p {
    margin-bottom:15px;
    margin-top:5px;
}
/* member inquiry詢價單查詢 */
.member.inquiry.order .content .btn-box {
    text-align:left;
}
.member.inquiry.order .table.table-stack > tbody > tr > td a{
    color:#333;
}
.member.inquiry.order-show .success p{
    margin-bottom:0;
}
.member.inquiry.order-show .success p span {
    margin-right: 10px;
}
.member.inquiry.order-show .sum {
    text-align: right;
    padding-right: 20px;
    border: 1px solid #EEE;
    border-top: none;
    line-height: 1.8;
    padding: 20px 20px 20px;
}
.member.inquiry.order-show .red2 {
    color: #990000;
}
.member.inquiry.order-show td.con-txt{
    width:60%;
    text-align:left;
}
.member.inquiry.order-show .messageBox .form-border {
    margin-top: 15px;
}
.member.inquiry.order-show .messageBox .form-horizontal{
    padding:0;
}
.member.inquiry.order-show .messageBox .form-group{
    margin:20px 5px;
}
.member.inquiry.order-show .messageBox h3 {
    font-size: 18px;
    margin-top: 0;
    background: #6a6a6a;
    padding: 10px;
    margin-bottom: 0;
    font-weight: bold;
    color: #fff;
}

/*inquiry*/
.inquiry h4.title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 30px;
}
.inquiry h4.title span {
    font-size: 14px;
    margin-right: 5px;
    color: #287497;
}

.inquiry .content .btn-box {
    text-align: center;
}
.inquiry .form-horizontal {
    padding: 10px 0;
    border: 1px solid #E3E3E3;
}
.inquiry .content .btn-box .btn .glyphicon{
    margin-right:3px;
}
.inquiry.p01 .content .btn-box {
    text-align: left;
}
.inquiry .dataBox01{
    border:1px solid #eee;
    border-top:none;
}
.inquiry .list {
    padding:15px;
}
.inquiry .list .control-label {
    width: 10%;
    text-align: left;
    float: left;
}
.inquiry .list select.form-control {
    width: 245px;
}
.inquiry .invoiceBox .form-inline {
    width: 90%;
    float: left;
}
.inquiry .invoice-txt {
    margin-top:12px;
}
.inquiry .invoice-txt .form-control {
    width: 200px;
    display: inline-block;
}
.inquiry .transport.list {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}
.inquiry .transport.list .control-label,
.inquiry .payment.list .control-label{
    padding-top: 7px;
}
.inquiry .transport.list p{
    margin-bottom:0;
    margin-top:10px;
}
.inquiry .payment ul{
    margin-top:10px;
    margin-bottom:0;
}
.inquiry .content .btn-box{
    padding-top:0;
}
.inquiry .dateBox02{
    margin-top:15px;
}
.inquiry .dateBox02 .form-horizontal {
    padding: 0;
}
.inquiry .dateBox02 h3 {
    font-size: 18px;
    margin-top: 0;
    background: #6a6a6a;
    padding: 10px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #fff;
}
.inquiry .dateBox02 h3:first-child{
    margin-bottom:10px;
}
.inquiry .dateBox02 h3 span.glyphicon,
.member.inquiry.order-show .messageBox h3 span.glyphicon{
    font-size:14px;
    margin-right:5px;
    /*color: #287497;*/
}
.inquiry .dateBox02 h3 small{
    font-size:15px;
    color:#555;
    margin-left:8px;
}
.inquiry .dateBox02 .con{
    padding-bottom:10px;
}
.inquiry .dateBox02 .con .form-group,
.inquiry.p03 .dateBox02 .form-group,
.member.inquiry.order-show .dateBox02 .form-group{
    margin-bottom:0;
}
.inquiry.p03 .dateBox02 h3,
.member.inquiry.order-show .dateBox02 h3 {
    margin-bottom: 5px;
}
.inquiry.p03 .invoiceBox .form-inline span{
    margin-left:10px;
}
.inquiry.p03 .dataBox01 .list .control-label,
.member.inquiry.order-show .dataBox01 .list .control-label {
    margin-bottom: 0;
    padding-top: 0;
}
.inquiry.p02 .payment li,
.member.inquiry.order-show .payment li {
    line-height: 24px;
}
.inquiry.p03 .text-center{
    margin-top:20px;
}
.inquiry.p03 .text-center a{
    color: #287497;
}
.inquiry.p03 .success,
.member.inquiry.order-show .success{
    margin-bottom:30px;
    margin-top: 40px;
}
.inquiry.p03 .success p,
.member.inquiry.order-show .success p{
    margin: 0;
    text-align: center;
    font-size: 18px;
    color: #0f65b0;
    font-weight: bold;
}
.member.inquiry.order-show .success p{
    line-height:1.5;
}
.inquiry.p03 .success p span{
    margin-right:10px;
}
.inquiry.p03 .success p.red{
    font-size:20px;
    font-weight:bold;
    margin-bottom:5px;
}
/****/

.slide-menu {
    top: 134px !important;
    height: calc(100vh - 134px) !important;
    background: #e8e8e8;
    width: 100% !important;
}
.slide-menu ul a {
    width: 100%;
    display: block;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 16px;
    color: #000;
    line-height: 20px;
    display: block;
    padding: 15px;
    text-align: left;
}
.slide-menu > .slide-menu__slider > ul > li> a {
    background: url(../images/all/list_icon5.png) no-repeat 95% center;
    font-weight:bold;
}
.slide-menu .slide-menu__backlink.slide-menu__control > .icon{
    margin-right:10px;
}
.slide-menu ul li +li a {
    border-top: solid 1px #fff;
}
.slide-menu .slide-menu__backlink.slide-menu__control {
    font-weight: bold;
    color: #fff;
    background: #56a8e4;
}

/****/

.form-group .checkbox a {
    color: #3486c2;
    text-decoration: underline;
    transition: all .3s ease;
}
.form-group .checkbox a:hover {
    color: #2eb4f2;
}
.fancy_sec{
    max-width:700px;
    display:none;
    margin: 0 auto;
    min-width:500px;
}
.fancy_sec .h5 {
    font-size: 28px;
    color: #0f65b0;
    margin-bottom: 20px;
    text-align: center;
    line-height:1.5;
}
.fancy_sec .cont {
    padding: 10px 10px;
    border: solid 1px #0f65b0;
}
.fancy_sec {
    font-size: 16px;
}
.fancybox-skin {
    border-radius: 0 !important;
}
.fancy_sec .btn-area {
    text-align: center;
    margin: 20px 0 10px;
    padding-top: 10px;
}
.member .form01 .form-group .input-group img.icon {
    float: none;
    border: none;
    padding:0;
}
.form-group .input-group .input-group-addon {
    padding: 0 5px;
    background: no-repeat;
}
.form-group .input-group .input-group-addon img {
    width: 20px;
}
.member .form01 .input-group .form-control {
    width: 100%;
    float: none;
}
.form-horizontal.smallbox{
    max-width:500px;
    width:100%;
    margin: 0 auto;
}
.form02 .form-horizontal.smallbox{
    border:none;
}

.at-info-area {
    font-size: 18px;
    text-align: center;
    line-height: 1.5;
    margin-bottom:15px;
}

.at-info-area .highlight {
    font-size: 30px;
    font-weight: bold;
    
}
.member .form-horizontal .title.tb {
    margin-bottom: 15px;
    margin-top: 30px;
}
.form-group .btn-area {
    margin-top: 15px;
}
.form-group.password .icon{
    margin:0;
    cursor:pointer;
}
.form-group.password .icon-eye-open {
    display: none;
}
.member .form-horizontal.st {
    padding: 0;
}
.login-area .login-fill{
    padding:30px 20px 10px;
}
.login-area .login-fill .form-control{
    height:40px;
}

.btn-area.d-flex{
    display:flex;
    flex-wrap:wrap;
}
.btn-area.d-flex .btn{
    width:calc(50% - 5px);
    margin-bottom:10px;
}
.btn-area.d-flex .btn:nth-child(2n+1){
    margin-right:5px
}
.btn-area.d-flex .btn:nth-child(2n){
    margin-left:5px
}
.form-group:not(.password) .input-group .form-control {
    border-radius: 0 4px 4px 0 !important;
}

.btn.btn-social{
    font-size:16px;
    color:#fff;
    border-radius:4px;
    background:#333;
    padding:9px 5px 6px;
    text-align:left;
    position:relative;
    transition:all .3s ease;
}
.btn.btn-social img {
    width: 24px;
    padding-right: 2px;
    border-right: solid 1px #fff;
    margin-right: 2px;
}
.btn.btn-fb{
    background:#3b5693;
}
.btn.btn-line{
    background:#07bc02;
}
.btn.btn-google{
    background:#e34133;
}
.btn.btn-social:hover{
    opacity:0.7;
}

.login-ala {
    padding: 0 10px;
}

.login-ala-list .lit-item .title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 4px;
}
.login-ala-list .lit-item .cont li {
    position: relative;
    padding-left: 10px;
}

.login-ala-list .lit-item .cont li:before {
    position: absolute;
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #fd77ff;
    left: 0;
    top: 10px;
}
.login-ala-list .lit-item {
    margin-bottom: 22px;
    padding-bottom: 8px;
    border-bottom: solid 1px #dedede;
}
.login-ala-list .lit-item:last-child {
    border: none;
}
.login-ala-list .lit-item .cont .btn-area {
    margin-top: 10px;
}

/*** member ***/
.member-ot-list {
    display: flex;
    justify-content: center;
    font-size: 16px;
    margin-top:40px;
}
.member-ot-list .mot-item a {
    display: block;
    margin: 0 10px;
    text-align: center;
    border: solid 1px #ccc;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    transition: all .3s ease;
}
.member-ot-list .mot-item .info {
    margin-top: 9px;
}
.member-ot-list .mot-item a > div {
    position: relative;
    z-index: 1;
}
.member-ot-list .mot-item a:before {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 100%;
    right: 0;
    top: 0;
    border-radius: 10px;
    background: #d9f2ff;
    transition: all .3s ease;
}
.member-ot-list .mot-item a:hover:before {
    width: 100%;
}
.member-ot-list .mot-item a:hover {
    color: #030686;
    box-shadow: 4px 3px 0 #030686;
}
.modify-area .right-area .title.tb.rt {
    margin-top: 0;
}
.mem-social-mo i {
    font-size: 30px;
    transition:all .3s ease;
}
.mem-social-mo i:hover{
    transform:scale(0.95);
}
.mem-social-mo .fb {
    color: #2361ea;
}
.mem-social-mo .line {
    color: #25b63c;
}
.mem-social-mo .gplus {
    color: #d54836;
}
.mem-social-mo .unre i {
    color: #a0a0a0;
}
.mem-social-mo .unre .txt {
    vertical-align: top;
    margin-top: 4px;
    color: #a0a0a0;
}
.label-title {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    padding: 10px 10px 10px 0;
}
.modify-area .left-area .form-group {
    margin-left: 0;
    margin-right: 0;
}


/*** address ***/
.form-group.address .atr-it:not(:last-child) {
    margin-bottom: 10px;
}
.form-group.address .atr-it:first-child {
    padding-right: 5px;
}
.form-group.address .atr-it:nth-child(3) {
    padding-left: 5px;
}
.form-group.address .atr-it:nth-child(2) {
    padding: 0 5px;
}
.form-group.two-partial-row > div:first-child {
    padding-right: 5px;
}
.form-group.two-partial-row > div:last-child {
    padding-left: 5px;
}

.swal2-title {
    margin-top: 20px !important;
    font-size: 28px !important;
    color: #0f65b0 !important;
}
.main-title {
    background: #6a6a6a;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

/*** inquiry ***/
.tb-cont-box .tb-cont {
    display: flex;
}
.tb-cont-box .tb-cont .pic {
    width: 100px;
    flex: 0 0 100px;
}
.tb-cont-box .tb-cont .info {
    flex-grow: 1;
    text-align: left;
    padding-left: 10px;
}
.tb-cont-box .tb-cont .info .pro_num {
    font-size: 14px;
    margin-bottom: 4px;
}
.tb-cont-box .tb-cont .info a {
    color: #484848 !important;
}
.tb-cont-box .tb-cont .info .title {
    font-size: 18px;
    font-weight: bold;
}
.table .qty-box {
    width: auto !important;
}
.table .qty-box .input-group-addon {
    padding: 10px;
    font-size: 12px;
    background: no-repeat;
    border-color: #DFDFDF;
    color: #9c9c9c !important;
    cursor:pointer;
    transition:all .3s ease;
}
.table .qty-box .input-group-addon:hover{
    background:#3486c2;
    color:#fff !important;
}
.table .qty-box .form-control {
    border-radius: 0 !important;
    height: 34px !important;
}

.table .w-1 {
    width: 50%;
}
.table .w-2 {
    width: 150px;
}
.table .w-3 {
    width: 60px;
}


.content .table.table-stack > tbody > tr > td.del .btn:before {
    position: absolute;
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ff8100;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scale(0);
    transition: all .3s ease;
}
.content .table.table-stack > tbody > tr > td.del .btn {
    transition: all .3s ease;
    position: relative;
    text-shadow: none;
    padding: 6px;
    width: 30px;
    height: 30px;
}
.content .table.table-stack > tbody > tr > td.del .btn:hover {
    color: #fff;
}
.content .table.table-stack > tbody > tr > td.del .btn:hover:before {
    transform: translate(-50%,-50%) scale(1);
}
.inner-box {
    padding: 20px 10px;
    border: solid 1px #6a6a6a;
    line-height:1.5;
}
.obt-sec{
    margin-top:30px;
}
.obt-sec.st{
    margin-top:15px;
}

.tborder {
    padding: 20px;
    border: solid 1px #eee;
    border-top: none;
}
.delivery-fir {
    display: flex;
    align-items: center;
}
.delivery-fir .ltxt {
    width: 70px;
    flex: 0 0 70px;
    font-weight:bold;
}
.delivery-fir .fill-box {
    flex-grow: 1;
}
.delivery-area  .btn.btn-default.st {
    padding: 0 10px;
    width: auto;
    font-size: 12px !important;
    border-radius: 4px 0 0 4px;
}

.row.space-adj > [class*="col-"]:first-child {
    padding-right: 5px;
}

.row.space-adj > [class*="col-"]:nth-child(2) {
    padding-left: 5px;
}

.btn-collapse {
    display: block;
    transition: all .3s ease;
    color: #33335d;
    transition:all .3s ease;
    position:relative;
}

.btn-collapse:hover {
    color: #287497;
}
.btn-collapse .icon-collas {
    position: absolute;
    right: 15px;
    top: 8px;
    font-size: 18px;
    color: #ffffff;
    transition:all .3s ease;
    transform: rotate(180deg);
}
.btn-collapse.collapsed .icon-collas {
    transform: rotate(0deg);
}
.btn-collapse .h3 {
    padding-right: 30px !important;
}
.form-border .multi-collapse .form-group {
    margin:0 -15px 15px -15px !important;
}

.form-border .multi-collapse .colla-cont {
    padding: 10px 15px 0;
}
.member.inquiry.order .table.table-stack > tbody > tr > td a.btn-default {
    color: #fff;
    font-size: 14px;
}
.subs-btn {
    margin: 15px 0 0;
}
.subs-btn > .btn {
    margin-bottom: 10px;
}

a.btn-collapse:focus {
    color: inherit;
}
