@charset 'utf-8';
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+TC:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*------------ basic ------------*/
body {
    font-family: '微軟正黑體', Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', 'Cousine', '儷黑 Pro', 'LiHei Pro', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', monospace, sans-serif;
    color: #666666;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.05em;
}
::-moz-selection {
    background: #3390FF; color: #fff;
}
::selection {
    background: #3390FF; color: #fff;
}
.wrapper{
    padding-top: 110px;
    position: relative;
}
.wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    pointer-events: none;
    background-image: linear-gradient(to bottom, #EEEEEE 0, #EEEEEE 100%), linear-gradient(to bottom,#EEEEEE 0, #EEEEEE 100%), linear-gradient(to bottom,#EEEEEE 0, #EEEEEE 100%), linear-gradient(to bottom,#EEEEEE 0, #EEEEEE 100%);
    background-position: 20% 0, 40% 0, 60% 0, 80% 0;
    background-size: 1px 100%;
    z-index: -1;
    transform: skewX(-9deg) scaleX(1);
}
.container {
    padding: 0 15px;
    max-width: 1470px;
}
.box {
    display: block;
}
h3.name {
    margin: 0;
}
/*------------ / basic ------------*/
.header-sheet {
    position: fixed;
    max-width: 100%;
    bottom: 43px;
    left: 10px;
    width: 320px;
    padding: 20px 25px 20px 15px;
    height: auto;
    text-align: left;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.9);
    color: #444;
    border-radius: 0;
    border: solid 1px #E28346;
    letter-spacing: 0.2px;
}
.header-sheet .close-ontop {
    color: #000;
    opacity: 1;
    font-size: 2.4rem;
    position: absolute;
    right: -14px;
    top: 13px;
    transform: translateY(-50%);
    font-weight: 100;
}
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: #181896;
    font-weight: bold;
    padding-left: 3px;
    text-decoration: underline;
    text-underline-position: under;
}
/*------------ icon ------------*/
.icon {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
}
.icon.require {
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #E28346;
    margin: 0 5px 4px 0;
}
/*------------ / icon ------------*/
/*------------ btn ------------*/
.share .btn {
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 0px;
    border-radius: 100%;
    margin: 0 2px;
    font-size: 16px;
}
.share .btn i {
    line-height: 30px;
    vertical-align: middle;
}
.share .btn:hover {
    color: #E28346;
}
.btn.back {
    position: relative;
    display: block;
    width: 110px;
    text-align: right;
    color: #666666;
    font-size: 16px;
    padding: 10px 5px 10px 30px;
    line-height: 22px;
    transition: all 0.3s ease;
    border-radius: 0;
    border-bottom: 2px solid #181896;
    margin: 0 auto;
}
.btn.back::before {
    content: '';
    position: absolute;
    width: 22px;
    height: 1px;
    background: #A5A5A5;
    top: 24px;
    left: 5px;
    transition: all 0.3s ease;
}
.btn.back::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 1px;
    background: #A5A5A5;
    top: 22px;
    left: 5px;
    transform: rotate(-45deg);
    transition: all 0.3s ease;
}
.btn.back:hover:before,
.btn.back:hover:after {
    left: 0;
}
.btn.simple {
    width: 120px;
    padding: 10px 40px 10px 10px;
    line-height: 22px;
    font-size: 16px;
    letter-spacing: 0.075em;
    position: relative;
    border-radius: 0;
    transition: all 0.3s ease;
    color: #666666;
    border-bottom: 2px solid #181896;
}
.btn.simple:before {
    content: '';
    position: absolute;
    width: 22px;
    height: 1px;
    background: #A5A5A5;
    top: 23px;
    right: 10px;
    transition: all 0.3s ease
}
.btn.simple:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 1px;
    background: #A5A5A5;
    top: 21px;
    right: 10px;
    transform: rotate(45deg);
    transition: all 0.3s ease;
}
.btn.simple:hover::before {
    right: 0;
}
.btn.simple:hover:after {
    right: 0;
}
.btn.simple2 {
    background: #fff;
    border: 1px solid #aaa;
    height: 35px;
    line-height: 33px;
    color: #777;
    font-size: 16px;
    letter-spacing: 0.1em;
    width: 90%;
    max-width: 300px;
    margin: 0 3px 10px;
    position: relative;
}
.btn.simple2:hover {
    border-color: #80CAA5;
}
.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 {
    font-size: 16px;
    position: relative;
    border-radius: 0;
    transition: all 0.3s ease;
    color: #666666;
    border-bottom: 2px solid #181896;
    padding: 10px 10px 10px 40px;
    line-height: 22px;
    width: 120px;
}
.btn.normal.send {
    width: 220px;
    font-size: 20px;
    font-weight: bold;
}
.btn.normal .ic {
    vertical-align: middle;
    font-size: 16px;
    margin: 0;
    transition: all 0.3s ease;
    position: absolute;
    left: 8px;
    top: 12px;
}
.btn.normal:hover .ic {
    left: -5px;
}
.btn.pure {
    color: #666;
    line-height: 30px;
    margin: 0 5px 10px;
}
.btn.pure:hover {
    color: #80CAA5;
    text-decoration: underline;
}
/*------------ / btn ------------*/
/*------------ site_header ------------*/
.site-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: #F9F9F9;
    z-index: 400;
    transition: all .3s ease;
}
.site-title {
    position: relative;
    z-index: 5;
    float: left;
    padding: 24px 0 21px;
    transition: all .3s ease;
}
.site-nav {
    transition-delay: 0.1s;
}
/* ----------- header-fixed ---------- */
.header-fixed .site-nav {
    padding: 21px 0;
}
.header-fixed .site-title {
    padding: 10px 0;
}
.header-fixed .site-title .logo {
    width: 312px;
    height: 50px;
}
.header-fixed .language {}
.header-fixed .top-nav {
    display: none;
}
.header-fixed .site-header .search-box{
    top: 70px;
    border: 1px solid #eee;
}
.header-fixed .site-header {
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
}
/* -----------  ---------- */
.site-title .logo {
    background: url(../../images/common/logo.png) 0% 0% no-repeat;
    background-size: contain;
    width: 405px;
    height: 65px;
    transition: all .3s ease;
}
.site-title .logo:hover {
    opacity: .7;
}
.top-nav {
    position: absolute;
    z-index: 10;
    right: 15px;
    top: 15px;
}
.top-nav li {
    margin: 0 2.5px;
    position: relative;
}
.top-nav li ul {
    display: none;
    position: absolute;
    width: 100%;
}
.top-nav li ul li {
    margin: 0;
}
.top-nav li:hover ul {
    display: block;
}
.top-nav li a {
    color: #fff;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: bold;
    border: solid 1px rgba(255, 255, 255, 0.3);
    transition: all .3s ease;
    min-width: 97px;
    box-sizing: border-box;
}
.top-nav>ul>li>a:before {
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -3px;
    width: 18px;
    height: 18px;
    content: '';
    display: inline-block;
}
.top-nav li.list_1>a:before {
    background: url(../../images/common/list_1.png);
    height: 19px;
}
.top-nav li.list_2>a:before {
    background: url(../../images/common/list_2.png);
}
.top-nav li.list_3>a:before {
    background: url(../../images/common/list_3.png);
}
.top-nav li:hover>a {
    background: #3AB32F;
    border-color: #62CA74;
}
.top-nav ul ul li>a {
    background: #62CA74;
    border: solid 1px #A0DD7A;
    margin-bottom: -1px;
    padding: 8px 12px;
}
.top-nav ul ul li:hover>a {
    background: #3C436F;
}
.top-nav>* {
    display: inline-block;
    vertical-align: middle;
}
.site-header .language {
    position: absolute;
    right: 15px;
    top: 100%;
}
.site-header .language .btn {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    background: #D8CA21;
    width: 132px;
    line-height: 26px;
}
.site-header .language .btn:hover {
    background: #629B4B;
}
.site-header .language .ic {
    font-size: 15px;
    transform: rotate(90deg);
    margin: 0px 8px;
    padding: 0px 0 5px;
}
.site-header .language ul {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
}
.site-header .language ul li {
    display: block;
}
.site-header .language ul li a {
    display: block;
    background: rgba(71, 163, 138, 0.85);
    font-size: 13px;
    color: #fff;
    padding: 3px 14px;
    margin-top: 1px;
}
.site-header .language ul li a:hover {
    background: #629B4B;
}
.site-nav {
    position: relative;
    padding: 60px 0 21px;
    margin-left: 405px;
    text-align: right;
    transition: all .3s ease;
}
.site-nav>* {
    display: inline-block;
    vertical-align: middle;
}
.site-nav .menu {
    text-align: center;
    margin: 0 -20px;
}
.site-nav .menu li {
    position: relative;
}
.site-nav .menu li a {
    display: block;
}
.site-nav .menu>li {
    padding: 0 25px;
}
.site-nav .menu>li>a {
    font-size: 18px;
    padding: 5px 0;
    color: #333333;
    font-weight: 500;
    transition: all .3s ease;
    letter-spacing: 1px;
    line-height: 1;
    top: 0;
    transition: all 0.3s ease;
    font-family: 'Noto Serif TC', serif;
}
.site-nav .menu>li+li:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #A67A53;
    border-radius: 50%;
    left: -3px;
    top: 50%;
    transform: translateY(-50%);
}
.site-nav .menu>li>a:before{
    content: '';
    display: block;
    background: #A57B53;
    width: 1px;
    height: 0px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.3s ease;
    bottom: -25px;
    z-index: 601;
    display: none;
}
.site-nav .menu>li.active>a:before,
.site-nav .menu>li.active2>a:before,
.site-nav .menu>li:hover>a:before{
    height: 20px;
}
.site-nav .menu>li:hover>a,
.site-nav .menu>li.active>a {
    top: -5px;
    color: #E28346;
}
.site-nav .menu>li:hover>a:after,
.site-nav .menu>li.active>a:after {
    width: 100%;
}
.site-nav .menu ul:before {
    content: '';
    display: block;
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: 100%;
}
.site-nav .menu ul {
    display: none;
    position: absolute;
    z-index: 600;
    width: 224px;
}
.site-nav .menu>li>ul {
    top: 100%;
    left: 50%;
    margin-left: -104px;
    margin-top: 20px;
}
.site-nav .menu ul li+li {
    margin-top: 1px;
}
.site-nav .menu ul li a {
    font-size: 17px;
    text-align: center;
    padding: 9.5px 8px;
    color: #2B2E37;
    font-weight: bold;
    transition: all .3s ease;
    background: #fff;
    background-size: 200% 100%;
    background-position: right;
}
.site-nav .menu ul li a:hover,
.site-nav .menu ul li.active>a {
    color: #fff;
    background: #E28346;
}
.site-nav .menu ul ul {
    left: 100%;
    top: 0;
    margin-left: 1px;
}
.site-nav .menu .right-on ul ul {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 1px;
}
.site-nav .menu>li:nth-last-child(-n+3),
.site-nav .menu>li.mobile_menu {
    display: none;
}
.site-header .search-box {
    position: relative;
    width: 170px;
    box-sizing: border-box;
    margin-left: 0;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.3s ease;
}
.site-header .search-box .form-control {
    background: #fff;
    height: 35px;
    line-height: 32px;
    margin: 0;
    padding: 0 42px 0 12px;
    border-radius: 15px;
    color: #A5A5A5;
    border-radius: 0;
    border: 0;
}
.site-header .search-box .form-control:focus {
    background: #eee;
}
.site-header .search-box .ibtn.search {
    background: url(../../images/common/btn_search.svg) no-repeat 0% 0%;
    width: 35px;
    height: 35px;
    position: absolute;
    right: 2px;
    top: 0;
    transition: all 0s ease;
}
.site-header .search-box .ibtn.search:hover{
    background-position: 0 100%;
}
.no-svg .site-header .search-box .ibtn.search {
    background: url(../../images/common/btn_search.svg) no-repeat 0% 0%;
}
.no-svg .site-header .search-box .ibtn.search:hover{
    background-position: 0 100%;
    transition: all 0s ease;
}
/*------------ / site_header ------------*/
/*------------ banner ------------*/
.banner {
    position: relative;
}
.banner .container {
    max-width: 1440px;
    padding: 0;
}
/*------------ / banner ------------*/
/*------------ site_main ------------*/
.main-top .container {
    max-width: 1440px;
    padding: 0;
}
.main-top {
    background: url(../../images/common/index/b_bg.jpg) no-repeat top center;
    padding: 50.5px 0;
    overflow: hidden;
}
.main-title {
    position: relative;
    text-align: center;
    z-index: 1;
}
.main-title span{
    position: absolute;
    display: block;
    font-size: 160px;
    letter-spacing: 0;
    font-family: 'Frank Ruhl Libre',serif;
    font-weight: bold;
    color: rgba(197,197,197,0.18);
    top: -33px;
    left: calc(50% + -482px);
    line-height: 1;
    z-index: -1;
}
.main-title .main-title-b {
    position: relative;
    display: inline-block;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    padding-left: 15px;
    margin: 0;
    color: #333333;
    font-family: 'Noto Serif TC', serif;
}
.main-title .main-title-b::before{
    content: '';
    position: absolute;
    width: 5px;
    height: 30px;
    background: #181896;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.main-title.new-two {
    text-align: center;
    margin: 0;
    padding-bottom: 10px;
    margin-bottom: 30px;
    letter-spacing: 2px;
    color: #444444;
    font-size: 22px;
    position: relative;
}
.main-content {
    padding: 50px 0 150px;
}
.content {
    min-height: 300px;
    box-sizing: border-box;
}
.content-top {}
.content-title {
    margin: 0;
    color: #888;
    border-top: 1px solid #ccc;
    text-align: center;
    position: relative;
    padding: 10px 0;
    margin: 0 0 30px;
    font-size: 18px;
    font-weight: normal;
    font-family: 'Noto Serif TC', serif;
}
.content-title:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 13px 0 13px;
    border-color: #eeeeee transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    margin: 1px 0 0 -13px;
}
.content-title2 {
    color: #7FCAA5;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 10px;
}
.content.in.about {
    position: relative;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1280px;
    margin: 0 5%;
    padding: 60px 4.5% 0;
    font-size: 14px;
}
.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: 50px;
    position: relative;
    text-align: center;
}
.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-bottom: 30px;
}
/*------------ / site_main ------------*/
/*------------ breadcrumb ------------*/
.bd-new {}
.breadcrumb {
    color: #888888;
    font-size: 13px;
    text-align: left;
    font-weight: bold;
    margin: 10px 0;
    padding: 0 0 5px;
    border-bottom: 3px solid #181896;
    display: inline-block;
}
.breadcrumb li,
.breadcrumb li a {
    display: inline;
}
.breadcrumb li+li:before {
    content: '> ';
    display: inline-block;
    margin: 0 3px;
}
.breadcrumb li a:hover {
    color: #E28346;
}
.content-top .breadcrumb {
    border: none;
    font-size: 20px;
    display: block;
}
.content-top .breadcrumb li:first-child a {
    font-weight: normal;
}
.content-top .breadcrumb li:first-child a:before {
    display: none;
}
.content-top .breadcrumb li:last-child {
    color: #39B22E;
}
.content-top .breadcrumb li+li:before {
    font-size: 0;
    border-left: 7px solid #001E5E;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    vertical-align: middle;
    margin: -3px 5px 0;
}
.content-top .breadcrumb li a:hover {
    text-decoration: underline;
}
/*------------ / breadcrumb ------------*/
/*------------ side ------------*/
.side {
    width: 300px;
    float: left;
}
.has-side .content {
    max-width: 1440px;
    width: 100%;
    margin: auto;
}
.side-title {
    border-top: 5px solid #80CAA5;
    color: #80CAA5;
    font-size: 27px;
    padding: 20px 30px;
    background-color: #F2FAF6;
    margin-bottom: 2px;
    text-transform: uppercase;
    -webkit-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
}
.side-nav,
.side-nav-top {
    position: relative;
    font-size: 15px;
}
.side-nav li a,
.side-nav-top li a {
    position: relative;
    display: block;
    line-height: 1.4;
    padding: 8px 16px;
}
.side-nav li a,
.side-nav-top li a {
    display: block;
    margin-bottom: 2px;
}
.side-nav>li>a,
.side-nav-top>li>a {
    color: #fff;
    position: relative;
    padding: 8px 10px 8px 36px;
    line-height: 1.4;
    background-color: #80CAA5;
}
.side-nav-top>li>a {
    background-color: #4CA076;
}
.side-nav>li>a:hover,
.side-nav>li.active>a,
.side-nav-top>li>a:hover,
.side-nav-top>li.active>a {
    text-decoration: underline;
}
.side-nav>li>a:before,
.side-nav-top>li>a:before {
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 9px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    left: 14px;
    top: 14px;
}
.side-nav>li.has-child.active>a:before,
.side-nav-top>li.has-child.active>a:before {
    border-width: 9px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
}
.side-nav ul {
    display: none;
}
.side-nav ul li a {
    color: #80CAA5;
    border: 1px solid #80CAA5;
    padding: 8px 10px 8px 36px;
}
.side-nav ul li a:hover,
.side-nav ul li.active>a {
    background-color: #F2FAF6;
}
/*------------ / side ------------*/
/*------------ site_footer ------------*/
.site-footer {
    position: relative;
    background: url(../../images/common/f_bg.jpg) 50% 0 no-repeat;
    background-size: cover;
    font-size: 15px;
    line-height: 1.5;
    color: rgba(255,255,255,0.8);
}
.footer-top {
    position: relative;
}
.footer-top .container {
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding: 125px 60px 56px;
}
/* info */
.site-info {
    position: relative;
    float: left;
    width: 50%;
    display: flex;
}
.site-info .info-share{
    width: 35%;
    display: flex;
}
.site-info .info-txt{
    width: 65%;
}
.site-info .ibtn.fb {
    transition: all .3s ease;
    width: 110px;
    height: 110px;
    background: url(../../images/tw/fb.jpg);
}
.site-info .ibtn.fb:hover{
    opacity: 0.8;
}
.site-info .qrcode {
    float: left;
    margin: 0 0 0 15px;
}
.site-info .info-txt {
    margin: 0;
    padding: 0 0 0 15px;
    list-style: none;
    position: relative;
    letter-spacing: 0.8px;
    font-family: 'Frank Ruhl Libre',serif;
}
.site-info .info-txt li+li{
    padding: 8px 0 0;
}
.site-info .info-txt strong {
    color: #fff;
    font-size: 28px;
    transition: all 0.3s ease;
}
.site-info a{
    transition: all 0.3s ease;
}
.site-info a:hover,
.site-info .info-txt a:hover strong{
    color: #E28346;
}
/* map */
.site-map {
    position: relative;
    float: left;
    width: 50%;
    font-family: 'Noto Serif TC', serif;
}
.site-map-ttile{
    position: relative;
    display: block;
    color: #FFFFFF;
    letter-spacing: 0.8px;
    font-size: 20px;
}
.site-map ul {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0.2rem;
}
.site-map ul+ul{
    margin: 0 0 0 30px;
}
.site-map ul li {
    position: relative;
    margin: 12px 0;
    display: -webkit-box;
}
.site-map ul li a:before {
    content: '/ ';
    color: rgba(255,255,255,0.4);
}
.site-map ul li a{
    transition: all 0.3s ease;
}
.site-map ul li a:hover{
    color: #E28346;
}
.site-map ul li a:hover:before{
    color: #E28346;
}
/* footer-bottom */
.footer-bottom {
    position: relative;
    padding: 15px 0px 50px;
    font-size: 13px;
    letter-spacing: 0.4px;
    color: rgba(255,255,255,0.69);
}
.footer-bottom a:hover {
    color: #E28346;
}
.copyright-box {
    float: right;
    padding-top: 5px;
}
.follow {
    float: right;
    margin-left: 15px;
}
.follow .share {
    text-align: right;
}
/*------------ / site_footer ------------*/
/*------------ floating ------------*/
.floating,
.floating.fancybox-margin {
    display: none;
    right: 10%;
    margin-left: -33px;
    z-index: 250;
    padding-top: 0px;
    bottom: 75px;
    transition: all .3s ease;
    position: fixed;
}
.floating .ibtn.gotop {
    position: relative;
    background: #2E6191;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.3s ease;
}
.floating .ibtn.gotop::before{
    content: '';
    position: absolute;
    border: 1px solid #fff;
    width: 8px;
    height: 8px;
    border-width: 1px 1px 0 0;
    transform: rotate(-45deg);
    left: 20px;
    top: 21px;
    transition: all 0.3s ease;
}
.floating .ibtn.gotop:hover {
    background: #E28346;
    transform: scale(1.5);
}
.floating .ibtn.gotop:hover:before{
    border-color:  #fff;
}
/*------------ / 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: 30px;
    height: 30px;
    line-height: 30px;
    color: #787878;
    font-size: 16px;
    font-weight: 500;
    padding: 0 5px;
    margin: 0px;
    box-sizing: border-box;
    font-family: 'Raleway',serif;
}
.pagination li a:hover,
.pagination li.active a {
    color: #E28346;
}
.pagination li a.controls {
    padding: 0;
    font-size: 18px;
    color: #787878;
    line-height: 32px;
}
.pagination li a.controls:hover {
    color: #181896;
    background: none;
}
.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 {
    border-color: #E28346;
}
.pagination li a.prev:after,
.pagination li a.next:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 12px;
    border-left: 1px solid #ccc;
    margin-bottom: 3px;
}
.pagination li a.prev:after {
    margin-left: 12px;
}
.pagination li a.next:before {
    margin-right: 12px;
}
/*------------ / pagination ------------*/
/*------------ form ------------*/
.reminder {
    color: #666;
    position: relative;
    margin: 0 0 60px;
}
.reminder span {
    font-size: 24px;
    color: #181896;
    text-align: center;
    font-weight: bold;
    font-family: 'Frank Ruhl Libre',serif;
    line-height: 1.2;
    padding: 0;
    display: block;
}
.reminder span.require_txt{
    font-size: 15px;
    color: #666;
    font-weight: 500;
}
.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: 100px;
    max-width: none;
    padding: 0 29px;
    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: #7FCAA5;
}
.qty-box .btn {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 19px;
    color: #666;
    border: 1px solid #ddd;
    position: absolute !important;
    z-index: 0;
    top: 0;
}
.qty-box .btn:hover {
    border-color: #7FCAA5;
    background: #eee;
    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 #ddd;
    background: #fff;
    box-sizing: border-box;
    margin-bottom: 6px;
    color: #666;
}
.form-control:focus {
    outline: none;
    border-color: #E28346;
}
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;
}
.form-box {
    margin: 0 auto;
}
.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;
}
.form-box .required {
    position: relative;
}
.form-box .required:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #E28346;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    margin: 0 10px 4px 0;
}
.form-box .form-group {
    padding: 4px 0;
    line-height: 36px;
}
.form-box .control-label {
    display: block;
    font-size: 16px;
    color: #666666;
    line-height: inherit;
}
.form-box .control-box {
    position: relative;
}
.form-box .control-box label {
    display: inline-block;
    line-height: inherit;
    margin: 0 10px 6px 5px;
    color: #999;
}
.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: #80CAA5;
    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 .icon.refresh {
    background-image: url(../../images/common/refresh.png);
    width: 36px;
    height: 37px;
    margin-top: -5px;
}
.form-box .captcha a:hover .icon.refresh {
    background-position: 0 100%;
}
.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: #80CAA5;
    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 .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 .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'); */
    border: 1px solid #aaa;
    background: #fff;
    border-radius: 50%;
}
.no-svg .form-radio:before {
    /* background-image: url('../../images/common/form_radio.png'); */
    border: 1px solid #aaa;
    background: #fff;
    border-radius: 50%;
}
.form-checkbox:before {
    background-image: url('../../images/common/form_checkbox.svg');
}
.no-svg .form-checkbox:before {
    background-image: url('../../images/common/form_checkbox.png');
}
.form-radio.checked::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #181896;
    top: 51%;
    left: 4px;
    transform: translateY(-50%);
}
.no-svg .form-radio.checked::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #181896;
    top: 51%;
    left: 4px;
    transform: translateY(-50%);
}
.form-radio.checked:before,
.form-checkbox.checked:before {}
.success-wrap {
    text-align: center;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 80px;
}
.success-box {
    text-align: center;
    line-height: 2;
}
.success-msg {
    background: url('../../images/common/success.png') 50% 0 no-repeat;
    color: #333333;
    text-align: center;
    font-size: 21px;
    padding: 80px 0 0;
    line-height: 1.5;
    margin: 0 auto 15px;
}
.no-svg .success-msg {
    background-image: url('../../images/common/success_ic.png');
}
.success-txt {
    line-height: 1.8;
    color: #666;
    font-size: 15px;
    padding-bottom: 10px;
}
.success-txt .success-msg2 {
    display: inline-block;
    color: #fff;
    padding: 0 50px;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.2;
    background: #E28346;
    min-width: 320px;
    padding: 20px 0;
    margin-bottom: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Noto Serif TC', serif;
}
.success-txt strong{
    display: inline-block;
    color: #333;
    font-size: 16px;
    margin-bottom: 5px;
}
.success-txt a {
    text-decoration: underline;
    color: #000;
}
.success-txt a:hover {
    text-decoration: none;
}
.success-wrap .btn-box {
    max-width: 700px;
    margin: 0 auto;
}
/*------------ / form ------------*/
/*------------ lightbox ------------*/
body .fancybox-close {
    background: url(../../images/common/lightbox_close.png) no-repeat;
    width: 70px;
    height: 30px;
    right: 10px;
    top: -36px;
    display: none;
}
.no-svg body .fancybox-close {
    background-image: url(../../images/common/lightbox_close.png)
}
body .fancybox-skin {
    background: #E4E4E4;
}
body .fancybox-title {
    background: #fff;
    margin: 0;
    padding: 0 15px 15px;
}
.photo-title {
    background: url(../../images/common/album/name_ic.png) 12px 9px no-repeat rgba(31, 131, 103, 0.85);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 12px 10px 45px;
    margin: 0 -15px 15px;
}
.photo-pager {
    color: #000;
    font-size: 12px;
    letter-spacing: 0.03rem;
    margin-bottom: 10px;
}
.photo-pager b {
    color: #46A38A;
    font-size: 14px;
}
.photo-intro {
    color: #929292;
    font-size: 14px;
    line-height: 1.75;
}
.photo-control {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    text-align: right;
}
.photo-control .ibtn {
    background-image: url(../../images/common/album/lightbox_control.png);
    height: 41px;
    width: 54px;
    margin-left: 1px;
}
.photo-control .ibtn.prev {
    background-position: 0 0;
}
.photo-control .ibtn.next {
    background-position: -54px 0;
}
.photo-control .ibtn.close {
    background-position: -108px 0;
    width: 41px;
}
.photo-control .ibtn.prev:hover {
    background-position: 0 100%;
}
.photo-control .ibtn.next:hover {
    background-position: -54px 100%;
}
.photo-control .ibtn.close:hover {
    background-position: -108px 100%;
}
.fancybox-nav span {
    display: none;
}
/*------------ / lightbox ------------*/
.mmenu-show #mobile-fixed li,
.mmenu-show #mobile-search,
.mmenu-show #member-box li a {
    background: #181896;
}
.mmenu-show #mobile-menu .language-menu{
    background: #181896;
    color: #fff;
}
.mmenu-show #mobile-menu .share-menu{
    background: #181896;
}
.mmenu-show #mobile-fixed ul,
.mmenu-show #member-box li {
    border-bottom-color: #181896;
}
.mmenu-show #mobile-menu .side-nav-top>li a:before {
    border-color: #181896;
}
.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active>a {
    color: #E28346;
}
.mmenu-show #mobile-menu .share .btn .ic {
    vertical-align: middle;
}
.mmenu-show #mobile-search .ibtn.search {
    z-index: 1;
}
.mmenu-show .search-box:after {
    position: absolute;
    content: "\e901";
    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;
    color: #000;
    right: 0px;
    top: 0;
    font-size: 20px;
    line-height: 30px;
    width: 30px;
    height: 30px;
}
.mmenu-show #mobile-search .form-control {
    border-radius: 0;
}
@media screen and (max-width: 1600px) {
    .floating,
    .floating.fancybox-margin {
        right: 0;
        margin: 0;
    }
}
@media screen and (max-width: 1330px) {
    .footer-top .container {
        padding: 125px 15px 56px;
    }
    .site-info .info-share {
        width: 40%;
        display: flex;
    }
    .site-info .info-txt{
        width: 60%;
    }
    .site-map ul+ul {
        margin: 0 0 0 15px;
    }
}
@media screen and (max-width: 1280px) {
    .site-title .logo{
        width: 290px;
        height: 47px
    }
    .site-nav {
        position: relative;
        padding: 60px 0 21px;
        margin-left: 300px;
    }
    .site-title {
        padding: 42px 0 20px;
    }
    .site-nav .menu>li {
        padding: 0 15px;
    }
}
@media screen and (max-width: 1200px) {
    .site-info {
        display: flex;
        flex-direction: column;
    }
    .site-info .info-share {
        width: 100%;
    }
    .site-info .info-txt {
        width: 100%;
        padding: 0;
        position: relative;
        box-sizing: border-box;
    }
    .site-info{
        width: 40%;
    }
    .site-map {
        width: 60%;
    }
}
@media screen and (max-width: 1000px) {
    .wrapper {
        padding-top: 40px;
    }
    .follow .share {
        display: none;
    }
    .header-fixed .site-title .logo,
    .site-title .logo {
        width: 290px;
        height: 47px;
    }
    .header-sheet {
        position: fixed;
        height: auto;
        bottom: 0%;
        z-index: 999;
        font-size: 14px;
        padding: 40px 0 10px;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        border-radius: 0;
    }
    .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;
    }
    .site-title, .header-fixed .site-title {
        float: none;
        padding: 10px 0;
        text-align: center;
    }
    .site-header {
        position: relative;
        z-index: 300;
    }
    .top-nav,
    .site-nav {
        display: none;
    }
    .site-header .language {
        display: none;
    }
    .main-content {
        padding: 15px 0 80px;
    }
    .footer-top {
        text-align: center;
    }
    .footer-top .container {
        padding: 50px 15px 40px;
    }
    .site-info,
    .site-map {
        width: 100%;
    }
    .footer-top .map-box {
        margin: 0;
    }
    .site-info {
        margin: 0 auto;
    }
    .footer-top .col3 {
        display: none;
    }
    .floating,
    .floating.fancybox-margin {
        background: none;
        left: 50%;
        bottom: 5px;
        margin-left: -15px;
        position: fixed;
    }
    .floating .ibtn.gotop, .floating .ibtn.gotop:hover {
        background: url(../../images/common/mobile_gotop.png) 0% 40% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
    }
    .floating .ibtn.gotop:hover {
        transform: scale(1);
    }
    .floating .ibtn.gotop::before{
        display: none;
    }
    .main-title .main-title-b {
        font-size: 24px;
    }
    .main-top {
        padding: 35px 0;
    }
    .main-title span {
        font-size: 100px;
        top: -5px;
        left: 0;
        right: 0;
    }
    .wrapper::before{
        display: none !important
    }
    .btn-box {
        padding-top: 30px;
    }
    .site-info .info-share {
        justify-content: center;
        margin: 0 0 15px;
    }
    .copyright-box {
        float: none;
        padding-top: 0;
        text-align: center;
    }
    .form-box .control-label{
        font-size: 15px;
    }
}
@media screen and (max-width: 900px) {
    .site-map,
    .related-doc {
        display: none;
    }
    .footer-bottom {
        text-align: center;
    }
    .copyright-box {
        float: none;
    }
    .author {
        display: inline-block;
    }
}
@media screen and (max-width: 767px) {
    .main-content.terms {
        margin-top: 30px;
    }
    .content-title2 {
        font-size: 18px;
    }
    .content-top .breadcrumb {
        float: none;
    }
    .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;
    }
    .form-title {
        font-size: 36px;
    }
    .form-box .row:before {
        display: none;
    }
    .form-box .col {
        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-txt {
        padding: 0 15px;
    }
    .success-txt .success-msg2{
        font-size: 24px;
    }
    .success-wrap {
        padding-bottom: 80px;
    }
    .fancybox-album .fancybox-skin {
        margin: 40px 0 5px;
        padding: 10px !important;
    }
    .fancybox-album .fancybox-close {
        right: 50%;
        margin-right: -35px;
    }
    .fancybox-album .fancybox-nav span {
        margin: 0;
        top: -54px;
    }
    .fancybox-album .fancybox-prev span {
        left: -15px;
    }
    .fancybox-album .fancybox-next span {
        right: -15px;
    }
}
@media screen and (max-width: 640px) {
    .site-info {
        text-align: center;
    }
    .site-info .qrcode, .site-info .fb {
        float: none;
        display: inline-block;
        margin-bottom: 20px;
        vertical-align: top;
    }
    .site-info .info-txt {
        margin: 0;
    }
    .site-info .info-txt strong {
        font-size: 24px;
    }
    .site-info {
        margin: 0 auto;
    }
}
@media screen and (max-width: 400px) {
    .form-box .form-group .input-box {
        width: 100%;
    }
    .breadcrumb {
        padding: 0px;
        text-align: center;
        margin-left: 0px;
    }
    .btn.simple {
        margin: 0 auto 10px;
    }
}