@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|Noto+Sans+SC:100,300,400,500,700,900|Roboto+Condensed|Source+Sans+Pro&display=swap');

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

body {
    font-family: 'Noto Sans SC', 'Montserrat', 'Roboto Condensed', Source Sans Pro, Arial, 'Noto Sans SC', "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    color: #333;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.35px;
    background: #F2F2F2;
}

.wrapper {
    position: relative;
}

.container {
    padding: 0 15px;
    max-width: 1330px;
}

.has-bg {
    margin: -25px 0 0 0;
}


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



/*--- 最上方 ---*/
.header-sheet {
    background-color: #4e5454;
    color: #fff;
    padding: 15px 0;
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
}

.header-sheet .close-ontop {
    color: #fff;
    opacity: 1;
    font-size: 2.4rem;
    position: absolute;
    right: 20px;
    top: calc(50% - 3px);
    transform: translateY(-50%);
}

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: #fff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.header-sheet a {
    color: #34a7f7;
    text-decoration: underline;
}

.header-fixed .header-sheet {
    display: none;
}

/*--- END ---*/

/*-----share_box-----*/

.share_box .share-link .btn {
    font-size: 28px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    border: 1px solid transparent;
    margin: 2px 0;
}

.share_box .share-link .btn.facebook {
    color: #405D9A;
}

.share_box .share-link .btn.google {
    color: #F34537;
}

.share_box .share-link .btn.twitter {
    color: #39A0CE;
}

.share_box .share-link .btn.plurk {
    color: #E9443D;
}

.share_box.product {
    margin: 0px auto 0px auto;
    max-width: 840px;
    padding: 10px 0px 10px 0px;
    border-bottom: none;
}

.share_box {
    text-align: left;
    margin: 0 -15px 20px;
    padding: 0px 20px 10px 15px;
    border-bottom: 1px solid #e8e8e8;
}

.share_box.second {
    margin: 10px -15px 0px;
    display: block;
}

.share_box .share-link .btn.blogger,
.share_box .share-link .btn.facebook,
.share_box .share-link .btn.google,
.share_box .share-link .btn.twitter,
.share_box .share-link .btn.mail,
.share_box .share-link .btn.linkedin,
.share_box .share-link .btn.tumblr,
.share_box .share-link .icon-ic-share-t,
.share_box .share-link .btn.line,
.share_box .share-link .icon-ic-share-linecall,
.share_box .share-link .icon-ic-share-w,
.share_box .share-link .btn.pinterest,
.share_box .share-link .btn.plurk {
    color: #2d57a7;
    display: none;
}

.share_box .share-link .icon-ic-share-w,
.share_box .share-link .btn.mail {
    display: block;
}

.share_box .share-link .btn.blogger:hover {
    color: #F26C38;
}

.share_box .share-link .btn.facebook:hover {
    color: #405D9A;
}

.share_box .share-link .btn.google:hover {
    color: #F34537;
}

.share_box .share-link .btn.twitter:hover {
    color: #39A0CE;
}

.share_box .share-link .btn.mail:hover {
    color: #F6C13D;
}

.share_box .share-link .btn.linkedin:hover {
    color: #0177B5;
}

.share_box .share-link .icon-ic-share-t:hover {
    color: #36465C;
}

.share_box .share-link .btn.line:hover {
    color: #00C300;
}

.share_box .share-link .icon-ic-share-linecall:hover {
    color: #00C300;
}

.share_box .share-link .icon-ic-share-w:hover {
    color: #F70B19;
}

.share_box .share-link .btn.pinterest:hover {
    color: #DE220A;
}

.share_box .share-link .btn.plurk:hover {
    color: #E9443D;
}


.share_box .share-link .icon-ic-share-t,
.share_box .share-link .icon-ic-share-linecall,
.share_box .share-link .icon-ic-share-w {
    font-size: 28px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    margin: 2px 0;
    padding: 0;
}

.a2a_svg.a2a_s__default.a2a_s_tumblr,
.a2a_svg.a2a_s__default.a2a_s_whatsapp,
.a2a_svg.a2a_s__default.a2a_s_sina_weibo,
.a2a_label {
    display: none;
}

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

.btn.back {
    background: #f5f5f5;
    color: #999999;
    letter-spacing: 1px;
    display: block;
    text-align: center;
    margin: 8px auto;
    box-sizing: border-box;
    padding: 6px 10px;
    transition: all .3s ease-in-out;
    font-size: 14px;
    border-radius: 0;
    width: 180px;
    border: solid 2px #e8e8e8;
}

.btn.back i {
    transform: rotate(180deg);
    display: inline-block;
    margin: 0 5px 0 0;
}

.btn.back:hover {
    background: #2d57a7;
    color: #fff;
}


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

.btn.style01 {
    background: #9C9C9C;
    color: #fff;
    transition: all .2s;
    padding: 14px;
}

.btn.style01 i {
    font-size: 17px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
}

.btn.style01:hover {
    background: #333;
    transition: all .2s;
}


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

.btn.style02 {
    background: #FF2626;
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: bold;
    display: block;
    transition: all .2s;
    line-height: 45px;
}

.btn.style02 i {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 4px 0;
}

.btn.style02.bg2 {
    color: #333;
    background: #4e5454;
}

.btn.style02.bg3 {
    background: #999999;
}

.btn.style02:hover {
    background: #333;
    transition: all .2s;
}

.btn.style02.bg2:hover {
    color: #fff;
}

.btn.style02.bg3:hover {
    background: #737373;
}


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

.btn.style03 {
    background: #f5f5f5;
    color: #999999;
    letter-spacing: 1px;
    display: block;
    text-align: center;
    margin: 8px auto;
    box-sizing: border-box;
    padding: 6px 10px;
    transition: all .3s ease-in-out;
    font-size: 14px;
    border-radius: 0;
    width: 180px;
    border: solid 2px #e8e8e8;
    margin: 0 10px 15px;
    display: inline-block;
}

.btn.style03 i {
    color: #AAAAAA;
    font-size: 13px;
    margin: 0 0 2px 15px;
    display: inline-block;
    vertical-align: middle;
}

.btn.style03.arrowL i {
    margin: 0 15px 2px 0;
    transform: rotate(180deg);
    transition: all .2s;
}

