@charset "utf-8";
/* CSS Document */
* {
    padding: 0;
    margin: 0;
}

html {
    height: 100%;
}

body {
    font-family: 'Microsoft JhengHei','Open Sans','sans-serif';
    font-size: 16px;
    line-height: 1.50;
    color: #666;
    background-color: #fff;
    background-image:url(../_images/all/bg.jpg);
}

body.full-height,
body.full-height .page-wrapper {
    background-color: #fafafa;
    min-height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #666;
    line-height: 1.5;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #343434;
}

h1 {

}

h2 {
    font-size: 30px;
    color:#000;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    margin: 0;
    padding: 50px 0;
}
h2 span{
    font-size: 24px;
    color:#666;
    display: block;
    position:relative;
}
h2 span:after{
    content: "";
    width: 24px;
    border: 1px solid #979797;
    position: absolute;
    left: 50%;
    -webkit-transform: translatex(-50%);
            transform: translatex(-50%);
    top: 117%;  
}

h3 {
    font-size: 20px;
    color:#0051a4;
    font-weight: 600;
}

h4 {
    font-size: 18px;
    font-weight: 600;
    color:#0051a4;
}
h4 span {
    font-weight: 400;
    color:#666;
}

h5 {
    font-size: 30px;
    font-weight: 600;
    color:#0051a4;
}

/*
h6 {
    font-size: 24px;
    font-weight: 600;
}
*/

span {
    font-size: 14px;
    letter-spacing: .02em;
}
p {
    font-size: 16px;
    line-height: 30px;
}

a {
    color: #000;
}

a:hover,
a:focus {
    color: #0051a4;
    text-decoration: none;
    outline: none;
}
:focus {
    outline: none;
}

ol,
ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

button:focus {
    outline: 0;
    outline-style: none;
}

.color-purple {
    color: #e71616;
}
img{
    max-width: 100%;
}
.fill img{
    max-width: none;
}
span.spacing {
    font-size:16px;
    letter-spacing: 30px;
    vertical-align: inherit;
}
/*header
---------------------------------- */

.boxed .page-wrapper,
.header .container {
    position: relative;
}
.main-navigation{
    margin-top: 30px;
    margin-bottom: 10px;
    display: inline-block;
    position:relative;
}

.header-link {
    position: absolute;
    top: 18px;
    right: 0;
    z-index: 2000;
}

.header-link a {
    padding: 0 24px;
    height: 18px;
    display: inline-block;
    background-size: 50%;
    font-size: 13px;
}

.header-link a.i-member {
    background: url(../_images/all/icon-member.png) no-repeat 0 0;
}

.header-link a.i-cart {
    background: url(../_images/all/icon-cart.png) no-repeat 0 0;
    position: relative;
}

.i-cart i {
    position: absolute;
    width: 20px;
    height: 20px;
    font-size: 13px;
    font-style: normal;
    background-color: #59112C;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    top: -10px;
    right: 6px;
}
.header-link a.searchbox {
    margin-left: -20px;
}
#search input {
    width: 58px;
    vertical-align: middle;
    padding: 3px;
    border: 0;
    height: 22px;
    border-bottom: 1px solid #ccc;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#search input:focus {
    width: 120px;
    border: 0;
    border-bottom: 1px solid #0051a4;
    outline: none;
}
#search .i-search{
    vertical-align: middle;
}
.searchbox img{
    height:24px;
    width:24px;
}

.header-link a.i-member:hover {
    background: url(../_images/all/icon-member.png) no-repeat 0 -18px;
    color: #f9bb00;
}

