﻿@charset 'utf-8';
@import url('https://fonts.googleapis.com/css?family=Architects+Daughter|Bentham|Gentium+Book+Basic|Inder');

/*------------ basic ------------*/

body {
    font-family: Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    color: #333333;
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 0.05em;
}

.container {
    padding: 0 15px;
    max-width: 1470px;
    font-family: Arial, '微軟正黑體';
}

/*------------ / basic ------------*/


/*------------ icon ------------*/

.icon {}

/*------------ / icon ------------*/


/*------------ btn ------------*/

.share .btn {
    background: #222222;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 28px;
    border-radius: 50%;
    margin-left: 2px;
    transition: all .2s;
}

.share .btn:hover {
    background: #80AF5D;
    color: #fff;
}

.share_box {
    margin: -15px 0 35px 0;
}

.share-link button,
.share-link a {
    width: 30px;
    height: 30px;
    color: #d1e5aa;
    font-size: 30px;
    text-align: center;
    line-height: 32px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.a2a_default_style .a2a_svg {
    display: none;
}

.share-link li a {
    font-size: 31px;
    width: auto;
    float: none;
    height: auto;
    line-height: 30px;
    cursor: pointer;
}

.share-link .facebook:hover {
    color: #405D9A;
}

.share-link .google:hover {
    color: #F34537;
}

.share-link .twitter:hover {
    color: #39A0CE;
}

.share-link .plurk:hover {
    color: #E9443D;
}

.share-link .line:hover {
    color: #00C300;
}

.share-link .linkedin:hover {
    color: #0177B5;
}

.share-link .share-link:hover {
    color: #00C300;
}

.share-link .blogger:hover {
    color: #F26C38;
}

.share-link .mail:hover {
    color: #F6C13D;
}

.a2a_button_whatsapp:hover {
    color: #F34537;
}

.a2a_button_sina_weibo:hover {
    color: #F34537;
}

.btn.back {
    color: #444444;
    border: 1px solid #9A9A9A;
    border-radius: 30px;
    font-size: 15px;
    padding: 8px 6% 8px 50px;
    position: relative;
    font-family: 'Inder', '微軟正黑體', sans-serif;
}

.btn.back i:before {
    position: absolute;
    left: 15px;
    font-size: 30px;
    top: 1px;
    color: #9B9B9B;
}

.btn.back:hover i:before {
    color: #fff;
}

.btn.back:hover {
    background: #555555;
    color: #fff;
}

.ibtn.more {
    background-image: url('../../images/common/btn_more.png');
    width: 101px;
    height: 29px;
}

.btn.simple {
    float: left;
    background: #aaa;
    width: 50%;
    height: 40px;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.075em;
    line-height: 38px;
    border: 1px solid #fff;
    position: relative;
}

.btn.simple:hover {
    background: #333;
}

.btn.simple.bg2 {
    background: #555555;
}

.btn.simple.bg2:hover {
    background: #80AF5D;
}

.btn.simple2 {
    background: #555555;
    border: 1px solid #555555;
    height: 35px;
    line-height: 33px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.1em;
    width: 90%;
    max-width: 300px;
    margin: 0 3px 10px;
    position: relative;
}

.btn.simple2:hover {
    border-color: #80AF5D;
    background: #80AF5D;
}

.btn.simple2 .ic {
    vertical-align: text-bottom;
    margin: 0 8px 0 0;
    color: #7FCAA5;
    font-size: 18px;
}

.btn.simple2 .ic3-angle-double-left,
.btn.simple2 .ic3-angle-double-right {
    position: absolute;
    top: 10px;
    color: #bbb;
    font-size: 12px;
    margin: 0;
}

.btn.simple2 .ic3-angle-double-left {
    left: 8px;
}

.btn.simple2 .ic3-angle-double-right {
    right: 8px;
}

.btn.normal {
    color: #444444;
    font-size: 15px;
    padding: 0 10px;
    min-width: 170px;
    line-height: 40px;
    border: 1px solid #888888;
    margin: 0 2px 10px;
    border-radius: 30px;
    transition: all .2s;
}

.btn.normal:hover {
    background: #888888;
    border: 1px solid #888888;
    color: #fff;
}

.btn.normal.send {
    width: 220px;
    font-size: 20px;
    font-weight: bold;
}

.btn.normal .ic {
    vertical-align: middle;
    font-size: 18px;
    margin: 0 0 5px 0;
}

.btn.pure {
    color: #666;
    line-height: 30px;
    margin: 0 5px 10px;
}

.btn.pure:hover {
    color: #80AF5D;
    text-decoration: underline;
}

/*------------ / btn ------------*/


/*------------ site_header ------------*/

.site-header {
    position: fixed;
    z-index: 11;
    width: 100%;
    background: #fff;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
}

.site-all {
    box-shadow: 0px 1px 5px 3px rgba(0, 0, 0, 0.05);
    display: block;
    position: fixed;
    z-index: 11;
    top: 100px;
    background: #fff;
}

.site-title {
    padding: 0px 0;
}

.site-title .logo {
    background: url(../../images/common/logo.png) 50% 50% / contain no-repeat;
    width: 99px;
    height: 80px;
    transition: opacity .3s ease;
    margin: 35px auto 20px;
    display: block;
}

.site-title .logo:hover {
    opacity: .7;
}

.top-nav {
    z-index: 10;
    background: #fff;
    margin: 10px 0;
}

.top-nav>* {
    display: inline-block;
    vertical-align: middle;
}

.func-menu {
    margin: 0 10px;
}

.func-menu>li {
    padding: 2px 0;
}

.func-menu>li>a {
    color: #111111;
    line-height: 1;
    border-radius: 4px;
    padding: 0 8px;
}


.func-menu>li>a:before {
    content: '';
    width: 1px;
    height: 17px;
    display: block;
    background: url('../../images/common/menu_border2.png');
    position: absolute;
    left: -5px;
}

.func-menu .ic {
    vertical-align: text-bottom;
    margin: 0 5px 1px 3px;
}

.func-menu .ic3-user-cross {
    font-size: 16px;
    margin: 0 4px -1px 4px;
}

.func-menu>li.gocart {
    position: relative;
}

.func-menu>li.gocart i {
    color: #80AF5D;
}

.func-menu>li a:hover,
.func-menu>li:nth-child(2)>a:hover:after,
.func-menu>li.gocart a {
    color: #DA3524;
}

.func-menu>li.gocart a:hover i {
    color: #888888;
}

.func-menu .cart-box {
    position: absolute;
    z-index: 10;
    width: 300px;
    left: 0;
    top: 100%;
    border: 2px solid #F29D4C;
    background: #fff;
    padding: 5px;
    box-sizing: border-box;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
}

.func-menu .gocart.active .cart-box {
    pointer-events: visible;
    visibility: visible;
    opacity: 1;
    transform: rotateX(0);
}

.func-menu .cart-box .btn {
    width: 100%;
    background: #555555;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 39px;
    letter-spacing: 0.05em;
    transition: all .2s;
}

.func-menu .cart-box .btn:hover {
    background: #80AF5D;
}

.func-menu .cart-box .btn .ic {
    font-size: 20px;
    margin-right: 0;
}

.func-menu .cart-list {
    padding: 4px;
}

.func-menu .cart-list li+li {
    border-top: 1px dashed #bbb;
}

.func-menu .cart-list a {
    display: block;
    overflow: hidden;
    padding: 8px;
}

.func-menu .cart-list a:hover {
    background: #eee;
}

.func-menu .cart-list .pic {
    float: left;
    width: 70px;
}

.func-menu .cart-list .txt {
    margin-left: 82px;
    line-height: 1.7;
}

.func-menu .cart-list .name {
    display: block;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
    font-size: 15px;
}

.func-menu .cart-list a:hover .name {
    text-decoration: underline;
}

.func-menu .cart-list .qty {
    color: #F2856C;
}

.top-nav .language {
    position: relative;
    width: 115px;
    letter-spacing: 0;
    display: none;
}

.top-nav .language:before {
    content: '';
    color: #ccc;
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
    position: absolute;
    right: 100%;
}

.top-nav .language .btn {
    width: 100%;
    border: 1px solid #BBBBBB;
    text-align: left;
    line-height: 28px;
    padding: 0 25px 0 10px;
    position: relative;
}

.top-nav .language .btn:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #BBBBBB transparent transparent transparent;
    position: absolute;
    right: 8px;
    top: 11px;
}

