@charset "utf-8";
/*製作時刪除*/
.site-nav .menu > li:nth-last-child(-n+6) {
    display: none;
}
/*!製作時刪除*/
/*------------ basic ------------*/
body {
    font-family: Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    color: #5E5E5E;
    font-size: 13px;
    line-height: 1.95;
    letter-spacing: 0.35px;
}
.wrapper {
    background: url('../../images/common/bg/bg01.jpg') center top no-repeat, url('../../images/common/bg/bg02.jpg');
    position: relative;
}
.wrapper>.container {
    max-width: 1705px;
}
.container {
    padding: 0 15px;
    max-width: 1440px;
}
h3.name{
    margin: 0;
}
/*------------ / basic ------------*/
/*--- 隱私權 ---*/
.header-sheet {
    position: fixed;
    max-width: 100%;
    bottom: 43px;
    left: 10px;
    width: 320px;
    padding: 20px 35px 20px 15px;
    height: auto;
    text-align: left;
    z-index: 9999;
    background-color: rgba(255,255,255,0.9);
    color: #444;
    border-radius: 8px;
    font-size: 15px;
    line-height: 1.95;
    border: solid 1px #2390bb;
}
.site-header .header-sheet .container,
.header-fixed .site-header .header-sheet .container{
    position: relative;
    background: none;
}
.header-sheet .close-ontop {
    color: #000;
    opacity: 1;
    font-size: 2.4rem;
    position: absolute;
    right: -25px;
    top: 13px;
    transform: translateY(-50%);
    font-weight: 100;
    outline: 0;
}
button.close-ontop {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.close-ontop {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.header-sheet a {
    color: #01488d;
    font-weight: bold;
    padding-left: 3px;
    text-decoration: underline;
    text-underline-position: under;
}
/*---! 隱私權 ---*/
/*------------ btn ------------*/
/*-----back-btn-----*/
.btn {
    border-radius: 0px;
}
.btn.back {
    border: 1px solid #8597BA;
    color: #8597BA;
    font-size: 14px;
    line-height: 21px;
    transition: all .2s;
    padding: 0 11px 0 5px;
    box-sizing: border-box;
}
.btn.back i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    font-weight: bold;
}
.btn.back:hover {
    background: #C4CCDD;
    color: #fff;
    border-color: #C4CCDD;
    transition: all .2s;
}
/*-----style01-btn-----*/
.btn.style01 {
    transition: all .2s;
    display: block;
    background: #FF6363;
    color: #fff;
    line-height: 30px;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 15px;
}
.btn.style01.bg2 {
    background: #697EA9;
}
.btn.style01.bg3 {
    background: #CCCCCC;
}
.btn.style01.bg4 {
    background: #C7D2DD;
}
.btn.style01:hover {
    transition: all .2s;
    background: #C59485;
}
/*-----style02-btn-----*/
.btn.style02 {
    line-height: 30px;
    background: #697EA9;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    transition: all .2s;
    padding: 0 23px;
}
.btn.style02.bg2 {
    background: #7370A0;
}
.btn.style02:hover {
    background: #C59485;
    transition: all .2s;
}
/*-----style03-btn-----*/
.btn.style03 {
    transition: all .2s;
    border: 1px solid #697EA9;
    color: #697EA9;
    text-decoration: none;
    line-height: 34px;
    padding: 0 19px;
    margin: 0 5px 10px;
}
.btn.style03 i {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 2px 0;
}
.btn.style03:hover {
    transition: all .2s;
    border-color: #C59485;
    color: #C59485;
}
/*---- btn-box ----*/
.btn-box {
    clear: both;
    padding: 30px 0 0 0;
    position: relative;
    text-align: center;
}
.btn-box.align-left {
    text-align: left;
}
.btn-box.align-right {
    text-align: right;
}
.btn-box.has-border {
    border-top: 1px solid #E4EDD1;
}
.btn-box.align-right .btn {
    margin-left: 15px;
}
.btn-box.align-left .btn {
    margin-right: 15px;
}
.btn-block .btn {
    display: block;
    width: 100%;
}
/*------------ / btn ------------*/
/*------------ site_header ------------*/
.site-header {
    position: relative;
}
.site-header .container {
    max-width: 100%;
    padding: 0;
}
.site-title {
    text-align: center;
    margin: 45px 0 35px;
}
.site-title .logo {
    color: transparent;
    background: url(../../images/common/logo.png) 50% 50% / contain no-repeat;
    width: 224px;
    height: 72px;
    transition: opacity .3s ease;
}
.site-title .logo:hover {
    opacity: .7;
}
/*------------ left-nav ------------*/
.left-nav {
    position: absolute;
    top: 10px;
    left: 0;
}
.left-nav>ul {
    color: #46505F;
    font-size: 12px;
    line-height: 12px;
    border-width: 0 1px;
    border-style: solid;
    border-color: transparent #A6AEBF transparent #7C869A;
}
.left-nav li {
    border-width: 0 1px;
    border-style: solid;
    border-color: transparent #7C869A transparent #A6AEBF;
}
.left-nav li a {
    transition: all .2s;
    padding: 0 13px;
}
.left-nav li a:hover {
    transition: all .2s;
    color: #fff;
}
/*------------ right-nav ------------*/
.right-nav {
    position: absolute;
    top: 5px;
    right: 0;
}
.right-nav>* {
    display: inline-block;
    vertical-align: middle;
}
.right-nav>ul>li {
    margin: 0 3px;
}
/*---- language ----*/
.language {
    position: relative;
    margin: 0 -1px;
}
.language .btn {
    display: none;
}
.language ul li {
    float: left;
}
/*---- search-box ----*/
.site-header .search-box {
    position: relative;
    width: 206px;
    background: #BEC6D3;
    padding: 5px 35px 5px 10px;
    box-sizing: border-box;
    display: block;
}
.site-header .search-box .form-control {
    height: 22px;
    line-height: 22px;
    margin: 0;
    border: 0;
    border-radius: 5px;
    background: #E2E6EB;
    color: #909AB0;
    padding: 0 10px;
    transition: all .1s;
}
.search-box:hover .form-control,
.search-box .form-control:focus {
    transition: all .1s;
    background: rgba(255, 255, 255, .5);
}
.site-header .ibtn.search {
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 11px;
    top: 8px;
    cursor: pointer;
    background: url('../../images/common/ic_search.png');
}
.site-header .ibtn.search:hover {
    background-position: 0 100%;
}
.site-header .search-box a {
    position: absolute;
    right: 11px;
    top: 3px;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
}
.site-header .search-box:hover a {
    color: #909BB0;
}
.site-header .search-box .form-control::-webkit-input-placeholder {
    color: #909AB0;
    font-size: 12px;
}
.site-header .search-box .form-control:focus::-webkit-input-placeholder {
    color: #666;
}
.site-header .search-box .form-control::-moz-placeholder {
    color: #909AB0;
    font-size: 12px;
}
.site-header .search-box .form-control:focus::-moz-placeholder {
    color: #666;
}
.site-header .search-box .form-control::-ms-input-placeholder {
    color: #909AB0;
    font-size: 12px;
}
.site-header .search-box .form-control:focus::-ms-input-placeholder {
    color: #666;
}
.site-header .search-box .form-control::-moz-placeholder {
    color: #909AB0;
    font-size: 12px;
}
.site-header .search-box .form-control:focus::-moz-placeholder {
    color: #666;
}
/*------------site-nav ------------*/
.site-nav {
    position: relative;
    background: #C7D2DD url('../../images/common/bg/menu_bg.png') center top repeat-y;
    position: relative;
}
.site-nav:before,
.site-nav:after {
    content: "";
    height: 9px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 100%;
    background: url('../../images/common/bg/shadow01.png') no-repeat center top;
}
.site-nav:after {
    height: 5px;
    background: url('../../images/common/bg/shadow02.png') no-repeat center top;
}
.site-nav>* {
    display: inline-block;
    vertical-align: middle;
}
.site-nav .container {
    display: block;
}
.site-nav .menu {
    text-align: center;
    width: 100%;
}
.site-nav .menu li {
    position: relative;
    margin: 0 -5px 0 0;
}
.site-nav .menu>li:nth-last-child(-n+2) {
    display: none;
}
.site-nav .menu>li>a {
    color: #121318;
    font-size: 15px;
    padding: 15px 0;
    margin: 0 5px;
    min-width: 105px;
    line-height: 1.2;
    font-weight: bold;
    transition: all .2s;
}
.site-nav .menu li a> b {
    transition: all .2s;
}
.site-nav .menu li a> span{
    transition: all .2s;
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    text-align: center;
}
.site-nav .menu li a:hover >b {
    opacity: 0;
}
.site-nav .menu li a:hover >span {
    opacity: 1;
}
.site-nav .menu>li>a:hover {
    transition: all .2s;
}
.site-nav .menu li ul {
    display: none;
    position: absolute;
    z-index: 600;
    width: 150px;
    box-sizing: border-box;
}
.site-nav .menu ul li {
    margin: 0;
}
.site-nav .menu ul li+li {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.site-nav .menu>li>ul {
    top: 100%;
    left: 50%;
    margin-left: -75px;
}
.site-nav .menu ul li a {
    text-align: center;
    color: #fff;
    padding: 8px 0;
    display: block;
    background: #909BB0;
}
.site-nav .menu ul li a:hover,
.site-nav .menu ul ul li a:hover {
    background: #CEA497;
}
.site-nav .menu ul ul {
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0 0 0 1px;
}
/*------------share------------*/
.share {
    display: block;
    text-align: right;
    margin: 15px -3px 0 -3px;
}
.share .btn {
    transition: all .2s;
    display: inline-block;
    font-size: 21px;
    color: #fff;
    background: #909BB0;
    width: 29px;
    height: 29px;
    line-height: 29px;
    border-radius: 50%;
    font-size: 14px;
    margin: 0;
    border: 2px solid #fff;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15);
}
.share .btn:hover {
    transition: all .2s;
}
.share .facebook .btn:hover {
    color: #FFEFBF;
    border-color: #FFEFBF;
}
.share .google .btn:hover {
    color: #FCB4B6;
    border-color: #FCB4B6;
}
.share .twitter .btn:hover {
    color: #99E5FF;
    border-color: #99E5FF;
}
/*------------ / site_header ------------*/
/*------------ header-fixed ------------*/
.header-fixed .site-header {
    width: 100%;
    position: fixed;
    z-index: 500;
}
.header-fixed .site-header .container {
    position: absolute;
    max-width: 1675px;
    width: 100%;
    top: 0;
    left: 0;
    background: #C7D2DD url('../../images/common/bg/menu_bg.png') center top repeat-y;
}
.header-fixed .site-title {
    padding: 8px 15px;
    float: left;
    background: url(../../images/common/bg/bg01.jpg);
    margin: 0;
}
.header-fixed .site-title .logo {
    width: 125px;
    height: 40px;
}
.header-fixed .site-nav {
    background: none;
    float: left;
    padding: 4px 0;
}
.header-fixed .left-nav,
.header-fixed .right-nav {
    position: static;
    float: right;
    margin: 0;
}
.header-fixed .left-nav ul {
    display: none;
}
.header-fixed .left-nav .func-menu {
    display: block;
    margin: 0;
    padding: 15px 15px 18px;
    background: #A6AEBF;
}
.header-fixed .func-menu>li>a {
    color: #fff;
    padding: 0;
}
.header-fixed .func-menu .cart-box {
    left: auto;
    right: -15px;
    margin: 19px 0 0 0;
}
.header-fixed .share {
    display: none;
}
.header-fixed .site-header .search-box {
    padding: 10px 10px 0 0;
    background: transparent;
}
.header-fixed .site-header .search-box .form-control {
    height: 35px;
    line-height: 35px;
    padding: 0 30px 0 10px;
}
.header-fixed .site-header .ibtn.search {
    right: 17px;
    top: 20px;
}
/*------------ / header-fixed ------------*/
/*------------ banner ------------*/
.banner {
    position: relative;
    text-align: center;
}
.banner img,
.banner_m img{
    width: 100%;
}
/*------------ / banner ------------*/
/*------------ site_main ------------*/
.main-top {
    position: relative;
    background: #F4F6F6;
    margin: 0 0 40px;
    padding: 6px 0;
}
.main-title {
    color: #191B27;
    font-size: 19px;
    font-weight: bold;
    position: relative;
    padding: 0 0px 0 60px;
    margin: 0 0 40px;
    line-height: 1.2;
}
.main-title .main-title-b{
    font-size: 19px;
    line-height: 1.2;
    display: inline-block;
    margin: 0;
}
.main-title i {
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    transform-origin: 0 100%;
    transform: rotate(-45deg);
    background: #0A0A0A;
    position: absolute;
    left: 0;
    top: 50%;
    margin: -2px 0 0 0;
}
.main-title i:last-child {
    left: auto;
    right: -3px;
}
.main-title:after {
    content: "";
    display: block;
    border-bottom: 1px dashed #D8D7D5;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -2px 0 0 0;
    z-index: -1;
}
.main-title span {
    background: #fff;
    display: inline-block;
    margin: 7px 0 0;
    padding: 0 10px;
}
.main-title b {
    font-family: 'PT Sans', sans-serif;
    font-style: italic;
    font-size: 25px;
    color: #7D8BC4;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 4px 0;
}
.site-main {
    position: relative;
    background: #fff;
}
.main-content {
    box-sizing: border-box;
    background: #fff;
    z-index: 100;
    position: relative;
    padding: 0 0 100px;
}
.content {
    min-height: 300px;
    box-sizing: border-box;
}
.content-title {
    font-size: 15px;
    font-weight: bold;
    color: #4C4C4C;
    margin: 0 0 10px;
}
/*------------ warning ------------*/
.warning-sect {
    display: none;
}
/*------------ / site_main ------------*/
/*------------ site_footer ------------*/
.site-footer {
    background: #fff;
}
.site-footer .container {
    border-top: 1px dashed #D8D7D5;
    padding: 15px 15px 10px;
}
.site-footer p {
    margin: 0;
}
.site-footer .col {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
}
.site-footer .site-info {
    color: #909AB0;
    font-size: 14px;
    line-height: 1.6;
    border-right: 1px dashed #D8D7D5;
}
.site-info .add {
    margin: 0 0 10px;
}
.site-info .add b {
    color: #7D8BC4;
    display: inline-block;
    margin: 0 5px 0 0;
    font-size: 15px;
}
.site-footer .qr-inner {
    max-width: 75px;
    margin: 0 10px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.site-footer .qr-inner span {
    display: block;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #788190;
    line-height: 17px;
    margin: 5px 0 0 0;
}
.site-info-box {
    vertical-align: middle;
    display: inline-block;
    width: calc(100% - 90px);
}
.site-info-box b {
    width: 60px;
    font-weight: normal;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #909AB0;
    margin: 0 5px 0 0;
}
.site-info-box span {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 70px)
}
.site-info-box p+p {
    margin: 3px 0 0;
}
.site-footer .site-map {
    padding: 0 0 0 70px;
}
.site-footer .site-map .title {
    color: #7D8BC4;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 1px;
    font-family: 'PT Sans', sans-serif;
    margin: 3px 0 10px;
}
.site-map ul {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    line-height: 1.45;
    color: #9099B0;
}
.site-map ul+ul {
    margin: 0 0 0 35px;
}
.site-map li+li {
    margin: 6px 0 0 0;
}
.site-map ul a:before {
    content: "";
    width: 3px;
    height: 3px;
    background: #AB79AD;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    margin: 0 7px 0 0;
}
.site-map ul a:hover {
    color: #CEA497;
}
.site-footer .copyright-box {
    clear: both;
    border-top: 1px dashed #D8D7D5;
    margin: 15px auto 0;
    text-align: center;
    padding: 10px 15px;
    color: #BDC5D0;
    font-size: 12px;
    max-width: 1440px;
    box-sizing: border-box;
}
/*------------ / site_footer ------------*/
/*------------ floating ------------*/
.floating,
.floating.fancybox-margin {
    display: block;
    position: fixed;
    z-index: 800;
    right: 50%;
    bottom: 30%;
    margin-right: -868px;
}
.floating .gotop {
    width: 31px;
    height: 65px;
    background: url('../../images/common/gotop.jpg');
    display: block;
}
.floating .gotop:hover {
    background-position: 100% 0;
}
/*------------ / floating ------------*/
/*------------ breadcrumb ------------*/
.breadcrumb {
    color: #77849E;
    position: relative;
    font-size: 12px;
}
.breadcrumb li,
.breadcrumb li a {
    display: inline;
}
.breadcrumb li+li:before {
    content: ">";
    margin: 0px 3px;
}
.breadcrumb li a:hover {
    color: #7FA620;
}
.products-breadcrumb {
    line-height: 1.2;
    color: #777777;
    padding: 0 5px;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 40px;
    border-left: 1px solid #777777;
    border-right: 1px solid #777777;
}
.products-breadcrumb li+li:before {
    content: "-";
}
/*------------ / breadcrumb ------------*/
/*------------ side ------------*/
.side {
    width: 250px;
    vertical-align: top;
    float: left;
    box-sizing: border-box;
}
.has-side .content {
    float: right;
    width: calc(100% - 290px);
    box-sizing: border-box;
    max-width: 1120px;
}
.side-nav {
    position: relative;
}
.side .title {
    background: #A8B7CE;
    color: #FFFFFF;
    font-family: 'PT Sans', sans-serif;
    border-bottom: 1px solid #A8B7CE;
    position: relative;
    line-height: 30px;
    text-align: center;
    font-size: 23px;
    letter-spacing: 2px;
    margin: 0 0 10px;
}
.side-nav-top li {
    margin: 0 0 10px;
}
.side-nav-top a {
    font-size: 16px;
    font-weight: bold;
    color: #CEA497;
    border: 1px solid #CEA497;
    padding: 0 10px;
    transition: all .2s;
}
.side-nav-top li a:hover,
.side-nav-top li.active a {
    background: #CEA497;
    color: #fff;
    transition: all .2s;
}
.side .title:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background: #fff;
}
.side-nav>li {
    border-bottom: 1px solid #C6D0DF;
}
.side-nav li a {
    position: relative;
    display: block;
    line-height: 1.2;
    font-size: 15px;
}
.side-nav li a:hover {
    transition: all .2s;
}
.side-nav>li>a {
    position: relative;
    font-size: 15px;
    color: #777777;
    background: #FFFFFF;
    padding: 11px 15px;
    font-weight: bold;
    transition: all .2s;
    padding: 16px 15px 10px 30px;
}
.side-nav>li>a:before {
    content: "\f054";
    color: #AB79AD;
    font-size: 12px;
    display: block;
    position: absolute;
    transform: scale(0.7);
    top: 50%;
    left: 10px;
    margin: -5px 0 0 0;
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.side-nav>li>a:hover,
.side-nav>li.active>a {
    color: #85b0e3;
    font-weight: bold;
}
.side-nav>li>a:hover:before,
.side-nav>li.active>a:before {
    opacity: 1;
    transition: all .2s;
    color: #85b0e3;
}
.side-nav ul {
    margin: 0 0 20px 0;
    display: none;
}
.side-nav ul li a {
    padding: 5px 10px 5px 30px;
    color: #777777;
}
.side-nav ul li>a:hover,
.side-nav ul li.active>a {
    color: #AC7AAD;
    font-weight: bold;
}
.side-nav ul>li.has-child>a:after {
    content: "\e1017";
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    color: #ccc;
    position: absolute;
    top: 50%;
    right: 0;
    margin: -6px 0 0 0;
}
.side-nav ul>li.has-child.active>a:after {
    content: "\e1018";
}
.side-nav>li.logout a {
    background: #DCDDD5;
    border: 1px solid #CDCDC5;
}
.side-nav ul ul {
    margin: 10px 0 20px 30px;
    background: rgba(0, 0, 0, 0.05);
}
.side-nav ul ul li a {
    font-size: 14px;
    color: #333;
}
.side-nav ul ul li>a:hover,
.side-nav ul ul li.active>a {
    background: #AC7AAD;
    color: #fff;
}
/*------------ / side ------------*/
/*------------ pagination ------------*/
.pagination {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 0;
}
.pagination li {
    display: inline-block;
    vertical-align: bottom;
}
.pagination li a {
    display: block;
    min-width: 30px;
    width: 30px;
    line-height: 21px;
    margin: 0 5px;
    text-align: center;
    color: #777777;
    font-size: 13px;
    box-sizing: border-box;
    transition: all .2s;
}
.pagination li a:hover,
.pagination li.active a {
    transition: all .2s;
    color: #8396BA;
}
.pagination li a.controls {
    font-size: 22px;
    color: #B7C2D7;
    width: 21px;
    height: 21px;
    min-width: inherit;
    margin: 0 20px;
    border: 1px solid #D7DDE8;
}
.pagination li a.controls i {
    line-height: .9;
}
.pagination li a.controls:hover {
    background: #D7DDE8;
    color: #fff;
}
.page-info {
    display: none;
}
.page-info .form-control {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #999;
    padding: 5px 10px;
    text-align: center;
    margin: auto;
    border-radius: 0;
}
.page-info .form-control:focus {
    outline: none;
    border-color: #777777;
}
/*------------ / pagination ------------*/
/*------------ form ------------*/
/*-----reminder-----*/
.reminder {
    text-align: left;
    margin: 0 0 15px 0;
    padding: 0 20px;
}
.reminder b {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 2px 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 0 3.5px 4px;
    border-color: transparent transparent transparent #FF6F6F;
}
/*-----form-detail-----*/
.form-control {
    display: block;
    width: 100%;
    height: 25px;
    line-height: 25px;
    color: #666666;
    border: 1px solid #D5D6DD;
    box-sizing: border-box;
    margin-bottom: 6px;
    font-size: 14px;
    padding: 0 10px;
    border-radius: 7px;
}
.form-control:focus {
    outline: none;
    border-color: #999;
}
textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
    height: 95px;
}
.form-box .form-group {
    padding: 5px 0 15px;
}
.form-box .control-label {
    vertical-align: top;
    box-sizing: border-box;
    color: #666666;
    padding: 0 0 0px 20px;
}
.form-box .control-box {
    position: relative;
    margin: 5px 0 0 0;
}
.form-box .control-box label {
    display: inline-block;
    line-height: inherit;
    margin: 0 10px 6px 5px;
    font-size: 14px;
}
.form-box .btn-group {
    margin: 27px 0 0 0;
}
.form-box-block .control-label,
.form-box-block .control-box {
    display: block;
    width: auto;
}
/*-----form-static-control-----*/
.static-control {
    line-height: inherit;
    color: #7370A0;
    font-weight: bold;
    margin: 0 0 0 17px;
}
.static-control.color2 {
    color: #FF6F6F;
}
.static-control.color3 {
    color: #000;
}
/*-----form-wrap-----*/
.form-wrap {
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    border: 1px solid #C9C9C9;
    padding: 40px 45px;
}
.form-box {
    position: relative;
}
.form-box .row {
    margin: 0 -10px;
}
.form-box .col {
    float: left;
    width: 50%;
    padding: 0 10px;
}
/*-----form-required-----*/
.form-box .required {
    position: relative;
}
.form-box .required:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 0 3.5px 4px;
    border-color: transparent transparent transparent #FF6F6F;
    position: absolute;
    top: 50%;
    left: 3px;
    margin: -4px 0 0 0;
}
/*----- captcha -----*/
.form-box .captcha .input-box {
    position: relative;
}
.form-box .captcha .form-control {
    max-width: 270px;
    display: inline-block;
}
.form-box .captcha a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
}
.form-box .captcha a i {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #A1B1CA;
    font-weight: bold;
    transition: transform .3s;
    margin: 0 0 0 5px;
}
.form-box .captcha a:hover i {
    color: #AB79AD;
}
/*----- name -----*/
.form-box .name .control-box {
    position: relative;
}
.form-box .name .radio-box {
    position: absolute;
    right: -11px;
    bottom: 100%;
    margin: 0 0 4px;
    line-height: 1.6;
}
.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;
}
/*----- address -----*/
.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-box .address3 .input-group .input-box {
    width: 20%;
}
.form-box .address3 .input-box:last-child {
    width: 60%;
}
/*----- tips -----*/
.form-box .tips {
    line-height: 1.5;
    margin: 10px 0 0;
    color: #FF6F6F;
    padding: 0 5px;
    font-size: 13px;
}
.form-box.type2 .tips {
    min-height: 0;
}
/*----- input-group -----*/
.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;
}
/*----- radio + checkbox -----*/
.form-radio {
    display: inline-block;
    position: relative;
}
.form-checkbox {
    display: block;
    position: relative;
    margin: 0px 0 5px 0;
}
.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: 150;
    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: 18px;
    height: 18px;
    margin: 0 3px 5px;
}
.form-radio:before {
    background-image: url('../../images/common/form_radio.png');
    margin: 0 3px 4px 0;
}
.form-checkbox:before {
    background-image: url('../../images/common/form_checkbox.png');
}
.form-radio.checked:before,
.form-checkbox.checked:before {
    background-position: 0 100%;
}
/*-----success-box-----*/
.success-box {
    text-align: center;
    box-sizing: border-box;
    font-size: 14px;
    position: relative;
    color: #525252;
    line-height: 1.75;
}
.success-box.has-border {
    padding: 45px 15px 35px;
    border: 1px solid #C9C9C9;
}
.success-box .msg {
    color: #6B80AA;
    font-size: 24px;
    font-weight: bold;
    padding: 0 0 10px;
    max-width: 960px;
    border-bottom: 1px dashed #CCCCCC;
    margin: 0 auto;
}
.success-box .msg i {
    font-size: 34px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 4px 0;
}
.success-box a {
    color: #FF6D6D;
    text-decoration: underline;
}
.success-box .btn-box {
    margin: 10px 0 0 0;
}
.success-box>span {
    font-size: 16px;
    display: block;
    margin: -15px 0 -10px;
    color: #7FA51F;
}
.success-box>span b {
    color: #000;
}
.success-box strong {
    display: block;
    font-size: 15px;
    letter-spacing: 1px;
    color: #fff;
    padding: 8px 0;
    max-width: 960px;
    background: #FF6E6E;
    margin: 20px auto 0;
    border-radius: 10px;
}
/*------------ / form ------------*/
/*------------ lightbox ------------*/
body .fancybox-close,
.album-fancybox .close {
    background: none;
    width: auto;
    height: auto;
    color: #FFFFFF;
    line-height: 31px;
    text-align: center;
    background: #697EA9;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    position: absolute;
    right: -12px;
    top: 0;
}
body .fancybox-close:after,
.album-fancybox .close:after {
    content: "\e1019";
    display: inline-block;
    vertical-align: middle;
    font-size: 21px;
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    margin: 0 2px 0 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body .fancybox-close:hover {
    background: #C59485;
}
body .fancybox-opened .fancybox-skin {
    box-shadow: none;
    border-radius: 15px;
    background: transparent;
}
body .fancybox-image {
    border-radius: 15px;
}
body .fancybox-title-over-wrap {
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 10px 15px;
    text-align: center;
}
.lightbox-wrapper {
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
/*------------ fancybox ------------*/
body .fancybox-opened .fancybox-skin {
    box-shadow: none;
    border-radius: 0;
    background: #fff;
    margin: 0 auto 150px;
    border-radius: 20px;
}
.lightbox-wrapper {
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
.photo-title {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 1.2;
    text-align: center;
    padding: 10px 10px 0;
}
.photo-intro {
    font-size: 13px;
    color: #666666;
    line-height: 1.75;
    padding: 10px 15px;
}
.photo-pager {
    text-align: center;
    font-size: 15px;
    color: #FFFFFF;
    margin: 20px 0 0 0;
    position: absolute;
    width: 100%;
}
body #fancybox-thumbs ul li.active {
    opacity: 1;
    border: 0;
    padding: 0 10px;
}
body #fancybox-thumbs ul li {
    opacity: 1;
    padding: 0 10px;
}
.album-fancybox {
    position: relative;
    overflow: hidden;
}
.gallery-btn {
    max-width: 970px;
    margin: 0 auto -17px auto;
    text-align: right;
    position: relative;
    z-index: 50;
    height: 35px;
}
.album-fancybox .slick-arrow {
    background: transparent;
    border: 0;
    color: transparent;
}
.album-fancybox .close:after {
    content: "\e1019";
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-size: 22px;
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.album-fancybox .close:hover {
    color: #DCDDD5;
}
.album-fancybox .stage {
    background: #fff;
    max-width: 970px;
    margin: 0 auto 85px;
    box-sizing: border-box;
    padding: 10px 13px 30px;
    border: 3px solid #CCCCCC;
    border-radius: 10px;
}
body .fancybox-nav span {
    visibility: visible;
}
.album-fancybox .fancybox-prev span,
.album-fancybox .fancybox-next span {
    top: 50%;
    position: absolute;
    font-size: 60px;
    margin: 0;
    padding: 0;
    color: rgba(255, 255, 255, .6);
    margin-top: -30px;
    background-position: 0 100%;
    cursor: pointer;
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 55;
    background: none;
}
.album-fancybox .fancybox-prev span:before {
    content: "\f104";
}
.album-fancybox .fancybox-next span:before {
    content: "\f105";
}
.album-fancybox .txt {
    color: #666666;
    line-height: 1.8;
    margin: 15px 15px 0;
}
.album-fancybox .title-box .title {
    margin: 0 0 10px 0;
    font-size: 15px;
    padding: 10px 0 10px 15px;
    color: #687EA9;
    font-weight: bold;
    border-bottom: 1px dashed #BBBBBB;
}
.album-fancybox .title-box .title i {
    font-size: 18px;
    color: #BDBDAE;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 2px 0;
}
.album-fancybox .gallery-page {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    position: absolute;
    right: 10px;
    margin-top: -50px;
    background: #697EA9;
    line-height: 27px;
    border-radius: 27px;
    padding: 0 22px;
}
.album-fancybox .gallery-page .current {
    font-weight: bold;
    color: #fff;
    display: inline-block;
    margin: 0 3px;
}
.album-fancybox .thumbnails {
    max-width: 972px;
    box-sizing: border-box;
    margin: 0 auto;
}
body #fancybox-thumbs {
    margin: 0 -8px;
}
.album-fancybox .slider-nav .item {
    padding: 0 8px;
    cursor: pointer;
    outline: 0;
}
body #fancybox-thumbs ul li {
    max-width: 125px;
    position: relative;
    margin: 0 auto;
}
body #fancybox-thumbs ul li a:before,
body #fancybox-thumbs ul li a:after {
    content: "";
    position: absolute;
    display: block;
    transition: all .2s;
    opacity: 0;
}
body #fancybox-thumbs ul li a:hover:before,
body #fancybox-thumbs ul li.active a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .6);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
}
body #fancybox-thumbs ul li a:after {
    content: "\e1038";
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    color: #FFFFFF;
    background: #697EA9;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    line-height: 27px;
    z-index: 50;
    top: 50%;
    left: 50%;
    text-align: center;
    margin: -13px 0 0 -13px;
}
body #fancybox-thumbs ul li.active a:before,
body #fancybox-thumbs ul li.active a:after,
body #fancybox-thumbs ul li:hover a:before,
body #fancybox-thumbs ul li:hover a:after {
    transition: all .2s;
    opacity: 1;
}
/*------------ / lightbox ------------*/
/*------------ mobile_menu ------------*/
/* 手機版主選單樣式3 start */
.mmenu-show #mobile-fixed li,
.mmenu-show #member-box li a {
    background: #909BAF;
}
.mmenu-show #mobile-search{
    background: #F4F6F6;
}
/* 手機版主選單樣式3 end */
.mmenu-show #member-box li a {
    background: #eee;
    color: #999;
    font-size: 15px;
}
.mmenu-show #mobile-fixed ul {
    border-bottom-color: #121418;
}
.mmenu-show #mobile-search .search-box i {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 20px;
}
.mmenu-show #member-box li {
    border-bottom: 1px solid #ddd;
}
.mmenu-show #mobile-menu .language-menu {
    background: #788190;
}
.mmenu-show #mobile-menu .share-menu {
    border-top: 0;
    text-align: center;
    background: #eee;
}
.mmenu-show #mobile-menu .share-menu li {
    border: 0;
    margin: 0;
}
.mmenu-show #mobile-menu .menu ul li a {
    background: #FFFFFF;
    color: #999;
}
.mmenu-show #mobile-menu .menu li a {
    border-bottom: 1px dashed rgba(119, 132, 158, .5);
    color: #000;
}
.mmenu-show #mobile-fixed .qty {
    background: #7D8BC4;
}
.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active>a {
    color: #7D8BC4;
    font-weight: bold;
}
.mmenu-show #mobile-menu .share .btn .ic {
    vertical-align: middle;
}
.mmenu-show .toggle-mmenu-close {
    color: #fff;
}
.mmenu-show #mobile-menu .language {
    display: block;
    position: relative;
    padding: 8px 0px 0 10px;
    text-align: left;
    margin: 0;
    width: auto;
}
.mmenu-show #mobile-menu .language a {
    color: #fff;
}
.mmenu-show #mobile-menu .menu ul ul li a {
    padding: 10px 30px 10px 55px;
    background: rgba(255, 255, 255, 0.5);
    border-bottom: 1px dashed #959586;
}
.mmenu-show #mobile-menu .menu ul ul li a:hover,
.mmenu-show #mobile-menu .menu ul ul li.active>a {
    color: #CEA497;
}
.mmenu-show #mobile-menu .language-menu .language ul {
    display: block;
    background: none;
    border: 0;
    width: auto;
    margin: 0;
    left: 20px;
}
.mmenu-show #mobile-menu .language ul li a {
    background: none;
    line-height: 1;
    display: inline-block;
}
.mmenu-show #mobile-menu .language li+li a {
    border: 0;
}
.mmenu-show #mobile-menu .language ul li+li:before {
    content: '| ';
    color: #D6D6D6;
}
.mmenu-show #mobile-menu .share {
    float: none;
    margin: 10px 0;
    padding: 0;
}
.mmenu-show #mobile-menu .side-nav-top>li>a {
    border: 0;
    color: #CEA497;
}
.mmenu-show #mobile-menu .side-nav-top {
    background: rgba(255, 255, 255, 0.6);
    padding: 10px 30px 0;
}
.mmenu-show #mobile-menu .side-nav {
    padding-bottom: 0;
    border-bottom: 3px solid #ddd;
}
.mmenu-show #mobile-menu .side-nav ul {
    padding: 0;
    margin: 0 0 10px 0;
}
.mmenu-show #mobile-menu .side-nav ul>li.has-child>a:after {
    top: 50%;
    right: 20px;
}
.mmenu-show #mobile-menu .menu ul ul {
    background: #fff;
}
.mmenu-show #mobile-menu .menu ul ul ul li a {
    padding: 10px 30px 10px 70px;
    background: rgba(0, 0, 0, 0.05);
    color: #333;
}
.no-svg .mmenu-show #mobile-search .ibtn.search {
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 11px;
    top: 8px;
    cursor: pointer;
    background: url('../../images/common/ic_search.png');
    background-position: 0 100%;
}
/* 手機版主選單樣式3 start */
.mmenu-show .wrapper {
    padding-top: 60px;
}
.mmenu-show .site-header {
    z-index: unset;
}
.mmenu-show.mmenu-open .wrapper {
    left: 0;
}
.mmenu-show .toggle-mmenu-cover {
    top: 60px;  
}
.mmenu-show #mobile-menu.mobile-menu-type3 .language-menu {
    background: #F4F6F6;
    color: #333;
}
.mmenu-show #mobile-menu.mobile-menu-type3 .language-menu a {
    color: #333;
}
.mmenu-show #mobile-menu .language ul li a:hover {
    color: #CEA497;
}
.mmenu-show #mobile-menu.mobile-menu-type3 .main-menu {
    background: #F4F6F6;
}
.mmenu-show #mobile-menu.mobile-menu-type3 .menu li a {
    border-bottom: 1px solid #DDDDDD;
    color: #333333;
}
.mmenu-show #mobile-menu.mobile-menu-type3 .menu li a > b {
    margin-right: 5px;
}
.mmenu-show #mobile-menu.mobile-menu-type3 .menu ul li a {
    background: #F4F6F6;
    color: #333333;
}
.mmenu-show #mobile-menu.mobile-menu-type3 .menu ul ul li a {
    color: #333333;
}
.mmenu-show #mobile-menu.mobile-menu-type3 .menu li a:hover, 
.mmenu-show #mobile-menu.mobile-menu-type3 .menu li.active > a {
    background: #F4F6F6;
    color: #CEA497;
}
.mmenu-show #mobile-menu.mobile-menu-type3 .menu ul li a:hover, 
.mmenu-show #mobile-menu.mobile-menu-type3 .menu ul li.active > a {
    color: #CEA497;
}
.mmenu-show #mobile-menu.mobile-menu-type3 .menu ul {
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.mmenu-show #mobile-menu.mobile-menu-type3 .menu ul {
    background: #F4F6F6;
}
.mmenu-show #mobile-menu.mobile-menu-type3 .share-menu {
    border-top: 1px solid #DDDDDD;
    background: #F4F6F6;
}
.mmenu-show #mobile-menu.mobile-menu-type3 .share .btn{
    background: #F4F6F6;
    color: #A4A4A4;
    border-radius: 50%;
    line-height: 32px;
    box-shadow: unset;
    border: 1px solid #DDDDDD;
}
.mmenu-show #mobile-menu.mobile-menu-type3 .share .btn:hover{
    opacity: 0.7;
}
.mmenu-show #mobile-menu.mobile-menu-type3 .share-menu {
    padding: 10px 0;
}
.mmenu-show #mobile-search.mobile-search-type3 .form-control {
    background: #FFF;
    color: #333;
}
.mmenu-show #mobile-search.mobile-search-type3 .form-control::placeholder {
    color: #333;
    opacity: 0.4;
}
.mmenu-show #mobile-search.mobile-search-type3 .search-box:after {
    font-size: 23px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    padding-left: 9px;
    box-sizing: border-box;
    color: #FFF;
}
.mmenu-show #mobile-fixed.mobile-fixed-type3 {
    background: #909BAF;
}
.mmenu-show #mobile-search.mobile-search-type3 .search-box-title {
    color: #333;
}
.mmenu-show #mobile-search.mobile-search-type3 .search-box:after {
    font-family: 'icon-font' !important;
    content: "\e901";
    font-size: 23px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    padding-left: 9px;
    box-sizing: border-box;
    color: #CEA497;
    position: absolute;
    right: 0;
    top: 0;
    text-indent: unset;
    display: block;
}
.mmenu-show #mobile-search.mobile-search-type3 .ibtn.search {
    background: none;
    z-index: 1;
}
.mmenu-show #mobile-search.mobile-search-type3 .ibtn.search {
    width: 45px;
    height: 45px;
    right: 0;
    top: 0;
}
/* 手機版主選單樣式3 end */
/*------------ / mobile_menu ------------*/
@media screen and (max-width: 1800px) {
    /*------------ floating 1800 ------------*/
    .floating,
    .floating.fancybox-margin {
        right: 15px;
        margin: 0;
    }
    /*------------ / floating 1800 ------------*/
}
@media screen and (max-width: 1710px) {
    /*------------ header-fixed ------------*/
    .header-fixed .site-header .container {
        max-width: 100%;
        width: auto;
        left: 0;
        right: 30px;
    }
    /*------------ / header-fixed ------------*/
}
@media screen and (max-width: 1600px) {
    /*------------ header-fixed ------------*/
    .header-fixed .right-nav {
        display: none;
    }
    .header-fixed .site-nav .menu>li>a {
        margin: 0;
    }
    /*------------ / header-fixed ------------*/
}
@media screen and (max-width: 1400px) {
    /*------------ site-header 1400 ------------*/
    .left-nav,
    .right-nav {
        margin: 10px 0 0;
        position: static;
        text-align: center;
    }
    .right-nav {
        margin: 20px 0;
    }
    .left-nav>ul,
    .site-header .search-box,
    .share {
        display: inline-block;
        vertical-align: middle;
    }
    .share {
        margin: 0 0 0 10px;
    }
    /*------------ / site-header 1400 ------------*/
}
@media screen and (max-width: 1280px) {
    /*------------ header-fixed ------------*/
    .header-fixed .site-title {
        display: none;
    }
    .header-fixed .site-nav .menu>li>a {
        min-width: 100px;
    }
    .header-fixed .site-nav {
        float: none;
        text-align: center;
    }
    /*------------ / header-fixed ------------*/
}
@media screen and (max-width: 1150px) {
    /*------------ lightbox 1150 ------------*/
    body .fancybox-close,
    .album-fancybox .close {
        right: 0;
    }
    .album-fancybox .slick-prev {
        left: 10px;
    }
    .album-fancybox .slick-next {
        right: 10px;
    }
    /*------------ / lightbox 1150 ------------*/
}
@media screen and (max-width: 1024px) {
    /*--- 隱私權手機板 ---*/
    .header-sheet {
        position: fixed;
        height: auto;
        bottom: 0%;
        font-size: 14px;
        padding: 40px 0 10px;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        border-radius: 0;
        border-top: solid 1px #a598b8;
        border-left: solid 1px transparent;
        border-right: solid 1px transparent;
        border-bottom: solid 1px transparent;
    }
    .header-sheet .close-ontop {
        right: 0px;
        left: 0px;
        top: -21px;
        margin: auto;
        text-align: center;
        width: 100%;
        height: 35px;
    }
    button.close-ontop{
        padding:0px;
    }
    .close-ontop {
        float: none;
    }
    body #keyreply-container {
        bottom: 10%;
    }
    .header-active #keyreply-container {
        bottom: 0%;
        transition:all .7s;
    }
    .header-fixed .header-sheet{
        display:block;
    }
    /*--- END隱私權手機板 ---*/
    /*------------ site-header 1024 ------------*/
    .wrapper{
        /* 手機版主選單樣式3 start */
        padding-top: 60px;
        /* 手機版主選單樣式3 end */
    }
    .site-title,.header-fixed .site-title {
        padding: 15px 0;
        margin:  0;
        float: none;
        background: none;
        text-align: center;
        position: static;
        display: block;
    }
    .left-nav,
    .right-nav,
    .site-nav {
        display: none;
    }
    /* 手機版主選單樣式3 start */
    .site-title.site-title-type3{
        box-shadow: 0 0 0;
        position: fixed;
        float: none;
        width: auto;
        height: 60px;
        top: 0;
        left: 0;
        background: transparent;
        text-align: left;
        box-sizing: border-box;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 0;  
        padding-left: 16px;
        z-index: 601;
    }
    .site-title .logo,
    .header-fixed .site-title .logo {
        background: url(../../images/common/logo_m.png) 50% 0 no-repeat;
        background-size: contain;
        width: 121px;
        height: 35px;
        transition: opacity .3s ease;
    }
    /* 手機版主選單樣式3 end */
    /*------------ / site-header 1024 ------------*/
    /*------------ header-fixed ------------*/
    .header-fixed .site-header .container {
        position: static;
    }
    .header-fixed .site-header,.site-header {
        position: relative;
    }
    .side {
        display: none;
    }
    .has-side .content{
        position: relative;
        width: auto;
        float: none;
    }
    /*------------ / header-fixed ------------*/
    /*------------ site-footer 1024 ------------*/
    .site-footer .site-info {
        width: auto;
        display: block;
        border: 0;
    }
    .site-info-box span {
        text-align: left;
    }
    .site-footer .site-map {
        display: none;
    }
    .btn-box.align-right .btn {
        margin-left: 0px;
    }
    .success-box .msg {
        font-size: 16px;
    }
    .success-box .msg i {
        font-size: 24px;
        margin: 0 5px 4px 0;
    }
    /*------------ / site-footer 1024 ------------*/
}
@media screen and (max-width: 900px) {
    /*------------ form 900 ------------*/
    .form-box .address3 .input-group .input-box {
        width: 50%;
    }
    .form-wrap {
        padding: 20px 15px;
    }
    .form-box .address3 .input-box:last-child {
        width: 100%;
    }
    /*------------ / form 900 ------------*/
}
@media screen and (max-width: 767px) {
    /*------------ / site-main 767 ------------*/
    .wrapper>.container {
        padding: 0;
    }
    .main-title {
        text-align: center;
        padding: 0;
        margin-bottom: 25px;
        font-size: 16px;
    }
    .main-title b {
        display: block;
        line-height: 1.6;
        margin: 0;
        font-size: 20px;
    }
    .main-content {
        padding: 0 0 40px;
    }
    .products-breadcrumb {
        margin-bottom: 20px;
    }
    /*------------ / site-main 767 ------------*/
    /*------------ site-footer 767 ------------*/
    .site-footer .copyright-box {
        padding-bottom: 35px;
    }
    /*------------ / site-footer 767 ------------*/
    /*------------ pagination 767 ------------*/
    .pagination li {
        vertical-align: middle;
    }
    .pagination-title {
        margin: 0;
    }
    .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: -26px;
        margin: 0;
    }
    .pagination li a.prev {
        left: 0;
    }
    .pagination li a.controls.next {
        right: 0;
        margin: 0;
    }
    .pagination li span {
        display: none;
    }
    .pagination li a i {
        font-size: 22px;
        margin: 0;
    }
    /*------------ / pagination 767 ------------*/
    /*------------ form 767 ------------*/
    .form-box {
        padding: 0;
    }
    .form-box .row {
        margin: 0;
    }
    .form-box .col {
        float: none;
        width: auto;
        padding: 0;
    }
    .form-box .control-label,
    .form-box .control-box {
        display: block;
        width: auto;
    }
    .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-box .tips {
        min-height: 0;
    }
    .form-box .captcha a {
        right: 2%;
    }
    .static-control {
        margin: 0 0 20px;
    }
    /*------------ / form 767 ------------*/
    /*------------ floating 767 ------------*/
    .floating,
    .floating.fancybox-margin {
        background: none;
        right: 50%;
        bottom: 5px;
        margin-right: -15px;
    }
    .floating .gotop {
        background: url(../../images/common/mobile_gotop.svg) 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
    }
    /*------------ / floating 767 ------------*/
    /*------------ lightbox 767 ------------*/
    .album-fancybox .stage {
        padding: 7px 8px 10px;
        margin: 0 auto 45px;
    }
    .main-top {
        margin: 0 0 10px;
    }
    /*------------ / lightbox 767 ------------*/
}
@media screen and (max-width: 500px) {
    /*------------ form 500 ------------*/
    .form-box .captcha .form-control {
        max-width: 50%;
    }
    /*------------ form 500 ------------*/
}
@media screen and (max-width: 480px) {
    /*------------ site-footer 480 ------------*/
    .site-footer .qr-inner {
        margin: 10px auto;
        margin-left: 0;
        display: block;
        text-align: center;
    }
    .site-info-box {
        display: block;
        width: auto;
    }
    /*------------ / site-footer 480 ------------*/
}