.btn.style03:hover {
    background: #2d57a7;
    color: #fff;
}

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


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

.btn.style04 {
    background: #f5f5f5;
    color: #999999;
    letter-spacing: 1px;
    display: block;
    text-align: center;
    margin: 8px auto;
    box-sizing: border-box;
    padding: 6px 10px;
    transition: all .3s ease-in-out;
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    border-radius: 0;
    width: 180px;
    border: solid 2px #e8e8e8;
    margin: 0 auto 15px;
    max-width: 136px;
}

.btn.style04 i,
.btn.style04.ic:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    margin: 0 10px 4px 0;
}

.btn.style04.ic.home: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: "\e1012";
}

.btn.style04 i.fz18 {
    font-size: 18px;
}

.btn.style04.bg2 {
    background: #fff;
}

.btn.style04.bg2 i {
    color: #777;
}

.btn.style04:hover {
    background: #2d57a7;
    color: #fff;
}


/*---- 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 {
    padding: 25px 0;
    border-bottom: 1px dotted #ACACAC;
}

.btn-box.dib .btn {
    display: inline-block;
    max-width: 300px;
    width: 100%;
    margin: 0 10px 10px;
}


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


/*------------ icon ------------*/

.icon01 {
    background: #333;
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto 3px;
    transform-origin: 0 50%;
    transform: rotate(-45deg);
    position: relative;
    display: none;
}

.icon01 i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -9px 0 0 -9px;
    transform: rotate(45deg);
    border-radius: 50%;
    border: 2px solid #4e5454;
    color: #4e5454;
    font-size: 12px;
    padding: 1px;
}

.icon02 {
    width: 25px;
    height: 25px;
    display: block;
    margin: 0 auto 3px;
    position: relative;
}

.icon02 i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -11px;
    color: #242424;
    font-size: 20px;
    line-height: 20px;
}

/*------------ / icon ------------*/


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

.site-header {
    margin: 0 auto;
    background: #000000;
    box-sizing: border-box;
    padding: 0 0 0px;
}

.site-title {
    float: left;
    padding: 44px 0 12px;
}

.site-title .logo {
    color: transparent;
    background: url(../../images/common/logo.png) 50% 50% no-repeat;
    background-size: contain;
    width: 249px;
    height: 37px;
    transition: opacity .3s ease;
    -moz-transition: height 0.4s ease, width 0.4s ease, opacity 0.4s ease, background-color 0.4s ease;
    -o-transition: height 0.4s ease, width 0.4s ease, opacity 0.4s ease, background-color 0.4s ease;
    -webkit-transition: height 0.4s ease, width 0.4s ease, opacity 0.4s ease, background-color 0.4s ease;
    transition: height 0.4s ease, width 0.4s ease, opacity 0.4s ease, background-color 0.4s ease;
}

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


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

.top-nav {
    position: absolute;
    right: 0;
    top: 20px;
    -moz-transition: height 0.8s ease, width 0.8s ease, opacity 0.8s ease, background-color 0.8s ease;
    -o-transition: height 0.8s ease, width 0.8s ease, opacity 0.8s ease, background-color 0.8s ease;
    -webkit-transition: height 0.8s ease, width 0.8s ease, opacity 0.8s ease, background-color 0.8s ease;
    transition: height 0.8s ease, width 0.8s ease, opacity 0.8s ease, background-color 0.8s ease;
}

.top-nav>* {
    display: inline-block;
    vertical-align: middle;
    height: 32px;
}

.top-nav li {
    margin: 0 20px 10px 0;
}

.top-nav>ul>li i {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #808080;
    margin: 0 5px 2px 0;
}

.top-nav>ul>li.mail i {
    font-size: 12px;
}

.top-nav>ul>li>a {
    display: block;
    line-height: 1.2;
    color: #FFFFFF;
    font-size: 13px;
}

.top-nav>ul>li>a:hover i {
    color: #4e5454;
}


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

.language {
    color: #fff;
    position: relative;
    margin: 10px 0;
}

.language .btn {
    display: none;
}

.language ul {
    line-height: 12px;
}

.language ul li {
    display: inline-block;
    margin: 0 -4px 0 0;
}

.language ul li+li {
    border-left: 1px solid #A5A5A5;
}

.language li a {
    transition: all .2s;
    font-size: 13px;
    display: block;
    text-align: center;
    color: #A5A5A5;
    padding: 0 10px;
}

.language ul li a:hover {
    color: #2d57a7;
    transition: all .2s;
}


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

.search-box {
    position: relative;
    width: 165px;
    box-sizing: border-box;
    margin: 0 0 10px 0px;
}

.site-header .search-box .btn {
    right: 5px;
    top: 3px;
}

.search-box .btn {
    width: 26px;
    height: 26px;
    background: url('../../images/common/ic_search.png');
    position: absolute;
}

.site-header .search-box .btn:hover {
    background-position: 0 100%;
}

.search-box .form-control {
    height: 32px;
    line-height: 32px;
    margin: 0;
    border: 1px solid #444444;
    background: transparent;
    transition: all .1s;
    padding: 0 15px;
    color: #ffffff;
    background: #000;
    border-radius: 15px;
}

.search-box:hover .form-control,
.search-box .form-control:focus {
    transition: all .1s;
    border: 1px solid #2d57a7;
}



.search-box a {
    right: 10px;
    color: #666;
    float: right;
    top: -28px;
}

.search-box a i {
    font-size: 16px;
}



.search-box a:hover {
    color: #2d57a7;
}

.search-box .form-control::-webkit-input-placeholder {
    color: #A2A2A2;
    font-size: 13px;
}

.search-box .form-control:focus::-webkit-input-placeholder {
    color: #A2A2A2;
}

.search-box .form-control::-moz-placeholder {
    color: #A2A2A2;
    font-size: 13px;
}

.search-box .form-control:focus::-moz-placeholder {
    color: #A2A2A2;
}

.search-box .form-control::-ms-input-placeholder {
    color: #A2A2A2;
    font-size: 13px;
}

.search-box .form-control:focus::-ms-input-placeholder {
    color: #A2A2A2;
}

