@charset "utf-8";
@import url('icon-font2/style.css');
@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
/*------------ basic ------------*/
body {
    color: #bbb;
    line-height: 1.8;
    background: #100C1D;
}
.content-nav-menu {
    display: none;
}
/*------------ / basic ------------*/
/*--- 隱私權 ---*/
.header-sheet {
    background-color: rgba(0, 0, 0, 0.75);
    border: solid 1px #32A6DE;
    color: #eee;
}
.header-sheet .close-ontop {
    color: #eee;
}
.header-sheet a {
    color: #32A6DE;
}
.close-ontop {
    color: #000;
    text-shadow: 0 1px 0 #fff;
}
/*---! 隱私權 ---*/
/*--- 圖片 ---*/
.box .pic {
    position: relative;
    overflow: hidden;
}
.box .pic img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.box:hover .pic img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
/*---! 圖片 ---*/
/*--- back-btn ---*/
.btn.back {
    color: #fff;
    background: #6360D0;
    font-size: 15px;
    transition: all .3s ease;
    line-height: 25px;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 5px 30px;
    border-radius: 30px;
}
.btn.back:before {
    display: inline-block;
    content: "\e1002";
    transform: rotate(180deg);
    display: inline-block;
    margin: 0 5px 0 0;
    font-family: 'icon-font2' !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;
}
.btn.back:hover {
    background: #32A6DE;
}
/*--- fb-btn ---*/
.ibtn.fb {
    transition: all 0s ease;
    width: 170px;
    height: 80px;
    background: url('../../../images/layout04-2/tw/fb.png') no-repeat;
    background-position: 0 0%;
    position: relative;
    overflow: inherit;
}
.ibtn.fb:hover {
    background-position: 0 100%;
}
/*--- style01-btn ---*/
.btn.style01 {
    transition: all .3s ease;
    line-height: 40px;
    border-radius: 30px;
    background: #6360D0;
    color: #fff;
    font-size: 18px;
    padding: 0 78px;
    margin: 0 10px 15px;
}
.btn.style01 i {
    color: #fff;
    font-size: 13px;
    margin: 0 0 2px 15px;
    display: inline-block;
    vertical-align: middle;
}
.btn.style01:hover i {
    color: #fff;
}
.btn.style01.arrowL i {
    margin: 0 15px 2px 0;
    transform: rotate(180deg);
    transition: all .3s ease;
}
.btn.style01:hover {
    background: #32A6DE;
    color: #fff;
}
.btn.style01 i:before {
    content: "\e1002";
    font-family: 'icon-font2' !important;
}
.btn.style01.arrowL i:before {
    content: "\e1002";
}
/*--- style02-btn ---*/
.btn.style02 {
    transition: all .3s ease;
    background: #6360D0;
    color: #fff;
    line-height: 34px;
    text-decoration: none;
    padding: 0 30px;
    margin: 0 5px 15px;
    max-width: 136px;
    border-radius: 30px;
}
.btn.style02:before {
    font-family: 'icon-font2' !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;
    content: "\e1012";
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    margin: 0 10px 4px 0;
}
.btn.style02:hover {
    background: #32A6DE;
    color: #fff;
}
/*------------ / btn ------------*/
.banner {
    padding: 0;
    margin: auto;
    position: relative;
    z-index: 2;
}
.banner .container {
    padding: 0;
    max-width: inherit;
}
.banner img {
    max-width: inherit;
    min-height: 96px;
    height: 100%!important;
    object-fit: cover;
}
/*------------ site_header ------------*/
.wrapper {
    padding-top: 146px;
}
.site-header {
    text-align: center;
    background: #100C1D;
    background-size: cover;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.5);
}
.site-title {
    padding: 56px 0 34px;
    float: left;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.site-title .logo {
    color: transparent;
    background: url(../../../images/layout04-2/common/logo.svg) 50% 50% no-repeat;
    background-size: contain;
    width: 371px;
    height: 55px;
    transition: all .3s ease;
}
.site-title .logo:hover {
    opacity: .7;
}
/*------------ top-nav ------------*/
.top-nav {
    position: absolute;
    /* right: 125px; 若有詢價車的話，需要打開*/
    right: 30px;
    z-index: 35;
    top: 15px;
}
/*詢價車*/
.func-menu {
    position: absolute;
    top: 13px;
    right: 0;
}
.func-menu>li.gocart .toggleBtn {
    color: #fff;
}
.func-menu>li.gocart .toggleBtn .num {
    color: #fff;
    background: #32A6DE;
    font-family: 'Cabin', sans-serif;
}
.func-menu>li.gocart .price {
    color: #F2856C;
    letter-spacing: 0.035em;
}
.func-menu .cart-box {
    border: 2px solid #32A6DE;
    background: #fff;
}
.func-menu .cart-box .btn {
    background: #444;
    color: #fff;
}
.func-menu .cart-box .btn:hover {
    background: #32A6DE;
    color: #fff;
}
.func-menu .cart-list li+li {
    border-top: 1px dashed #bbb;
}
.func-menu .cart-list li:hover .box {
    background: #fafafa;
}
.func-menu .cart-list .qty {
    color: #F2856C;
}
/*數量icon*/
.qty-box {
    position: relative;
    display: inline-block;
    width: 100px;
    max-width: none;
    padding: 0 29px;
    box-sizing: border-box;
}
.qty-box .less {
    left: 0;
}
.qty-box .add {
    right: 0;
}
.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: #32A6DE;
}
.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: #32A6DE;
    background: #eee;
}
.products-intro .pd-intro .btn-group .btn.addcart {
    background: #000;
    color: #32A6DE;
}
.products-intro .pd-intro .btn-group .btn.addcart:hover {
    color: #fff;
}
/*!數量icon*/
/*!詢價車*/
/*---- language ----*/
.site-header .language {
    float: left;
}
.site-header .language .btn {
    display: none;
}
.top-nav .language li {
    display: inline-block;
}
.top-nav .language li a {
    display: inline-block;
    color: #A5A5A5;
    font-size: 13px;
    line-height: 16px;
    min-width: 28px;
    text-align: center;
    padding-left: 5px;
    transition: all .3s ease;
}
.top-nav .language li+li>a {
    border-left: 1px solid #A5A5A5;
}
.top-nav .language li a:hover {
    color: #32A6DE;
}
/*---- search-box ----*/
.none {
    display: none;
}
.site-header .search-box {
    position: relative;
    width: 170px;
    float: right;
    box-sizing: border-box;
    margin: 0 0px 0 25px;
}
.site-header .search-box .form-control {
    height: 32px;
    line-height: 32px;
    margin: 0;
    border-radius: 30px;
    border: 1px solid #888888;
    transition: all .3s ease;
    padding: 0 15px;
    background: transparent;
    color: #888888;
}
.site-header .search-box .form-control:focus {
    outline: none;
    border: 1px solid #32A6DE;
}
.search-box .search {
    z-index: 1;
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    right: 0;
    top: 1px;
}
.search-box:after {
    content: '';
    background-image: url(../../../images/layout04-2/common/btn_search.png);
    background-repeat: no-repeat;
    background-position: 0 0%;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 3px;
    top: 1px;
}
.search-box:hover:after {
    background-position: 0 100%;
}
/*------------site-nav ------------*/
.site-nav {
    float: right;
    margin: 72px 0px 0 0;
    transition: all .3s ease;
}
.site-nav .menu {
    display: inline-block;
}
.site-nav .menu li {
    position: relative;
    width: 110px;
}
.site-nav .menu>li:nth-last-child(-n) {
    display: none;
}
.site-nav .menu>li>a {
    color: #fff;
    font-size: 17px;
    letter-spacing: 0.15em;
    box-sizing: border-box;
    line-height: 30px;
    transition: all .3s;
    padding: 8px 0;
}
.site-nav .menu li ul {
    display: none;
    position: absolute;
}
.site-nav .menu>li>ul {
    z-index: 600;
    width: 190px;
    top: 100%;
    left: 50%;
    box-sizing: border-box;
    text-align: left;
    margin: 5px 0 0 -95px;
    background: #414042;
}
.site-nav .menu>li ul {
    background: #414042;
}
.site-nav .menu>li>ul:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
    background: transparent;
    height: 5px;
    width: 100%;
}
.site-nav .menu>li.full_menu>ul:before {
    height: 24px;
}
.site-nav .menu li ul li {
    margin: 0 0 0px 0;
    padding: 0px 0 0 0;
    width: auto;
    text-align: center;
    border-bottom: solid 1px #5a5a5a;
}
.site-nav .menu li ul li:last-child {
    border-bottom: none;
}
.site-nav .menu ul li a {
    font-weight: bold;
    line-height: 1.4;
    display: block;
    padding: 10.5px 15px;
    position: relative;
    font-size: 15px;
    transition: all .3s ease;
    color: #BBBBBB;
    background: #414042
}
.site-nav .menu ul>li.active>a, .site-nav .menu ul>li.active2>a, .site-nav .menu ul>li>a:hover {
    background: #32A6DE;
    color: #FFFFFF;
}
.site-nav .menu ul ul {
    margin: 0 0 0 2px;
    width: 100%;
    top: 0px;
    left: 100%;
    box-sizing: border-box;
}
.site-nav .menu ul ul:before {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 100%;
    right: 100%;
    top: 0;
    background: transparent;
}
.site-nav>.menu>li:nth-child(n+9) {
    display: none;
}
/*滿版清單*/
.site-nav .menu .full_menu ul li a {
    padding: 6.5px 15px;
}
.site-nav .menu .full_menu ul ul ul {
    padding-left: 30px;
}
.site-nav .menu li.full_menu ul ul li a {
    background: rgba(255, 255, 255, 0.08);
    padding: 5px 10px;
    margin: 6px 3px;
}
.site-nav .menu li.full_menu ul ul ul li a {
    background: rgba(255, 255, 255, 0.18);
}
.site-nav .menu li.full_menu ul ul li:hover>a, .site-nav .menu li.full_menu ul ul li.active>a, .site-nav .menu li.full_menu ul ul li.active2>a {
    background: #32A6DE;
    color: #fff;
}
.site-nav .menu li.full_menu>ul>li>a:before {
    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;
    content: "\f105";
    margin-right: 5px;
    vertical-align: middle;
    top: -1px;
    position: relative;
}
.site-nav .menu .full_menu ul>li.active>a, .site-nav .menu .full_menu ul>li.active2>a, .site-nav .menu .full_menu ul>li>a:hover {
    background: none;
    color: #32A6DE;
}
/*!滿版清單*/
/*------------share------------*/
.share li {
    display: inline-block;
    margin: 0 4px;
}
.share .btn {
    font-size: 0;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 25px;
    border: 1px solid transparent;
}
.share .btn i {
    margin-top: -3px;
    font-size: 16px;
}
.share .btn:hover {
    color: #32A6DE;
}
.share_box {
    margin: 10px 0 20px 0;
}
/*------------ / site_header ------------*/
/*------------  fixed ------------*/
.header-fixed .site-header {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    width: 100%;
}
.header-fixed .language, .header-fixed .search-box {
    display: none;
}
.header-fixed .site-title {
    padding: 10px 0;
}
.header-fixed .site-title .logo {
    width: 290px;
    height: 43px;
}
.header-fixed .site-nav {
    margin-top: 0px;
   /* margin-right: 95px;*/
    padding: 10px 0 0;
}
.header-fixed .site-nav .menu>li>a {
    height: 46px;
    width: 96px;
    /* padding: 12px 0 10px 0; */
    padding: 7px 0 10px 0;
    border-radius: 10px;
}
.header-fixed .func-menu>li.gocart {
    margin-top: 6px;
}
.header-fixed .top-nav {
    top: -5px;
}
.header-fixed .site-nav .menu>li>ul {
    margin: 5px 0 0 -104px;
}
.header-fixed .site-nav .menu .full_menu ul {
    margin: 0;
    top: 100%;
}
/*------------ / fixed ------------*/
/*------------ site_main ------------*/
.main-top {
    text-align: center;
    margin-bottom: 40px;
    margin-top: -70px;
    position: relative;
    z-index: 5;
}
.main-top .main-title {
    line-height: 24px;
    font-size: 25px;
    color: #100c1d;
    font-weight: normal;
    width: 100%;
    margin: 0;
    text-align: center;
}
.main-top .container {
    padding: 0;
}
.main-content {
    box-sizing: border-box;
    z-index: 100;
    position: relative;
    padding: 0 0 100px;
}
.main-content .container {
    display: flex;
    width: 100%;
}
.content {
    min-height: 300px;
    box-sizing: border-box;
}
.content-top {
    padding: 10px 0 10px 0px;
    margin: 0 0 10px 0px;
    overflow: hidden;
}
.content-title {
    position: relative;
    padding: 5px 0 5px 40px;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5;
    min-height: 30px;
    float: left;
    margin: 0;
}
.content-title:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 12px;
    color: #fff;
    background: #32A6DE;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    content: "\e1020";
    font-family: 'icon-font2' !important;
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.search-title h1 {
    color: #444444;
    font-weight: normal;
    margin: 0;
    font-size: 20px;
    display: inline-block;
}
/*------------ / site_main ------------*/
/*------------ site_footer ------------*/
.site-footer {
    position: relative;
    background: url(../../../images/layout04-2/common/bg/bg02.jpg) top center;
    background-size: cover;
}
.footer_top .container {
    border-bottom: 1px solid #444444;
    padding: 65px 70px 45px;
    max-width: 1440px;
}
.footer_bottom {
    text-align: right;
    padding: 15px 0px;
    font-size: 13px;
    color: #fff;
}
.site-footer .col {
    float: left;
}
.site-footer .tit {
    font-size: 14px;
    color: #A8A8E8;
    font-weight: bold;
    margin: 0 0 25px;
    letter-spacing: 2px;
}
.site-info .tit {
    display: none;
}
.site-info {
    width: 400px;
    color: #fff;
    font-size: 14px;
}
.site-info li .tel a {
    font-size: 36px;
    font-weight: bold;
    color: #A8A8E8;
    line-height: 1;
    font-family: 'Cabin', sans-serif;
    transition: all 0.3s ease;
}
.site-info li a:hover {
    text-decoration: underline;
}
.site-info li {
    position: relative;
    padding: 4px 0;
}
.site-info li+li {
    margin: 12px 0 0;
}
.site-info li a, .site-info span {
    display: inline-block;
}
.site-map {
    line-height: 1.2;
    width: 550px;
    font-size: 14px;
    transition: all .3s ease;
    padding-top: 10px;
    color: #BBBBBB;
}
.site-map ul {
    box-sizing: border-box;
    float: left;
    font-size: 14px;
    letter-spacing: 0.35px;
}
.site-map ul+ul {
    margin: 0 0 0 40px;
}
.site-map li+li {
    margin-top: 17.5px;
}
.site-map ul a {
    transition: all .3s ease;
}
.site-map ul a:hover {
    color: #fff;
    text-decoration: underline;
}
.site-footer .fllow {
    float: right;
    text-align: right;
    margin: 70px 0 0 0;
    vertical-align: bottom;
    display: flex;
    align-items: flex-end;
}
.fllow .share {
    vertical-align: bottom;
    display: block;
    text-align: right;
    right: 0;
    position: absolute;
    top: 100%;
    margin-top: 18px;
    z-index: 5;
}
.fllow * {
    display: inline-block;
    vertical-align: middle;
}
.fllow p {
    display: block;
    margin: 15px 0 0 0;
    font-size: 12px;
    color: #aaa;
}
.fllow .qr-inner {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 0 0 10px;
    box-sizing: border-box;
    order: 2;
}
.copy_box {
    text-align: right;
    font-size: 12px;
    margin: 5px 0;
    padding-right: 200px;
}
/*------------ / site_footer ------------*/
/*------------ floating ------------*/
.floating, .floating.fancybox-margin {
    position: absolute;
    right: 50%;
    bottom: 100%;
    margin-right: -30px;
    margin-bottom: -30px;
    z-index: 400;
    transition: all .3s ease;
}
.floating .gotop {
    display: block;
    width: 60px;
    height: 60px;
    transition: all .3s ease;
    background: url(../../../images/layout04-2/common/bg/bg02.jpg) top center;
    position: relative;
    border-radius: 50%;
    border: 1px solid #A8A8E8;
}
.floating .gotop:before {
    font-family: 'icon-font2' !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;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    transition: all .3s ease;
    content: "\e1054";
    text-indent: 0;
}
.floating .gotop:hover {
    background: url(../../../images/layout04-2/common/gotop_hover.png) top center no-repeat;
}
/*------------ / floating ------------*/
/*------------ breadcrumb ------------*/
.breadcrumb {
    text-align: center;
    color: #888;
    font-size: 13px;
    padding: 5px 15px;
    margin-top: 1px;
}
.breadcrumb li, .breadcrumb li a {
    display: inline;
    transition: all .3s ease;
}
.breadcrumb a:hover {
    color: #32A6DE;
}
.breadcrumb li+li:before {
    content: "/";
    margin: 0px 2px;
}
.content-top .breadcrumb {
    background: none;
    float: right;
    color: #ddd;
    padding: 6px 0;
    margin-top: 6px;
}
.products-breadcrumb {
    line-height: 1;
    display: inline-block;
    padding: 0 10px 0 5px;
    white-space: nowrap;
    margin: 0 0 15px;
    float: right;
    color: #ddd;
    background: none;
}
.products-breadcrumb:before {
    content: "\f101";
    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: 14px;
    color: #ddd;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 0 0px 3px 0;
}
.products-breadcrumb li+li:before {
    content: "/";
    margin: 0px 2px;
}
.products-breadcrumb li:first-child a span {
    display: inline-block;
}
.products-breadcrumb li:first-child a:before {
    content: "";
}
.products-breadcrumb li a:hover {
    color: #32A6DE;
}
/*------------ / breadcrumb ------------*/
/*------------ side ------------*/
.side {
    width: 265px;
    box-sizing: border-box;
    line-height: 1.5;
    display: table-cell;
    vertical-align: top;
    padding: 0px 0 0 0;
}
.content {
    position: relative;
}
.has-side .content {
    width: calc(100% - 260px);
    box-sizing: border-box;
    display: table-cell;
}
.side_logo {
    font-size: 0;
    display: block;
    background: #32A6DE;
    width: 22px;
    height: 22px;
    display: block;
    margin: 0 auto 8px;
    transform-origin: 0 50%;
    position: relative;
    border-radius: 50%;
}
.side_logo:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -7px 0 0 -6px;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    padding: 1px;
    font-family: 'icon-font2' !important;
    content: "\e1020";
    font-weight: 900;
}
.side_logo span {
    display: block;
    font-weight: 400;
}
.side .title {
    background: url(../../../images/layout04-2/common/side_title_bg.jpg) no-repeat;
    background-size: 100% auto;
    border-bottom: 0;
    padding: 36.5px 0 36.5px 0px;
    margin-bottom: 0px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1;
    position: relative;
    width: 220px;
    margin: 0 0 20px;
}
.side-nav {
    max-width: 220px;
    padding: 15px 0 15px;
    background: #21183D;
    border-top: none;
}
.side-nav>li+li {
    margin: 5px 0 0 0;
}
.side-nav li a {
    position: relative;
    display: block;
    transition: all .3s ease;
    line-height: 1.8;
}
.side-nav>li>a {
    padding: 4px 20px 4px 40px;
    font-size: 15px;
    color: #fff;
    position: relative;
}
.side-nav>li:hover>a, .side-nav>li.active>a, .side-nav>li.active2>a {
    background: #32A6DE;
    background: -moz-linear-gradient(right, #32A6DE 0%, #6764D7 100%);
    background: -webkit-linear-gradient(right, #32A6DE 0%, #6764D7 100%);
    background: linear-gradient(to right, #32A6DE 0%, #6764D7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#32A6DE', endColorstr='#6764D7', GradientType=1);
    color: #fff;
}
.side-nav>li>a:before {
    content: "\e1020";
    color: #ffffff;
    position: absolute;
    display: block;
    top: 50%;
    left: 20px;
    margin: -6px 0 0 0;
    font-size: 12px;
    font-family: 'icon-font2' !important;
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.side-nav>li:hover>a:before, .side-nav>li.active>a:before, .side-nav>li.active2>a:before {
    color: #fff;
}
.side-nav ul {
    font-size: 15px;
    display: none;
    margin: 0px 0;
    padding-top: 10px;
}
.side-nav ul ul {
    padding-top: 0px;
    padding-bottom: 15px;
}
.side-nav ul li a {
    line-height: 1.3;
    padding: 8px 40px;
    font-size: 14px;
    transition: all .3s ease;
    border: 1px solid transparent;
    margin: 1px 0;
    color: #aaa;
}
.side-nav ul ul li a {
    border: none;
}
.side-nav ul li:hover>a, .side-nav ul li.active>a, .side-nav ul li.active2>a {
    color: #32A6DE;
}
.side-nav ul ul {
    padding-left: 25px;
}
.side-nav>li.active2>ul {
    display: block;
}
/*------------ / side ------------*/
/*------------ pagination ------------*/
.pagination li a, .pagination li span {
    display: block;
    min-width: 23px;
    line-height: 23px;
    border: 1px solid transparent;
    margin: 0 5px;
    text-align: center;
    color: #bbb;
    font-weight: bold;
    font-size: 15px;
    box-sizing: border-box;
    transition: all .3s ease;
}
.pagination li a:hover, .pagination li.active a {
    border: 1px solid #6663D4;
    background: #6663D4;
    color: #fff;
    text-decoration: underline;
}
.pagination li a.controls {
    border-radius: 0;
    width: 25px;
    height: 25px;
    line-height: 27px;
    margin-bottom: 2px;
    color: #bbb;
    border: none;
    border-bottom: 1px solid transparent;
    font-size: 0;
}
.pagination li a.controls i {
    font-size: 16px;
    line-height: 29px;
}
.pagination li a.controls:hover {
    border-bottom: 1px solid #32A6DE;
    color: #32A6DE;
    background: none;
}
.page-info .form-control {
    color: #999;
    border: 1px solid #ddd;
}
.page-info .form-control:focus {
    border-color: #777777;
}
/*------------ / pagination ------------*/
/*-----reminder-----*/
.reminder {
    text-align: center;
    margin: 0 0 45px 0;
    font-size: 14px;
    color: #bbb;
}
.reminder b {
    width: 10px;
    height: 9px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 3px 0;
    background: url(../../../images/layout04-2/common/ic.png);
}
/*-----form-detail-----*/
.form-control {
    display: block;
    width: 100%;
    height: 33px;
    line-height: 33px;
    color: #bbb;
    background: #21183D;
    border: 0;
    box-sizing: border-box;
    margin-bottom: 6px;
    font-size: 14px;
    padding: 0 10px;
    border-radius: 0;
    border: 1px solid #ddd;
}
.form-control:focus {
    outline: none;
    border-color: #32A6DE;
}
textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
    height: auto;
}
.form-box .captcha .form-control {
    display: inline-block;
    width: 46%;
    max-width: 280px;
}
.form-box .captcha a {
    display: inline-block;
    color: #bbb;
    font-size: 20px;
    line-height: inherit;
    margin-left: 5px;
    margin-bottom: 6px;
    transition: all .3s ease;
}
/*-----form-static-control-----*/
.static-control {
    color: #5946A5;
    line-height: inherit;
    font-weight: bold;
    margin: 5px 0 0 5px;
    font-size: 13px;
    line-height: 1.6;
}
/*-----form-wrap-----*/
.form-wrap {
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 30px;
}
.form-box .name .radio-box {
    position: static;
}
.form-box {
    position: relative;
    margin: 0 auto;
    padding: 0px 0px 10px;
    box-sizing: border-box;
    z-index: 15;
}
.form-box .row {
    margin: 0 -24px;
    display: block;
}
.form-box .col {
    float: left;
    width: 50%;
    padding: 0 24px;
}
/*-----form-required-----*/
.form-box .required {
    position: relative;
    padding: 0px 0 0 20px;
}
.form-box .required:before {
    content: "";
    width: 10px;
    height: 9px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 3px;
    margin: -5px 0 0 0;
    background: url(../../../images/layout04-2/common/ic.png);
}
.form-box .name .radio-box {
    position: absolute;
    right: -11px;
    bottom: 100%;
    margin: 0 0 3px;
    line-height: 1.6;
}
/*----- success-box -----*/
.success-box {
    text-align: center;
    box-sizing: border-box;
    position: relative;
    border-radius: 10px;
    padding: 70px 100px 65px;
}
.success-box .msg {
    color: #32A6DE;
    font-weight: bold;
    font-size: 24px;
    padding: 0 0 15px;
    margin: 0 0 20px;
    border-bottom: 1px solid #6663D4;
}
.success-box .msg i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 6px 0;
    font-style: normal;
}
.success-box .msg i:before {
    content: "\e1051";
    font-family: 'icon-font2' !important;
}
/*------------ lightbox ------------*/
body .fancybox-close {
    background: none;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    padding: 0;
    border: 3px solid #000;
    color: #000;
    box-sizing: border-box;
    background: #fff;
    outline: 10px solid #fff;
    line-height: 20px;
}
body .fancybox-close:after {
    content: "\e1019";
    display: block;
    font-size: 36px;
    position: absolute;
    top: 1px;
    left: -6px;
    text-align: center;
    font-weight: bold;
    z-index: 12;
    font-family: 'icon-font2' !important;
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body .fancybox-close:hover {
    color: #32A6DE;
    border-color: #32A6DE;
}
body .fancybox-skin {
    box-shadow: none;
    border-radius: 0;
    background: #fff;
    margin: 0 auto 150px;
}
body .fancybox-nav span {
    visibility: visible;
    background: url('../../../images/layout04-2/common/lightbox_arrow.png') no-repeat;
    width: 30px;
    height: 60px;
    opacity: 0.8;
    margin-top: -30px;
}
body .fancybox-prev span {
    background-position: 0 0;
    left: -65px;
}
body .fancybox-next span {
    background-position: 100% 0;
    right: -65px;
}
body .fancybox-nav span:hover {
    opacity: 1;
}
body .fancybox-inner {
    background: #fff;
    border-radius: 0;
    overflow: hidden !important;
}
body .fancybox-title-inside-wrap {
    padding-top: 0;
}
.lightbox-wrapper {
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
.login-box {
    padding: 30px;
}
.lightbox-title {
    color: #000;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 25px;
}
.lightbox-title span {
    display: block;
    font-size: 32px;
}
.lightbox-title .icon {
    /* background: url('../../../images/layout04-2/common/title_ic.png') no-repeat 0 -240px; */
    width: 30px;
    height: 30px;
    vertical-align: text-bottom;
}
.login-box .form-box {
    max-width: 500px;
    margin: 0 auto;
    padding: 0;
}
.lightbox-wrapper .form-group {
    padding: 5px 0;
}
.lightbox-wrapper .control-label {
    display: none;
}
.photo-title {
    background: #EEEEEE;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    line-height: 1.2;
    text-align: center;
    padding: 10px 10px 0;
    font-family: '微軟正黑體', Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
}
.photo-intro {
    background: #EEEEEE;
    font-size: 13px;
    color: #666666;
    line-height: 1.75;
    padding: 10px 15px;
    font-family: '微軟正黑體', Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
}
.photo-pager {
    text-align: center;
    font-size: 15px;
    color: #FFFFFF;
    margin: 20px 0 0 0;
    position: absolute;
    width: 100%;
    left: 0;
}
.photo-pager b {
    color: #32A6DE;
    font-family: 'Cabin', sans-serif;
}
/*------------ / lightbox ------------*/
.form-radio:before {
    background-image: url('../../../images/layout04-2/common/form_radio.png');
    margin: 0 3px 4px 0;
}
.form-checkbox:before {
    background-image: url('../../../images/layout04-2/common/form_checkbox.png');
}
/*------------ mobile_menu ------------*/
.mmenu-show #mobile-fixed ul {
    border-bottom: 1px solid #6360D0;
}
.mmenu-show #mobile-fixed li {
    background: #6360D0;
    color: #fff;
}
.mmenu-show #mobile-menu .menu li>a:hover, .mmenu-show #mobile-menu .menu li.active>a {
    color: #32A6DE;
}
.mmenu-show #mobile-menu .language-menu {
    background: #fff;
    color: #fff;
}
.mmenu-show #mobile-menu .language-menu {
    background: #6360D0;
    color: #fff;
}
.mmenu-show #mobile-menu .share-menu {
    background: #6360D0;
}
.mmenu-show.mmenu-open #mobile-menu {
    background: #fff;
}
.mmenu-show #mobile-search {
    background: #6360D0;
}
.mmenu-show #mobile-menu .menu ul ul li a {
    background: #FFFFFF;
    color: #999;
}
.mmenu-show #mobile-fixed .toggleBtn {
    font-size: 0;
}
.mmenu-show #mobile-fixed .toggleBtn i {
    font-size: 28px;
}
.mmenu-show #mobile-fixed .m-go-home {
    font-size: 0;
}
.mmenu-show #mobile-fixed .m-go-home i {
    font-size: 28px;
}
.mmenu-show #mobile-menu .share .btn {
    font-size: 0;
}
.mmenu-show #mobile-menu .share .btn i {
    line-height: 28px;
    margin-left: 5px;
}
.mmenu-show #mobile-fixed .m-contact {
    font-size: 0;
}
.mmenu-show #mobile-fixed .m-contact i {
    font-size: 28px;
}
.mmenu-show #mobile-menu .share .btn {
    color: #ddd;
}
.mmenu-show #mobile-menu .share .btn:hover {
    color: #32A6DE;
}
/*------------ / mobile_menu ------------*/
.contact-form {
    border: 1px solid #6663D4;
    background: #21183D;
    padding: 60px 130px 30px;
    margin-top: 35px;
    margin-bottom: 80px;
}
.contact-title {
    padding: 0 0 15px 5px;
    border-bottom: 1px solid #FFFFFF;
    margin: 0 0 30px;
    text-align: left;
}
.contact-form .contit, .contact-form .reminder {
    display: inline-block;
    margin: 0;
}
.reminder:before {
    content: '/  ';
    display: inline-block;
    margin: 0 5px -2px 10px;
}
.contact-title .reminder .requrin_txt, .reminder .requrin_txt {
    display: inline-block;
}
.contact-form .contit {
    text-align: left;
}
.contact-form .contit span {
    display: none;
}
.contact-form .contit b:before {
    content: "\e1009";
    color: #32A6DE;
    font-size: 23px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 7px 0;
    font-family: 'icon-font2' !important;
    font-weight: normal;
}
.contact-form .contit b {
    font-size: 25px;
    color: #32A6DE;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    font-family: 'Cabin', sans-serif;
}
.contact-form .btn-box {
    position: absolute;
    top: 100%;
    margin-top: 10px;
    left: 0;
    right: 0;
}
@media screen and (max-width: 1286px) {
    .site-title .logo{
        width:  300px;
        height: 44px;
    }
}
@media screen and (max-width: 1280px) {
    .footer_top>.container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 900px;
    }
    .site-map {
        float: none;
        clear: both;
        text-align: center;
        padding-top: 30px;
        letter-spacing: 40px;
        width: 100%;
        order: 3;
    }
    .site-map ul {
        display: inline;
        padding: 0 0px;
        float: none;
    }
    .site-map ul li {
        display: inline-block;
    }
    .site-map li {
        padding: 2px 6px;
    }
    .site-map ul+ul {
        margin: 0 0 0 0px;
    }
    .copy_box {
        text-align: center;
    }
    .footer_bottom .container {
        padding-right: 15px;
    }
}
@media screen and (max-width: 1250px) {
    .site-title .logo {
        width: 337px;
        height: 50px;
    }
    .site-title {
        padding: 10px 0 10px;
        float: none;
        text-align: center;
        position: static;
    }
    .header-fixed .site-title, .header-fixed .func-menu {
        display: none;
    }
    .site-nav {
        clear: both;
        position: static;
        width: 95%;
        text-align: center;
        padding: 10px 0;
        float: none;
        margin: auto;
    }
    .func-menu {
        position: absolute;
        top: 10px;
        right: 0;
    }
    .header-fixed .site-nav {
        width: 100%;
    }
}
@media screen and (max-width: 1000px) {
    .banner:before {
        display: none;
    }
    .wrapper {
        padding-top: 40px;
    }
    .content:before {
        display: none;
    }
    .site-footer .tit {
        display: none;
    }
    .ibtn.fb {
        margin: 0 10px;
    }
    .btn.style01 {
        max-width: 40%;
        font-size: 12px;
        padding: 0 15px;
        margin: 0 5px 15px;
    }
    .has-side .content, .content {
        padding: 0px 0px 0px;
    }
    .btn-box {
        padding-top: 5px;
    }
    /*------------ site_header 1000 ------------*/
    .site-header, .header-fixed .site-header {
        position: relative;
        width: 100%;
        z-index: 600;
        box-shadow: 0 0 0;
    }
    .site-title, .header-fixed .site-title {
        float: none;
        padding: 15px 0 15px;
        display: block;
    }
    .site-title .logo, .header-fixed .site-title .logo {
        width: 275px;
        height: 50px;
    }
    .top-nav, .site-nav, .header-fixed .top-nav, .header-fixed .site-nav, .header-fixed .site-nav .menu>li>a, .site-nav .menu>li>a {
        display: none;
        top: 0;
    }
    /*------------ / site_header 1000 ------------*/
    /*------------ site-footer 1000 ------------*/
    .footer_top {}
    .footer_top .container {
        padding: 20px 0px 20px;
    }
    .footer_bottom {
        padding-bottom: 30px;
    }
    .site-map, .fllow .share {
        display: none;
    }
    .site-footer .col {
        float: none;
        width: auto;
        margin-top: 0;
    }
    .site-info p {
        margin: 0 0 0 10px;
    }
    .fllow p {
        margin: 15px 0 0 0;
    }
    .site-footer .site-info {
        padding-left: 0;
        background: none;
        float: none;
        /* margin: 0 auto 15px; */
        margin-right: 30px;
    }
    /*------------ / site-footer 1000 ------------*/
    /*------------ floating 1000 ------------*/
    .gotop {
        display: none;
    }
    .floating .ibtn.gotop {
        background: url(../../../images/layout04-2/common/mobile_gotop.png) 50% 50% no-repeat;
    }
    .floating .gotop:before, .floating .gotop:after {
        display: none;
    }
    /*------------ / floating 1000 ------------*/
    .contact-title {
        margin: 0 5px 15px;
    }
    .contact-title .reminder, .reminder {
        margin: 0;
        text-align: left;
    }
    .contact-form {
        padding: 20px 15px 0;
    }
    .main-top {
        margin-bottom: 30px;
    }
    .content-top {
        padding: 0 0 0px 0px;
    }
    .contact-title>b {
        font-size: 30px;
    }
    .form-box {
        background: none;
        padding: 15px;
    }
    .form-box .captcha .form-control {
        width: 100%;
        display: block;
        max-width: inherit;
    }
    .success-box {
        padding: 50px 15px 45px;
    }
    .success-box .btn-box {
        padding-top: 25px;
    }
    /*------------ lightbox ------------*/
    .fancybox-album .fancybox-skin {
        margin: 50px 0 5px;
    }
    .fancybox-album .fancybox-close {
        top: -50px;
        right: 50%;
        margin-right: -20px;
    }
    .fancybox-album .fancybox-nav span {
        top: -45px;
    }
    .fancybox-album .fancybox-prev span {
        left: 0;
    }
    .fancybox-album .fancybox-next span {
        right: 0;
    }
    .fancybox-album .fancybox-title .photo-title, .fancybox-album .fancybox-title .photo-pager {
        font-size: 18px;
    }
    .fancybox-album .fancybox-title .photo-title {
        padding: 5px 0;
    }
    .fancybox-album .fancybox-title .photo-pager {
        padding: 5px 0 0;
    }
    .fancybox-album .fancybox-title .photo-intro {
        padding: 15px 0 5px;
    }
    /*------------ / lightbox  ------------*/
}
@media screen and (max-width: 900px) {
    body .fancybox-nav span {
        left: 0;
    }
    body .fancybox-next span {
        left: calc(100% - 35px);
    }
}
@media screen and (max-width: 850px) {
    .footer_top>.container {
        display: flex;
        flex-wrap: wrap;
    }
    .site-footer .fllow {
        width: 100%;
        text-align: center;
    }
    .site-footer .fllow {
        display: flex;
        justify-content: center;
    }
    .fllow .qr-inner {
        float: none;
        margin: 0 5px;
        order: 2;
    }
    .site-footer .site-info {
        margin: 0 15px 15px;
    }
}
@media screen and (max-width: 767px) {
    /*------------ site-main 767 ------------*/
    .main-content {
        padding: 0 0 70px;
    }
    .pagination li a.controls {
        margin-bottom: 0px;
    }
    /*------------ / site-main 767 ------------*/
    /*------------ site-footer 767 ------------*/
    .site-info li {
        display: block;
    }
    .site-info li+li {
        margin: 0;
    }
    .pagination li a {
        display: none;
    }
    /*------------ / site-footer 767 ------------*/
}