.header-link a.i-cart:hover,
.header-link a.i-cart.active {
    background: url(../_images/all/icon-cart.png) no-repeat 0 -18px;
    color: #f9bb00;
}
.header{
    position: relative;
    background: -webkit-linear-gradient(white 5%,#f3f3f3 80%,rgba(204, 204, 204, 0.74) 100%);
    background: linear-gradient(white 5%,#f3f3f3 80%,rgba(204, 204, 204, 0.74) 100%);
}
.navbar-collapse.collapse {
    text-align: none;
    display: inline-block;
}
.nav > li > a:hover,
.nav > li > a:focus {
    background-color: transparent;
}

.header-link .dropdown-menu > li > a {
    padding: 3px 0px 3px 20px;
}

.mobile-menu {
    display: none;
}

.breadcramb{
    -webkit-transform: translateY(-93px);
            transform: translateY(-93px);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 20%,rgba(0,0,0,1));
    background: linear-gradient(to bottom, rgba(0,0,0,0) 20%,rgba(0,0,0,1));
}

.breadcrumb {
    padding: 55px 0px 15px 0;
    margin: 0;
    list-style: none;
    background-color: transparent; 
    border-radius: 0px; 
    text-align: right;
}
.bd-wapper {
    margin: 0 auto;
    max-width: 1140px;
}

.breadcrumb a {
    color: #fff;
    text-shadow: 2px 2px 4px rgba(22, 21, 21, 0.69);
}
.breadcrumb > .active {
    color: #f9bb00;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #f9bb00;
    content: ">";
}

/*main
---------------------------------- */
.main {
    min-height: 500px;

}

/*son-menu
-------------------------------*/
.son-menu{
   background:#fff;
   box-shadow: 1px 2px 12px rgba(0,0,0,.3);
   padding:0;
}
.son-menu h2.title {
    background: -webkit-linear-gradient(white 5%,#f3f3f3 80%,rgba(204, 204, 204, 0.74) 100%);
    background: linear-gradient(white 5%,#f3f3f3 80%,rgba(204, 204, 204, 0.74) 100%);
    padding: 20px;
    font-size: 28px;
    border-bottom: 2px solid #007eff;
}
.son-menu .nav li{
   text-align: left;
}

.son-menu .nav li > ul {
    background: #fff;
} 
.son-menu .nav > li >a.level-1{
    font-size:22px;
    letter-spacing: .08em;
    color: #fff;
    background: #0051a4;
}
.son-menu .nav > li >a.level-1:focus,
.son-menu .nav > li >a.level-1.active{
    
}
.son-menu .nav > li >a.level-1:hover{
    background-color: #00346a;
}

.son-menu .nav > li {
    border-bottom:2px solid #b0b0b0;
}
.son-menu .nav > li li {
    border: none;
}
.son-menu .nav > li:hover{
    border-bottom:2px solid #0051a4;
}
.son-menu .nav > li:hover li{
    border: none;
}
.son-menu .nav >li li.active a.level-3 {
    color: #ffffff;
    background-color: #0066be;
}
.son-menu .nav li.active a.level-3 > ul {
    background-color: #eee;
}
.son-menu .nav > li a.level-2{
    padding-left:32px;
    color:#000;
    background:#fff;
    font-size:18px;
    letter-spacing: .08em;
    cursor: pointer;
}
.son-menu .nav > li.active a.level-2 {
    background-color: #cbe5ff;
}
.son-menu .nav > li a.level-2:hover{
    padding-left:32px;
    color:#0051a4;
}
.son-menu .nav > li:first-child,
.son-menu .nav > li:last-child {
    border-bottom: none;
}
.son-menu .nav > li.active{
    border-bottom:2px solid #0051a4;
}
.son-menu .nav > li.active li{
    border-bottom:none;
}
.son-menu .nav > li a.level-2:before{
    content: "";
    width: 16px;
    height: 16px;
    background: url(../_images/all/icon-tool.png) no-repeat ;
    background-size: cover;
    position: absolute;
    left: 6px;
    top: 14px;
}
.son-menu .nav > li a.level-2:hover:before, 
.son-menu .nav > li a.level-2:focus:before {
    content: "";
    width: 16px;
    height: 16px;
    background: url(../_images/all/icon-tool.png) 0 -16px;
    background-size: cover;
}
.son-menu .nav > li > ul >li a {
    padding:10px 34px;
    cursor: pointer;
}
.son-menu .nav > li > ul >li a.level-4 {
    padding: 10px 0px 10px 50px;
    border-bottom: 1px solid #ccc;
}
.son-menu .nav > li > ul >li a.level-4.active{
    background-color: hsl(0, 0%, 93%);
    color: #0051a4;
}
/*content
---------------------------------- */

section.content {
    margin-bottom: 70px;
}
.home section.content {
    margin-bottom: 0;
}
.content .container {
    position: relative;
}

.pd-wrapper h2 {
    color: #231815;
}

/*home about/service/shopping
---------------------------------- */
.more-btn{
    text-align:center;
    padding-top:15px;
}
.more-btn a{
    color:#fff;
    font-size: 14px;
    position:relative;
}
.more-btn a:after{
    content: "";
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #f9bb00;
    position: absolute;
    left: 50px;
    top: 4px; 
}
.more-btn a:hover{
    opacity: .6;
}
.home .main .topic {
    width: 50%;
    float: left;
    position: relative;
    margin-top: 50px;
    padding: 20px 25px 25px 25px;
}
.home .main .topic-about {
    padding: 20px;
}
.topic-about .info {
    padding: 20px;
}
.topic-about{
    height: 360px;
    background: #0051a4;
}

.home .main .topic.topic-aboutbg{
    padding:0;
} 

.topic-aboutbg .fill {
    height: 360px;
}
.topic-service{
    height: 310px;
    background: url(../_images/index/s1.jpg)no-repeat;
}
.topic-shopping{
    height: 310px;
    background: url(../_images/index/s2.jpg)no-repeat;
}
.topic h2{
    padding: 20px 0;   
} 
.topic-shopping h2,
.topic-shopping h2 span,
.topic-about h2,
.topic-about h2 span{
    color:#fff;
}
.topic-shopping h2 span:after,
.topic-about h2 span:after{
    border:1px solid #fff;
}
.topic-about p{
    color:#fff;
    max-width: 653px;
    margin: 0 auto 10px;
    padding:20px 20px 0 20px;
} 
.topic-shopping p{
    color:#fff;
    padding:0 20px;
} 
.topic-service h2{
    color:#0051a4;
}
.topic-service h2 span{
    color:#666;
}

.topic-service .info,
.topic-shopping .info{
    max-width: 450px;
/*
    padding-left:40px;
    padding-top:25px;
*/
}
.topic-shopping .info .btnbox {
     margin-top: 0; 
}

.topic .info li{
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    position: relative;
    padding: 0 100px;
}
.topic-service li:before{
    content: "";
    width: 16px;
    height: 16px;
    background: url(../_images/all/icon-tool.png)0 -16px no-repeat ;
    background-size: cover;
    position: absolute;
    left: 75px;
    top: 5px;    
}
 


/*about
-----------------------------------*/
.about-bg{
    background: #fff;
    padding: 25px 0 0 0;
    box-shadow: 1px 2px 12px rgba(0,0,0,.3);   
}
.sec .introduce h3{
    font-size: 22px;
}

.sec01 .introduce p {
    color: #000;
    margin:0;
}
.sec01 .introduce {
    padding: 20px 150px 40px 80px;
}
.sec.sec02 {
    padding: 20px 20px 60px 20px;
    float: left;
    width: 100%;
}
.sec02 .introduce {
    text-align: center;
    float: left;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 85%;
}

.sec02 .s-icon img{
    height:52px;
    width:52px;
    margin-bottom: 10px;
}

.sec.sec03{
    background: url(../_images/about/demopic2.jpg) no-repeat ;
    height:300px;
    padding: 20px;
}
.sec03 .introduce{
    width:100%;
    max-width: 734px;
    padding-top: 40px;
    padding-left: 40px;
}
.sec03 .introduce p{
    color:#fff;
    margin:0;
}
.sec03 .introduce h3{
    color:#fff;
}
.sec.sec04{
    background: url(../_images/about/demopic3.jpg) no-repeat ;
    min-height: 300px;
}

.sec04 .introduce{
    width: 100%;
    max-width: 570px;
    padding-left: 32px;
    text-align: center;
    padding-left: 40px;
}
.sec04 .introduce h2 {
    padding: 30px 0;
    color:#0051a4;
}

/*product
-----------------------------------*/
figure.pdlist.bg {
    background: #fff;
}
figure.pdlist .pdimg{
    position:relative;
}
figure.pdlist .pd-info{
    position:absolute;
    top: 34%;
    left: 55%;
}
.pd-info .info {
    font-size: 24px;    
    color: #000;
    height: 57px;
    line-height: 30px;
    max-width: 230px;
    overflow: hidden;
}
.pd-info .info a:before{
    content: "";
    height:24px;
    width:24px;
    background: url(../_images/all/icon-click.png) no-repeat ;
    background-size: cover;
    position: absolute;
    left: -30px;
    top: 3px;
}
.pd-info .info a:hover{
    color:#0051a4;    
}
.pd-info .info a:hover:before{
    content: "";
    height:24px;
    width:24px;
    background: url(../_images/all/icon-click.png)0 -24px no-repeat ;
    background-size: cover;
}
.pd-info .more-btn a{
    color:#b0b0b0;
}

figure.pdlist .pdimg{
    background: #fff;
    overflow: hidden;
    display: block;
}
.item figure.pdlist,
body.product figure.pdlist
{
       background: #fff;
    width: 100%;
    border: 1px solid #ccc;
    display: inline-block;
    float: left;
    margin: 0 0 30px 0;
    box-sizing: border-box;
    padding:10px 15px 0 15px;
    position: relative;
}


.item figure.pdlist:hover,
body.product figure.pdlist:hover{
    border: 1px solid #0051a4;
}
.item figure.pdlist:hover a.pic,
body.product figure.pdlist:hover a.pic{
    color: #0051a4;
}
.add-cart.empty,
.add-cart {
    min-width: 105px;
   margin: 0 auto; 
    background: #0051a4;
    padding: 6px 10px;
    font-size: 13px;
    border-radius: 4px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    color:#fff;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    position: absolute;
    right: 10px;
    bottom: 10px;
    
}

.add-cart:hover{
    color:#fff;
    background:#f9bb00;
}

.add-cart i {
    padding-right: 8px;
    font-size: 14px;
}
 .add-cart span {
    font-size: 13px;
}   
    
.price {
    margin: 10px 0 10px 0;
}    
span.special:before {
    color: #222;
    font-size: 13px;
    font-weight: bold;
    content: "特價";
    margin-right: 5px;
}
span.special{
    color: red;
    font-size: 18px;
    font-weight: bold;
}
span.original {
    color: #969292;
    font-size: 13px;
    margin-left: 10px;
    text-decoration: line-through;
}

figure.pdlist p.pdname{
    font-size: 19px;
    overflow: hidden;
    margin-bottom: 0;
    margin: 3px 0;
    height: 48px;
    overflow: hidden;
    line-height: 24px;
}
body.product figure.pdlist p.pdname{
        height: 27px;
}
body.product figure.pdlist p.pdname{
    margin: 17px 0 3px 0;
}
body.product .add-cart { 
    position: inherit;
    margin-bottom: 17px;
    display: block;
}
body.product .price {
    margin: 10px 0 7px 0;
}

.owl-nav {
    display: none;
}
.owl-dots {
    text-align: center;
}
.owl-dot {
    margin-left: 14px;
    border: 1px solid #252525;
    background: #fff;   
    height: 12px;
    width: 12px;
    border-radius: 12px;
    display: inline-block;
}
.owl-dot.active {
    background: #0051a4;
    border: 1px solid #0051a4;
    height: 15px;
    width: 15px;
    border-radius: 15px;
}

*/
/*imgzoom*/
.imgzoom a{
    overflow: hidden;
    display: block;
}
.imgzoom img {
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
.imgzoom:hover img {
    opacity: 0.8;
    -webkit-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1);
}
/*note
-----------------------------------*/
.note-tabs {
    margin-top: 50px;
}
/***** Jazz *****/


figure.effect-jazz:before {
    width: 100%;
    height: 280px;
    display: block;
    content: "";
    background: rgba(0, 0, 0, 0);
    position: absolute;
    z-index: 2;
}

figure.effect-jazz:hover:before {
    background: rgba(0, 0, 0, 0.2);
}

figure.effect-jazz img {
    opacity: 1;
}

figure.effect-jazz figcaption::after,
figure.effect-jazz img,
figure.effect-jazz p{
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}

figure.effect-jazz figcaption::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

figure.effect-jazz h3,
figure.effect-jazz p {
    opacity: 1;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
}

figure.effect-jazz h3 {
    padding-top: 26%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
    opacity: 0;
}

figure.effect-jazz p {
    padding: 0.5em 2em;
    text-transform: none;
    font-size: 15px;
    opacity: 0;
}

figure.effect-jazz:hover img {
    opacity: 1;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
}

figure.effect-jazz:hover figcaption::after {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
}

figure.effect-jazz:hover h3,
figure.effect-jazz:hover p {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    color: #fff;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
    z-index: 9;
    position: relative;
}
/*--------pager-------*/
.mypager {
    text-align: center;
}
.pagination {
    margin: 40px 0;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #0051a4;
    border-color: #ccc;
    color:#fff;
}

.pagination > li > a, .pagination > li > span {
    color: #666;
    border-color: #ccc;
    margin: 0 3px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    background-color: #767676;
    border-color: #767676;
    color:#fff;
}
.pagination > li:first-child > a, .pagination > li:first-child > span{
    border-radius: 0;
}

/*--------------product show-----------------*/

body.product.show .content .btn-back {
    margin-top: 50px;
}
.content .btn-back {
    margin-top: 50px;
}
body.product.show .pd-wrapper {
    padding: 0 0px 0 30px;
}
.pd-wrapper {
    padding: 0 0px 0 30px;
}
body.product.show .pd-bg{
    background: #fff;
    padding: 25px 25px 25px 15px;
    box-shadow: 1px 2px 12px rgba(0,0,0,.3);   
}

body.product.show .detail-bg {
    background: #fff;
    margin-top: 70px;
    padding: 0;
    box-shadow: 1px 2px 12px rgba(0,0,0,.3);
}
.detail-bg {
    background: #fff;
    margin-top: 70px;
    padding: 0;
    box-shadow: 1px 2px 12px rgba(0,0,0,.3);
}
body.product.show .detail {
    line-height: 32px;
    padding: 20px 30px;
    color: #000;
}

.pdviewbox .slick-prev:before,
.pdviewbox .slick-next:before{
    color:#0051a4;
}
.pdviewbox .slider-nav {
    padding: 0px 25px 0px 40px;
/*    height: 86px;*/
    margin: 20px 0;
}
.pdviewbox .slick-prev {
    left: 0;
}
.pdviewbox .slick-next {
    right: 0;
}
.pdviewbox .slider.slider-for {
    box-shadow: 0 0 0 1px #d2d2d2;
}
.pdviewbox .slider.slider-nav .slick-slide {
    margin: 2px 7px;
    box-shadow: 0 0 0 1px #d2d2d2;
}
.pdviewbox .slider.slider-nav .slick-slide:hover, 
.pdviewbox .slider.slider-nav .slick-slide:focus {
    box-shadow: 0 0 0 1px #0051a4;
}

.pdviewbox .slick-slide img {
    margin: 0 auto;
}
body.product.show .btnbox {
    text-align: left;
    margin: 0;
}

.pdinfo h2 {
    font-size: 24px;
    height: auto;
    color: #000;
    font-weight: bold;
    text-align: left;
    line-height:34px;
    padding: 0;
    padding-bottom:5px;
    margin-bottom: 18px;
    border-bottom:3px solid #0051a4;
}
.right-intro{
    padding-left:10px;
}
.left-intro,
.right-intro {
    display: inline-block;
    vertical-align: top;
}

.introbox {
    margin-bottom: 10px;
    font-size: 16px;
}

.introbox.b3 {
    margin-bottom: 20px;
}

.left-intro {
    color: #000;
}

.introbox.b1 .intro p {
    line-height: 24px;
    color: #000;
}
.introbox.b1 .intro {
    height: 230px;
    overflow: hidden;
    line-height: 26px;
    font-size: 16px;
}
.introbox.b1 .intro .focus{
    color:#e71616;
}

h4.price {
    margin: 0;
    color: #e71616;
    font-size: 18px;
}

h4.price span {
    font-size: 13px;
    text-decoration: line-through;
    color: #666;
    margin-left: 10px;
}

body.product.show .content .input-group-btn .btn {
    margin-top: 0;
}
button.btn.btn-default {
    padding: 6px 12px;
    height: 34px;
}
.number {
    position: relative;
    width: 40%;
}

.pdinfo .input-group {
    width: 100%;
    position: absolute;
}

.pdinfo .input-group input {
    text-align: center;
}

body.product.show .btnbox.cart {
    margin-top: 20px;
    float: left;  
}

.sharebox {
    float: left;
    clear: both;
    margin-top: 22px;
}

.titlebar {
    background-color: #0051a4;
    border-radius: 0;
    padding: 10px 20px;
    color: #fff;
    font-size: 20px;
}

.empty {
    text-align: center;
    color: #fff;
    background: rgba(63, 63, 63, 0.58);
    padding: 10px 0;
    border-radius: 4px;
}

/*contact
-----------------------------------*/
.contact-bg{
    background: #fff;
    padding: 15px 15px 25px 15px;
    box-shadow: 1px 2px 12px rgba(0,0,0,.3);  
}
.contact-text {
    text-align: center;
    margin-bottom: 30px;
}
.contact-text p {
    letter-spacing: .02em;
    line-height: 26px;
}

h3.heading {
    color: #666;
    font-weight: 500;
    line-height: 28px;
    border-bottom: 1px solid #b0b0b0;
}
h3.heading span{
    display:block;
}

ul.info {
    margin-top: 18px;
}
ul.info li {
    margin-bottom: 8px;
}
ul.info li p {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 18px;
}
i.fa{
    cursor: pointer; 
}
.contact i.fa {
    padding-right: 10px;
}
.contact-form .label {
    color: #666;
    display: block;
    text-align: left;
    padding-left: 0;
    font-weight: normal;
    font-size: 16px;
}
.form-group {
    margin-bottom: 20px;
}
.contact-form .input,
.contact-form .textarea,
form .input,
form .textarea {
    position: relative;
    display: block;
}

.contact-form .input i,
.contact-form .textarea i {
    position: absolute;
    top: 3px;
    width: 29px;
    height: 29px;
    font-size: 15px;
    line-height: 29px;
    text-align: center;
    right: 3px;
    border-left: 1px solid #ccc;
    color: #AEAEAE;
}

.contact-form .input-captcha img,
.login-form .input-captcha img,
.register-form .input-captcha img{
    position: absolute;
    top: 2px;
    right: 16px;
    border-left: 1px solid #AEAEAE;
}

.contact-form footer {
    text-align: right;
}

.contact-form .error, 
form .invalidate .error,
.register-form .error,
.form .error{
    position: absolute;
    right: 16px;
    top: 1px;
    padding: 7px 10px;
    border-radius: 3px;
    font-size: 13px;
}

.contact-form .error{
    right:1px;
}

.input-addr .error {
    top: 12px;
    right: 2px;
}
.addrbox .error {
    bottom: 1px;
    top: inherit;
}

.contact-form .has-success .error,
form .has-success .error {
    opacity: 0;
}
.twzipcode {
    position: relative;
}
.twzipcode .error {
    top: 0;
    bottom: inherit;
}
.message {
    color: #d50931;
    padding: 5px 0;
}
.message p {
    display: inline-block;
}
.contact-form .has-success .error,
form .has-success .error {
    opacity: 0;
}

.map {
    width: 100%;
    height: 220px;
    background: #eee;
    margin-top: 10px;
}

.maplabels {
    font-size: 22px;
    color: #0051a4;
    font-weight: bold;
    font-family: "微軟正黑體";
}

label.input,
label.textarea{
    padding-right: 0;
}

.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
}
.contact-box,.contact-box p{
    font-size: 16px;
    font-weight: normal;
}


/*member
---------------------------------- */
.loginbox h3 {
    margin-bottom: 30px;
    font-weight: 400;
}
.member label.input.input-captcha {
    padding: 0;
}
.register-form label.input.input-captcha {
    padding: 0 15px;
}


.loginbox h3 span,
.joinbox h3 span{
    display: block;
    font-size: 14px;
    text-transform: uppercase;
}
form.login-form {
    border-right: 1px dotted #ccc;
    padding-right: 90px;
    margin-right: -10px;
}
/*
.joinbox {
    padding-left: 80px;
}
*/
.login-form .error{
    position: absolute;
    right: 1px;
    top: 1px;
    padding: 7px 10px;
    border-radius: 3px;
    font-size: 13px;
}

.login-form label {
    margin-bottom: 10px;
}
/*
.login-form .form-control {
    border: 2px solid #c9c9c9;
}
*/
.vertical .tab-content.loginbox {
    padding: 0 0 0 70px;
    width:100%;
}
.joinbox .text {
    margin-bottom: 20px;
}
.joinbox .text p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 0;
}
.memberbox .row {
    margin: 0;
}
.memberbox {
    background: url(../_images/member/memberbox_bg.jpg) repeat-y;
    height: 55vh;
    margin: 0 5px;
    position: relative;
}
.text-pic {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 40px;
}

.member-btnbox {
    margin-left: 32%;
    padding-top: 100px;
}

.member-btnbox a {
    display: inline-block;
    padding: 10px 20px;
    width: 100%;
    background-color: rgba(43, 119, 206, 0.73);
    border-radius: 10px;
    margin-bottom: 20px;
    border: 1px solid #0051a4;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}

.member-btnbox a:hover {
    background-color: rgba(249, 187, 0, 0.58);
    border: 1px solid #f9bb00;
}

.member-btnbox a:nth-child(even) {
    margin-right: 0;
}

.member-btnbox a i {
    width: 75px;
    height: 75px;
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: middle;
    background-size: 95%;
}

.member-btnbox a i.logout {
    background-image: url("../_images/member/icon-logout.png");
}

.member-btnbox a i.order {
    background-image: url("../_images/member/icon-order.png");
}

.member-btnbox a i.infor {
    background-image: url("../_images/member/icon-infor.png");
}

.member-btnbox a i.password {
    background-image: url("../_images/member/icon-password.png");
}

.member-btnbox a i.bouns {
    background-image: url("../_images/member/icon-bouns.png");
}

.member-btnbox a .m-text {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.member-btnbox a .m-text h4 {
    color: #fff;
    font-weight: normal;
    margin: 0;
}

.member-btnbox a .m-text p {
    color: #fff;
    font-size: 14px;
    margin: 0;
}
.member-btnbox a:hover .m-text h4,
.member-btnbox a:hover .m-text p{
    color:#fff;
}
.step {
    text-align: center;
    padding:0;
}

.step1,
.step2,
.step3{
    display:inline-block;
    padding-left:20px;
}

.step-info i.fa{
    font-size: 20px;
    padding-left:20px;
    color:#b0b0b0;
}
.step-info p{
    font-size: 18px;
    color:#b0b0b0;
    padding-left: 10px;
    display:inline-block;
}
.step-info p.step-en{
    font-size: 16px;
    font-style:italic;
    font-weight:600;
} 
.step-info p span{
    font-size: 28px;
    color:#b0b0b0;
    font-style:italic;
}
.step .active p,
.step .active p span,
.step i.active {
    color:#0051a4;
}
.register-form {
    width: 783px;
    margin: 0 auto;
    border: 3px solid #ddd;
    padding: 40px 30px 20px;
    border-radius: 5px;
    background: #fff;
}

.center-block {
    text-align: center;
}

.center-block h4 {
    color: #0051a4;
}

input.addr {
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 5px;
    width: 100%;
    margin-top: 10px;
}

input[type="radio"],
input[type="checkbox"] {
    vertical-align: middle;
    margin: 0px 5px;
}

.icon-ok i {
    font-size: 100px;
    color: #f9bb00;
}

.modal-body .btn i {
    margin: 0;
}
.bonus-search {
    text-align: center;
    margin-bottom: 20px;
}
.bonus-search h4 {
    display: inline-block;
}
.bonus-search input {
    border: 1px solid #ccc;
    padding: 3px;
}
body.member.bonus .rwd-table tbody>tr>th:first-child {
    width: 5%;
}
body.member.bonus .rwd-table tbody>tr>th:nth-child(2) {
    width: 45%;
}
table.table.rwd-table {
    font-size: 15px;
}
/*order
-----------------------------------*/
.cartlist .total{
    border-top:1px solid #0051a4;
    border-bottom:1px solid #0051a4;
    padding: 5px 0;
    margin-top: 30px;
}
.cartlist {
    background: #fff;
    padding: 30px;
    box-shadow: 1px 2px 12px rgba(0,0,0,.3);
}
.cartbox {
    display: none;
    width: 370px;
    position: absolute;
    top: 65px;
    right: 0;
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #fff;
    z-index: 999;
}

.cartbox.open {
    display: block;
}
.btn-checkout-full {
    width: 100%;
}
.cartbox .img {
    width: 70px;
    height: 50px;
    display: inline-block;
}

.cartbox thead {
    background-color: #0051a4;
    color: #fff;
    font-size: 14px;
}

.cartbox .name {
    vertical-align: top;
    width: 55%;
    font-size: 14px;
    text-align: left;
}

.cartbox table>tbody>tr>td {
    text-align: center;
}
body.order .cartlist .rwd-table tbody>tr>th{
    background-color: #0051a4;
    color: #fff;
}
.cartlist .name {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}
.cartlist thead {
    background-color: #741321;
    color: #fff;
    font-size: 16px;
}
.cartlist .img {
    display: inline-block;
}
.cartlist .img.fill {
    width: 124px;
    height: 95px;
}

.cartlist input.input-xs {
    width: 60px;
    text-align: center;
}

.cartlist .table>tbody>tr>td {
    vertical-align: middle;
}
.table > thead > tr > th, 
.table > tbody > tr > th, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > tbody > tr > td, 
.table > tfoot > tr > td {
    border-top: none;
}
.totalbox-line {
    border-top: 1px solid #0051a4;
    padding: 10px 0;
}

.list-total .price:before {
    content: "NT$";
    display: inline-block;
    font-size: 12px;
    margin-right: 10px;
}

.list-total {
    text-align: right;
    font-size: 14px;
    line-height: 1.5em;
}
.list-total span {
    min-width: 80px;
    display: inline-block;
    vertical-align: middle;
}
.paytotal,
.paytotal span{
    color: #ff0032;
    font-weight: bold;
    font-size: 16px;
}
body.cart .total {
    font-weight: bold;
    color: #000;
}
.datalist {
    vertical-align: top;
    min-height: 350px;
}
.datalist .table-bg{
    background: #fff;
    padding: 30px;
    box-shadow: 1px 2px 12px rgba(0,0,0,.3);
}
.datalist .table {
    border: 0;
}
.datalist .title {
    background-color: #0051a4;
    color: #fff;
    padding: 6px 20px;
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.datalist .table th {
    width: 23%;
}
label.form-inline input {
    display: inline-block;
}
nav.leftbox,
nav.rightbox {
    display: inline-block;
    vertical-align: top;
    color: #000;
    line-height: 36px;
}

nav.leftbox li {
    font-weight: bold;
}

.notebox {
    background-color: #ffd2d8;
    padding: 20px;
}

.notelist li i {
    color: #c4001c;
    margin-right: 10px;
    vertical-align: top;
    margin-top: 8px;
    width:3%;
    float: left;
}

.notelist p.inline {
    width: 94%;
}

body.order .cartlist .title span {
    color: red;
}
body.order.p02 .cartlist .title span {
    color: #fff;
}
body.order.p04 .content .info {
    border-bottom: 1px solid #ccc;
    padding: 20px;
    text-align: center;
}

body.order.p04 .content .cartlist thead {
    background-color: #888;
}

body.order.p04 .totalbox-line {
    border-color: #ccc;
}

body.order.p04 .content .text p {
    line-height: normal;
}

body.order.p04 .cartlist {
    margin-top: 20px;
}
body.order.p04 .rwd-table tbody>tr>th{
    border-color: #ccc;
}
body.order.p04 .rwd-table tbody>tr>th,
body.order.p04 .rwd-table tbody>tr>td{
    padding:8px !important;
}
body.order.show .title {
    padding: 20px;
    font-size: 16px;
    color: #0051a4;
    border-bottom: 1px solid;
    margin-bottom: 20px;
}
body.order.show .title span {
    font-size: 16px;
    color: #0051a4;
}
body.order.show .show-bg{
    background: #fff;
    padding: 20px 20px 40px 20px;
}
body.order.show .cartlist {
    box-shadow:none; 
    padding:15px;
}
body.order.show .title i {
    margin-right: 10px;
}

body.order.show .title span {
    float: right;
}

body.order.show .leftbox .nav > li {
    background-color: #ddd;
    padding: 0 5px;
    margin-bottom: 1px;
}

body.order.show .rightbox .nav > li {
    border-bottom: 1px solid #ccc;
}

body.order.show nav.rightbox {
    width: 84%;
}
body.order.show .rwd-table tbody>tr>th {
    border-color:#ddd;
    width: 20%;
}
body.order.show .messagebox .rwd-table tbody>tr>th:first-child {
    width: 5%;
}
body.order.show .messagebox .rwd-table tbody>tr>td:first-child {
    text-align: center;
}
.infolist {
    margin-top: 20px;
}

td.reply,
td.message {
    width: 30%;
}

/*footer
---------------------------------- */
.subfooter h5 a{
    color:#0051a4;
}
.scrollToTop {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 40px 40px 40px;
    border-color: transparent transparent #0051a4 transparent;
    position: relative;
    bottom: -10px;
    float:right;
    cursor: pointer;
    z-index: 1005;   
}
.scrollToTop .top {
    position: absolute;
    color:#fff;
    font-size:13px;
    left:-12px;
    top:17px;
}
.subfooter {
    padding: 40px 0 10px 0;
    background: -webkit-linear-gradient(#ccc 5%,white 25%);
    background: linear-gradient(#ccc 5%,white 25%);
}

.flogo {
    padding-bottom: 20px;
    width: 75%;
}

.subfooter .navbar-nav > li {
    float: none;
    display: inline-block;
    vertical-align: top;
}
.fmenu-list .navbar-nav > li:before {
        content: "|";
        position: absolute;
        right: 0;
        color: #ccc;
        line-height: 50px;
        font-weight: 100;
}
.fmenu-list .navbar-nav > li:last-child:before{
        content: none;
}

.fmenu-info span {
    padding: 0 10px;
    padding-right: 20px;
}
.fmenu-list {
    float: left;
}
.fmenu-icon.hidden-xs {
    float: left;
    margin-left: 30px;
    margin-top: 10px;
}
.fmenu-icon .icon-youtube,
.fmenu-icon .icon-fb{
    display: inline-block;
    width: 30px;
    margin-left:10px;
}
.fmenu-icon .icon-youtube a:hover img,
.fmenu-icon .icon-fb a:hover img {
    opacity: .8;
}

.fmenu-nav{
    border-right:1px solid #ccc;
}
.subfooter .fmenu-info {
    padding-left: 15px;
    color:#666;
}
.subfooter .fmenu-info p {
    display: inline-block;
}
.phone-img {
    display: inline-block;
    vertical-align: top;
    padding: 7px 5px;
    height: 52px;
    width: 80px;
}
.phone-info{
    display:inline-block;
    text-align: justify;
}

.phone-info h5,
.phone-info h4{
    margin:0
}
.copyright {
    color: #fff;
    background:#0051a4; 
    text-align: center;
    font-size: 12px;
    padding:10px 0; 
}
.copyright a {
    color: #fff;
}

/*home
-------------------------------*/
body.home .breadcramb{
    display: none;
}

body.home .banner {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}


.banner .bx-wrapper .bx-viewport {
    box-shadow: none;
    border: 0;
    background-color: transparent;
    left: 0;
}

.banner .bx-wrapper .bx-pager {
    padding-top: 0;
    bottom: -30px;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a {
    background: #999;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a:hover,
.banner .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #de7388;
}

.slider.islider-nav {
    position: absolute;
    bottom: 50px;
    right: 350px;
    width: 30%;
}
.islider-nav .slick-slide.slick-active{
    cursor: pointer;    
}
.banner .slider.islider-for {
    box-shadow: 0 0 0 1px #d2d2d2;
}
.banner .slider.islider-nav .slick-slide {
    margin: 2px 7px;
    box-shadow: 0 0 0 1px rgba(210, 210, 210, 0.53);
}
.banner .slider.islider-nav .slick-slide img {
    opacity: 0.6;    
}
.banner .slider.islider-nav .slick-slide:hover, 
.banner .slider.islider-nav .slick-slide:focus {
    box-shadow: 0 0 0 1px #d2d2d2;
}
.banner .slider.islider-nav .slick-slide:hover img,
.banner .slider.islider-nav .slick-slide:focus img{
    opacity: 0.9;    
}

.newslist {
    border-bottom: 1px dotted #aaaaaa;
    padding: 5px 0;
    margin-bottom: 5px;
}

.newslist span.date {
    border-radius: 5px;
    background: #721321;
    color: #fff;
    padding: 5px 8px;
    font-size: 14px;
}

.newslist span.subject {
    margin-left: 10px;
    font-size: 16px;
    color: #000;
}

.youtube {
    display: inline-block;
    height: 168px;
}

.videobox {
    background: #731322;
    height: 168px;
    position: relative;
}

.videobox .info {
    vertical-align: top;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 45px;
    text-align: center;
}

.videobox p span {
    margin-right: 10px;
}

.videobox p.tel {
    font-size: 24px;
}

img.videobg {
    margin-left: -170px;
}

.aboutbox {
    background-image: url(../_images/index/aboutbox-bg.jpg);
    background-position: 50% 50%;
    text-align: center;
    color: #000;
    padding-bottom: 50px;
    background-size: cover;
}

.aboutbox h3 {
    color: #000;
}

a.more {
    background: #741321;
    color: #fff;
    padding: 5px 8px;
    border-radius: 5px;
    font-size: 12px;
    display: block;
    width: 80px;
    margin: 10px auto 20px;
    text-transform: uppercase;
}

a.more:hover {
    background: #a21d30;
}

body.home .fb_iframe_widget_fluid {
    display: inline-block;
    width: 300px;
}


/*button
-------------------------------*/

.btn {
    height:42px;
    border-radius: 8px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    padding: 9px 22px;
    color: #000;
    background-color: #f9bb00;
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #fff;
    background-color: #e71616;
}
.btnbox.cart a:hover,
.btnbox.cart a:focus{
    color:#fff;
    background-color: #e71616;
}
.btn i {
    margin-right: 10px;
}
.btn.btn-checkout,
.btn.btn-send{
    color: #fff;
    background-color: #e71616;    
}

.btn-login {
    width: 100%;
    background-color: #767676;
    margin-top: 10px;
    color: #fff;
}
.btn-fb img {
    height: 24px;
}

.btn-fb {
    width: 100%;
    background-color: #3c5a99;
    background-image: none;
    line-height: 24px;
    margin-top: 10px;
    color: #fff;
}
.btn-fb:hover,
.btn-fb:focus {
    background-image: none;
    background-color: #3F5A93;
    opacity: 0.9;
}

.order.p02 .btn-checkout,
.order.p02 .btn-return{
    width: 132px;
}

.btn-back i {
    font-size: 10px;
    margin-right: 10px;
}

.btn-default {
    background: #ccc;
    font-size: 14px;
    color: #666;
}

.btn-purple {
    background: #dbcde0;
    color: #560f29;
}

.header-link .i-search {
    background: url(../_images/all/icon-search.png) no-repeat center top;
    background-size: cover;
    width: 22px;
    height: 22px;
    display: block;
}

.btn-go {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    padding: 0;
    font-size: 12px;
    background-color: #0051a4;
}
.btn-go:hover, 
.btn-go:focus, 
.btn-go.focus {
    background-color: #f9bb00;
    width: 24px;
    height: 24px;
    background-size: cover;
}

.btn-del {
    color: #0051a4;
    background-color: transparent;
    border: 0;
}
.btnbox {
    text-align: center;
    margin-top: 20px;
}
/*form
--------------------------------*/
.inline {
    display: inline-block;
    width: auto;
}

.twzipcode select,
.twzipcode input {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-right: 5px;
}

.twzipcode input {
    width: 85px;
}

#register-form .form-control {
    display: inline-block;
    width: 100%;
}

.error {
    display: inline-block;
    padding: 6px 10px;
    background: #e71616;
    border-radius: 5px;
    margin-left: 5px;
    color: #fff;
    position: relative;
}

.error::before {
    box-sizing: content-box;
    width: 0;
    height: 0;
    position: absolute;
    content: "";
    top: 8px;
    right: 100%;
    border: 8px solid rgba(0, 0, 0, 0);
    border-right: 10px solid #e71616;
    border-left: 0 solid;
    font: normal 100%/normal Arial, Helvetica, sans-serif;
    color: rgba(0, 0, 0, 1);
    text-overflow: clip;
    text-shadow: none;
}

.codebox,
.codepic {
    display: inline-block;
}

label span {
    vertical-align: middle;
}

.sign {
    color: #0051a4;
}

.btnbox.t-line {
    border-top: 3px solid #ddd;
    padding-top: 20px;
}


/*Modal
-------------------------------*/

.modal .titlebox {
    border-radius: 5px;
    border: 1px solid #ccc;
}

.modal .titlebox a {
    display: inline-block;
    width: 50%;
    text-align: center;
    background-color: #b5b5b5;
    padding: 5px;
    margin-right: -3px;
    color: #000;
}

.modal .titlebox a.active,
.modal .titlebox a:hover {
    background-color: #dbcde0;
}

.modal-dialog {
    width: 400px;
    margin: 30px auto;
}

.modal-body .input-group {
    margin-bottom: 10px;
}

.modal .input-group .form-control {
    height: 36px;
    font-size: 15px;
}

.modal .input-group .form-control.input-sm {
    width: 50%;
    border-radius: 0px 5px 5px 0;
}

a.code {
    font-size: 18px;
    color: #666;
}

.modal .login-btnbox .btn {
    padding: 6px 0;
    font-size: 22px;
    margin-bottom: 10px;
}

.modal-footer {
    text-align: center;
}


/*table
-------------------------------*/
table.table.noline th,
table.table.noline td {
    border-top: 0;
}

table.table.table-gray th,
table.table.table-gray thead {
    color: #000;
}

th.pdimg {
    width: 10%;
    text-align: center;
}

th.w-80 {
    width: 80px;
}

th.pdname,
td.pdname {
    text-align: left;
}
.rwd-table td:before {
        display: none;
}
.rwd-table th,
.rwd-table td {
    display: table-cell;
    padding: 0.25em 0.5em;
}

.rwd-table th:first-child,
.rwd-table td:first-child {
    
}

.rwd-table th:last-child,
.rwd-table td:last-child {
   
}

.rwd-table th,
.rwd-table td {
    
}
.rwd-table tbody>tr>th {
    border-color: #0051a4;
    color: #0051a4;
}
.rwd-table tr:nth-of-type(2n) {
    background: #eee;
}
td p {
    margin: 0;
    line-height: normal;
}

/*layout
-------------------------------*/

.m-l-10 {
    margin-left: 10px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-r-20 {
    margin-right: 20px;
}

.clearfix {
    clear: both;
}
/*vertical tabs
-------------------------------*/

.member-tabs{
    padding:30px 0;
    background: #fff;
    box-shadow: 1px 2px 12px rgba(0,0,0,.3);
}

.nav-tabs > li > a {
    border: none;
}

.vertical .nav-tabs > li.active > a,
.vertical .nav-tabs > li.active > a:hover,
.vertical .nav-tabs > li.active > a:focus{
    border: 0;
    color:#0051a4;
    background-color: transparent;
}

.vertical .nav-tabs,
.vertical .tab-content {
    display: table-cell;
    margin: 0;
    vertical-align: top;
}

.vertical .nav-tabs {
    border: 0;
    box-shadow: 5px 0px 5px rgba(95, 95, 95, 0.2);
    min-width:160px;
}
.vertical .nav-tabs > li{
    float: none;
    font-size: 20px;
}

.vertical .tab-pane {
    min-height: 400px;
    width: 100%;
    text-align: center;
}



/*editor
-------------------------------*/

.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor p {
    color: #000;
}

.editor p {
    font-size: 16px;
    line-height: 30px;
}

.editor img {
    border: 0;
    margin: 10px 0;
    max-width: 100%;
}

.editor h4{
    font-size:20px;
}
.note-tabs .editor li {
    line-height: 30px;
    font-size: 16px;
    color:#252525;
}
/*print
-------------------------------*/
@media print{
    body,.container{
        margin:0;
        padding:0;
        overflow: hidden;
    }
    header,footer,
    .page-class,
    .content .container h2,
    .alltitle,
    body.order.p04 .content .info,
    .container .btnbox,
    .banner,
    .breadcramb{
        display: none;
    }
    .notebox{
        padding:0;
        background:none;
    }
    .notelist p{
        font-size: 14px;
        margin-bottom: 0;
    }
    .rwd-table th:last-child, .rwd-table td:last-child {
        border-bottom: 1px solid #ccc;
    }
}