.search-box .form-control::-moz-placeholder {
    color: #A2A2A2;
    font-size: 13px;
}

.search-box .form-control:focus::-moz-placeholder {
    color: #A2A2A2;
}


/*------------func-menu ------------*/

.site-header .func-menu {
    top: -20px;
    position: relative;
}

.func-menu>li {
    position: relative;
    margin: 0;
}

.func-menu>li>a {
    transition: all .2s;
    width: 0;
    height: 0;
    color: #333;
    border-style: solid;
    position: relative;
    border-width: 42px 37px 0 37px;
    border-color: #4e5454 transparent transparent transparent;
}

.func-menu>li>a i {
    font-size: 20px;
    position: absolute;
    top: -37px;
    left: -15px;
    z-index: 15;
    display: block;
    color: #333;
}

.func-menu>li>a:hover {
    color: #fff;
    transition: all .2s;
    border-color: #4e5454 transparent transparent transparent;
}

.func-menu .sum {
    font-size: 16px;
    color: #4e5454;
    text-decoration: underline;
    font-weight: bold;
    display: block;
    text-align: center;
    line-height: 1;
}

.func-menu .cart-box:before {
    content: "";
    width: 100%;
    height: 10px;
    display: block;
    position: absolute;
    bottom: 100%;
    left: 0;
}

.func-menu .cart-box {
    width: 300px;
    position: absolute;
    z-index: 300;
    right: 0;
    top: 100%;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
    background: rgba(0, 0, 0, 0.9);
    box-sizing: border-box;
    border: 1px solid #4e5454;
    margin: 10px 0 0 0;
}

.func-menu .gocart.active .cart-box {
    pointer-events: visible;
    visibility: visible;
    opacity: 1;
    transform: rotateX(0);
}

.func-menu .cart-inner {
    padding: 0 10px;
}

.func-menu .cart-list .offers {
    margin: 5px 0;
    font-weight: bold;
    color: #FF2626;
}

.func-menu .cart-inner li+li {}

.func-menu .cart-inner li {
    border: 0;
    padding: 10px 0;
}

.func-menu .cart-list a {
    display: block;
    overflow: hidden;
    padding: 0;
}

.func-menu .cart-list a:hover {
    text-decoration: none;
}

.func-menu .cart-list .pic {
    float: left;
    width: 100px;
    box-sizing: border-box;
}

.func-menu .cart-list .txt {
    margin: 0 0 0 110px;
    text-align: left;
    line-height: 1.2;
}