.top-nav .language ul {
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
}

.top-nav .language li {
    display: block;
}

.top-nav .language li a {
    display: block;
    background: #fff;
    color: #000;
    padding: 4px 10px;
}

.top-nav .language li a:hover {
    color: #fff;
    background: #BBBBBB;
}

.site-nav {
    min-width: 185px;
    padding: 10px 0 20px 0;
}

.site-nav>* {
    display: inline-block;
    vertical-align: middle;
}

.site-nav .menu {
    text-align: left;
    width: 100%;
}

.site-nav .menu li {
    position: relative;
}

.site-nav .menu li a {
    display: block;
    position: relative;
}

.site-nav .menu>li>a {
    color: #7b7b7b;
    font-size: 16px;
    padding: 8px 15px;
    text-align: center;
    -webkit-transition: color .25s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: color .25s cubic-bezier(.215, .61, .355, 1) 0s;
}

.site-nav .menu>li>a:after {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #111111;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 100% 50% 0;
    -ms-transform-origin: 100% 50% 0;
    transform-origin: 100% 50% 0;
    -webkit-transition: -webkit-transform .25s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: transform .25s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: transform .25s cubic-bezier(.215, .61, .355, 1) 0s, -webkit-transform .25s cubic-bezier(.215, .61, .355, 1) 0s;
}

.site-nav .menu>li>a span {
    display: inline-block;
    padding: 0 15px;
    background: #fff;
    position: relative;
    z-index: 10;
}

.site-nav .menu>li>a:hover,
.site-nav .menu>li.active>a {
    color: #111111;
    -webkit-transition: color .45s cubic-bezier(.23, 1, .32, 1) 0s;
    transition: color .45s cubic-bezier(.23, 1, .32, 1) 0s;
}

.site-nav .menu>li>a:hover:after,
.site-nav .menu>li.active>a:after {
    -webkit-transform-origin: 0 50% 0;
    -ms-transform-origin: 0 50% 0;
    transform-origin: 0 50% 0;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: -webkit-transform .45s cubic-bezier(.23, 1, .32, 1) 0s;
    transition: transform .45s cubic-bezier(.23, 1, .32, 1) 0s;
    transition: transform .45s cubic-bezier(.23, 1, .32, 1) 0s, -webkit-transform .45s cubic-bezier(.23, 1, .32, 1) 0s;
}

.site-nav .menu ul {
    display: none;
    font-family: Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    position: absolute;
    background-color: #fff;
    z-index: 600;
    width: 208px;
    border: 3px solid #80CAA5;
    box-sizing: border-box;
}

.site-nav .menu>li>ul {
    top: 100%;
    left: 50%;
    margin-left: -104px;
}

.site-nav .menu>li>ul:before {
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #80caa5 transparent;
    display: block;
    position: absolute;
    bottom: 100%;
    left: 50%;
    right: 0;
    margin-left: -10px;
}

.site-nav .menu ul li+li {
    border-top: 1px solid #e8e8e8;
    background: url('../../images/common/menu_border.png') no-repeat 50% 0;
}

.site-nav .menu ul li a {
    font-size: 14px;
    text-align: center;
    padding: 6px 8px;
    border: 1px solid #fff;
}

.site-nav .menu ul li a:hover,
.site-nav .menu ul li.active>a {
    color: #fff;
    background: #80CAA5;
}

.site-nav .menu ul ul {
    left: 100%;
    top: 0;
}

.site-nav .menu>li:nth-last-child(-n+2) {
    display: none;
}

.site-header .search-box {
    position: relative;
    width: 200px;
    box-sizing: border-box;
}

