@charset "utf-8";
@import url('icon-font-41/style.css');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
/*------------ basic ------------*/

@font-face {
    font-family: '新微軟正黑體';
    unicode-range: U+7db0, U+78A7, U+7B75;
    font-style: normal;
    font-weight: bold;
    src: local(MS Gothic), local(Yu Gothic);
}

@font-face {
    font-family: '新微軟正黑體';
    unicode-range: U+7db0, U+78A7, U+7B75;
    font-style: normal;
    font-weight: normal;
    src: local(微軟正黑體), local(Microsoft JhengHei);
}

body {
    background: #fff;
    color: #333;
    font-size: 16px;
    font-family: '新微軟正黑體', '微軟正黑體', Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
}

.editor {
    letter-spacing: 1px;
}

.content-nav-menu {
    display: none;
}

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

.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.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
}

/*--- 隱私權 ---*/

.header-sheet {
    background-color: rgba(255, 255, 255, 0.9);
    border: solid 1px #333;
    color: #444;
    border-radius: 0;
}

.header-sheet .close-ontop {
    color: #000;
}

.header-sheet a {
    color: #333;
}

.close-ontop {
    color: #000;
    text-shadow: 0 1px 0 #fff;
}

/*---! 隱私權 ---*/

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

.btn.back {
    width: 150px;
    line-height: 36px;
    padding: 0 15px;
    color: #fff;
    font-size: 15px;
    margin: 0 0px 10px;
    position: relative;
    background: #333;
    text-align: right;
    border-radius: 0;
    transition: all 0.3s ease;
}

.btn.back:before {
    font-family: 'icon-font-41' !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: "\e906";
    display: inline-block;
    position: absolute;
    font-size: 36px;
    top: -1px;
    left: 8px;
}