.func-menu .cart-list .name {
    color: #FFF;
    line-height: 1.2;
    height: 20px;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.func-menu .cart-list a:hover .name {
    color: #4e5454;
    text-decoration: underline;
}

.func-menu .cart-list .num {
    color: #999;
    display: block;
}

.func-menu .cart-inner .btn {
    transition: all .2s;
    display: block;
    background: #AAAAAA;
    color: #fff;
    line-height: 40px;
    font-weight: bold;
    font-size: 18px;
    margin: 5px 0 10px 0;
}

.func-menu .cart-inner .btn:hover {
    transition: all .2s;
    text-decoration: none;
    background: #4e5454;
    color: #333;
}


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

.site-nav {
    position: relative;
    margin: 60px 0 15px 0;
    float: right;
    width: calc(100% - 384px);
    text-align: right;
    padding-top: 10px;
}

.site-nav>* {
    display: inline-block;
    vertical-align: middle;
}

.site-nav .menu li {
    position: relative;
    margin: 0 0 0px;
}

.site-nav .menu>li:nth-child(9),
.site-nav .menu>li:nth-child(10),
.site-nav .menu>li:nth-child(11),
.site-nav .menu>li:nth-child(12),
.site-nav .menu>li:nth-child(13),
.site-nav .menu>li:nth-child(14),
.site-nav .menu>li:nth-child(15),
.site-nav .menu>li:nth-child(16),
.site-nav .menu>li:nth-child(17),
.site-nav .menu>li:nth-child(18) {
    display: none;
}

.site-nav .menu>li>a {
    transition: all .2s;
    text-align: center;
    display: block;
    color: #ffffff;
    letter-spacing: 3px;
    font-size: 17px;
    margin: 0 5px;
    position: relative;
    min-width: 94px;
    box-sizing: border-box;
    transition: all .3s ease-in-out;
}


.site-nav .menu>li>a:before {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: linear-gradient(#2d57a7, #3eb5ff, #2d57a7);
    position: absolute;
    right: 0;
    top: -3px;
    transition: all .4s ease-in-out;
}

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

.site-nav .menu>li>a:hover {
    opacity: 1;
}

.site-nav .menu li ul {
    display: none;
    background: #fff;
    position: absolute;
    box-shadow: 0 0 5px rgba(47, 47, 47, 0.85);
    z-index: 600;
    width: 150px;
    top: 100%;
    left: 50%;
    margin: 0px 0 0 -75px;
    box-sizing: border-box;
    text-align: left;
}

.site-nav .menu li ul li {
    margin: 0;
}

.site-nav .menu ul li a {
    color: #555;
    font-weight: bold;
    line-height: 1.4;
    padding: 10px 15px;
    display: block;
    position: relative;
    font-size: 15px;
    transition: all .2s;
}

.site-nav .menu ul li a:hover,
.site-nav .menu ul>li.active>a {
    background: #444;
    color: #fff;
    transition: all .2s;
}

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

.site-nav .menu ul ul li a {
    background: #e8e8e8;
}

.site-nav .menu ul ul li a:hover,
.site-nav .menu ul ul li.active a {
    transition: all .2s;
}



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

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

.share li {
    float: left;
    margin: 0 0 0 15px;
}

.share .btn {
    font-size: 16px;
    color: #2d57a7;
    transition: all .2s;
}

.site-footer .share .btn {
    color: #555555;
}

.site-footer .share .btn:hover {
    color: #dddddd;
}

.share .facebook {
    display: none;
}

.share .facebook:hover {
    color: #405D9A;
    transition: all .2s;
}

.share .twitter:hover {
    color: #39A0CE;
}

.share .google:hover {
    color: #F34537;
}

.share .plurk:hover {
    color: #E9443D;
}

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


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

.header-fixed .site-header {
    position: fixed;
    width: 100%;
    z-index: 600;
    /* background: #fff; */
    /* box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.09); */
}

.header-fixed .language {
    display: none;
}

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

.header-fixed .site-title .logo {
    width: 120px;
    height: 35px;
    -moz-transition: height 0.4s ease, width 0.4s ease;
    -o-transition: height 0.4s ease, width 0.4s ease;
    -webkit-transition: height 0.4s ease, width 0.4s ease;
    transition: height 0.4s ease, width 0.4s ease;
}

.header-fixed .site-header .site-nav {
    margin: 14px 0;
    float: left;
    width: calc(100% - 385px);
    text-align: right;
    padding-top: 0;
}

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

.header-fixed .site-nav .menu>li>a:after {
    display: none;
}

.header-fixed .site-nav .menu>li>a {
    margin: 0 6px;
    -moz-transition: height 0.8s ease, width 0.8s ease;
    -o-transition: height 0.8s ease, width 0.8s ease;
    -webkit-transition: height 0.8s ease, width 0.8s ease;
    transition: height 0.8s ease, width 0.8s ease;
    padding-top: 0;
}

.header-fixed .search-box {
    position: relative;
    width: 185px;
    height: 67px;
    box-sizing: border-box;
    padding: 13px 10px;
    margin: 0;
    display: inline-block;
    -moz-transition: height 0.8s ease, width 0.8s ease;
    -o-transition: height 0.8s ease, width 0.8s ease;
    -webkit-transition: height 0.8s ease, width 0.8s ease;
    transition: height 0.8s ease, width 0.8s ease;
}

.header-fixed .site-header .search-box .btn {
    top: 15px;
    right: 15px;
}

.header-fixed .top-nav {
    position: absolute;
    right: -5px;
    top: 0px;
    margin: 0;
    -moz-transition: height 0.8s ease, width 0.8s ease, opacity 0.8s ease, background-color 0.8s ease;
    -o-transition: height 0.8s ease, width 0.8s ease, opacity 0.8s ease, background-color 0.8s ease;
    -webkit-transition: height 0.8s ease, width 0.8s ease, opacity 0.8s ease, background-color 0.8s ease;
    transition: height 0.8s ease, width 0.8s ease, opacity 0.8s ease, background-color 0.8s ease;
}

.header-fixed .top-nav>* {
    height: auto;
}

.header-fixed .top-nav li {
    margin: 0 20px 0px 0;
}

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


/*------------ banner ------------*/

.banner {
    position: relative;
}

.banner-arrow {
    margin: 40px 0 25px;
    text-align: center;
}

.banner-arrow button {
    border: 0;
    text-align: center;
    background: transparent;
    padding: 0;
    display: inline-block;
    cursor: pointer;
    font-size: 15px;
    color: #999999;
    margin: 0 15px;
    position: relative;
    top: -10px;
}

.banner-dot {
    display: inline-block;
}

.banner-dot .slick-dots,
.banner-dot .slick-dots li {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    display: inline-block;
}

.banner-dot .slick-dots li {
    margin: 0 3px;
}

.banner-dot .slick-dots button {
    width: 30px;
    height: 5px;
    margin: 0;
    display: block;
    color: transparent;
    background: #DAD4CE;
    top: 0;
}

.banner-dot .slick-active button {
    background: #2d57a7;
}


/*------------ / banner ------------*/


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

.banner.in {
    position: relative;
    text-align: center;
    padding: 0;
    min-height: 96px;
}

.banner.in .item {
    min-height: 96px;
    width: 100%;
    display: block;
    z-index: 99;
    background: #000;
}

.main-title {
    line-height: 24px;
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 23px;
    left: 0;
    font-weight: bold;
    /* text-shadow: 0 0 5px #1e1c1c; */
    font-family: 'Noto Sans SC';
    font-weight: 400;
    letter-spacing: 2px;
}

.main-top {
    min-height: 96px;
}

.main-title span {
    color: #656363;
    padding: 0 0 0 15px;
    margin: 0 0 0 15px;
    border-left: 3px solid #656363;
}

.site-main {
    position: relative;
}

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

.content {
    min-height: 600px;
    box-sizing: border-box;
}

.content-top {
    margin: 0 0 20px;
    padding: 8px 0px;
}

.content-title {
    position: relative;
    color: #444444;
    font-size: 20px;
    font-weight: BOLD;
    line-height: 1.5;
    min-height: 0px;
    float: left;
    margin: 0 0 0px;
    padding: 0 0 0 35px;
    background: url(../../images/common/bg/ic01.png)left no-repeat;
    font-family: 'Noto Sans SC';
    font-weight: 400;
}

.content-title i {
    font-size: 12px;
    color: #999999;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    line-height: 27px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 0 15px 4px 0;
    display: none;
}


/*------------shopping-title ------------*/

.shopping-title {
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: bold;
    color: #444444;
    margin: 0 0 10px;
}

.shopping-title i {
    font-size: 19px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 2px 0;
}

.shopping-title.plus-title {
    background: #F0EBD5;
    padding: 5px 20px;
}

.shopping-title.plus-title i {
    font-size: 24px;
    color: #FFFFFF;
    display: inline-block;
    vertical-align: middle;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background: #444444;
    border-radius: 50%;
    text-align: center;
    margin: 0 15px 0px 0;
}


/*----- plus-title -----*/

.plus-tip {
    display: inline-block;
    font-weight: normal;
    border-left: 1px solid #444444;
    line-height: 1.2;
    padding: 0 0 0 15px;
    margin: 0 0 0 10px;
}

.plus-tip b {}


/*------------ warning ------------*/

.warning-sect {
    display: none;
}


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


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

.site-footer {
    background: url(../../images/common/bg/ic02.jpg);
    position: relative;
    border-top: 1px solid #fff;
}

.site-footer:before {
    content: '';
    display: block;
    background: url(../../images/common/index/flower_right.png) no-repeat 50% 50%;
    width: 424px;
    height: 383px;
    position: absolute;
    right: 50%;
    margin-right: -1050px;
    top: -90px;
}

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

.footer-top {
    padding: 65px 0 75px;
}

.site-info {
    color: #A3ADB6;
    font-size: 14px;
    line-height: 1.45;
    max-width: 305px;
    width: 300px;
}

.site-info p {
    margin: 0;
}

.site-info p.tel {
    color: #ffffff;
    font-family: 'Titillium Web', sans-serif;
    font-size: 25px;
    line-height: 1.2;
}

.site-info p i {
    font-size: 20px;
    color: #A3ADB6;
    margin: 0 15px 0 0;
    display: inline-block;
    vertical-align: middle;
}

.site-info p.mail i {
    font-size: 14px;
}

.site-info p.fax i {
    font-size: 18px;
}

.site-info p+p {
    margin: 25px 0 0 0;
}

.site-info p span {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 35px);
}

.site-map {
    font-size: 14px;
    color: #A3ADB6;
    max-width: 600px;
    margin: 0 9%;
}

.site-map .tit {
    font-size: 15px;
    color: #DDDDDD;
    font-weight: bold;
    margin: 0 0 18px;
    font-family: 'arial', sans-serif;
    letter-spacing: 0.15em;
}

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

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

.site-map li+li {
    margin-top: 16px;
}

.site-map ul a {
    transition: all .3s;
}

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

.site-footer .fllow {
    float: right;
    margin: 70px 0 0 0;
}

.fllow .qr-inner {
    display: inline-block;
    /* vertical-align: bottom; */
    margin: 0 0 0 10px;
    border-radius: 10px;
}
.fllow .qr-ps{
     width: 170px;
     height: 74px;
     display: inline-block;
     background: url('../../images/common/WeChat.png')#ffffff no-repeat 50% 50%;
     box-sizing: border-box;
     position:relative;
     font-size:0;
     vertical-align: top;
}
.fllow .fb {
    width: 74px;
    height: 74px;
    display: inline-block;
    background: url('../../images/tw/wechat_page.png') no-repeat 50% 50%;
    box-sizing: border-box;
    top: 0px;
    transition: all .3s;
    background-size: 100% auto;
    position: relative;
}

.fllow .fb:hover {
    opacity: .7;
}

.footer-bottom {
    text-align: right;

    font-size: 13px;
    color: #5B5B5B;
    /* background: #2d2d2d; */

}

.footer-bottom .container {
    border-top: 1px solid #5B5B5B;
    padding: 15px 0px;
}

.footer-bottom .share {
    margin: 0 10px 0 0;
}

.footer-bottom span {
    margin: 0 0 0 15px;
}


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


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

.floating,
.floating.fancybox-margin {
    display: none;
    position: fixed;
    right: -5px;
    top: 20%;
    z-index: 800;
}

.floating .gotop {
    display: none;
}

.gotop {
    transition: all .2s;
    background: #000000;
    border: 1px solid #fff;
    width: 35px;
    height: 35px;
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    margin: -10px 0 0 -17px;
    transform-origin: 0 100%;
    transform: rotate(-45deg);
    z-index: 200;
}

.gotop i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -11px 0 0 -11px;
    transform: rotate(45deg);
    border-radius: 50%;
    border: 2px solid #fff;
    color: #fff;
    font-size: 12px;
    padding: 3px;
    transition: all .2s;
}