.site-header .search-box .form-control {
    border: 1px solid #BBBBBB;
    background: #fff;
    height: 30px;
    line-height: 28px;
    margin: 0;
    padding: 0 35px 0 12px;
}

.site-header .search-box .form-control:focus {
    border-color: #F29D4C;
}

.site-header .search-box .ibtn.search {
    background-image: url(../../images/common/btn_search.png);
    width: 28px;
    height: 20px;
    position: absolute;
    right: 2px;
    top: 4px;
}

/*------------ / site_header ------------*/


/*------------ banner ------------*/

.banner {
    position: relative;
    margin: 50px 0 0 0px;
    background: #F4F3F4;
    padding: 60px 0;
}

.banner .container {
    max-width: 1440px;
    padding: 0 0 0 210px;
}

.banner button.slick-arrow {
    background: url(../../images/common/index/arrow.png) 0 0 no-repeat;
    width: 41px;
    height: 40px;
    position: absolute;
    top: 45%;
    white-space: nowrap;
    text-indent: 100%;
    text-align: left;
    overflow: hidden;
    padding: 0;
    margin: 0 6px;
    border: none;
    z-index: 10;
}

.banner button.slick-prev {
    left: 0px;
}

.banner button.slick-prev:hover {
    background-position: 0 100%;
}

.banner button.slick-next {
    background-position: 100% 0%;
    right: 0px;
}

.banner button.slick-next:hover {
    background-position: 100% 100%;
}

.banner_txt {
    position: absolute;
    left: 23%;
    top: 33%;
    line-height: 1.2;
    color: transparent;
    font-size: 13px;
    font-family: 'Inder', '微軟正黑體', sans-serif;
    letter-spacing: 0.5em;
}

.banner_txt .title {
    color: #111111;
    font-size: 20px;
    font-family: 'Gentium Basic', '微軟正黑體', serif;
    letter-spacing: 0.05em;
}

.banner_txt .title span {
    color:#F29D4C;
    font-size: 50px;
    margin: 0 0 5px;
    display: block;
    font-weight: normal;
}

.banner_txt b {
    display: none;
}

.banner_txt .title:after {
    display: block;
    margin: -5px 0 10px;
}

.about_txt .banner_txt .title span:before {
    content: "About us";
}

.about_txt .banner_txt .title:after {
    content: "關於我們";
}

.news_txt .banner_txt .title span:before {
    content: "News";
}

.news_txt .banner_txt .title:after {
    content: "最新消息";
}

.pro_txt .banner_txt .title span:before {
    content: "Online shop";
}

.pro_txt .banner_txt .title:after {
    content: "產品介紹";
}

.cart_txt .banner_txt .title span:before {
    content: "Shopping cart";
}

.cart_txt .banner_txt .title:after {
    content: "購物車";
}

.order_txt .banner_txt .title span:before {
    content: "Order";
}

.order_txt .banner_txt .title:after {
    content: "訂單查詢";
}

.paid_txt .banner_txt .title span:before {
    content: "Remittance";
}

.paid_txt .banner_txt .title:after {
    content: "匯款通知";
}

.notice_txt .banner_txt .title span:before {
    content: "Notice";
}

.notice_txt .banner_txt .title:after {
    content: "購物須知";
}

.contact_txt .banner_txt .title span:before {
    content: "Contact us";
}

.contact_txt .banner_txt .title:after {
    content: "聯絡我們";
}

.member_txt .banner_txt .title span:before {
    content: "Member";
}

.member_txt .banner_txt .title:after {
    content: "會員專區";
}

.disc_txt .banner_txt .title span:before {
    content: "Disclaimer";
}

.disc_txt .banner_txt .title:after {
    content: "免責聲明";
}

.terms_txt .banner_txt .title span:before {
    content: "Terms of use";
}

.terms_txt .banner_txt .title:after {
    content: "使用條款";
}

/*------------ / banner ------------*/


/*------------ site_main ------------*/

.main-top .container {
    max-width: 1440px;
    padding: 0;
}

.main-title {
    font-family: "Architects Daughter", 微軟正黑體, cursive;
    font-size: 16px;
    font-weight: normal;
    color: #333333;
    text-transform: uppercase;
    margin: 8px 0 0 0;
    font-style: italic;
    float: left;
}

.site-main {
    background: url('../../images/common/bg.jpg') 0 0 no-repeat;
    position: relative;
}

.site-main:before {
    content: '  ';
    background: url('../../images/common/bg_r.png') 0 0 no-repeat;
    position: absolute;
    right: 0;
    bottom: -170px;
    width: 261px;
    height: 398px;
    z-index: 13;
}

.site-main .container {
    padding: 20px 0 0 230px;
    z-index: 5;
}

.main-content {
    padding: 0 0 70px;
}

.content {
    min-height: 300px;
    box-sizing: border-box;
}

.content-top {
    margin-bottom: 30px;
}

.content-title {
    margin: 0;
    color: rgba(186, 25, 38, .7);
    position: relative;
    padding: 8px 0 0 40px;
    font-size: 16px;
    float: left;
}

.content-title i {
    position: relative;
}

.content-title i:before {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -30px;
    top: -4px;
    font-size: 22px;
    font-weight: normal;
    color: #848484;
}

.second-title {
    margin: 0 0 20px 0;
}

.content-title2 {
    display: inline-block;
    text-align: center;
    margin: 20px auto 30px;
    width: 100%;
}

.content-title2 span {
    box-sizing: border-box;
    text-align: center;
    color: #333;
    font-size: 24px;
    font-family: 'Inder', '微軟正黑體', sans-serif;
    text-transform: uppercase;
    position: relative;
}

.content-title2 span:before {
    content: "";
    display: block;
    width: 37px;
    height: 35px;
    margin: 0 auto 5px;
    background: url('../../images/common/tit_ic.png');
}
.content-title2 span span:before{
	display: none;
}

.content-title .keyword {
    color: #F2856C;
}

.shopping-title {
    color: #1F1811;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
}