.btn.back:hover {
    background: #952122;
    background: -moz-linear-gradient(left, rgba(222, 74, 24, 1) 0%, rgba(149, 33, 34, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(222, 74, 24, 1) 0%, rgba(149, 33, 34, 1) 100%);
    background: linear-gradient(to right, rgba(222, 74, 24, 1) 0%, rgba(149, 33, 34, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DE4A18', endColorstr='#952122', GradientType=1);
}

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

.ibtn.fb {
    transition: all .3s ease;
    background-image: url(../../../images/layout03/tw/fb_page.png);
    height: 45px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    max-width: 1330px;
    margin: 0;
    right: 0;
    margin: auto;
}

.ibtn.fb:before {
    content: '';
    width: 160px;
    position: absolute;
    z-index: 30;
    left: 0;
    top: 0;
    height: 45px;
}

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

.btn.style01 {
    width: 200px;
    line-height: 36px;
    padding: 0 15px;
    color: #fff;
    font-size: 15px;
    margin: 0 0px 10px;
    position: relative;
    background: #333;
    text-align: left;
    display: block;
    border-radius: 0;
    transition: all 0.3s ease;
}

.btn.style01.arrowL {
    background: #333;
    text-align: right;
}

.btn.style01.arrowL:before {
    font-family: 'icon-font-41' !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: "\e906";
    display: inline-block;
    position: absolute;
    font-size: 36px;
    top: -1px;
    left: 8px;
}

.btn.style01:after {
    font-family: 'icon-font-41' !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: "\e907";
    display: inline-block;
    position: absolute;
    font-size: 36px;
    top: -1px;
    right: 8px;
}

.btn.style01.arrowL:after {
    display: none;
}

.btn.style01 i {
    display: none;
}

.btn.style01.arrowL i {
    margin: 0 15px 2px 0;
    transition: all .2s;
}

.btn.style01:hover {
    background: #952122;
    background: -moz-linear-gradient(left, rgba(222, 74, 24, 1) 0%, rgba(149, 33, 34, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(222, 74, 24, 1) 0%, rgba(149, 33, 34, 1) 100%);
    background: linear-gradient(to right, rgba(222, 74, 24, 1) 0%, rgba(149, 33, 34, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DE4A18', endColorstr='#952122', GradientType=1);
    color: #fff;
}

.btn.style01:hover i {
    color: #fff;
    transition: all .2s;
}

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

.btn.style02 {
    background: #333;
    width: 150px;
    height: 36px;
    line-height: 34px;
    color: #fff;
    font-size: 14px;
    margin: 0 5px 10px;
    position: relative;
    border-radius: 0;
    transition: all 0.3s ease;
}

.btn.style02 i, .btn.style02:before {
    content: "\e908";
    font-family: 'icon-font-41' !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: #fff;
    font-size: 28px;
    vertical-align: middle;
    position: relative;
    margin: -10px 5px 0px 0;
    top: -2px;
}

.btn.style02:hover {
    background: #952122;
    background: -moz-linear-gradient(left, rgba(222, 74, 24, 1) 0%, rgba(149, 33, 34, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(222, 74, 24, 1) 0%, rgba(149, 33, 34, 1) 100%);
    background: linear-gradient(to right, rgba(222, 74, 24, 1) 0%, rgba(149, 33, 34, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DE4A18', endColorstr='#952122', GradientType=1);
}

.btn.style02:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 12px 12px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    right: 2px;
    bottom: 2px;
    display: none;
}

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

.banner .container {
    max-width: inherit;
    padding: 0;
}

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

.site-header {
    text-align: center;
    background: #fff;
    position: fixed;
    z-index: 600;
    width: 100%;
    top: 0;
}

.site-header:after {
    content: '';
    width: 100%;
    height: 5px;
    background: #E3E3E3;
    border-top: 1px solid #DDDDDD;
    position: absolute;
    bottom: 54px;
    left: 0;
    z-index: 0;
}

.wrapper {
    padding-top: 211px;
    padding-top: 174px;
}

.site-title {
    position: relative;
    text-align: center;
    padding: 23px 0 14px;
}

.site-title .logo {
    color: transparent;
    background: url(../../../images/layout03/common/logo.png) 50% 50% no-repeat;
    background-size: contain;
    width: 280px;
    height: 80px;
}

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

/*------------ top-nav ------------*/

.top-nav {
    position: absolute;
    z-index: 10;
    right: 15px;
    top: 0;
    padding: 0 10px;
}

/*詢價車*/

.func-menu>li.gocart {
    margin-top: 5px;
}

.func-menu>li.gocart .toggleBtn {
    padding: 10px 15px;
}

.func-menu>li.gocart .toggleBtn .num {
    color: #fff;
    background: #3e53e6;
    text-align: center;
}

.func-menu>li.gocart .price {
    color: #5A60A0;
    letter-spacing: 0.035em;
}

.func-menu .cart-box {
    border: 2px solid #3e53e6;
    background: #0a1144;
}

.func-menu .cart-box .btn {
    background: #3e53e6;
    color: #fff;
}

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

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

.func-menu .cart-list li:hover .box {
    background: #000;
}

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

/*數量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: #152cbf;
}

.qty-box .btn {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 19px;
    position: absolute !important;
    z-index: 0;
    top: 0;
    color: #fff;
    border: 1px solid #666b8a;
}

.qty-box .btn:hover {
    border-color: #152cbf;
    background: #666b8a;
}

.products-intro .pd-intro .btn-group .btn.addcart {
    background: #DCDEDE;
}

.products-intro .pd-intro .btn-group .btn.addcart:hover {
    background: #24262C;
}

/*!數量icon*/

/*!詢價車*/

/*---- language ----*/

.site-header .language {
    float: left;
    position: relative;
}

.site-header .language .btn {
    transition: all .2s;
    position: relative;
    display: block;
    box-sizing: border-box;
    color: #333;
    font-size: 13px;
    padding: 0 10px;
    line-height: 36px;
    background: #f3f3f3;
    border-radius: 0;
    margin-left: 5px;
}
.site-header .language .btn:hover{
    color:#b6331d;
}
.site-header .language .btn i:before {
    content: '\f107';
    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;
    margin: 0 0 0 10px;
    color: #333;
}
.site-header .language .btn:hover i:before{
    color:#b6331d;
}
.site-header .language ul {
    display: none;
    margin: 0px 0 0 0;
    position: absolute;
    z-index: 35;
    width: 100%;
}

.site-header .language ul li {
    margin: 0 0 0px;
    background: #FFFFFF;
}

.site-header .language li a {
    display: block;
    background: #f3f3f3;
    color: #888;
    padding: 5px 10px;
    margin-top: 1px;
    font-size: 14px;
    text-align: left;
}

.site-header .language ul li a:hover {
    color: #fff;
    background: linear-gradient(to right, rgba(222, 74, 24, 1) 0%, rgba(149, 33, 34, 1) 100%);
}

/*---- search-box ----*/

.none {
    display: none;
}

.site-header .search-box {
    position: relative;
    padding: 0px 35px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 195px;
    float: left;
}

.site-header .search-box .form-control {
    height: 35px;
    line-height: 35px;
    border: 0;
    border-radius: 0;
    font-size: 14px;
    background: #F3F3F3;
    color: #969696;
    margin: 0;
    border-radius: 0;
}

.site-header .search-box .form-control:focus {
    outline: none;
    border: 0;
}

.search-box .search {
    z-index: 1;
    position: absolute;
    width: 35px;
    height: 35px;
    display: block;
    right: 0;
    top: 0;
}

.search-box:after {
    position: absolute;
    content: "\e925";
    font-family: 'icon-font-41' !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: #fff;
    right: 0;
    top: 0;
    font-size: 28px;
    line-height: 35px;
    width: 35px;
    height: 35px;
    text-align: center;
    transition: all .3s ease;
    background: #333;
    border-radius: 0;
}

.search-box:hover:after {
    background: #952122;
    background: -moz-linear-gradient(left, rgba(222, 74, 24, 1) 0%, rgba(149, 33, 34, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(222, 74, 24, 1) 0%, rgba(149, 33, 34, 1) 100%);
    background: linear-gradient(to right, rgba(222, 74, 24, 1) 0%, rgba(149, 33, 34, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DE4A18', endColorstr='#952122', GradientType=1);
}

/*------------site-nav ------------*/

.site-nav {
    text-align: center;
    padding: 0;
}

.site-nav .menu {
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

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

.site-nav .menu>li>a {
    text-align: center;
    display: block;
    color: #1A1A1A;
    letter-spacing: 0.75px;
    padding: 16px 0px;
    font-size: 16px;
    position: relative;
    box-sizing: border-box;
    position: relative;
    top: 0;
    line-height: 1.6;
    transition: all .3s ease;
}

.site-nav .menu>li.active>a, .site-nav .menu>li.active2>a, .site-nav .menu>li:hover>a {
    color: #952122;
}

.site-nav .menu>li>a::before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    top: -3px;
    left: 50%;
    height: 5px;
    background: #952122;
    background: -moz-linear-gradient(left, rgba(222, 74, 24, 1) 0%, rgba(149, 33, 34, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(222, 74, 24, 1) 0%, rgba(149, 33, 34, 1) 100%);
    background: linear-gradient(to right, rgba(222, 74, 24, 1) 0%, rgba(149, 33, 34, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DE4A18', endColorstr='#952122', GradientType=1);
    transition: all 0.3s ease;
    z-index: 1;
}

.site-nav .menu>li.active>a:before, .site-nav .menu>li.active2>a:before, .site-nav .menu>li:hover>a:before {
    width: 100%;
    left: 0;
    right: 0;
}

.site-nav .menu li ul {
    display: none;
    position: absolute;
}

.site-nav .menu>li>ul {
    z-index: 600;
    width: 190px;
    top: 93%;
    left: 50%;
    box-sizing: border-box;
    text-align: left;
    margin: 5px 0 0 -95px;
}

.site-nav .menu>li>ul:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 7px 8px;
    border-color: transparent transparent #952122 transparent;
    position: absolute;
    top: -7px;
    left: 50%;
    margin-left: -8px;
    display: none;
}

.site-nav .menu>li {
    border-left: 1px solid #F2F2F2;
}

.site-nav .menu>li:last-of-type {
    border-right: 1px solid #F2F2F2;
}

.site-nav .menu>li>ul:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
    background: transparent;
    height: 5px;
    width: 100%;
}

.site-nav .menu li ul li {
    margin: 0 0 2px;
    padding: 0px 0 0 0;
    width: auto;
    text-align: center;
}

.site-nav .menu li ul li:last-child {
    border-bottom: none;
}

.site-nav .menu ul li a {
    display: block;
    position: relative;
    font-size: 15px;
    transition: all .3s ease;
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding: 12px;
    background: rgba(51, 51, 51, 0.9);
}

.site-nav .menu ul>li.active>a, .site-nav .menu ul>li.active2>a, .site-nav .menu ul>li>a:hover {
    color: #fff;
    background: #952122;
    background: -moz-linear-gradient(left, rgba(222, 74, 24, 0.9) 0%, rgba(149, 33, 34, 0.9) 100%);
    background: -webkit-linear-gradient(left, rgba(222, 74, 24, 0.9) 0%, rgba(149, 33, 34, 0.9) 100%);
    background: linear-gradient(to right, rgba(222, 74, 24, 0.9) 0%, rgba(149, 33, 34, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DE4A18', endColorstr='#952122', GradientType=1);
}

.site-nav .menu ul ul {
    width: 100%;
    top: 0px;
    left: 100%;
    margin-left: 1px;
    box-sizing: border-box;
}

.site-nav .menu ul ul:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 2px;
}

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

/*滿版清單*/

.site-nav .menu .full_menu ul {
    background: #333;
    top: 100%;
}

.site-nav .menu>li.full_menu>ul:before {
    height: 26px;
}

.site-nav .menu>li.full_menu>ul:after {
    display: none;
}

.site-nav .menu .full_menu ul 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(199, 199, 199, 0.38);
    padding: 5px 10px;
    margin: 6px 3px;
}

.site-nav .menu li.full_menu ul ul ul li a {
    background: rgba(199, 199, 199, 0.08);
}

.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: #952122;
    color: #FFFFFF;
}

.site-nav .menu li.full_menu ul ul ul li:hover>a, .site-nav .menu li.full_menu ul ul ul li.active>a, .site-nav .menu li.full_menu ul ul ul li.active2>a {
    background: #952122;
    color: #FFFFFF;
}

.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;
    text-decoration: none;
    color: #952122;
}

/*!滿版清單*/

/*------------share------------*/

.share li {
    display: inline-block;
    margin: 0 1px;
}

.share .btn {
    width: 32px;
    height: 32px;
    line-height: 26px;
    font-size: 0;
    color: #fff;
    border-radius: 50%;
    background: #555;
    transition: all .2s;
}

.share .btn i {
    display: block;
    font-size: 16px;
    line-height: 28px;
}

.share .btn:hover {
    transition: all .2s;
    background: #952122;
    background: -moz-linear-gradient(top, rgba(222, 74, 24, 1) 0%, rgba(149, 33, 34, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(222, 74, 24, 1) 0%, rgba(149, 33, 34, 1) 100%);
    background: linear-gradient(to top, rgba(222, 74, 24, 1) 0%, rgba(149, 33, 34, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DE4A18', endColorstr='#952122', GradientType=1);
}

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

/*------------  fixed ------------*/

.header-fixed .site-header {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.header-fixed .site-title {
    padding: 5px 0;
    padding: 0;
    float: left;
}

.header-fixed .site-title .logo {
    background: url('../../../images/layout03/common/logo02.png') 50% 50% no-repeat;
    background-size: contain;
    width: 60px;
    height: 60px;
    text-align: left;
}

.header-fixed .top-nav {
    display: none;
}

.header-fixed .site-nav {
    padding: 14.5px 0;
    padding: 0;
    margin-left: 90px;
    text-align: left;
}

.header-fixed .site-nav .menu {
    margin: 0 0px;
}

.header-fixed .site-nav .menu>li>a {
    width: 104px;
    width: auto;
    height: auto;
    padding: 5px 0;
    padding: 17px 0;
    margin: 0 auto;
}

.header-fixed .func-menu>li.gocart {
    margin-top: 0;
}

.header-fixed .site-nav .menu>li>ul {
    margin: 5px 0 0 -95px;
    top: 93%;
}

.header-fixed .site-header:after {
    bottom: 55px;
}

.header-fixed .site-nav .menu .full_menu ul {
    margin: 0;
    top: 100%;
}

.header-fixed .site-nav .menu>li.active>a:before, .header-fixed .site-nav .menu>li.active2>a:before, .header-fixed .site-nav .menu>li:hover>a:before {
    top: 0;
}

/*------------ / fixed ------------*/

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

.main-top {
    padding: 10px 0 10px 0;
    text-align: right;
    margin-bottom: 55px;
}

.main-top .main-title {
    display: none;
    margin: 0;
}

.plugin, .plugin button, .plugin input, .plugin label, .plugin select, .plugin td, .plugin textarea {
    color: #fff !important;
}

.main-content {
    box-sizing: border-box;
    z-index: 100;
    position: relative;
    padding: 0 0 120px;
}

.main-content .container {
    width: 100%;
    display: flex;
}

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

.content-top {
    border-top: 2px solid #EDEDED;
    border-bottom: 2px solid #EDEDED;
    margin: 0 0 35px;
    padding: 8px 15px 0;
    min-height: 32px;
    text-align: center;
}

.content-title {
    color: #545454;
    font-size: 20px;
    font-weight: normal;
    position: relative;
    min-height: 32px;
    padding-left: 0;
    margin: 0 auto;
    display: inline-block;
    border-bottom: 2px #333 solid;
    padding-bottom: 8px;
}

.search-title h1 {
    font-weight: normal;
    margin: 0;
    font-size: 20px;
    display: inline-block;
}

.search-title:before {
    content: "\f105";
    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;
    margin-right: 5px;
}

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

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

.site-footer {
    background: url(../../../images/layout03/common/footer_bg.jpg) 50% 0 no-repeat #333;
    background-size: cover;
    position: relative;
}

.footer_top {
    color: #fff;
    font-size: 12px;
    padding: 80px 0 125px;
}

.footer_bottom {
    position: absolute;
    top: 80px;
    max-width: 100%;
    width: 1330px;
    margin: auto;
    left: 0;
    right: 0;
}

.site-footer .col {
    float: left;
}

.site-footer .tit {
    display: none;
}

.site-info {
    width: 100%;
    order: 2;
    background: #000;
    font-size: 14px;
    color: #bbb;
    position: absolute;
    bottom: 0;
    left: 0;
}

.site-info .ic {
    font-size: 24px;
    vertical-align: middle;
    margin: 0 4px 3px 0;
}

.site-info .list-v {
    max-width: 1330px;
    margin: auto;
    padding: 0px 0;
    left: 190px;
    position: relative;
    z-index: 20;
    box-sizing: border-box;
    font-size: 14px;
}

.site-info li {
    position: relative;
    display: inline-block;
    margin-right: 2px;
    letter-spacing: 1px;
}

.site-info li a:hover {
    color: #fff;
    text-decoration: underline;
}

.site-info li span, .site-info li a {
    color: #8B8B8B;
}

.site-info li>a, .site-info li>span {
    display: inline-block;
    padding: 11px 0;
}

.site-map {
    font-size: 14px;
    width: 50%;
    position: relative;
    z-index: 5;
}

.site-map ul {
    box-sizing: border-box;
    float: left;
}

.site-map ul+ul {
    margin: 0 0 0 45px;
}

.site-map ul li {
    margin-bottom: 14px;
}

.site-map ul li a {
    padding: 0 5px;
    transition: all 0.3s ease;
}

.site-map ul li a:hover {
    color: #878787;
}

.site-footer .fllow {
    float: right;
    width: 50%;
    text-align: right;
}

.fllow .share {
    margin: 40px 0px 0px 0px;
    vertical-align: bottom;
    text-align: left;
    width: 250px;
    padding-left: 10px;
    box-sizing: border-box;
}

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

.fllow p {
    display: block;
    margin: 15px 0 0 0;
    font-size: 12px;
    color: #9D9FA4;
}

.fllow .qr-inner {
    margin: 0 15px 0 0;
}

.copy_box {
    text-align: left;
    font-size: 13px;
    color: #9D9FA4;
    width: 240px;
    float: right;
}

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

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

.floating, .floating.fancybox-margin {
    position: absolute;
    left: 50%;
    bottom: 92%;
    transform: translateX(-50%);
    z-index: 400;
    transition: all .3s ease;
}

.floating .gotop {
    background: #952122;
    background: -moz-linear-gradient(top, rgba(222, 74, 24, 1) 0%, rgba(149, 33, 34, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(222, 74, 24, 1) 0%, rgba(149, 33, 34, 1) 100%);
    background: linear-gradient(to top, rgba(222, 74, 24, 1) 0%, rgba(149, 33, 34, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DE4A18', endColorstr='#952122', GradientType=1);
    width: 55px;
    height: 55px;
    box-sizing: content-box;
    transition: all .3s ease;
    position: relative;
    background-position: top;
}

.floating .gotop:hover {
    transform: translateY(-10px);
}

.footer_top .container {
    position: static;
    display: flex;
    flex-wrap: wrap;
}

.floating .gotop small {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    top: 0;
    left: 50%;
    margin-left: -9px;
    transform: rotate(90deg);
}

.floating .gotop small::before {
    display: block;
    width: 6px;
    height: 100%;
    content: '';
    position: absolute;
    background: 50% 50% no-repeat;
    background-size: contain;
    z-index: 10;
    -webkit-animation-name: opacityFade;
    animation-name: opacityFade;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    left: 0;
    background-image: url(../../../images/layout03/common/arr_white_back.png);
}

.floating .gotop small::after {
    display: block;
    width: 6px;
    height: 100%;
    content: '';
    position: absolute;
    background: 50% 50% no-repeat;
    background-size: contain;
    z-index: 10;
    -webkit-animation-name: opacityFade;
    animation-name: opacityFade;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    left: 5px;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
    background-image: url(../../../images/layout03/common/arr_white_back.png);
}

.floating .gotop small span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    z-index: 10;
    display: block;
    width: 6px;
    height: 100%;
    content: '';
    position: absolute;
    background: 50% 50% no-repeat;
    background-size: contain;
    z-index: 10;
    -webkit-animation-name: opacityFade;
    animation-name: opacityFade;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    left: 10px;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    background-image: url(../../../images/layout03/common/arr_white_back.png);
}

@-webkit-keyframes opacityFade {
    0% {
        opacity: 1
    }
    50% {
        opacity: .2
    }
    100% {
        opacity: 1
    }
}

@keyframes opacityFade {
    0% {
        opacity: 1
    }
    50% {
        opacity: .2
    }
    100% {
        opacity: 1
    }
}

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

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

.breadcrumb {
    color: #888888;
    font-size: 13px;
}

.breadcrumb li, .breadcrumb li a {
    display: inline;
    transition: all .2s;
}

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

.breadcrumb li+li:before {
    content: '| ';
    margin: 0px 2px;
}

.products-breadcrumb {
    line-height: 1;
    display: inline-block;
    padding: 0 10px 0 5px;
    white-space: nowrap;
    margin: 9px 0 9px 10px;
    color: #999;
    float: right;
}

.products-breadcrumb a:hover {
    color: #333;
}

.products-breadcrumb li:first-child a span {
    display: inline-block;
}

.products-breadcrumb li:first-child a:before {
    content: "";
}

.products-breadcrumb li+li:before {
    content: '/ ';
}

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

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

.side {
    width: 220px;
    box-sizing: border-box;
    line-height: 1.5;
    display: table-cell;
    vertical-align: top;
    padding: 0px 0 0 0;
    margin-right: 45px;
}

.content {
    position: relative;
}

.has-side .content {
    width: calc(100% - 265px);
    box-sizing: border-box;
    padding: 0;
}

.side_logo {
    display: none;
}

.side .title {
    color: #fff;
    letter-spacing: 3px;
    font-family: '新微軟正黑體', '微軟正黑體', 'Oswald', Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    font-size: 20px;
    padding: 94px 20px 0 20px;
    box-sizing: border-box;
    font-weight: 500;
    text-align: left;
    margin: 0 0 5px 0;
    background: url(../../../images/layout03/common/side_bg.jpg) no-repeat;
    width: 220px;
    height: 130px;
    letter-spacing: 1.5px;
}

.side-nav {
    max-width: 220px;
    margin-top: 20px;
}

.side-nav li a {
    position: relative;
    display: block;
    transition: all .2s;
    line-height: 1.2;
}

.side-nav>li {
    margin: 0 0 2px;
}

.side-nav>li>a {
    padding: 11px 10px;
    color: #4F4F4F;
    font-size: 15px;
    position: relative;
    border: 1px solid #EEEEEE;
    transition: all 0.3s ease;
}

.site-nav>li.has-child.active>a:after, .site-nav>li.has-child.active2>a:after {
    content: '';
    border: 1px solid #fff;
    border-width: 1px 1px 0 0;
    width: 8px;
    height: 8px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 16px;
    top: 18px;
}

.side-nav>li>a:hover, .side-nav>li.active>a, .side-nav>li.active2>a {
    background: #952122;
    background: -moz-linear-gradient(left, rgba(222, 74, 24, 1) 0%, rgba(149, 33, 34, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(222, 74, 24, 1) 0%, rgba(149, 33, 34, 1) 100%);
    background: linear-gradient(to left, rgba(222, 74, 24, 1) 0%, rgba(149, 33, 34, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DE4A18', endColorstr='#952122', GradientType=1);
    color: #fff;
}

.side-nav>li.active>a:after, .side-nav>li.active2>a:after, .side-nav>li:hover>a:after {
    opacity: 0;
}

.side-nav ul {
    font-size: 15px;
    display: none;
    margin: 0px 0;
    padding: 10px 0;
    border: 1px solid #eee;
}

.side-nav ul li a {
    padding: 8px 25px 8px 25px;
    color: #777;
    font-size: 15px;
    transition: all .3s ease;
    position: relative;
}

.side-nav ul li a::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 2px;
    background: #777777;
    left: 12px;
    top: 15px;
    transition: all .3s ease;
}

.side-nav ul li:hover>a, .side-nav ul li.active>a, .side-nav ul li.active2>a {
    color: #AAAAAA;
}

.side-nav ul li:hover>a:before, .side-nav ul li.active>a:before, .side-nav ul li.active2>a:before {
    background: #AAAAAA;
}

.side-nav ul ul {
    padding-left: 25px;
}

.side-nav>li.active2>ul {
    display: block;
}

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

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

.pagination li a, .pagination li span {
    min-width: 30px;
    height: 30px;
    line-height: 28px;
    color: #333;
    border: 1px solid #333;
    padding: 0 5px;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
}

.pagination li a:hover, .pagination li.active a {
    background: #333;
    border-color: #333;
    color: #fff;
}

.pagination li a.controls {
    color: #777;
    background: none;
    height: 30px;
    font-size: 22px;
    line-height: 42px;
    font-size: 0;
}

.pagination li a.controls i {
    font-size: 16px;
    line-height: 23px;
}

.pagination li a.controls:hover {
    color: #952122;
}

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

/*-----reminder-----*/

.reminder {
    text-align: left;
    margin: 0 0 45px 0;
    font-size: 16px;
}

.reminder b:before {
    font-family: 'icon-font-41' !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: "\e928";
    background: #952122;
    background: -moz-linear-gradient(left, rgba(222, 74, 24, 1) 0%, rgba(149, 33, 34, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(222, 74, 24, 1) 0%, rgba(149, 33, 34, 1) 100%);
    background: linear-gradient(to right, rgba(222, 74, 24, 1) 0%, rgba(149, 33, 34, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DE4A18', endColorstr='#952122', GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    vertical-align: text-bottom;
}

.requrin_txt {
    color: #952122;
}

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

.form-box .captcha a {
    margin-left: 5px;
}

.form-control, .page-info .form-control {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 28px;
    padding: 0 10px;
    color: #666;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 6px;
}

.form-control:focus {
    outline: none;
    border-color: #333;
}

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

/*-----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-----*/

.contact-form {
    margin-top: 60px;
}

.contit b {
    display: inline-block;
    vertical-align: bottom;
    background: #952122;
    background: -moz-linear-gradient(left, rgba(222, 74, 24, 1) 0%, rgba(149, 33, 34, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(222, 74, 24, 1) 0%, rgba(149, 33, 34, 1) 100%);
    background: linear-gradient(to right, rgba(222, 74, 24, 1) 0%, rgba(149, 33, 34, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DE4A18', endColorstr='#952122', GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Anton', serif;
    font-size: 20px;
    font-weight: normal;
    margin-right: 5px;
}

.contit {
    position: relative;
    color: #333;
    font-size: 18px;
    font-weight: normal;
    border-bottom: 3px solid #CCC;
    padding-bottom: 4px;
    margin: 0 0 10px;
    text-align: left;
}

.contit:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    border-top: 3px solid #952122;
    width: 110px;
}

.form-wrap {
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
}

.form-wrap.has-bg:before, .form-wrap.has-bg:after {
    content: "";
    display: block;
    position: absolute;
    pointer-events: none;
    width: 275px;
    height: 216px;
    background: url('../../../images/layout03/common/contact/bg.png');
    z-index: -1;
    pointer-events: none;
}

.form-wrap.has-bg:before {
    top: 0;
    left: 0;
}

.form-wrap.has-bg:after {
    bottom: 0;
    right: 0;
    transform: rotate(180deg);
}

.form-box {
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
    z-index: 15;
    background: #EEE;
    padding: 20px 25px 0px;
}

.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;
}

.form-box .required:after {
    font-family: 'icon-font-41' !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: "\e928";
    background: #952122;
    background: -moz-linear-gradient(left, rgba(222, 74, 24, 1) 0%, rgba(149, 33, 34, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(222, 74, 24, 1) 0%, rgba(149, 33, 34, 1) 100%);
    background: linear-gradient(to right, rgba(222, 74, 24, 1) 0%, rgba(149, 33, 34, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DE4A18', endColorstr='#952122', GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    vertical-align: text-bottom;
}

.form-box .form-group {
    padding: 12px 0 6px;
    line-height: 30px;
}

.form-box .form-group:after {
    content: '';
    display: block;
    clear: both;
}

.form-box .control-label {
    display: block;
    color: #333;
    font-size: 15px;
    line-height: inherit;
    float: left;
}

.form-box .control-box {
    position: relative;
    margin-left: 180px;
}

.form-box .control-box select {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #ddd;
    border: 1px solid #5c6284;
    background: #5c6284;
    box-sizing: border-box;
    margin-bottom: 6px;
    font-size: 14px;
    padding: 0 10px;
    border-radius: 8px;
}

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

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

/*----- success-box -----*/

.success-box {
    text-align: center;
    box-sizing: border-box;
    position: relative;
    padding: 30px 0 0 0;
}

.success-box .msg {
    color: #333;
    font-weight: bold;
    font-size: 22px;
    margin: 0 0 15px;
}

.success-box .msg:after {
    content: '';
    display: block;
    width: 58px;
    border-top: 2px dotted #ddd;
    margin: 15px auto 15px;
}

.success-box .msg i {
    display: none;
}

.success-box .btn-box {
    background: none;
}

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

/*************fancybox-close*************/

body .fancybox-close {
    background: url(../../../images/layout03/common/lightbox_close.png) no-repeat;
    width: 45px;
    height: 45px;
    right: 0px;
    top: 10px;
}

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

.fancybox-album .fancybox-title:before {
    content: 'ALBUM';
    display: block;
    background: #952122;
    background: -moz-linear-gradient(top, rgba(222, 74, 24, 1) 0%, rgba(149, 33, 34, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(222, 74, 24, 1) 0%, rgba(149, 33, 34, 1) 100%);
    background: linear-gradient(to top, rgba(222, 74, 24, 1) 0%, rgba(149, 33, 34, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DE4A18', endColorstr='#952122', GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Anton', serif;
    font-size: 28px;
    line-height: 1.5;
}

.fancybox-album .fancybox-title {
    color: #ECECEC;
    font-family: Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.075em;
    border-left: 1px solid #444;
    padding: 0 50px 0 15px;
    margin: 0 40px 20px;
}

.fancybox-album .photo-pager {
    color: #545454;
    font-size: 12px;
    text-align: center;
    border-bottom: 2px dotted #ddd;
    padding: 8px 20px 8px;
    background: #eee;
}

.fancybox-album .photo-pager b {
    color: #952122;
    font-size: 14px;
    text-decoration: underline;
}

.fancybox-album .photo-intro {
    padding: 10px 5px;
    font-size: 15px;
    background: #eee;
}

body .fancybox-skin {
    background: #fff;
    margin: 20px 40px;
    border-radius: 0px;
    border-radius: 0;
}

body .fancybox-inner {
    background: #eee;
    border-radius: 0;
    overflow: hidden !important;
}

.lightbox-wrapper {
    padding: 40px;
    max-width: 100%;
    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/layout03/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;
}

body .fancybox-nav span {
    visibility: visible;
    width: 35px;
    height: 70px;
    background: url(../../../images/layout03/common/album/lightbox_arrow.png) no-repeat;
    left: -60px;
}

body .fancybox-next span {
    left: auto;
    background-position: 100% 0;
    right: -60px;
}

.fancybox-prev:hover span {
    background-position: 0 100%;
}

.fancybox-next:hover span {
    background-position: 100% 100%;
}

.photo-title {
    background: #F9F7FB;
    color: #9A7F64;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    padding: 15px 15px 0;
}

.photo-intro {
    padding: 10px 5px;
    font-size: 15px;
}

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

.form-radio:before {
    background-image: url('../../../images/layout03/common/form_radio.png');
    margin: 0 3px 4px 0;
}

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

/*------------ mobile_menu ------------*/

.mmenu-show #mobile-fixed ul {
    border-bottom: 1px solid #333;
}

.mmenu-show #mobile-fixed li {
    background: #333;
}

.mmenu-show #mobile-menu .menu li>a:hover, .mmenu-show #mobile-menu .menu li.active>a {
    color: #111;
    background: #952122;
    background: -moz-linear-gradient(left, rgba(222, 74, 24, 1) 0%, rgba(149, 33, 34, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(222, 74, 24, 1) 0%, rgba(149, 33, 34, 1) 100%);
    background: linear-gradient(to right, rgba(222, 74, 24, 1) 0%, rgba(149, 33, 34, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DE4A18', endColorstr='#952122', GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mmenu-show #mobile-menu .language-menu {
    background: #333;
    color: #fff;
}

.mmenu-show #mobile-menu .share-menu {
    background: #333;
}

.mmenu-show #mobile-menu .share .btn {
    font-size: 0;
}

.mmenu-show #mobile-search {
    background: #333;
}

.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-fixed .m-contact {
    font-size: 0;
}

.mmenu-show #mobile-fixed .m-contact i {
    font-size: 28px;
}

.mmenu-show #mobile-search .search-box:after {
    background: none;
}

.mmenu-show #mobile-search .search-box:hover:after {
    color: #952122;
}

.mmenu-show #mobile-search .form-control {
    border-radius: 0;
}

/*------------ / mobile_menu ------------*/

.contact-title {
    font-size: 18px;
    text-align: center;
    margin: 0 0 15px;
}

/*------------ side-share ------------*/
.side-share{
    position: fixed;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 400;
}
.side-share .share{
    display: flex;
    flex-direction: column;
}
.side-share .share li{
    margin: 2px 0;
}
.side-share .share li a{
    width: 55px;
    height: 55px;
    color: #FFF;
    background: #31CAA4;
    border-radius: 50%;
    display: block;
    line-height: 55px;
    text-align: center;
    transition: all 0.5s ease;
    border: 0;
    font-size: 0;
    box-shadow: 0px 2px 5px #0000001c;
    overflow: hidden;
}
.side-share .share .btn i {
    display: block;
    font-size: 30px;
    line-height: 55px;
}
.side-share .share .btn.cm-fb{
    color: #FFF;
    background: #405D9A;
}
.side-share .share .btn.cm-youtube{
    color: #FFF;
    background: #b52322;
}
.side-share .share .btn.cm-mail{
    color: #FFF;
    background: #2caf8e;
}
.side-share .share .btn.cm-line{
    color: #FFF;
    background: #06C755;
}
.side-share .share .btn.cm-phone{
    color: #FFF;
    background: #3c352a;
}
.side-share .share .btn.cm-instagram{
    background: #b90675;
}
.side-share .share .btn.cm-instagram i{
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    background: unset;
    color: #FFF;
}
.side-share .share .btn.cm-linkedin{
    color: #FFF;
    background: #0073b0;
}
.side-share .share .btn.cm-twitter{
    background: #0F1419;
}
.side-share .share .btn.cm-wechat{
    background: #51c332;
}
.side-share .share .btn.cm-qq{
    background: #000;
}
.side-share .share .btn:hover {
    border: 0;
    box-shadow: unset;
}
.side-share .share .btn.cm-fb:hover {
    background: #5C79B7;
}
.side-share .share .btn.cm-youtube:hover {
    background: #CB3A39;
}
.side-share .share .btn.cm-mail:hover {
    background: #43CAA8;
}
.side-share .share .btn.cm-line:hover {
    background: #1DD96A;
}
.side-share .share .btn.cm-phone:hover {
    background: #5A5247;
}
.side-share .share .btn.cm-instagram:hover {
    background: #CE208C;
}
.side-share .share .btn.cm-linkedin:hover {
    background: #1C94D4;
}
.side-share .share .btn.cm-twitter:hover {
    background: #29333C;
}
.side-share .share .btn.cm-wechat:hover {
    background: #71E053;
}
.side-share .share .btn.cm-qq:hover {
    background: #333;
}
/*------------ / side-share ------------*/

@media screen and (max-width: 1280px) {
    .site-title .logo {
        /* width: 150px; */
    }
    .site-nav .menu li {
        /* width: 85px; */
    }
    .site-nav .menu li a {
        /* font-size: 15px;
        padding: 4px 5px; */
    }
    .site-map ul+ul {
        margin: 0 0 0 20px;
    }
}

@media screen and (max-width: 1000px) {
    .btn.style01, .btn.back {
        width: 160px;
    }
    .search-box:after {
        color: #111;
        top: 0;
    }
    .breadcrumb {
        display: none;
    }
    .main-top {
        padding: 10px 0;
    }
    .main-top .main-title {
        display: block;
        font-size: 24px;
        text-align: center;
    }
    .main-title:before, .main-title:after {
        content: '。';
    }
    .site-header, .header-fixed .site-header {
        position: relative;
        width: 100%;
        z-index: 600;
    }
    .wrapper {
        padding-top: 40px;
    }
    .content:before {
        display: none;
    }
    .site-footer .tit {
        display: none;
    }
    .main-top {
        margin-bottom: 10px;
    }
    .has-side .content, .content {
        padding: 0px 0px 0px;
    }
    /*------------ site_header 1000 ------------*/
    .site-title, .header-fixed .site-title {
        float: none;
        padding: 10px 0;
    }
    .site-title .logo, .header-fixed .site-title .logo {
        width: 210px;
        height: 60px;
        background-image: url(../../../images/layout03/common/logo.png);
    }
    .top-nav, .site-nav {
        display: none;
    }
    /*------------ / site_header 1000 ------------*/
    /*------------ site-footer 1000 ------------*/
    .site-footer {
        padding: 25px 0 0px;
    }
    .site-map, .fllow .share {
        display: none;
    }
    .site-footer .col {
        float: none;
        width: 100%;
        text-align: center;
    }
    .site-info li, .site-info p {
        display: inline-block;
    }
    .site-info p {
        margin: 0 0 0 10px;
    }
    .site-info li+li {
        margin: 0 0 0 20px;
    }
    .site-info li>a, .site-info li>span {
        display: inline-block;
        padding: 3px 0;
    }
    .site-footer .fllow {
        padding: 0px 0 0 0;
        position: relative;
    }
    .fllow p {
        margin: 15px 0 0 0;
    }
    .fllow .qr-inner {
        margin: 0 auto 20px;
        display: block;
        max-width: 100px;
    }
    .copy_box {
        float: none;
        width: 100%;
        text-align: center;
    }
    .follow p {
        display: block;
    }
    .footer_to {
        padding: 20px 0;
    }
    .footer_top, .footer_top .container {
        padding: 0;
    }
    .footer_bottom {
        position: static;
        padding: 15px 0 30px;
        background: #333;
    }
    .copy_box {
        color: #fff;
    }
    .copy_box .author {
        display: inline-block;
    }
    .site-info {
        position: static;
        padding: 60px 15px 30px;
    }
    .site-info .list-v {
        left: 0;
    }
    .site-info .list-v ul {
        padding: 0;
    }
    .ibtn.fb {
        top: 100%;
        margin-top: 0px;
        left: 0;
        right: 0;
        width: 160px;
    }
    /*------------ / site-footer 1000 ------------*/
    /*------------ floating 1000 ------------*/
    .gotop {
        display: none;
    }
    .floating .ibtn.gotop {
        background: url(../../../images/layout03/common/mobile_gotop.png) 50% 50% no-repeat;
    }
    .floating .gotop:before, .floating .gotop:after {
        display: none;
    }
    /*------------ / floating 1000 ------------*/
    .contact-title .reminder {
        margin: 0 45px;
    }
    .contact-title {
        margin: 0 5px 15px;
    }
    .contact-title .reminder {
        margin: 0;
    }
    .reminder {
        margin-bottom: 25px;
    }
    .form-box, .form-wrap.has-bg {}
    .form-wrap.has-bg {
        background: none;
    }
    .form-box {
        padding: 20px 15px 0px;
    }
    .copy_box {
        text-align: center;
    }
    .form-box .control-label {
        float: none;
    }
    .form-box .control-box {
        margin-left: 0;
    }
    .content-top, .content-title {
        min-height: 28px;
    }
    .content-title {
        font-size: 18px;
    }
    .content-title:before {
        top: 2px;
    }
    .fancybox-album .fancybox-skin {
        margin: 0 0 80px;
    }
    .fancybox-album .fancybox-title {
        margin: 0 0 20px;
    }
    .fancybox-album .fancybox-nav span {
        top: 100%;
        margin: 0;
        background-color: rgba(0, 0, 0, 0.3);
        width: 20px;
        height: 40px;
        -webkit-background-size: 40px 80px;
        background-size: 40px 80px;
    }
    .fancybox-album .fancybox-prev span {
        left: 0;
    }
    .fancybox-album .fancybox-next span {
        right: 0;
    }
    .site-header:after {
        display: none;
    }
    .floating .gotop small {
        display: none;
    }
    .floating, .floating.fancybox-margin {
        transform: unset;
        bottom: 100%;
    }
    .floating .gotop:hover {
        transform: translateY(-3px);
    }
    /*------------ side-share ------------*/
    .side-share {
        top: unset;
        transform: unset;
        bottom: 20px;
    }
    .side-share .share li a {
        width: 40px;
        height: 40px;
        padding-left: 1px;
    }
    .side-share .share .btn i {
        font-size: 20px;
        line-height: 40px;
    }
    /*------------ / side-share ------------*/
}

@media screen and (max-width: 767px) {
    .pagination li a.controls {
        bottom: -30px;
        margin: 0;
    }
    /*------------ site-main 767 ------------*/
    .main-content {
        padding: 0 0 40px;
    }
    /*------------ / site-main 767 ------------*/
    /*------------ site-footer 767 ------------*/
    .site-info li {
        display: block;
    }
    .site-info li+li {
        margin: 0;
    }
    /*------------ / site-footer 767 ------------*/
}