@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*------------ basic ------------*/

body {
    font-family:'Barlow', Arial,"微軟正黑體", "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro",  "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    color: #333333;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.35px;
}
.wrapper {
    background: #fff;
}
.container {
    padding: 0 15px;
    max-width: 1470px;
}
h3.name{
    margin: 0;
}
/*------------ / basic ------------*/
/*--- 隱私權 ---*/
.header-sheet {
    position: fixed;
    max-width: 100%;
    bottom: 43px;
    left: 10px;
    width: 320px;
    padding: 20px 25px 20px 15px;
    height: auto;
    text-align: left;
    z-index: 9999;
    background-color: rgba(255,255,255,0.9);
    color: #444;
    border-radius: 8px;
    border:solid 1px #B3312C;
    letter-spacing: 0;
}
.header-sheet .close-ontop {
    color: #000;
    opacity: 1;
    font-size: 2.4rem;
    position: absolute;
    right: -14px;
    top: 13px;
    transform: translateY(-50%);
    font-weight: 100;
}
button.close-ontop {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    }
.close-ontop {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.header-sheet a {
    color: #b3312c;
    font-weight: bold;
    padding-left: 3px;
    text-decoration: underline;
    text-underline-position: under;
}
/*---! 隱私權 ---*/
/*------------ btn ------------*/
/*-----back-btn-----*/
.btn.back {
    position: relative;
    color: #fff;
    transition: all .3s ease;
    letter-spacing: 2px;
    font-weight: bold;
    background: #171717;
    border-radius: 0;
    padding: 10px 25px;
    text-transform: uppercase;
    z-index: 1;
    overflow: hidden;
}

.btn.back i {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px 3px 0;
}

.btn.back:before {
    background: #B3312C;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: skewX(-12deg) scaleX(0);
    transform: skewX(-12deg) scaleX(0);
    transition: -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
    transition: transform .5s cubic-bezier(.215, .61, .355, 1);
    transition: transform .5s cubic-bezier(.215, .61, .355, 1), -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
}

.btn.back:hover:before {
    -webkit-transform: skewX(-12deg) scaleX(1.2);
    transform: skewX(-12deg) scaleX(1.2);
}
/*-----style01-btn-----*/
.btn.style01 {
    color: #7B5A42;
    line-height: 35px;
    transition: all .2s;
    display: block;
    text-align: left;
    background: #fff;
    box-sizing: border-box;
}
.btn.style01 i {
    background: #BC7C58;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    line-height: 37px;
    text-align: center;
    font-size: 19px;
    width: 35px;
    height: 35px;
    margin: -1px 10px 0 0;
}
.btn.style01:hover {
    background: #7B5A42;
    color: #fff;
    transition: all .2s;
}
.btn.style01:hover i {
    background: #000000;
}
.btn.style01.bg2 {
    color: #777777;
    background: rgba(255, 255, 255, .5);
}
.btn.style01.bg2 i {
    background: #CCCCCC;
}
.btn.style01.bg2:hover i {
    background: #777777;
}
/*-----style02-btn-----*/
.btn.style02 {
    transition: all .2s;
    background: #171717;
    color:#fff;
    max-width: 120px;
    line-height: 30px;
    display: block;
    margin: 0 auto;
    width: 100%;
    position:relative;
    z-index:1;
    overflow:hidden;
}
.btn.style02 i {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 3px 8px;
}
.btn.style02:hover {
    color: #fff;

}

.btn.style02:before {
    background: #B3312C;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: skewX(-12deg) scaleX(0);
    transform: skewX(-12deg) scaleX(0);
    transition: -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
    transition: transform .5s cubic-bezier(.215, .61, .355, 1);
    transition: transform .5s cubic-bezier(.215, .61, .355, 1), -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
}

.btn.style02:hover:before {
    -webkit-transform: skewX(-12deg) scaleX(1.2);
    transform: skewX(-12deg) scaleX(1.2);
}
.btn.style02.arrowL i {
    margin: 0 8px 3px 0;
}
.btn.style02.bg2 {
    color: #fff;
    border: 1px solid #C3C5B5;
    background: #B3312C;
}
.btn.style02.bg2:hover {
    background: #000;
}
/*-----style03-btn-----*/
.btn.style03 {
    transition: all .2s;
    background: #171717;
    color:#fff;
    max-width: 120px;
    line-height: 30px;
    display: block;
    margin: 0 auto;
    width: 100%;
    position:relative;
    z-index:1;
    overflow:hidden;
}
.btn.style03:hover {

}
.btn.style03:before {
    background: #B3312C;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: skewX(-12deg) scaleX(0);
    transform: skewX(-12deg) scaleX(0);
    transition: -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
    transition: transform .5s cubic-bezier(.215, .61, .355, 1);
    transition: transform .5s cubic-bezier(.215, .61, .355, 1), -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
}

.btn.style03:hover:before {
    -webkit-transform: skewX(-12deg) scaleX(1.2);
    transform: skewX(-12deg) scaleX(1.2);
}
.btn.style03 i {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    vertical-align: text-bottom;
}
.btn.style03 .ic-zoom-in,
.btn.style03 .ic-money,
.btn.style03 .ic-typing {
    font-size: 18px;
    margin-left: 5px;
}
.btn.style03 .ic-chevron-thin-right {
    font-size: 17px;
    color: #525252;
    margin: 0 0 -1px 10px;
}
.btn.style03 .ic-chevron-thin-left {
    font-size: 17px;
    color: #525252;
    margin: 0 10px -1px 0;
}
/*---- btn-box ----*/
.btn-box {
    clear: both;
    padding: 40px 0 0 0;
    position: relative;
    text-align: center;
}
.btn-box.align-left {
    text-align: left;
}
.btn-box.has-border {
    border-top: 1px dashed #666666;
    margin: 30px 0 0 0;
}
.btn-box.dib .btn {
    max-width: 280px;
    display: inline-block;
    margin: 0 5px 10px;
    line-height: 30px;
}
.btn-box.dib2 .btn {
    display: inline-block;
    width: 140px;
    margin: 0 12px 10px;
}
.btn-box.dib2 .style02 {
    padding: 0 26px;
}
.btn-box.btn-all .btn {
    max-width: 100%;
}
.btn-box.has-line:before {
    content: "";
    background: #626154;
    height: 22px;
    width: 1px;
    display: block;
    position: absolute;
    bottom: 50%;
    margin: 0 0 -27px 0;
    left: 50%;
}
/*------------ / btn ------------*/
/*------------ site_header ------------*/
.wrapper{
    padding-top: 0;
}
.site-header {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 300;
    top: 0;
    transition: all 0.3s ease;
}
.site-header::before {
    content: '';
    position: absolute;
    width: calc(35% - 60px);
    height: 143px;
    height: 90px;
    background: #b3312c;
    transform: skew(30deg);
    top: 0;
    left: -66px;
    box-shadow: 7px 7px 40px 7px rgb(0 0 0 / 5%);
    transition: all 0.3s ease;
    animation: width_1920 .7s ease-in-out forwards;
    z-index: 100;
    transform: skew(-30deg);
}
.site-title {
    position: absolute;
    z-index: 100;
    left: 0px;
    top: 0;
    padding: 30px;
/*    background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);*/
}
.site-title .logo {
    color: transparent;
    background: url(../../images/common/logo.png) 0% 0%  no-repeat;
    background-size: contain;
    width: 243px;
    height: 20px;
    transition: all .3s ease;
}
.site-title .logo:hover {
    opacity: .7;
}
/*------------top-nav ------------*/
.top-nav {
    font-size: 15px;
    /*line-height: 31px;*/
    text-align: right;
/*    position: absolute;
    bottom: 100%;
    right: 35px;*/
    line-height: 1;
}
.top-nav > * {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.top-nav .container {
    display: block;
}
.top-nav > ul > li {
    margin: 0 0 0 20px;
    vertical-align: middle;
    color: #000000;
    font-size: 13px;
}
.top-nav ul > li > i {
    font-size: 14px;
    color: #E0AC72;
    vertical-align: middle;
    font-weight: bold;
    margin: 0 5px 0 0;
}
.top-nav ul > li > a:hover {
    color: #5A2100;
}
/*---- language ----*/
.language {
    position: relative;
}
.language .btn i {}
.language ul {
    display: none;
    position: absolute;
    z-index: 200;
    left: 50%;
    top: 100%;
    margin: 0 0 0 -45px;
    width: 90px;
    border: 1px solid #B3312C;
    background: #fff;
}
.language .btn i {
    color: #000000;
    font-weight: bold;
}
.language ul li {
    text-align: center;
    display: block;
    font-size: 14px;
    margin: 0;
    color: #5B5B52;
}
.language li a {
    transition: all .2s;
    display: block;
}
.language ul li a:hover {
    color: #000000;
    background: #E9D7C1;
}
/*---- search-box ----*/
.site-header .search-box {
    position: relative;
    width: 162px;
    margin: 0;
    
}

.site-header .search-box .form-control {
    height: 30px;
    line-height: 30px;
    margin: 0;
    border: 0;
    background: #fff;
    padding: 5px 30px 5px 15px;
    transition: all .3s ease;
    border-radius: 30px;
    border: 1px solid #ccc;
    font-size: 13px;
    color: #555;
   
}

.search-box:hover .form-control,
.search-box .form-control:focus {
    border-color: #B3312C;
    
}

.site-header .search-box a {
    position: absolute;
    right: 6px;
    top: 7px;
    font-size: 13px;
    line-height: 15px;
    font-weight: bold;
    width: 15px;
    height: 15px;

}

.site-header .search-box:hover a {
    color: #B3312C;
}

.search-box .search {
    z-index: 1;
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    right: 0;
    top: 1px;
    cursor: pointer;
}

.search-box:after {
    position: absolute;
    content: "\e901";
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    right:-1px;
    top: 0;
    font-size: 20px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #444;
    border-radius: 50%;
    transition: all 0.2s ease;
}

.search-box:hover:after {
    color: #fff;
    background: #a00713;
}

.site-header .search-box .form-control::-webkit-input-placeholder {
    color: #555;
}

.site-header .search-box .form-control:focus::-webkit-input-placeholder {
    color: #555;
}

.site-header .search-box .form-control::-moz-placeholder {
    color: #555;
}

.site-header .search-box .form-control:focus::-moz-placeholder {
    color: #555;
}

.site-header .search-box .form-control::-ms-input-placeholder {
    color: #555;
}

.site-header .search-box .form-control:focus::-ms-input-placeholder {
    color: #555;
}

.site-header .search-box .form-control::-moz-placeholder {
    color: #555;
}

.site-header .search-box .form-control:focus::-moz-placeholder {
    color: #555;
}
/*------------site-nav ------------*/
.site-nav {
    position: relative;
    z-index: 1;

}
.site-nav:before{
    content:'';
    display:block;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:rgba(0,0,0,0.87);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    z-index:-1;
}

.site-nav > * {
    display: inline-block;
    vertical-align: middle;
}
.site-nav .container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.site-nav .menu {
    vertical-align: middle;
    text-align: right;
}
.site-nav .menu li {
    position: relative;
    margin: 0 -5px 0 0;
}
.site-nav .menu > li:nth-last-child(-n+3) {
    display: none;
}
.site-nav .menu > li > a {
    color: #FFFFFF;
    font-size: 18px;
    padding: 27px 25px;
    transition: all .2s;
}
.site-nav .menu > li.active > a,
.site-nav .menu > li > a:hover {
    background: #B3312C;
}
.site-nav .menu li ul {
    display: none;
    position: absolute;
    z-index: 600;
    width: 160px;
    box-sizing: border-box;
}
.site-nav .menu ul li {
    margin: 0;
}
.site-nav .menu > li > ul {
    top: 100%;
    left: 50%;
    margin-left: -80px;
}
.site-nav .menu ul li a {
    text-align: center;
    color: #fff;
    padding: 5px 0;
    display: block;
    background: rgba(0,0,0,0.5);
    border: 1px solid rgba(255,255,255,0.1);
    transition: all .5s;
}

.site-nav .menu ul li.active a,
.site-nav .menu ul li a:hover,
.site-nav .menu ul ul li a:hover {
    background: #B3312C;
    color: #fff;
}
.site-nav .menu .menu-full  ul ul{
    margin-top: 10px;
}
.site-nav .menu .menu-full ul ul {
    display: block !important;
    width: 100%;
    position: relative;
    left: 0;
    height: auto !important;
}

/*------------menu-full------------*/
.site-nav .menu .menu-full{
    position: static;

}
.site-nav .menu .menu-full > ul{
    display: flex ;
    justify-content: flex-start;
    top: 100%;
    width: 100vw;
    left: unset;
    right: calc(50% - 50vw );
    background: rgba(33, 33, 33, 0.9);
    flex-wrap: wrap;
    padding-left: calc( (100vw - 1440px) / 2);
    padding-right: calc( (100vw - 1440px) / 2);
    box-sizing: border-box;
    padding: 40px;
}
.site-nav .menu .menu-full > ul > li{
    display: block !important;
    width: calc( (100% - 150px) / 4);
    margin:0 5px 30px;   
}
.site-nav .menu .menu-full ul ul li a {
    text-align: center;
    color: #fff;
    padding: 5px 0;
    display: block;
    background: transparent;
    transition: all .5s;
}
.site-nav .menu .menu-full ul ul li.active a,
.site-nav .menu .menu-full ul ul li a:hover {
    color: #fff;
    background: #B3312C;
}
/*------------share------------*/
.share {
    display: block;
    margin: 0;
    color: #7C7D6A;
    width: 110px;
    margin-right: 20px;
}
.share li span {
    font-size: 10px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: scale(0.83);
    margin: -4px 0 0 0px;
}
.share li + li {
    
}
.share .btn {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}
.share li.facebook:hover,
.share li.facebook:hover .btn {
    color: #3A5795;
}
.share li.google:hover,
.share li.google:hover .btn {
    color: #CB2C17;
}
.share li.twitter:hover,
.share li.twitter:hover .btn {
    color: #5890FF;
}
.share .btn:hover {
    color: #CB2C17;
    
    text-decoration: inherit;
}
.share .btn:before{
    content: "";
    display: block;
    opacity: 1;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    border-radius: 810px;
    -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.58, 1);
    transition: all 0.3s cubic-bezier(0.23, 1, 0.58, 1);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    background: #fff;
    will-change: transform;
    z-index:-1;
}
.share .btn:hover:before{
    
    -webkit-transition: opacity 0.45s cubic-bezier(0.23, 1, 0.58, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.58, 1);
    transition: opacity 0.45s cubic-bezier(0.23, 1, 0.58, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.58, 1);
    transition: opacity 0.45s cubic-bezier(0.23, 1, 0.58, 1), transform 0.6s cubic-bezier(0.23, 1, 0.58, 1);
    transition: opacity 0.45s cubic-bezier(0.23, 1, 0.58, 1), transform 0.6s cubic-bezier(0.23, 1, 0.58, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.58, 1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
/*------------ / site_header ------------*/
.header-fixed .site-header {
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.header-fixed .site-header:after {
    content: "";
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 70px;
    display: block;
    background: transparent;
    position: absolute;
    bottom: 0px;
    pointer-events: none;
}
.header-fixed .site-title {
    /* position: absolute; */
    /* top: 0; */
    /* left: 15px; */
}
.header-fixed .site-title .logo {
    /* width: 81px; */
    /* height: 60px; */
}
.header-fixed .site-nav .menu > li > a {
    /* padding: 16px 25px; */
}


/*------------ banner ------------*/
.banner {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}
/*------------ / banner ------------*/
/*------------ site_main ------------*/
.main-top {
position: relative;
    text-align: center;
    padding: 0 0 25px;
    border-bottom: 5px solid #F0F0F0;
    margin: 0 0 25px;
}
.main-top::before {
    content: '';
    position: absolute;
    width: 40px;
    height: 5px;
    background: #CD121C;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -5px;
}

.main-title {
    color: #000000;
    font-size: 45px;
    line-height: 1.4;
    letter-spacing: 0.05em;
}
.main-title .main-title-b{   
    font-size: 45px;
    margin: 0;
    line-height: 1.2;
}
.main-title span {
    font-size: 15px;
    color: #B3312C;
    display: block;
}
.main-content {
    padding: 40px 0 120px;
}
.content {
    min-height: 300px;
    box-sizing: border-box;
}
.content-title{
    margin: 0 0 20px;
    font-size: 26px;
}
/*------------shopping-title ------------*/
.shopping-title {
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    position: relative;
    margin: 0 0 15px;
}
.shopping-title i {
    transform: rotate(90deg);
    font-size: 26px;
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: middle;
}
/*----- plus-title -----*/
.plus-title {
    margin: 0 0 5px;
}
.plus-title i {
    font-size: 20px;
    vertical-align: text-bottom;
}
.plus-tip {
    color: #000000;
    font-size: 16px;
    text-align: center;
    margin: 0 0 45px;
}
.plus-tip b {
    color: #D41922;
    text-decoration: underline;
}
/*------------ warning ------------*/
.warning-sect {
    padding-bottom: 70px;
    display: none;
}
/*------------ / site_main ------------*/
/*------------ site_footer ------------*/
.site-footer {
    position: relative;
    background: url('../../images/common/ftbg.jpg') 50% 10% no-repeat;
    background-size: cover;
}
.site-footer .container {
    display: table;
    width: 100%;
}
.site-footer .col {
    position: relative;
}
.follow {
    margin-top: 20px;
}
.site-footer .title {
    color: #B3312C;
    font-size: 28px;
    font-weight: bolder;
    margin: 0 0 20px 0;
    line-height: 1;
    display: flex;
    align-items: center;

}
.site-footer .title:before {
    content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    border-radius: 100%;
    margin: 0 10px 0 0;
    background: #B3312C;
}
.site-footer .follow_box{
    display: flex;
}
.site-footer .site-map {
    padding: 45px 30px;
    display: table-cell;
}
.info_box{
    display: flex;
}

.qr_box{
    display: flex;
}
.site-footer .qr-inner {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    min-width: 80px;
}
.site-info-p {
    display: inline-block;
    vertical-align: top;
    margin: -10px 0 0 10px;
}
.site-info-p p {
    margin: 0;
}
.site-info-p b {
    font-size: 25px;
}
.site-map-box {
    margin: 0 ;
    color: #535353;
}
.site-footer .col-r p {
    margin: 0;
}
.site-footer .col-r p .author {
    color: #fff;
    font-size: 13px;
    margin: 0 0 0 20px;
}
.site-footer .col-r {
    display: inline-block;
    vertical-align: top;
}
.site-map ul {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 2px;
    text-align: left;
    color: #fff;
    font-size: 15px;
    line-height: 1.2;
}
.site-map-box ul + ul {
    margin-left: 50px;
}
.site-map-box li  {
    margin-bottom: 15px;
    /*width: 16.66%;*/
    margin-right: 10px;
}
.site-map-box li > a{
    display: flex;
    align-items: center;
}
.site-map ul a:hover {
    color: #B3312C;
    text-decoration: underline;
}
.site-map-box li > a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    margin: 0 8px 0 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
}
.site-footer .site-info {
    padding: 45px 30px;
    width: 34%;
    color: #fff;
    display: table-cell;
    vertical-align: top;
}

.footer-bottom{
    color: rgba(255,255,255,0.7);
    font-size: 13px;
    text-align: center;
    background: #B3312C;
    padding: 10px 0;

}
.footer-bottom a:hover{
    text-decoration: underline;
}
/*------------ / site_footer ------------*/
/*------------ floating ------------*/
.floating,
.floating.facybox-margin {
    display: block;
    position: fixed;
    right: 15px;
    top: 80%;
    z-index: 299;
}
.fb_right {
    width: 80px;
    height: 80px;
    display: block;
    background: url('../../images/common/fb.png');
    transition: all .3s;
}
.fb_right:hover{
    opacity: 0.8;
}
.floating .gotop {

}
.gotop {
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    background: rgba(255,255,255,0.6);
    z-index: 1;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: #000;
    text-align: center;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    transition: all 0.3s cubic-bezier(0.23, 1, 0.58, 1);
}
.gotop i {
    font-size: 40px;
    display: block;
    position: relative;
    top: -2px;

}
.gotop:hover {
    color: #fff;
        background: rgba(255,255,255,0.0);
        border-color: #B3312C;
}
.gotop:before{
    content: "";
    display: block;
    opacity: 1;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    border-radius: 810px;
    -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.58, 1);
    transition: all 0.3s cubic-bezier(0.23, 1, 0.58, 1);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    background: #B3312C;
    will-change: transform;
    z-index:-1;
}
.gotop:hover:before{
    
    -webkit-transition: opacity 0.45s cubic-bezier(0.23, 1, 0.58, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.58, 1);
    transition: opacity 0.45s cubic-bezier(0.23, 1, 0.58, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.58, 1);
    transition: opacity 0.45s cubic-bezier(0.23, 1, 0.58, 1), transform 0.6s cubic-bezier(0.23, 1, 0.58, 1);
    transition: opacity 0.45s cubic-bezier(0.23, 1, 0.58, 1), transform 0.6s cubic-bezier(0.23, 1, 0.58, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.58, 1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
/*------------ / floating ------------*/
/*------------ breadcrumb ------------*/
.breadcrumb {
    color: #535353;
    position: relative;
    font-size: 13px;
    margin: 0 0 45px;
}
.breadcrumb:before {
    content: "\e1021";
    color: #535353;
    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;
}
.breadcrumb li,
.breadcrumb li a {
    display: inline;
}
.breadcrumb li+li:before {
    content: "/";
    margin: 0px 5px;
}
.breadcrumb li a:hover {
    color: #B3312C;
}
.side .breadcrumb {

    margin: 0 0 15px;
}
/*------------ / breadcrumb ------------*/
/*------------ side ------------*/
.side {
    width: 260px;
    float: left;
    padding: 57px 0 0 0;
    padding: 0;
}

.has-side .content {
    width: calc(100% - 310px);
    float: right;
}

.side-nav {
    position: relative;
}

.side-nav.has-bg {
    padding-bottom: 150px;
    border: 0;
    box-shadow: none;
}

.side-nav>li {
    margin: 0 0 10px;
}

.side-nav li a {
    position: relative;
    display: block;
    line-height: 1.2;
}

.side-nav li a {
    display: block;
}

.side-nav>li>a {
    position: relative;
    font-size: 15px;
    color: #000000;
    background: #F5F5F5;
    padding: 13px 15px 13px 37px;
    font-weight: 500;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}
.side-nav>li>a:before,
.side-nav>li>a:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #000;
    position: absolute;
    left: 17px;
    top: 17px;
    transition: all .3s;
}
.side-nav>li>a:hover:before,
.side-nav>li.active>a:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
border-width: 4px 4px 0 4px;
border-color: #fff transparent transparent transparent;
    position: absolute;
    left: 17px;
    top: 20px;
}

.side-nav>li>a:hover,
.side-nav>li.active>a {
    background: #B3312C;
    color: #fff;
}

.side-nav ul li a {
    padding: 8.5px 10px 8.5px 50px;
}

.side-nav ul {
    display: none;
}

.side-nav ul li a {
    position: relative;
    background: #E1E3E3;
    transition: all 0.3s ease;
    color: #000;
    font-size: 15px;
    letter-spacing: 1px;
}
.side-nav  ul > li.active > a,
.side-nav ul li a:hover {
    color: #B3312C;
    background: #eee;
}

.side-nav ul li a:hover:before {
    opacity: 1;
}

.side-nav>li.logout a {
    background: #DCDDD5;
    border: 1px solid #CDCDC5;
}
/*------------ / side ------------*/
/*------------ pagination ------------*/
.pagination {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 0;
}
.pagination li {
    display: inline-block;
    vertical-align: bottom;
}
.pagination li a {
    display: block;
    min-width: 20px;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
    color: #000000;
    font-size: 15px;
    box-sizing: border-box;
}
.pagination li.active a:after {
    content: "/";
    color: #000;
    margin: 0 0 0 7px;
    display: inline-block;
}
.pagination li a:hover,
.pagination li.active a {
    color: #B22C00;
}
.pagination li a.controls {
    margin: 0 10px -3px;
    color: #525252;
    min-width: auto;
    font-size: 17px;
    width: 26px;
    height: 26px;
    line-height: 31px;
    border-radius: 50%;
}
.pagination li a.controls:hover,
.pagination li.active a.controls {
    background: #FFFFFF;
}
.pagination li a.controls.next {
    margin: 0px 5px -3px;
}
.page-info {
    display: none;
}
.page-info .form-control {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #999;
    padding: 5px 10px;
    text-align: center;
    margin: auto;
    border-radius: 0;
}
.page-info .form-control:focus {
    outline: none;
    border-color: #777777;
}
/*------------ / pagination ------------*/
/*------------ had-bg ------------*/
.has-bg {

    position: relative;
}
.table-bg {
    padding: 20px;
}
.has-img:before {
    content: "\e1009";
    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;
    position: absolute;
    top: 0;
    left: 0;
    background: #B3312C;
    color: #fff;
    font-size: 33px;
    width: 55px;
    height: 53px;
    line-height: 53px;
    text-align: center;
}
/*------------ / had-bg ------------*/
/*------------ form ------------*/
/*-----reminder-----*/
.reminder {
    text-align: center;
    margin: 0 0 45px;
    color: #666659;
    font-size: 13px;
    line-height: 1.75;
    padding: 0 0 20px;
    border-bottom: 1px dashed #666666;
}
.reminder strong {
    font-size: 22px;
    color: #000000;
    margin: 0 0 5px 0;
    display: block;
}
.reminder p {
    margin: 0;
}
.reminder b {
    display: block;
    margin: 10px 0 0 0;
    font-weight: normal;
}
.reminder b:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: #464637;
    margin: 0 8px 0 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
}
/*-----qty-box-----*/
.qty-box {
    position: relative;
    display: inline-block;
    width: 97px;
    max-width: none;
    padding: 0 30px;
    box-sizing: border-box;
}
.qty-box .form-control {
    position: relative;
    text-align: center;
    height: 36px;
    width: 36px;
    font-weight: bold;
    line-height: 36px;
    color: #816149;
    border: 1px solid #816149;
    box-sizing: border-box;
    background: #fff;
    border-radius: 50%;
    font-size: 15px;
    margin: 0;
    z-index: 1;
}
.qty-box .btn {
    width: 18px;
    height: 18px;
    line-height: 15px;
    font-weight: bold;
    font-size: 11px;
    border-radius: 50%;
    position: absolute !important;
    z-index: 0;
    top: 9px;
    border: 2px solid #7B5A42;
}
.qty-box .btn:hover {
    background: #776255;
    color: #fff;
}
.qty-box .add {
    left: 2px;
}
.qty-box .less {
    right: 2px;
}
/*-----form-detail-----*/
.form-control {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    color: #666666;
    border: 1px solid #CDCDC5;
    box-sizing: border-box;
    margin-bottom: 6px;
    font-size: 14px;
    padding: 0 10px;
}
.form-control:focus {
    outline: none;
    border-color: #9E8557;
}
textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
    height: 95px;
}
.form-box .form-group {
    padding: 5px 0 10px;
}
.form-box .control-label {
    display: inline-block;
    vertical-align: top;
    width: 115px;
    padding-left: 15px;
    box-sizing: border-box;
}
.form-box .control-box .static-control {
    margin: 0px 0 15px;
}
.form-box .control-box {
    position: relative;
    display: inline-block;
    width: calc(100% - 120px);
}
.form-box .control-box label {
    display: inline-block;
    line-height: inherit;
    margin: 0 10px 6px 5px;
    font-size: 14px;
}
.form-box .btn-group {
    margin: 27px 0 0 0;
}
.form-box-block .control-label,
.form-box-block .control-box {
    display: block;
    width: auto;
}
.no-padding .control-label {
    padding: 0;
}
/*-----form-static-control-----*/
.static-control {
    line-height: inherit;
    color: #5A2100;
    font-weight: bold;
    margin: -4px 0 36px;
}
/*-----form-wrap-----*/
.form-wrap {
    background: #fafafa;
    border: 1px solid #dcdcdc;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
    max-width: 1100px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 40px 95px;
    position: relative;
}
.form-box {
    max-width: 585px;
    margin: 0 auto;
    position: relative;
}
.form-box .row {
    margin: 0 -10px;
}
.form-box .col {
    float: left;
    width: 50%;
    padding: 0 10px;
}
/*-----form-required-----*/
.form-box .required {
    position: relative;
}
.form-box .required:before {
    content: "";
    position: absolute;
    display: block;
    background: #464646;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    top: 50%;
    margin-top: -2px;
    left: 0;
}
/*----- captcha -----*/
.form-box .captcha .input-box {
    position: relative;
}
.form-box .captcha .form-control {
    max-width: 185px;
    display: inline-block;
}
.form-box .captcha a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
}
.form-box .captcha a i {
    display: inline-block;
    vertical-align: middle;
    font-size: 25px;
    color: #777777;
    transition: transform .3s;
    margin: 0 0 0 5px;
}
.form-box .captcha a:hover i {
    color: #A57038;
}
/*----- name -----*/
.form-box .name .control-box {
    position: relative;
}
.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: -11px;
    bottom: 100%;
    line-height: 1.6;
}
.form-box .name .radio-box label {
    display: inline-block;
    margin-bottom: 0;
}
.form-box .name2 .control-box {
    padding-right: 150px;
}
.form-box .name2 .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.form-box .name2 .radio-box label {
    margin-bottom: 0;
}
/*----- address -----*/
.form-box .address .input-box:last-child {
    width: 100%;
}
.form-box .address2 .input-box {
    width: 22%;
}
.form-box .address2 .input-box:last-child {
    width: 56%;
}
/*----- tips -----*/
.form-box .tips {
    line-height: 1.5;
    margin-bottom: 6px;
    color: #AC8D5F;
    padding: 0 5px;
    font-size: 13px;
}
.form-box.type2 .tips {
    min-height: 0;
}
/*----- input-group -----*/
.form-box .input-group {
    margin: 0 -3px;
}
.form-box .input-group:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.form-box .input-group .input-box {
    float: left;
    width: 50%;
    padding: 0 3px;
    box-sizing: border-box;
}
.form-box .input-group .form-control {
    display: inline-block;
}
/*----- radio + checkbox -----*/
.form-radio {
    display: inline-block;
    position: relative;
}
.form-checkbox {
    display: block;
    position: relative;
    margin: 0px 0 5px 0;
}
.form-radio input[type=radio],
.form-checkbox input[type=checkbox] {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0!important;
    visibility: hidden;
    outline: 0;
    z-index: 150;
    width: 17px;
    height: 17px;
}
.form-radio:before,
.form-checkbox:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: 50% 0 / 100% auto no-repeat;
    width: 18px;
    height: 18px;
    margin: 0 5px 3px;
}
.form-radio:before {
    background-image: url('../../images/common/form_radio.png');
    margin: 0 3px 4px 0;
}
.form-checkbox:before {
    background-image: url('../../images/common/form_checkbox.png');
}
.form-radio.checked:before,
.form-checkbox.checked:before {
    background-position: 0 100%;
}
/*-----success-box-----*/
.success-box {
        background: #f0f0f0;
    border: 1px solid #dcdcdc;
    text-align: center;
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 15px;
    box-sizing: border-box;
    font-size: 13px;
    position: relative;
}
.success-box .msg {
    color: #000000;
    font-size: 18px;
}
.success-box .msg b {
    background: #B3312C;
    line-height: 53px;
    display: inline-block;
    color: #fff;
    font-size: 37px;
    letter-spacing: 2px;
    font-weight: normal;
    padding: 0 23px;
    margin: 10px 0 0 0;
    min-width: 330px;
    box-sizing: border-box;
}
.success-box a {
    color: #592000;
}
.success-box .btn-box {
    margin: 10px 0 0 0;
}
.success-box small {
    font-weight: bold;
    color: #000000;
    display: block;
}
/*------------ / form ------------*/
/*------------ lightbox ------------*/
body .fancybox-opened .fancybox-title {
    text-align: right;
}
body .fancybox-close {
    background: none;
    color: #FFFFFF;
    position: static;
}
body .fancybox-close:after {
    content: "\e1019";
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 7px 5px;
    font-size: 35px;
    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;
}
body .fancybox-close:before {
    content: "CLOSE";
    font-size: 14px;
}
body .fancybox-close:hover {
    color: #DCDDD5;
}
body .fancybox-opened .fancybox-skin {
    box-shadow: none;
    border-radius: 0;
    background: #CECEBF;
}
.lightbox-wrapper {
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
/*---- alert-fancybox ----*/
#alert-fancybox {
    display: none;
}
/*------------ fancybox ------------*/
body .fancybox-album .fancybox-skin {
    margin: 0 auto 150px;
}
body .fancybox-nav span {
    visibility: visible;
    width: 39px;
    height: 55px;
    background: url('../../images/common/album/arrow.png');
    background-position: 0 100%;
    left: -60px;
}
body .fancybox-nav span:hover {
    background-position: 0 0;
}
body .fancybox-next span {
    left: auto;
    transform: rotate(180deg);
    right: -60px;
}
.photo-title {
    margin: 0 0 10px 0;
    font-size: 14px;
    padding: 8px 10px;
    color: #FFFFFF;
    background: #1B1B1B;
    font-weight: normal;
}
.photo-title i {
    font-size: 18px;
    color: #BDBDAE;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 2px 0;
}
.photo-intro {
    font-size: 14px;
    color: #2F2F2F;
    line-height: 2;
}
.photo-pager {
    text-align: center;
    font-size: 13px;
    color: #FFFFFF;
    margin: 20px 0 0 0;
    position: absolute;
    width: 100%;
}
.photo-pager b {
    font-weight: bold;
    color: #FFEEBF;
    display: inline-block;
    margin: 0 3px;
    text-decoration: underline;
}
body #fancybox-thumbs ul li {
    background: transparent;
    padding: 10px;
    opacity: 1;
}
body #fancybox-thumbs ul li a {
    border: 0;
    background: none;
    outline: none;
}
body #fancybox-thumbs ul li.active {
    opacity: 1;
    border: 0;
    padding: 10px;
}
body #fancybox-thumbs ul li a:before,
body #fancybox-thumbs ul li a:after {
    position: absolute;
    opacity: 0;
    transition: all .2s;
}
body #fancybox-thumbs ul li a:before {
    content: "\e901";
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    top: 50%;
    left: 50%;
    font-size: 28px;
    margin: -14px 0 0 -14px;
    z-index: 10;
}
body #fancybox-thumbs ul li a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(53, 53, 38, .8);
}
body #fancybox-thumbs ul li.active a:before,
body #fancybox-thumbs ul li.active a:after,
body #fancybox-thumbs ul li a:hover:before,
body #fancybox-thumbs ul li a:hover:after {
    opacity: 1;
    transition: all .2s;
}
/*------------ / lightbox ------------*/
/*------------ mobile_menu ------------*/
.mmenu-show #mobile-fixed li {
    background: #000;
}
.mmenu-show #mobile-search {
    background: #ddd;
}
.mmenu-show #mobile-menu .main-menu {
    background: #fafafa;
}
.mmenu-show #member-box li a {
    background: #eee;
    color: #999;
    font-size: 15px;
}
.mmenu-show #mobile-fixed ul {
    border-bottom-color: #8C7D72;
}
.mmenu-show #mobile-search .search-box i {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 20px;
}
.mmenu-show #member-box li {
    border-bottom: 1px solid #ddd;
}
.mmenu-show #mobile-menu .language-menu {
    background: #000;
}
.mmenu-show #mobile-menu .share-menu {
    border-top: 0;
    background: #333;
}
.mmenu-show #mobile-menu .share-menu li {
    border: 0;
    margin: 0;
}
.mmenu-show #mobile-menu .menu ul li a {
    background: #FFFFFF;
    color: #999;
}
.mmenu-show #mobile-menu .menu li a {
    border-bottom: 1px dashed #959586;
    color: #000;
}
.mmenu-show #mobile-menu .share{
    width: auto;
}
.mmenu-show #mobile-fixed .qty {
    background: #B3312C;
}
.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active > a {
    color: #B3312C;
    font-weight: bold;
}
.mmenu-show #mobile-menu .share .btn {
    
}
.mmenu-show #mobile-menu .share .btn .ic {
    vertical-align: middle;
}
.mmenu-show .toggle-mmenu-close {
    color: #fff;
}
.mmenu-show #mobile-menu .language {
    display: block;
    position: relative;
    padding: 8px 0px 0 10px;
    text-align: left;
    margin: 0;
    width: auto;
}
.mmenu-show #mobile-menu .language a {
    color: #fff;
}
.mmenu-show #mobile-menu .menu ul ul li a {
    padding: 10px 30px 10px 55px;
    background: rgba(255, 255, 255, 0.5);
    border-bottom: 1px dashed #959586;
}
.mmenu-show #mobile-menu .language-menu .language ul {
    display: block;
    background: none;
    border: 0;
    width: auto;
    margin: 0;
    left: 20px;
}
.mmenu-show #mobile-menu .language ul li a {
    background: none;
    line-height: 1;
    display: inline-block;
}
.mmenu-show #mobile-menu .language li + li a {
    border: 0;
}
.mmenu-show #mobile-menu .language ul li+li:before {
    content: '| ';
    color: #D6D6D6;
}
/*------------ / mobile_menu ------------*/
@media screen and (max-width: 1440px) {
    /*------------ site-footer 1440 ------------*/
    .site-footer {

    }
    .site-footer .container,
    .site-footer .site-info,
    .site-footer .site-map {
        width: 100%;
        display: block;
        padding:  30px;
    }
    .site-footer .follow{
        display: inline-block;
        vertical-align: top;
    }
    .share {
        margin: 0 0 0 30px;
    }

    .site-footer .site-map {
        display: flex;
    }
    .site-map ul{
        margin: 0;
    }
    /*------------ / site-footer 1440 ------------*/
}
@media screen and (max-width: 1350px) {
    /*------------ site-header 1350 ------------*/
    .header-fixed .site-nav .menu > li > a {
        
    }
    /*------------ / site-header 1350 ------------*/
}
@media screen and (max-width: 1280px) {
    /*------------ site-header 1280 ------------*/
    .site-nav .menu {
        width: 75%;
        padding: 0 0 0 25%;
    }
    .header-fixed .menu {
        padding: 0;
        width: 100%;
        float: right;
    }
    /*------------ / site-header 1280 ------------*/
}
@media screen and (max-width: 1170px) {
    .site-nav .menu > li > a {
        padding: 27px 10px;
    }
    .site-header::before{
        width: 35%;
    }
}
@media screen and (max-width: 1024px) {
    .wrapper{
        padding-top: 40px;
    }
    .main-title .main-title-b{
        font-size: 30px;
    }
    /*--- 隱私權手機板 ---*/
     .header-sheet {
        position: fixed;
        height: auto;
        bottom: 0%;
        z-index: 999;
        font-size: 14px;
        padding: 40px 0 10px;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        border-radius: 0;
    }
    .header-sheet .close-ontop {
        right: 0px;
        left: 0px;
        top: -21px;
        margin: auto;
        text-align: center;
        width: 100%;
        height: 35px;
    }
    button.close-ontop{
        padding:0px;
    }
    .close-ontop {
        float: none;
    }
    body #keyreply-container {
         bottom: 10%;
    }
    .header-active #keyreply-container {
        bottom: 0%;
        transition:all .7s;
    }
    .header-fixed .header-sheet{
        display:block;
    }
    /*--- END隱私權手機板 ---*/
    /*------------ site-header 1024 ------------*/
    .site-nav,
    .top-nav {
        display: none;
    }
    .site-header {
        padding: 20px 0;
        position: static;
            background: #b3312c;
    }
    .site-header::before{
        display: none;
    }
    .site-title {
        position: static;
        text-align: center;
        padding: 0;
        top: inherit;
        left: inherit;
        display: block;
        background: inherit;
        box-shadow: inherit;
    }
    .site-title .logo,
    .header-fixed .site-title .logo {

    }
    .header-fixed .site-header {
        position: static;
    }
    .header-fixed .site-title {
        position: static;
    }
    /*------------ / site-header 1024 ------------*/
    /*------------ main-content 1024 ------------*/
    .main-content {
        padding: 10px 0 80px;
    }
    .main-top {
        padding: 0 0 15px;
    }
    /*------------ / main-content 1024 ------------*/
    /*------------ site-footer 1024 ------------*/
    .site-footer .title{
        justify-content: center;
        margin-bottom: 15px;
    }
    .site-footer .title:before{
        display: none;
    }
    .info_box{
        justify-content: center;
    }
    .site-footer .site-info{
        padding: 30px;
    }
    .site-footer .follow,
    .site-footer .site-map-box {
        margin: 0;
    }
    .site-footer .col-r,
    .site-footer .site-map > .title,
    .site-footer .follow_box > .share{
        display: none;
    }
    .site-footer {
        text-align: center;
    }
    .site-footer .qr-inner,
    .site-footer .col-r {
        
    }
    .site-info-p {
        display: block;
        margin: 0;
        line-height: 1.6;
    }
    .site-footer .col-r p .author {
        display: block;
        margin: 0;
    }
    .site-footer .site-map {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0 30px 30px;
    }
    .site-footer .links li {
        width: 25%;
    }
    /*------------ / site-footer 1024 ------------*/
}
@media screen and (max-width: 900px) {
    /*------------ site-footer 900 ------------*/
    .site-footer .link-list li:nth-child(3n+1) {
        clear: none;
    }
    /*------------ / site-footer 900 ------------*/
}
@media screen and (max-width: 767px) {
    /*------------ pagination 767 ------------*/
    .pagination li {
        vertical-align: middle;
    }
    .pagination-title {
        margin: 0;
    }
    .page-info {
        display: block;
        padding: 0 40px;
    }
    .pagination {
        position: relative;
        height: 0;
    }
    .pagination li a {
        display: none;
    }
    .pagination li a.controls {
        display: block;
        position: absolute;
        bottom: -29px;
        margin: 0;
    }
    .pagination li a.prev {
        left: 0;
    }
    .pagination li a.controls.next {
        right: 0;
        margin: 0;
    }
    .pagination li span {
        display: none;
    }
    .pagination li a i {
        font-size: 22px;
        margin: 0;
    }
    /*------------ / pagination 767 ------------*/
    /*------------ breadcrumb 767 ------------*/
    .breadcrumb {
        margin: 0 0 10px;
    }
    /*------------ / breadcrumb 767 ------------*/
    /*------------ form 767 ------------*/
    .form-wrap {
        padding: 60px 15px;
    }
    .form-box {
        padding: 0;
    }
    .form-box .row {
        margin: 0;
    }
    .form-box .col {
        float: none;
        width: auto;
        padding: 0;
    }
    .form-box .control-label,
    .form-box .control-box {
        display: block;
        width: auto;
    }
    .form-box .name2 .control-box {
        padding: 0;
    }
    .form-box .name2 .radio-box {
        bottom: 100%;
    }
    .form-box .address2 .input-box {
        width: 50%;
    }
    .form-box .address2 .input-box:last-child {
        width: 100%;
    }
    .form-box .tips {
        min-height: 0;
    }
    .form-box .captcha a {
        right: 2%;
    }
    .static-control {
        margin: 0 0 20px;
    }
    .success-box .msg b {
        font-size: 1.4em;
        min-width: auto;
    }
    /*------------ / form 767 ------------*/
    /*------------ lightbox 767 ------------*/
    body .fancybox-nav span {
        left: 0;
    }
    body .fancybox-next span {
        left: auto;
        right: 0px;
    }
    /*------------ / lightbox 767 ------------*/
}
@media screen and (max-width: 600px) {
    /*------------ site-footer 600 ------------*/
    .gotop {
        display: none;
    }
    /*------------ / site-footer 600 ------------*/
    /*------------ floating 600 ------------*/
    .floating,
    .floating.fancybox-margin {
        right: 50%;
        bottom: 15px;
        top: auto;
        margin-right: -15px;
    }
    .floating a {
        display: none;
    }
    .floating .ibtn.gotop {
        color: transparent;
        display: block;
        background: url(../../images/common/mobile_gotop.png) 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
        top: auto;
        margin: 0;
    }
    /*------------ / floating 600 ------------*/
}
@media screen and (max-width: 500px) {
    /*------------ form 500 ------------*/
    .form-box .captcha .form-control {
        max-width: 100%;
        display: block;
    }
    /*------------ form 500 ------------*/
}
@media screen and (max-width: 400px) {
    /*------------ btn-box 400 ------------*/
    .btn-box.has-line:before {
        display: none;
    }
    /*------------ / btn-box 400 ------------*/
}