.shopping-title .ic {
    font-size: 22px;
    color: #7FCAA5;
    vertical-align: middle;
    margin: 0 3px 3px 0;
}

.shopping-title .ic3-bag-plus {
    font-size: 26px;
    margin-right: 10px;
}

.btn-box {
    clear: both;
    padding-top: 30px;
    position: relative;
    text-align: center;
}

.btn-box:before {
    content: "...........................................................................................................................................................................................";
    font-size: 1px;
    letter-spacing: 2px;
    display: block;
    overflow: hidden;
    height: 14px;
    margin: 0 0 20px 0;
}

.btn-box:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.btn-box.wide-spacing {
    letter-spacing: 15px;
}

.btn-box.wide-spacing * {
    letter-spacing: 0.1em;
}

.warning-sect {
    padding: 30px 0;
    position: relative;
    z-index: 10;
    background: #fff;
}

/*------------ / site_main ------------*/


/*------------ breadcrumb ------------*/

.breadcrumb {
    text-align: right;
    color: #868686;
    font-size: 13px;
    position: absolute;
    right: 0%;
    top: 40px;
    z-index: 11;
    text-transform: uppercase;
}

.has-side .breadcrumb {
    text-align: right;
    color: #858585;
    font-size: 12px;
    position: absolute;
    right: 315px;
    top: 50px;
    z-index: 11;
    text-transform: uppercase;
}

.breadcrumb li,
.breadcrumb li a {
    display: inline;
}

.breadcrumb li+li:before {
    content: '> ';
    display: inline-block;
    margin: 0 3px;
}

.breadcrumb li a:hover {
    color: #333;
}

.content-top .breadcrumb {
    background: none;
    float: right;
    color: #BABABA;
    padding: 6px 0;
}

.content-top .breadcrumb:before,
.content-top .breadcrumb:after {
    content: '/';
}

.content-top .breadcrumb li+li:before {
    content: '> ';
}

.content-top .breadcrumb li:first-child a:before {
    display: none;
}

/*------------ / breadcrumb ------------*/


/*------------ side ------------*/

.side {
    width: 220px;
    float: right;
}

.has-side .content {
    width: calc(100% - 270px);
    float: left;
    padding: 0 50px 0 0;
    background: url('../../images/common/menu_border2.png') repeat-y right top;
}

.side-title {
    font-size: 26px;
    font-family: "Architects Daughter", 微軟正黑體, cursive;
    font-style: italic;
    color: #333333;
    line-height: 28px;
    position: relative;
    margin: 0px 0 20px 0;
}

.side-title p {
    font-style: normal;
    font-size: 20px;
    margin: 5px 0 20px 0;
}

.side-nav,
.side-nav-top {
    position: relative;
    font-size: 15px;
}

.side-nav-top {
    margin: 0 0 15px;
}

.side-nav li a,
.side-nav-top li a {
    position: relative;
    display: block;
    line-height: 1.4;
    transition: all .2s;
    font-size: 16px;
    margin-bottom: 2px;
    padding: 8px 10px;
}

.side-nav-top>li>a {
    border: 1px solid #80AF5D;
    color: #80AF5D;
    padding: 7px 10px;
    border-radius: 7px;
}

.side-nav-top>li>a:hover,
.side-nav-top>li.active>a {
    background: #80AF5D;
    color: #fff;
    border-radius: 0;
}

.side-nav>li>a {
    color: #715E4F;
    padding: 8px 10px 8px 25px;
}

.side-nav>li>a:before {
    content: "";
    width: 8px;
    height: 3px;
    display: block;
    background: #b9b3af;
    position: absolute;
    top: 16px;
    left: 0;
}

.side-nav>li>a:hover,
.side-nav>li.active>a {
    color: #111111;
    font-weight: bold;
}

.side-nav ul {
    display: none;
    margin: 0 0 20px;
}

.side-nav ul li a {
    border: 1px solid #CCCCCC;
    font-size: 15px;
    color: #545454;
    border-radius: 25px;
    padding: 5px 10px 5px 25px;
}

.side-nav ul li a:hover,
.side-nav ul li.active>a {
    background: #F29D4C;
    border-color: #F29D4C;
    color: #fff;
}

/*------------ / side ------------*/


/*------------ site_footer ------------*/

.footer-top {
    color: #111111;
    padding: 30px 0;
    letter-spacing: 0;
    background: url('../../images/common/footer_bg.png') center top repeat #fff;
    position: relative;
    z-index: 12;
}

.footer-top a {
    color: #111111;
}

.footer-top a:hover {
    color: #111111;
    text-decoration: underline;
}

.footer-top .row {
    margin: 0 -20px;
}

.footer-top .col {
    float: left;
    padding: 0 20px;
}

.footer-top .col1 {
    border-left-width: 0;
    width: 32%;
}

.footer-top .col2 {
    width: 68%;
}

.footer-title {
    color: #333333;
    font-size: 20px;
    letter-spacing: 4px;
    font-weight: bold;
    margin-bottom: 12px;
    border-bottom: 1px solid #A4F0CC;
    padding: 0 0 5px 10px;
    font-family: 'Gentium Basic', '微軟正黑體', serif;
}

.site-map ul {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0.5px;
    text-align: left;
}

.site-map ul li {
    margin: 8px 0;
}

.site-map ul li a {
    display: inline-block;
    padding: 3px 40px 3px 0px;
    position: relative;
    font-size: 13px;
}

.footer-top .ibtn.gotop {
    position: absolute;
    right: 20px;
    top: -10px;
}

.follow {
    float: left;
    margin-top: 20px;
    max-width: 102px;
}

.qrcode {
    display: inline-block;
}

.ibtn.fb-fans-page {
    background: url('../../images/tw/fb_page.png');
    display: block;
    width: 195px;
    height: 85px;
}

.ibtn.fb-fans-page:hover {
    background-position: 0 100%;
}

.site-info {
    float: left;
    margin: 0 0 0 10px;
    line-height: 2.5;
    letter-spacing: 0.5px;
    color: #212121;
    width: calc(95% - 102px);
}