.gotop:hover {
    background: #fff;
    transition: all .2s;
}

.gotop:hover i {
    font-weight: bold;
    color: #000;
    border-color: #000;
    transition: all .2s;
}


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


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

.breadcrumb {
     color: #AAAAAA;
    font-size: 13px;
    padding: 5px 0;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50px;
    left: 0;
}

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

.breadcrumb li+li:before {
    content: "/";
    margin: 0px 5px;
}

.breadcrumb li a {
  /*  text-shadow: 0 0 5px rgba(255, 255, 255, 0.9);*/
}

.breadcrumb li a:hover {
    color: #4e5454;
}

.products-breadcrumb {
    color: #444444;
    font-size: 14px;
    margin: 0 0 30px;
    padding: 0;
    top: 0px;
}

.products-breadcrumb li:first-child:before {
    content: "\f101";
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    color: #8e8e8e;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 0 0px 3px 0;
}

.products-breadcrumb .active {}

.products-breadcrumb li+li:before {
    font-size: 15px;
    font-weight: normal;
    margin: 0px 2px;
}

.content-top .breadcrumb {
    float: right;
    position: relative;
    z-index: 2;
    margin: 2px 0 2px 10px;
    width: auto;
}

.content-top .breadcrumb li+li:before {
    content: '/ ';
    margin: 0;
}

.content-top .breadcrumb,
.content-top .breadcrumb li a {
    color: #848484;
}

.content-top .breadcrumb li a:hover {
    color: #4e5454;
}

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


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

.side {
    width: 200px;
    float: left;
    box-sizing: border-box;
    background: url(../../images/common/side.jpg) no-repeat;
    padding: 0 0 15px 0;
    height: 123px;
}

.has-side .content {
    float: right;
    width: calc(100% - 240px);
    box-sizing: border-box;
    background: #ffffff;
    padding: 0 15px 25px;
}

.side .title {
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    background: url('../../images/common/bg/bg03.jpg') no-repeat;
    box-sizing: border-box;
    padding: 55px 29px 10px 0;
    letter-spacing: 2px;
    margin: -1px -1px -1px -1px;
    /* border-bottom: 1px solid #fff; */
    height: 125px;
    text-shadow: 0px 0px 5px rgba(22, 22, 22, 0.74);
    font-weight: bold;
    text-align: right;
    font-family: 'Noto Sans SC';
    font-weight: 400;
    z-index: 1;
}

.side .title span {
    margin: 0 auto 3px;
}


.side-nav {
    margin: 0;
    border: 2px solid #DCDDDE;
    border-width: 0 2px 2px;
    padding: 10px 0;
    background: #ffffff;
}

.side-nav-top {
    font-size: 15px;
    color: #27659C;
    margin: 20px 25px;
}

.side-nav-top a:hover {
    text-decoration: underline;
}

.side-nav li+li {
    margin: 0;
}

.side-nav li {
    box-sizing: border-box;
    padding: 0;
}

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

.side-nav>li>a {
    padding: 6px 20px 6px 40px;
    color: #000000;
    font-size: 15px;
    transition: all .3s ease-in-out;
}