.site-info span {
    font-weight: bold;
    margin: 0 10px 0 0;
    width: 40px;
    display: block;
    float: left;
    color: #222222;
}

.footer-top .share {
    float: right;
    margin: 71px 0 0 0;
    position: relative;
}

.footer-top .share:before {
    content: "";
    background: url('../../images/common/footer_ic.png');
    width: 232px;
    height: 20px;
    display: block;
    position: absolute;
    bottom: 100%;
    right: 0;
    margin: 0 0 10px 0;
}

.footer-bottom {
    background: #fff;
    font-size: 12px;
    color: #111111;
    letter-spacing: 2px;
    text-align: center;
    padding: 10px 0;
}

.footer-bottom a {
    color: #111111;
}

.footer-bottom a:hover {
    text-decoration: underline;
}

.footer-info {
    text-align: center;
    padding-bottom: 15px;
}

.footer-info * {
    display: inline-block;
    vertical-align: middle;
}

.footer-info .share {
    margin: 5px;
}

.footer-info img {
    margin: 5px;
}

.footer-info .ibtn.fb-fans-page {
    display: inline-block;
    text-indent: 0;
    color: transparent;
    margin: 5px;
}

.footer-info .share .btn {
    line-height: 22px;
}

/*------------ / site_footer ------------*/


/*------------ floating ------------*/

.floating,
.floating.fancybox-margin {
    display: none;
    position: fixed;
    right: 50%;
    bottom: 30%;
    margin-right: -800px;
    z-index: 400;
    transition: all .3s ease;
}

.floating .btn.gocart {
    display: block;
    margin: 0 auto 5px;
    ;
    background: url('../../images/common/gocart.svg') no-repeat;
    width: 60px;
    height: 60px;
    color: #444;
    font-size: 16px;
    font-weight: bold;
    padding-top: 30px;
}

.no-svg .floating .btn.gocart {
    background-image: url('../../images/common/gocart.png');
}

.floating .btn.gocart:hover {
    background-position: 0 100%;
    color: #fff;
}

.floating .ibtn.gotop {
    display: none;
}

.floating .ibtn.gotop,
.footer-top .ibtn.gotop {
    background-image: url(../../images/common/gotop.png);
    background-position: 0 100%;
    width: 53px;
    height: 41px;
}

.footer-top .ibtn.gotop:hover,
.floating .ibtn.gotop:hover {
    background-position: 0 0;
}

#keyreply-container {
    bottom: 0px !important;
}

/*------------ / floating ------------*/


/*------------ pagination ------------*/

.pagination {
    padding: 0;
    margin: 0;
    text-align: center;
    letter-spacing: 0;
}

.pagination li {
    display: inline-block;
    vertical-align: top;
}

.pagination li a {
    display: block;
    min-width: 25px;
    height: 25px;
    line-height: 25px;
    color: #9B9B9B;
    font-size: 14px;
    padding: 0 5px;
    margin: 0 2px;
    border-radius: 50%;
    border: 1px solid #9A9A9A;
    box-sizing: border-box;
}

.pagination li a:hover,
.pagination li.active a {
    background: #555555;
    color: #fff;
}

.pagination li a.controls {
    padding: 0;
    font-size: 19px;
}

.pagination li a.controls:hover {
    background: #555555;
    color: #fff;
}

.page-info {
    display: none;
}

.page-info .form-control {
    height: 30px;
    line-height: 28px;
    border: 1px solid #ddd;
    margin: 0;
    background: none;
}

.page-info .form-control:focus {}

/*------------ / pagination ------------*/


/*------------ form ------------*/

.reminder {
    text-align: center;
    color: #777;
    position: relative;
    margin: 10px 0 30px;
    border-radius: 30px;
    padding: 5px 10px;
    background: #F3F3F3;
}

.reminder span {
    color: #333333;
}

.reminder b {
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    vertical-align: bottom;
    margin-bottom: -2px;
}

.qty-box {
    position: relative;
    display: inline-block;
    width: 110px;
    max-width: none;
    padding: 0 35px;
    box-sizing: border-box;
}

.qty-box .form-control {
    position: relative;
    text-align: center;
    height: 30px;
    line-height: 28px;
    color: #777;
    background: #fff;
    border: 1px solid #ddd;
    margin: 0;
    padding: 0 5px;
    z-index: 1;
    border-radius: 0;
}

.qty-box .form-control:focus {
    border-color: #aaa;
}

.qty-box .btn {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 19px;
    color: #fff;
    font-weight: bold;
    border: 1px solid #555555;
    background: #555555;
    position: absolute !important;
    z-index: 0;
    top: 0;
    border-radius: 100%;
}

.qty-box .btn:hover {
    border-color: #80AF5D;
    background: #80AF5D;
    z-index: 2;
}

.qty-box .less {
    left: 0;
}

.qty-box .add {
    right: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 34px;
    padding: 0 10px;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    box-sizing: border-box;
    margin-bottom: 25px;
}

.form-control:focus {
    outline: none;
}

textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
}

.static-control {
    line-height: inherit;
    color: #444;
    font-size: 16px;
    margin: 0 0 6px;
    padding: 0 5px;
}

.form-wrap {
    margin: 0 auto;
}

.form-wrap.type2 {
    max-width: 900px;
}

.form-wrap .btn-box {
    margin: 0 auto;
    max-width: 900px;
}

.type2 .form-box {
    margin: 0 auto;
    float: none;
    width: 100%;
}

.form-box {
    margin: 0 auto;
    float: right;
    width: 80%;
}

.form-box .row {
    margin: 0 -24px;
    position: relative;
}

.form-box .row:before {
    content: '';
    border-left: 1px solid #DCDCDC;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
}

.form-box .col {
    float: left;
    width: 50%;
    padding: 0 24px;
}

.required,
.form-box .required {
    position: relative;
    padding: 0 0 0 20px;
}

.required:before,
.form-box .required:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 4px;
    width: 13px;
    height: 13px;
    background: url('../../images/common/required.png') no-repeat;
}

.form-box .form-group {
    padding: 4px 0;
    line-height: 36px;
}

.form-box .control-label {
    display: block;
    line-height: inherit;
    padding: 0 0 0 20px;
    color: #333333;
    font-size: 14px;
    float: left;
    border-right: 1px solid #000;
    width: 22%;
    margin: 6px 15px 0px 0;
    min-width: 100px;
    line-height: 20px;
}

.form-box .control-box {
    position: relative;
    float: left;
    width: 67%;
}

.form-box .control-box label {
    display: inline-block;
    line-height: inherit;
    margin: 0 10px 6px 5px;
}

.form-box .captcha .form-control {
    display: inline-block;
    vertical-align: top;
    width: 46%;
    max-width: 280px;
}

.form-box .captcha a {
    display: inline-block;
    vertical-align: top;
    color: #AB906C;
    font-size: 20px;
    line-height: inherit;
    margin-left: 5px;
    margin-bottom: 6px;
    transition: all .3s ease;
}

.form-box .captcha a:hover {
    color: #ccc;
}

.form-box .captcha a * {
    vertical-align: middle;
}

.form-box .captcha a .ic {
    transition: transform .3s;
}

.form-box .captcha a:hover .ic {
    transform: rotate(270deg);
}

.form-box .name .control-box {
    position: relative;
}

.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 100%;
}

.form-box .name .radio-box label {
    display: inline-block;
    margin-bottom: 0;
}

.form-box .name2 .control-box {
    padding-right: 150px;
}

.form-box .name2 .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.form-box .name2 .radio-box label {
    margin-bottom: 0;
}

.form-box .tips {
    line-height: 1.2;
    margin-bottom: 6px;
    color: #FB5955;
    font-size: 13px;
    padding: 0 5px;
}

.form-wrap.type1 .tips {
    min-height: 36px;
    line-height: 18px;
}

.form-box .input-group {
    margin: 0 -3px;
}

.form-box .input-group:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
}

.form-box .input-group .input-box {
    float: left;
    width: 50%;
    padding: 0 3px;
    box-sizing: border-box;
}

.form-box .input-group .form-control {
    display: inline-block;
}

.form-box .name .radio-box {
    line-height: 36px;
    position: relative;
}

.form-box .name .radio-box label {
    display: inline-block;
    margin-bottom: 0;
}

.form-box .address .input-box:last-child {
    width: 100%;
}

.form-box .address2 .input-box {
    width: 22%;
}

.form-box .address2 .input-box:last-child {
    width: 56%;
}

.form-radio,
.form-checkbox {
    display: inline-block;
    position: relative;
}

.form-radio input[type=radio],
.form-checkbox input[type=checkbox] {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0!important;
    visibility: hidden;
    outline: 0;
    z-index: 3;
    width: 17px;
    height: 17px;
}

.form-radio:before,
.form-checkbox:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: 50% 0 / 100% auto no-repeat;
    width: 16px;
    height: 16px;
    margin: 0 0 3px;
}

.form-radio:before {
    background-image: url('../../images/common/form_radio.svg');
}

.no-svg .form-radio:before {
    background-image: url('../../images/common/form_radio.png');
}

.form-checkbox:before {
    background-image: url('../../images/common/form_checkbox.svg');
}

.no-svg .form-checkbox:before {
    background-image: url('../../images/common/form_checkbox.png');
}

.checked.form-radio:before,
.checked .form-checkbox:before,
.checked.form-checkbox:before {
    background-position: 0 100%;
}