.side-nav>li>a:before {
    content: "\e1002";
    color: #333;
    position: absolute;
    display: block;
    top: 50%;
    left: 20px;
    margin: -6px 0 0 0;
    font-size: 12px;
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.side-nav>li>a:hover,
.side-nav>li.active>a {
    background: #000000;
    color: #ffffff;
}

.side-nav>li>a:hover:before,
.side-nav>li.active>a:before {
    color: #ffffff;
}

.side-nav ul {
    box-sizing: border-box;
    background: #C8C9CA;
    font-size: 14px;
    padding: 0;
    display: none;
}

.side-nav ul li {
    padding: 1px;
}

.side-nav ul li a {
    box-sizing: border-box;
    padding: 6px 10px 6px 40px;
}

.side-nav ul li a:hover,
.side-nav ul li.active a {
    color: #000;
    background: #DCDDDE;
}

.side-nav .logout a {}


/*------------ / 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: 23px;
    line-height: 23px;
    margin: 0 5px;
    text-align: center;
    color: #333333;
    font-weight: bold;
    font-size: 15px;
    box-sizing: border-box;
    transition: all .3s;
    border-radius: 50%;
    background: #e8e8e8;
}

.pagination li a:hover,
.pagination li.active a {
    transition: all .2s;
    background: #2d57a7;
    color: #FFFFFF;
}

.pagination li a.controls {
    margin: 0 15px 0px;
    font-weight: bold;
    border: 0;
    font-size: 12px;
    color: #4e5454;
    letter-spacing: 3px;
    background: none;
    border-radius: 0;
    border-bottom: 1px solid transparent;
}

.pagination li a.controls i {
    margin: 0 0 2px 10px;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
}

.pagination li a.controls.prev i {
    transform: rotate(180deg);
    margin: 0 10px 2px 0;
}

.pagination li a.controls:hover {
    border: 0;
    background: transparent;
    border-bottom: 1px solid #4e5454;
    text-decoration: none;
    padding: 0;
}

.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;
    border: 1px solid #bdbdbd;
}

.page-info .form-control:focus {
    outline: none;
    border-color: #777777;
}


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


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


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

.reminder {
    text-align: center;
    margin: 0 0 45px 0;
}

.reminder.has-border {
    border-bottom: 1px solid #D7D7D7;
    padding: 0 0 40px;
}

.reminder strong {
    display: block;
    color: #333333;
    font-size: 24px;
    margin: 0 0 10px;
}

.reminder b {
    width: 10px;
    height: 9px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 3px 0;
    background: url(../../images/common/ic.png);
}


/*-----qty-box-----*/

.qty-box {
    position: relative;
    display: inline-block;
    width: 85px;
    padding: 0 28px;
    box-sizing: border-box;
}

.qty-box .form-control {
    position: relative;
    text-align: center;
    height: 28px;
    width: 28px;
    line-height: 28px;
    color: #fff;
    box-sizing: border-box;
    background: #999999;
    margin: 0;
    z-index: 1;
    padding: 0;
    border-radius: 0;
    border: 0;
}

.qty-box .btn {
    color: #999999;
    line-height: 21px;
    border: 2px solid #999999;
    border-radius: 50%;
    font-size: 12px;
    font-weight: bold;
    position: absolute !important;
    z-index: 0;
    top: 2px;
    width: 24px;
    height: 24px;
}

.qty-box .btn:hover {
    background: #000;
    color: #fff;
}

.qty-box .add {
    left: 0px;
}

.qty-box .less {
    right: 0px;
}


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

.form-control {
    display: block;
    width: 100%;
    height: 33px;
    line-height: 33px;
    color: #666666;
    background: #fff;
    border: 0;
    box-sizing: border-box;
    margin-bottom: 6px;
    font-size: 14px;
    padding: 0 10px;
    border-radius: 0;
}

.form-control:focus {
    outline: none;
    border: 1px solid #ccc;
}

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

.form-box.has-border {
    padding-bottom: 20px;
    border-bottom: 1px solid #DDDDDD;
}

.form-box .form-group {
    padding: 5px 0 15px;
}

.form-box .control-label {
    box-sizing: border-box;
}

.form-group .control-label+.static-control {
    margin: 0 0 0 15px;
    display: inline-block;
}

.form-box .control-box {
    position: relative;
    margin: 5px 0 0 0;
}

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

.form-box .btn-group {
    margin: 27px 0 0 0;
}

.form-box-block .control-label,
.form-box-block .control-box {
    display: block;
    width: auto;
    padding: 0;
}

.form-box-block .required.control-label {
    padding: 0 0 0 20px;
}


/*-----form-static-control-----*/

.static-control {
    line-height: inherit;
    color: #F15102;
    font-weight: bold;
    margin: 5px 0 0 5px;
    font-size: 13px;
    line-height: 1.6;
}


/*-----form-wrap-----*/

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

.form-wrap.has-bg {
    border: 1px solid #e8e8e8;
    background: #f2f1f6;
    padding: 60px 130px 30px;
    margin-top: 35px;
}

.form-box {
    position: relative;
    margin: 0 auto;
    max-width: 835px;
    box-sizing: border-box;
}

.form-box2 {}

.form-box .row {
    margin: 0 -24px;
    display: block;
}

.form-box .col {
    float: left;
    width: 50%;
    padding: 0 24px;
}


/*-----form-required-----*/

.form-box .required {
    position: relative;
    padding: 0px 0 0 20px;
}

.form-box .required:before {
    content: "";
    width: 10px;
    height: 9px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 3px;
    margin: -5px 0 0 0;
    background: url(../../images/common/ic.png);
}


/*----- captcha -----*/

.form-box .captcha .input-box {
    position: relative;
}

.form-box .captcha .form-control {
    max-width: 280px;
    display: inline-block;
}

.form-box .captcha a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
}

.form-box .captcha a i {
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: middle;
    color: #999999;
    font-size: 26px;
    transform: rotate(90deg);
    transition: all .2s;
}

.form-box .captcha a:hover i {
    color: #000;
    transition: all .2s;
}


/*----- name -----*/

.form-box .name .control-box {
    position: relative;
}