.success-wrap {
    text-align: center;
    max-width: 890px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.success-box {
    text-align: center;
    line-height: 2;
}

.success-msg {
    color: #E4665A;
    background: #F3F3F3;
    border-radius: 30px;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0 5px;
    line-height: 1.5;
    margin: 0 auto 15px;
}

.success-msg p {
    font-size: 18px;
    padding: 5px 0;
    line-height: 1.5;
    margin: 0px;
}

.success-txt {
    line-height: 1.8;
    color: #777;
    padding-bottom: 10px;
}

.success-txt strong {
    color: #444;
    font-size: 15px;
}

.success-txt a {
    text-decoration: underline;
    color: #E4665A;
}

.success-txt a:hover {
    text-decoration: none;
}

.success-wrap .btn-box {
    margin: 0 auto;
}

/*------------ / form ------------*/


/*------------ table ------------*/

.table-h {
    border-top: 1px solid #DCDCDC;
    color: #6A6A6A;
}

.table-h td {
    padding: 10px;
    line-height: 1.4;
    text-align: center;
    font-size: 13px;
    min-width: 70px;
}

.table-h .btn-holder {
    min-width: 30px;
}

.table-h thead {
    border-bottom: 1px solid #DCDCDC;
    background: #555555;
}

.table-h thead th {
    color: #fff;
    font-weight: normal;
    padding: 12px;
    border: 1px solid #fff;
}

.table-h tbody tr {
    border-bottom: 1px solid #DCDCDC;
}

.table-h .align-left {
    text-align: left;
    padding: 0 0 0 10px;
}

.table-h a {
    display: inline-block;
    vertical-align: middle;
}

.table td span {
    color: #E4675B;
}

.table-v {
    color: #777;
    font-size: 14px;
}

.table-v tr {
    border-bottom: 1px solid #DDDDDD;
}

.table-v tr:nth-child(2n) {}

.table-v th,
.table-v td {
    padding: 12px 20px;
    vertical-align: middle;
}

.table-v th {
    text-align: left;
    width: 90px;
    font-weight: normal;
    position: relative;
}

.table-v th:after {
    content: '';
}

.table-v strong {
    color: #FB5955;
}

/*------------ / table ------------*/


/*------------ lightbox ------------*/

body .fancybox-close {
    background: url(../../images/common/lightbox_close.svg) no-repeat;
    width: 70px;
    height: 30px;
    right: 10px;
    top: -36px;
}

.no-svg body .fancybox-close {
    background-image: url(../../images/common/lightbox_close.png);
}

body .fancybox-close:hover {
    background-position: 0 100%;
}

body .fancybox-skin {
    background: #ccc;
    border-radius: 0;
    margin-top: 40px;
    border-radius: 10px;
}

body .fancybox-inner {
    background: #fff;
    border-radius: 13px;
}

.lightbox-wrapper {
    padding: 40px;
    max-width: 100%;
    width: 780px;
    margin: 0 auto;
    box-sizing: border-box;
}

.login-box .lightbox-title {
    color: #DB3624;
    font-size: 25px;
    font-weight: bold;
    margin: 0 0 15px;
    text-align: center;
}

.no-svg .login-box .lightbox-title {
    background-image: url('../../images/common/login_ic.png');
}

.lightbox-wrapper .control-label {
    display: none;
}

.login-box .notice-box {
    background: #ddd;
    margin-top: 40px;
    padding: 20px 15px;
    border-radius: 15px;
}

.login-box .notice-box .title {
    float: left;
    background: url('../../images/common/join_ic.svg') 0 100% no-repeat;
    color: #444;
    font-size: 18px;
    font-weight: bold;
    padding: 16px 0 0 45px;
    margin: 5px 0 0 80px;
}

.no-svg .login-box .notice-box .title {
    background-image: url('../../images/common/join_ic.png');
}

.login-box .notice-box .txt {
    color: #777;
    border: 1px solid #ccc;
    border-width: 0 0 0 1px;
    margin-left: 240px;
    padding-left: 30px;
}

.login-box .success-box+.btn-box {
    max-width: 700px;
    margin: 0 auto;
}

.arrival-box {
    position: relative;
}

.arrival-box .form-control {
    height: 36px;
    line-height: 34px;
    padding: 0 12px;
    border-color: #aaa;
    background: none;
    margin: 10px 0;
    font-size: 14px;
    letter-spacing: 2px;
}

.arrival-box .form-control:focus {
    background: #fff;
}

.arrival-box .pd-name {
    color: #333;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin: 0;
}

.no-svg .arrival-box .pd-name {
    background-image: url('../../images/common/products/arrival_ic.png')
}

.arrival-box .pd-id {
    color: #aaa;
    font-size: 14px;
    text-align: center;
}

.arrival-box .form-box {
    padding: 30px 0;
}

.arrival-notice {
    color: #777;
    font-size: 13px;
    text-align: center;
    padding: 10px 0;
}

.arrival-box .btn-box {
    padding-top: 0;
}

/*------------ / lightbox ------------*/

.mmenu-show #mobile-fixed li,
.mmenu-show #mobile-search,
.mmenu-show #member-box li a {
    background: #666;
}

.mmenu-show #mobile-fixed ul,
.mmenu-show #member-box li {
    border-bottom-color: #fff;
}
.mmenu-show #mobile-menu .side-nav-top > li > a {
    background: none;
    color: #444;
    padding: 6px 0;
    font-weight: normal;
    border: 0;
}
.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active>a {
    color: #D93424;
}
.mmenu-show .toggle-mmenu-close i{
    color: #fff;
}
.mmenu-show #mobile-menu .share .btn .ic {
    vertical-align: middle;
}

.mmenu-show #mobile-menu .side-nav-top > li a:before{
    color: #F29D4C;
}

.mmenu-show #mobile-menu .language {
    display: none;
}

.mmenu-show #mobile-fixed .qty {
    background: #FB5955;
}
.mmenu-show #mobile-menu .main-menu {
    background: #f9f9f9;
}
@media screen and (max-width: 1600px) {
    /*------------ floating 1600 ------------*/
    .floating,
    .floating.fancybox-margin {
        right: 0;
        margin: 0;
    }
    /*------------ / floating 1600 ------------*/
    .site-main {
        background: none;
    }
    .site-main:before {
        background: none;
        position: absolute;
        right: 0;
        bottom: 0px;
        width: 0px;
        height: 0px;
        z-index: 13;
    }
}

@media screen and (max-width: 1440px) {
    .site-all {
        left: 10px;
    }
    .footer-top .col {
        width: 50%;
        border-width: 0;
        margin: 0;
        min-height: 0;
    }
}

@media screen and (max-width: 1370px) {
    /*------------ site_footer 1370 ------------*/
    .site-map {
        letter-spacing: 15px;
    }
    /*------------ / site_footer 1370 ------------*/
}

@media screen and (max-width: 1340px) {
    .breadcrumb {
        right: 25%;
    }
}

@media screen and (max-width: 1280px) {
    /*------------ site_footer 1280 ------------*/
    .site-map ul {
        display: inline;
    }
    .site-map ul li {
        display: inline-block;
    }
    /*------------ / site_footer 1280 ------------*/
}

@media screen and (max-width: 1200px) {
    /*------------ side 1200 ------------*/
    .side {
        width: 200px;
    }
    .has-side .content {
        width: calc(100% - 220px);
    }
    /*------------ / side 1200 ------------*/
}

@media screen and (max-width: 1120px) {
    /*------------ site_header 1120 ------------*/
    .top-nav {
        right: 15px;
    }
    /*------------ / site_header 1120 ------------*/
}