.form-box .name .radio-box {
    position: absolute;
    right: -11px;
    bottom: 100%;
    margin: 0 0 3px;
    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: 20px;
    color: #B25900;
    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 6px;
}

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

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

.form-radio.checked:before,
.form-checkbox.checked:before {
    background-position: 0 100%;
}


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

.success-box {
    text-align: center;
    box-sizing: border-box;
    position: relative;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 70px 100px 65px;
}

.success-box .msg {
    color: #4e5454;
    font-weight: bold;
    font-size: 24px;
    padding: 0 0 15px;
    margin: 0 0 20px;
    border-bottom: 1px solid #E4E4E4;
}

.success-box .msg.no-border {
    border: 0;
}

.success-box .msg i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 6px 0;
}

.success-box .fz16 {
    font-size: 16px;
    color: #666666;
}

.success-box b {
    font-size: 16px;
    color: #F29800;
}

.success-box b span {
    color: #333333;
}

.success-box a {
    color: #FF2626;
    text-decoration: underline;
}

.success-box .btn-box {
    margin: 10px 0 0 0;
}

.success-box>span {
    font-size: 16px;
    display: block;
    margin: -15px 0 -10px;
    color: #7FA51F;
}

.success-box>span b {
    color: #000;
}


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


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

body .fancybox-close {
    background: none;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    padding: 0;
    border: 3px solid #4e5454;
    color: #000;
    box-sizing: border-box;
    background: #fff;
    outline: 10px solid #fff;
    line-height: 20px;
}

body .fancybox-close:after {
    content: "\e1019";
    display: block;
    font-size: 36px;
    position: absolute;
    top: 1px;
    left: -6px;
    text-align: center;
    font-weight: bold;
    z-index: 12;
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #4e5454;
}

body .fancybox-close:hover {
    color: #888888;
    border-color: #888888;
}

body .fancybox-opened .fancybox-skin {
    box-shadow: none;
    border-radius: 0;
    background: #fff;
    margin: 0 auto 150px;
}

.lightbox-wrapper {
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.photo-title {
    background: #EEEEEE;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 1.2;
    text-align: center;
    padding: 10px 10px 0;
}

.photo-intro {
    background: #EEEEEE;
    font-size: 13px;
    color: #666666;
    line-height: 1.75;
    padding: 10px 15px;
}

.photo-pager {
    text-align: center;
    font-size: 15px;
    color: #FFFFFF;
    margin: 20px 0 0 0;
    position: absolute;
    width: 100%;
}

.photo-pager b {
    color: #2d57a7;
}

body #fancybox-thumbs ul li.active {
    opacity: 1;
    border: 0;
    padding: 0 10px;
}

body #fancybox-thumbs ul li {
    opacity: 1;
    padding: 0 10px;
}

body #fancybox-thumbs ul li a {
    border: 1px solid transparent;
    background: transparent;
    padding: 0;
    transition: all .2s;
}

body #fancybox-thumbs ul li a:hover,
body #fancybox-thumbs ul li.active a {
    border: 1px solid #fff;
    transition: all .2s;
}

body #fancybox-thumbs ul li a:hover:before,
body #fancybox-thumbs ul li.active a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.70);
    z-index: 50;
}

body #fancybox-thumbs ul li a:hover:after,
body #fancybox-thumbs ul li.active a:after {
    content: "\e1017";
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -15px;
    background: rgba(249, 249, 249, .5);
    z-index: 100;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
}

body .fancybox-nav span {
    visibility: visible;
    width: 28px;
    height: 50px;
    background: url('../../images/common/album/arrow.png');
    left: -55px;
}

body .fancybox-next span {
    left: auto;
    right: -55px;
    transform: rotate(180deg);
}

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

body #keyreply-container {
    right: 0%;
    bottom: 0%;
}

.keyreply-brand {
    display: none;
}

body .keyreply-launcher,
.keyreply-chat-icon {
    box-shadow: none;
}

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


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

.mmenu-show #mobile-fixed li {
    background: #000000;
    color: #fff;
}

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

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

.mmenu-show #member-box li a {
    background: #e8e8e8;
    color: #333;
    font-size: 15px;
}

.mmenu-show #member-box li a:hover {
    color: #4e5454;
}

.mmenu-show #mobile-fixed ul {
    border-bottom-color: #999999;
}

.mmenu-show #mobile-search .search-box {
    float: none;
    height: auto;
}

.mmenu-show #member-box li {
    border-bottom: 1px solid #e8e8e8;
}

.mmenu-show #mobile-menu .language-menu {
    background: #000000;
}

.mmenu-show #mobile-menu .share-menu {
    border-top: 0;
    background: #e8e8e8;
}

.mmenu-show #mobile-menu .share-menu li {
    border: 0;
    margin: 0;
}

.mmenu-show #mobile-menu .menu ul li a {
    background: #FFFFFF;
    color: #333;
}

.mmenu-show #mobile-menu .menu .top {
    display: none;
}

.mmenu-show #mobile-menu .menu li a {
    border-bottom: 1px dashed #ddd;
    color: #444444;
    padding: 10px 15px;
    font-weight: bold;
}

.mmenu-show #mobile-fixed .qty {
    background: #000;
}

.mmenu-show #mobile-menu .menu li.has-child>.toggle-submenu {
    color: #444;
}

.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active>a {
    font-weight: bold;
    background: #e8e8e8;
    color: #4e5454;
}

.mmenu-show #mobile-menu .share .btn {
    width: 30px;
    line-height: 17px;
    height: 30px;
    font-size: 18px;
}

.mmenu-show #mobile-menu .share .youtube .btn,
.mmenu-show #mobile-menu .share .instagram .btn {
    padding: 5px 0 0 0;
}

.mmenu-show .toggle-mmenu-close {
    color: #fff;
}

.mmenu-show #mobile-menu .language {
    position: relative;
    padding: 12px 40px 5px 10px;
    margin: 0;
}

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

.mmenu-show #mobile-menu .menu li a span {
    font-family: "新細明體";
    color: #000;
    display: inline-block;
    margin: 0 0 0 10px;
}

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

.mmenu-show #mobile-menu .language-menu .language ul {
    display: block;
    background: none;
    border: 0;
    width: auto;
    margin: 0;
    left: 10px;
    top: 11px;
    padding: 0;
    line-height: 1;
}