@media screen and (max-width: 1000px) {
    /*------------ site_header 1000 ------------*/
    .site-all {
        box-shadow: none;
        display: block;
        position: relative;
        left: 0px;
        z-index: 11;
        top: 0px;
        background: #fff;
    }
    .site-main .container {
        padding: 0 15px;
    }
    .content-top {
        margin: 15px 0 20px;
    }
    .site-title {
        position: relative;
        float: none;
        text-align: center;
        top: 0;
        padding: 15px 0;
    }
    .site-title .logo {
        margin: 0 auto;
    }
    .site-header {
        position: relative;
    }
    .has-side .content {
        padding: 0;
        background: none;
    }
    .breadcrumb,
    .top-nav,
    .site-nav {
        display: none;
    }
    .banner {
        margin: 0px 0 0 0;
        padding: 30px 0;
    }
    .banner .container {
        padding: 0 0 0 0px;
    }
    .banner_txt {
        left: 5%;
        top: 20%;
    }
    /*------------ / site_header 1000 ------------*/
    /*------------ site_main 1000 ------------*/
    .main-content {
        padding-bottom: 20px;
    }
    /*------------ / site_main 1000 ------------*/
    /*------------ site_footer 1000 ------------*/
    .footer-top {
        padding: 30px 0 10px;
    }
    .footer-top .col {
        width: auto;
        float: none;
        clear: both;
        padding-bottom: 20px;
    }
    .footer-top .col1 {
        display: none;
    }
    .footer-top .share {
        display: none;
    }
    /*------------ / site_footer 1000 ------------*/
    /*------------ floating 1000 ------------*/
    .floating,
    .floating.fancybox-margin {
        background: none;
        right: 50%;
        bottom: 5px;
        margin-right: -15px;
    }
    .floating .btn.gocart {
        display: none;
    }
    .floating .ibtn.gotop {
        background: url(../../images/common/mobile_gotop.png) 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
        display: block;
    }
    .footer-top .ibtn.gotop {
        display: none;
    }
    /*------------ / floating 1000 ------------*/
}

@media screen and (max-width: 900px) {
    /*------------ table 900 ------------*/
    .table-h td {
        min-width: 40px;
    }
    /*------------ / table 900 ------------*/
}

@media screen and (max-width: 767px) {
    /*------------ site_main 767 ------------*/
    .main-content {
        padding: 0 0 60px;
    }
    /*------------ / site_main 767 ------------*/
    /*------------ breadcrumb 767 ------------*/
    .content-top .breadcrumb {
        float: none;
    }
    /*------------ / breadcrumb 767 ------------*/
    /*------------ pagination 767 ------------*/
    .page-info {
        display: block;
        padding: 0 40px;
    }
    .pagination {
        position: relative;
        height: 0;
    }
    .pagination li a {
        display: none;
    }
    .pagination li a.controls {
        display: block;
        position: absolute;
        bottom: -30px;
    }
    .pagination li a.prev {
        left: 0;
    }
    .pagination li a.next {
        right: 0;
    }
    /*------------ / pagination 767 ------------*/
    /*------------ form 767 ------------*/
    .form-title {
        font-size: 36px;
    }
    .form-box {
        float: none;
        width: 100%;
    }
    .form-box .row:before {
        display: none;
    }
    .form-box .col {
        width: 100%;
    }
    .form-box .control-label {
        float: none;
        width: 100%;
        margin: 0 0 5px 0;
        border: none;
    }
    .form-box .control-box {
        float: none;
        width: 100%;
    }
    .form-box .name2 .control-box {
        padding: 0;
    }
    .form-box .name2 .radio-box {
        bottom: 100%;
    }
    .form-box .address2 .input-box {
        width: 50%;
    }
    .form-box .address2 .input-box:last-child {
        width: 100%;
    }
    .form-wrap .form-box .tips {
        min-height: 0;
    }
    .success-wrap {
        padding: 30px 15px;
    }
    .success-msg {
        font-size: 20px;
    }
    /*------------ / form 767 ------------*/
    /*------------ table 767 ------------*/
    .table-h {
        border-top: 1px dashed #bbb;
    }
    .table-h thead {
        display: none;
    }
    .table-h tr,
    .table-h td {
        display: block;
        text-align: left;
    }
    .table-h td+td {
        border-left: 0;
    }
    .table-h td[data-title]:before {
        content: attr(data-title);
        display: inline-block;
        color: #aaa;
        font-size: 13px;
    }
    .table-h tr {
        padding: 10px 0;
        position: relative;
    }
    .table-h td {
        padding: 0;
        line-height: 2;
    }
    /*------------ / table 767 ------------*/
    /*------------ lightbox 767 ------------*/
    .login-box .notice-box {
        padding: 20px 25px;
        text-align: center;
    }
    .login-box .notice-box .title {
        float: none;
        display: inline-block;
        margin: 0;
    }
    .login-box .notice-box .txt {
        border-width: 1px 0 0;
        margin: 15px 0 0;
        padding: 15px 0 0;
    }
    /*------------ / lightbox 767 ------------*/
    .banner_txt {
        left: 0;
        top: 20px;
        font-size: 12px;
        letter-spacing: 0.08em;
        width: 100%;
        background: rgba(255, 255, 255, 0.95);
        text-align: center;
        height: 100px;
        padding: 15px 0 0 0;
        border-bottom: 2px solid #F29D4C;
        border-top: 2px solid #84A459;
    }
}

@media screen and (max-width: 500px) {
    /*------------ lightbox 500 ------------*/
    .lightbox-wrapper {
        padding: 30px 20px;
    }
    .login-box .main-title {
        padding-top: 0;
    }
    .login-box .main-title span {
        font-size: 36px;
    }
    .login-box .success-msg {
        font-size: 17px;
    }
    /*------------ / lightbox 500 ------------*/
    /*------------ table 500 ------------*/
    .table-v tr,
    .table-v th,
    .table-v td {
        display: block;
        width: auto;
        text-align: left;
    }
    .table-v tr:nth-child(n) {
        background: none;
    }
    .table-v th {
        border: 0;
    }
    /*------------ / table 500 ------------*/
    .follow {
        text-align: center;
        width: 100%;
        float: none;
        margin: 0 auto;
    }
    .site-info {
        width: 100%;
        float: none;
        margin: 15px auto 0;
    }
    .banner_txt {
        height: 50px;
        padding: 7px 0;
    }
    .banner_txt .title {
        font-size: 16px;
    }
    .banner_txt .title span {
        font-size: 24px;
    }
    .content-title2 span {
        font-size: 18px;
    }
}

@media screen and (max-width: 400px) {
    /*------------ form 400 ------------*/
    .form-box .form-group .input-box {
        width: 100%;
    }
    /*------------ / form 400 ------------*/
    /*------------ btn 400 ------------*/
    .btn.simple {
        margin: 0 auto 10px;
    }
    /*------------ / btn 400 ------------*/
}