.mmenu-show #mobile-menu .language ul li a {
    background: none;
    line-height: 1;
    display: inline-block;
    padding: 0px 4px 0 6px;
}

.mmenu-show #mobile-menu .language li+li {
    border-left: 1px solid #666;
}

.mmenu-show #mobile-menu .language ul li+li:before {
    display: none;
}

.mmenu-show #mobile-menu .share {
    margin: 10px 0;
    padding: 0;
}

.mmenu-show #mobile-search a {
    right: 10px;
    color: #666;
    top: 5px;
    position: absolute;
}

.icon-ic-earth {
    font-size: 24px;
}

.mmenu-show #mobile-search .btn.search {
    width: 14px;
    height: 14px;
    background: url(../../images/common/ic_search.png)no-repeat;
    position: absolute;
    margin-top: 5px;
    right: 10px;
}

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

@media screen and (max-width: 1480px) {

    /*------------ site-header 1480 ------------*/
    .site-nav .menu,
    .search-box {
        float: right;
    }

    /*------------ / site-header 1480 ------------*/
}

@media screen and (max-width: 1300px) {

    /*------------ site-footer 1300 ------------*/
    .site-title {
        float: none;
        padding: 42px 0 0;
        text-align: center;
    }

    .site-nav {
        margin: 25px 0 20px;
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    .site-nav .menu,
    .search-box {
        float: none;
    }

    .site-nav .menu li {
        position: relative;
        margin: 0 0 0px;
    }

    .site-nav .menu>li>a {
        margin: 0 10px;
    }

    .top-nav {
        position: relative;
        right: 0;
        top: 0;
        text-align: center;
        padding: 15px 0;
    }

    .site-title {
        padding: 10px 0 0;
    }

    .header-fixed .site-title,
    .header-fixed .search-box {
        display: none;
    }

    .header-fixed .site-header .site-nav {
        float: none;
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 1350px) {

    /*------------ site-footer 1350 ------------*/
    .site-footer {
        text-align: center;
    }

    .site-footer .col {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }

    .site-info {
        text-align: left;
    }

    .site-footer .fllow {
        margin: 0;
        float: none;
    }

    .site-footer .site-map {
        margin: 55px auto 0;
        width: 100%;
        display: block;
        max-width: 530px;
    }

    /*------------ / site-footer 1350 ------------*/
}

@media screen and (max-width: 1100px) {

    /*------------ site-header 1100 ------------*/
    .site-title {
        text-align: center;
        float: none;
        padding: 15px 0 15px;
    }

    .site-footer:before,
    .site-nav,
    .top-nav {
        display: none;
    }

    .site-title .logo {
        width: 180px;
        height: 40px;

    }

    .main-content {
        padding: 10px 0 50px;
    }

    .btn-box {
        padding: 20px 0 0 0;
    }

    .btn.style03 {
        font-size: 15px;
        padding: 5px 48px;
        margin: 0 5px 15px;
        width: 45%;
    }

    /*------------ / site-header 1100 ------------*/
    /*------------  fixed 1100 ------------*/
    .header-fixed .site-header {
        position: static;
    }

    .header-fixed .site-title .logo {
        width: 339px;
        height: 56px;
    }

    /*------------ / fixed 1100 ------------*/
    /*------------ site-footer 1100 ------------*/
    .site-footer .col.site-map,
    .footer-bottom .share {
        display: none;
    }

    .footer-bottom {
        text-align: center;
        padding-bottom: 45px;
    }

    /*------------ / site-footer 1100 ------------*/
    /*-- 新的 --*/
    .header-sheet {
        position: fixed;
        height: auto;
        bottom: 0%;
        z-index: 9;
        font-size: 14px;
        padding: 10px 0 10px;
    }

    .header-sheet .close-ontop {
        right: 0px;
        left: 0px;
        top: -25px;
        margin: auto;
        text-align: center;
        background: #4e5454;
        width: 100%;
        height: 35px;
        color: #fff;
    }

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

@media screen and (max-width: 900px) {}

@media screen and (max-width: 767px) {

    /*------------ / site-header 767 ------------*/
    .footer-top {
        padding: 25px 0;
    }

    /*------------ site-footer 767 ------------*/
    /*------------ / site-footer 767 ------------*/
    /*------------ pagination 767 ------------*/
    .pagination li {
        vertical-align: middle;
    }

    .pagination-title {
        margin: 0;
    }

    .page-info {
        display: block;
        padding: 0 85px;
    }

    .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: -5px;
    }

    .pagination li a.controls.next {
        right: -5px;
        margin: 0;
    }

    .pagination li span {
        display: none;
    }

    /*------------ / pagination 767 ------------*/
    /*------------ floating 767 ------------*/
    .floating,
    .floating.fancybox-margin {
        right: 50%;
        bottom: 15px;
        top: auto;
        margin-right: -15px;
        display: block;
    }

    .gotop {
        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;
        position: static;
        transform-origin: 0;
        transform: rotate(0deg);
    }

    /*------------ / floating 767 ------------*/
    /*------------ form 767 ------------*/
    .form-box2,
    .form-wrap.has-bg {
        padding: 20px 15px;
    }

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

    .static-control {
        margin: 0 0 20px;
    }

    .success-box {
        padding: 50px 15px 45px;
    }

    /*------------ / form 767 ------------*/
    /*------------ lightbox 767 ------------*/
    body .fancybox-nav span {
        left: 10px;
        ;
    }

    body .fancybox-next span {
        left: auto;
        right: 10px;
    }

    /*------------  / lightbox 767 ------------*/
}

@media screen and (max-width: 600px) {

    /*------------ site-footer 600 ------------*/
    .site-footer .col {
        display: block;
        margin: 0 auto 25px;
        max-width: 100%;
    }

    /*------------ / site-footer 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 480 ------------*/
    .btn-box.dib .btn {
        display: block;
        margin: 0 0 10px;
    }

    .btn.style03 {
        width: 100%;
        display: block;
        max-width: 100%;
        padding: 3px 15px;
        box-sizing: border-box;
        margin: 0 0 15px;
    }

    /*------------ btn 480 ------------*/
}