@charset "utf-8";

/*------------ basic ------------*/

body {
    font-family: "微軟正黑體", Source Sans Pro, Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    color: #111;
    font-size: 15px;
    line-height: 1.85;
    letter-spacing: 0.35px;
    /* font-family: 'Alegreya Sans', sans-serif; */
}

.wrapper {
    position: relative;
}

.container {
    padding: 0 15px;
    max-width: 1330px;
}


/*------------ / basic ------------*/

/*--- 最上方 ---*/
.header-sheet {
    background-color: #666;
    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: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.header-sheet a {
    color: #ffd24d;
    text-decoration: underline;
}

/*--- 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,
.share_box .share-link .a2a_kit {
    color: #ccc;
    cursor: pointer;
}

.share_box.product {
    text-align: left;
    margin: 0 0 7px 0;
}

.share_box.second {
    margin: 20px 0 10px;
    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;
    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;
}


/*---- 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 ------------*/


/*------------ site_header ------------*/

.new-header {
    margin: 0 auto;
    top: 0;
    width: 100%;
    transition: all .3s ease;
    z-index: 200;
    margin-bottom: 80px;
}

.site-header {
    position: relative;
    z-index: 200;
}
.site-header.top-area{
    z-index:300;
}
.site-title {
    float: left;
    padding: 13px 40px 13px 0;
    transition: all .3s ease;
}

.site-title .logo {
    color: transparent;
    transition: opacity .3s ease;
}

.site-title .logo:hover {
    opacity: .7;
}

.site-title.mix {
    display: none;
}

/*---- menu-nav ----*/

.menu-nav {
    position: absolute;
    width: 100%;
    z-index: 15;
    transition: all .3s ease;
    height: auto;
}


/*---- top-nav  ----*/

.top-nav {
    padding: 6px 0 7px;
    position: absolute;
    z-index: 100;
    width: 100%;
}


/*---- language ----*/

.language {
    float: right;
    width: 128px;
    box-sizing: border-box;
    margin: 0 20px 0 0;
}

.language .btn {
    display: block;
    font-family: 'Alegreya Sans', sans-serif;
    text-align: left;
    line-height: 27px;
    font-size: 14px;
    position: relative;
}

.language .btn:after {
    content: "\f107";
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 7px;
    right: 0;
}

.language ul {
    position: absolute;
    top: 100%;
    width: 138px;
    margin: 7px 0 0 -5px;
    z-index: 50;
    display: none;
}

.language ul li {
    display: block;
}

.language li a {
    transition: all .2s;
    font-size: 13px;
    display: block;
    padding: 0 10px;
    line-height: 40px;
}


/*---- search-box ----*/

.site-header .search-box {
    position: relative;
    float: right;
    margin: 23px 20px 0 0;
    z-index: 100;
}

.search-box .input-box {
    position: absolute;
    width: 300px;
    height: 60px;
    top: 100%;
    right: -20px;
    padding: 15px;
    box-sizing: border-box;
    margin: 29px 0 0 0;
    visibility: hidden;
    opacity: 0;
    transition: .3s all ease;
}

.search-box.active .input-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.site-header .search-box .form-control {
    position: relative;
    z-index: 3;
    border: 0;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    margin: 0;
    padding: 0 25px 0 5px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.site-header .search-box .form-control:focus {
    outline: none;
}

.btn.search-click {
    background-position: 0 0;
}

.search-box.active .btn.search-click {
    background-position: 0 100%;
}

/*------------site-nav ------------*/

.site-nav {
    position: relative;
    float: left;
}

.site-nav>* {
    display: inline-block;
    vertical-align: middle;
}

.site-nav .container {
    display: block;
}

.site-nav .menu {
    float: left;
}

.site-nav .menu li {
    position: relative;
    margin: 0 17px;
}

.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;
    padding: 25px 0;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    box-sizing: border-box;
    transition: all .3s ease;
}

.site-nav .menu li ul {
    display: none;
    position: absolute;
}

.site-nav .menu>li>ul {
    z-index: 600;
    width: 220px;
    top: 100%;
    left: 50%;
    box-sizing: border-box;
    text-align: left;
    margin: 0 0 0 -110px;
}

.site-nav .menu>li>ul:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 20px;
    bottom: 100%;
    left: 0;
    background: transparent;
}

.site-nav .menu li ul li {
    margin: 0;
}

.site-nav .menu ul li a {
    font-weight: bold;
    padding: 12px 25px;
    display: block;
    line-height: 1.2;
    position: relative;
    font-size: 14px;
    transition: all .2s;
}

.site-nav .menu ul ul {
    margin: 0;
    width: 100%;
    top: 0px;
    left: 100%;
    margin: 0 0 0 5px;
    box-sizing: border-box;
}

.site-nav .menu ul ul:before {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 100%;
    right: 100%;
    top: 0;
    background: transparent;
}


/*------------share------------*/

.site-header .share {
    float: left;
    margin: 0 -7px;
}

.site-header .share li {
    float: left;
    margin: 0 7px;
}

.share .btn {
    font-size: 16px;
    transition: all .2s;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 5px;
}


/*------------ / site_header ------------*/


/*------------  fixed ------------*/

.header-fixed .top-nav {
    display: none;
}

.header-fixed .site-title {
    transition: all .3s ease;
}

.header-fixed .menu-nav {
    position: fixed;
    z-index: 999;
    margin: auto;
    top: 0px;
    left: 0px;
    padding: 0;
    width: 100%;
    height: auto;
    transition: all .3s ease;
}

.header-fixed .site-nav .menu>li>a {
    padding: 15px 0;
    transition: all .3s ease;
}

.header-fixed .search-box .input-box {
    margin: 20px 0 0 0;
}

.header-fixed .site-header .search-box {
    margin: 13px 20px 0 0;
}

/*------------ / fixed ------------*/


/*------------ banner ------------*/

.banner {
    position: relative;
    min-height: 125px;
}

.banner .item {
    width: 100%;
    height: auto;
    background-position: center top;
}

.slick-list {
    width: 100%
}

.banner .item img {
    width: 100%;
    height: 100%;
}

/*------------ / banner ------------*/


/*------------ site_main ------------*/

.site-main {
    position: relative;
    padding: 120px 0 80px;
}

.main-top {
    text-align: center;
    position: absolute;
    z-index: 50;
    width: 100%;
    margin-top: 0px;
}

.main-title {
    width: 187px;
    height: 83px;
    margin: 0 auto;
    font-size: 20px;
    letter-spacing: 3px;
    position: relative;
    text-indent: 3px;
    box-sizing: border-box;
    padding: 5px 0 0 0;
}

.main-title:after {
    content: "";
    width: 20px;
    height: 11px;
    display: block;
    margin: 0 auto;
    background: url('../../../images/common/title_ic.png');
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin: 0 0 0 -9px;
}

.main-content {
    box-sizing: border-box;
    position: relative;
}

.content {
    min-height: 300px;
    box-sizing: border-box;
}

.content-title {
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 3px;
    text-indent: 3px;
    float: left;
    padding: 5px 0 5px 20px;
    position: relative;
    min-width: 240px;
    box-sizing: border-box;
}


/*------------ / site_main ------------*/


/*------------ site_footer ------------*/

.site-footer {
    position: relative;
}
.site-footer  a{
    display: inline-block;
}
.footer-top {
    padding: 25px 0 30px;
}

.footer-mid {
    padding: 15px 0 30px;
}

.site-footer .col {
    float: left;
    line-height: inherit;
}

.copy {
    width: 26%;
    font-size: 12px;
}

.copy span {
    display: block;
}

.copy .author {
    font-size: 13px;
    display:none;
}

.site-footer .title {
    font-style: italic;
    font-weight: bold;
    letter-spacing: 3px;
    text-indent: 3px;
    margin: 0 0 15px;
    font-size: 18px;
}

.site-info {
    width: 30%;
    font-size: 14px;
    padding: 0 50px 0 60px;
}

.site-info li {
    font-family: 'Alegreya Sans', "微軟正黑體", Source Sans Pro, Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    letter-spacing: 1px;
    text-indent: 1px;
}
.site-info li a{
    display:inline-block;
}

.site-info li+li {
    margin: 10px 0 0 0;
}

.site-map {
    padding: 0 0 0 60px;
    width: 44%;
    line-height: 1.2;
}

.site-map ul {
    font-size: 14px;
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
}

.site-map ul+ul {
    margin-left: 30px;
}

.site-map ul li+li {
    margin-top: 10px;
}


/*------------ / site_footer ------------*/


/*------------ floating ------------*/

.floating,
.floating.fancybox-margin {
    position: fixed;
    right: 15px;
    bottom: 80px;
    z-index: 800;
}

.floating .gotop {
    display: none;
}

.gotop-box {
    display: block;
    margin: 0 0 35px;
    text-align: center;
}

.gotop {
    transition: all .2s;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
}


/*------------ / floating ------------*/


/*------------ breadcrumb ------------*/

.breadcrumb {
    font-size: 13px;
    line-height: 1.2;
    float: right;
    position: relative;
    margin: 8px 0 0 0;
}

.breadcrumb:before {
    content: "";
    background: url('../../../images/common/bg/line04.png') repeat-x right;
    width: 110%;
    height: 7px;
    right: 0;
    display: block;
    position: absolute;
    bottom: -25px;
}

.breadcrumb li,
.breadcrumb li a {
    display: inline;
    transition: all .2s;
    position: relative;
}

.breadcrumb li {
    margin-right: -4px;
}

.breadcrumb li+li {
    margin: 0 0 0 15px;
}

.breadcrumb li+li:before {
    content: "";
    width: 1px;
    height: 14px;
    position: absolute;
    border-left: 1px solid #BBBBBB;
    top: 2px;
    right: 100%;
    margin: 0 14px 0 0;
}

.breadcrumb li:first-child a:before {
    content: "\e1001";
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 12px;
    margin: 0 15px 0 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.breadcrumb li:first-child a {
    font-size: 0;
}

.products-breadcrumb {
    line-height: 1.2;
    font-size: 13px;
    float: right;
    margin: 10px 0;
}

.products-breadcrumb li+li:before {
    content: ">";
    margin: 0;
    border: 0;
    position: static;
    height: auto;
}


/*------------ / breadcrumb ------------*/


/*------------ side ------------*/

.side {
    width: 220px;
    box-sizing: border-box;
    float: left;
    padding: 0 0 17px;
}

.has-side .content {
    width: calc(100% - 300px);
    box-sizing: border-box;
    float: right;
}

.side-nav li+li {
    margin-top: 12px;
}

.side-nav li a {
    position: relative;
    display: block;
    transition: all .2s;
    line-height: 27px;
    padding: 6px 15px;
}

.side-nav ul {
    display: none;
}

.side-nav ul li+li {
    margin-top: 0;
}

.side-nav ul li a {
    border-bottom: 1px dashed #999999;
    line-height: 36px;
    padding: 0 15px 0 30px;
}

.side-nav ul li>a:hover,
.side-nav ul li.active>a {}


/*------------ / side ------------*/


/*------------ pagination ------------*/

.pagination {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 0;
    font-family: 'Cabin', sans-serif;
}

.pagination li {
    display: inline-block;
    vertical-align: bottom;
}

.pagination li a {
    display: block;
    min-width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    margin: 0 5px;
    font-size: 14px;
    box-sizing: border-box;
    transition: all .2s;
    font-family: 'Alegreya Sans', sans-serif;
}

.pagination li a.controls {
    font-size: 22px;
    line-height: 36px;
}

.page-info {
    display: none;
}

.page-info .form-control {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 5px 10px;
    text-align: center;
    margin: auto;
}


/*------------ / pagination ------------*/


/*------------ form ------------*/


/*-----reminder-----*/

.reminder {
    text-align: center;
    margin: 0 0 20px 0;
    font-size: 14px;
    color: #666666;
}

.reminder b {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 3px 0;
    border-radius: 50%;
    width: 4px;
    height: 4px;
}


/*-----form-detail-----*/

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    line-height: 34px;
    box-sizing: border-box;
    margin-bottom: 6px;
    font-size: 14px;
    padding: 0 10px;
    border-radius: 0;
}

textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
    height: 90px;
}

.form-box .form-group {
    padding: 0 0 15px;
    text-align: left;
}

.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;
    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 {
    padding: 20px 60px 60px;
    margin-top: 60px;
}

.form-wrap.has-bg:before,
.form-wrap.has-bg:after {
    content: "";
    display: block;
    position: absolute;
    pointer-events: none;
}

.form-wrap.has-bg:before {
    top: 0;
    left: 0;
}

.form-wrap.has-bg:after {
    bottom: 0;
    right: 0;
    transform: rotate(180deg);
}

.form-box {
    position: relative;
    margin: 0 auto;
    max-width: 880px;
    box-sizing: border-box;
    z-index: 15;
}

.form-box .row {
    margin: 0 -24px;
    display: block;
}

.form-box .col {
    float: left;
    width: 50%;
    padding: 0 24px;
}


/*-----form-required-----*/

.form-box .required {
    position: relative;
}

.form-box .required:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 2px 0;
    border-radius: 50%;
    width: 4px;
    height: 4px;
}


/*----- 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: #C3C3C3;
    font-size: 17px;
    font-weight: bold;
    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: -8px;
    bottom: 100%;
    margin: 0 0 7px;
    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%;
}


/*----- 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;
    padding: 30px 0 0 0;
}

.success-box .msg {
    font-weight: bold;
    font-size: 22px;
    margin: 0 0 15px;
}

.success-box .msg i: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;
    width: 40px;
    height: 40px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    line-height: 40px;
}


/*------------ / form ------------*/


/*------------ lightbox ------------*/

body .fancybox-image {
    background: #fff;
    padding: 26px;
    box-sizing: border-box;
}

body .fancybox-opened .fancybox-title {
    height: 105px;
    margin: 0 auto;
    max-width: 980px;
}

body .fancybox-close {
    background: url('../../../images/common/album/close.png');
    width: 52px;
    height: 78px;
    right: 50%;
    top: -16%;
    margin: 0 -26px 0 0;
}

body .fancybox-title .fancybox-close {
    background: url('../../../images/common/album/close.png');
    width: 52px;
    height: 78px;
    right: 50%;
    top: 15px;
    margin: 0 -26px 0 0;
}

body .fancybox-close:hover {
    background-position: 0 100%;
}

body .fancybox-opened .fancybox-skin {
    box-shadow: none;
    border-radius: 0;
    margin: 0 auto 150px;
}

.lightbox-wrapper {
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.photo-title {
    font-size: 17px;
    line-height: 1.2;
    padding: 17px 0px 17px;
}

.photo-intro {
    font-size: 15px;
    line-height: 1.7;
    padding: 20px 0 0;
}

.photo-pager {
    font-size: 20px;
    position: absolute;
    bottom: 10px;
    font-family: 'Alegreya Sans', sans-serif;
    width: 88px;
    height: 88px;
    line-height: 1;
    text-align: center;
    box-sizing: border-box;
    right: 0;
    padding: 17px 0 0 0;
}

.photo-pager span {
    font-size: 22px;
    display: block;
}

.photo-pager b {
    font-size: 30px;
    display: inline-block;
    position: relative;
    font-weight: normal;
    top: 2px;
}

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-nav span {
    visibility: visible;
    width: 55px;
    height: 108px;
    background: url('../../../images/common/album/arrow.png');
    background-size: 100%;
    left: -90px;
}

body .fancybox-next span {
    left: auto;
    right: -90px;
    transform: rotate(180deg);
    transition: all .2s;
}

body .fancybox-nav span:hover {
    opacity: .7;
}

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 .icon-ic-earth {
    font-size: 23px;
}

.mmenu-show #mobile-menu .language {
    position: static;
    padding: 10px 40px 5px 20px;
}

.mmenu-show .search-box .search-click {
    display: none;
}

.mmenu-show .search-box .input-box {
    visibility: visible;
    opacity: 1;
    width: 100%;
    height: auto;
    margin: 0;
    position: static;
    padding: 0;
    background: transparent;
}

.mmenu-show .search-box .btn {
    background-position: 0 -0;
    top: 5px;
    right: 10px;
}


/*------------ / mobile_menu ------------*/

.fb {
    width: 80px;
    overflow: hidden;
    padding-top: 10px;
}

@media screen and (max-width: 1440px) {
    /*------------ banner 1440 ------------*/

    /*------------ / banner 1440 ------------*/
    /*------------ header-fixed 1440 ------------*/
    /*------------ / header-fixed 1440 ------------*/
}

@media screen and (max-width: 1300px) {

    /*------------ site-footer 1300 ------------*/
    .footer-mid {
        text-align: center;
    }

    .site-footer .col {
        float: none;
        display: inline-block;
        margin-right: -4px;
        vertical-align: top;
        text-align: left;
    }

    .copy {
        width: 31.5%;
    }

    .site-info {
        width: 32%;
        padding: 0 0 0 50px;
    }

    .site-footer .site-map {
        width: 100%;
        padding: 0;
        text-align: center;
        margin: 20px 0 0 0;
    }

    /*------------ site-footer 1300 ------------*/
}

@media screen and (max-width: 1200px) {

    /*------------ site-header 1200 ------------*/
    .site-title {
        padding: 17px 20px 17px 0;
    }

    .site-title .logo {
        width: 200px;
        height: 38px;
    }

    .site-nav .menu li {
        margin: 0 10px;
    }

    /*------------ / site-header 1200 ------------*/
    /*------------ lightbox 1200 ------------*/
    body .fancybox-image {
        padding: 5px;
    }

    body .fancybox-nav span {
        left: 20px;
    }

    body .fancybox-next span {
        left: auto;
        right: 20px;
    }

    /*------------ / lightbox 1200 ------------*/
}

@media screen and (max-width: 1024px) {
    /*------------ banner 1024 ------------*/

    /*------------ / banner 1024 ------------*/
    /*------------ site-header 1024 ------------*/
    .top-nav .container,
    .menu-nav {
        display: none;
    }

    .site-title.mix {
        display: block;
        background: #fff;
        width: 100%;
        position: relative;
        text-align: center;
        top: 0px;
    }

    .top-nav {
        padding: 0px;
    }

    .banner {
        padding-top: 80px;
    }
    .new-header{
        margin-bottom: 0;
    }
    /*------------ / site-header 1024 ------------*/
    /*------------ site-footer 1024 ------------*/
    .site-footer .site-map,
    .gotop-box {
        display: none;
    }

    .site-info,
    .copy {
        width: 50%;
    }

    /*------------ site-footer 1024 ------------*/
    /*------------ pagination 1024 ------------*/
    .pagination li {
        vertical-align: middle;
    }

    .pagination-title {
        margin: 0;
    }

    .page-info {
        display: block;
        padding: 0 35px;
    }

    .pagination {
        position: relative;
        height: 0;
    }

    .pagination li a {
        display: none;
    }

    .pagination li a.controls {
        display: block;
        position: absolute;
        bottom: -30px;
        margin: 0;
    }

    .pagination li a.prev {
        left: 0;
    }

    .pagination li a.controls.next {
        right: 0;
        margin: 0;
    }

    .pagination li span {
        display: none;
    }

    /*------------ / pagination 1024 ------------*/
    /*------------ floating 1024 ------------*/
    .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 1024 ------------*/
    /*------------ form 1024 ------------*/
    .form-box,
    .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;
    }

    .main-top {
        margin-top: 0px;
    }

    .site-main {
        position: relative;
        padding: 120px 0 80px;
    }

    /*-- 新的 --*/
    .header-sheet {
        position: fixed;
        height: auto;
        bottom: 0%;
        z-index: 9999;
        font-size: 14px;
        padding: 10px 0 10px;
    }

    .header-sheet .close-ontop {
        right: 0px;
        left: 0px;
        top: -25px;
        margin: auto;
        text-align: center;
        background: #666;
        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;
    }

    /*------------ / form 1024 ------------*/

    @media screen and (max-width: 900px) {
        .fb {
            margin: 0 auto;
        }
    }

    @media screen and (max-width: 767px) {
        /*------------ banner 1024 ------------*/

        /*------------ / banner 1024 ------------*/
        /*------------ site-main 767 ------------*/
        .site-main {
            padding: 100px 0 80px;
        }

        .content-title,
        .breadcrumb {
            float: none;
        }

        .breadcrumb {
            text-align: right;
            margin: 30px 0 0 0;
        }

        .breadcrumb:before {
            width: 100%;
            bottom: -15px;
        }

        /*------------ / site-main 767 ------------*/
        /*------------ breadcrumb 767 ------------*/
        .products-breadcrumb {
            float: none;
        }

        /*------------ / breadcrumb 767 ------------*/
        /*------------ site-footer 767 ------------*/
        .site-info,
        .copy {
            width: 100%;
        }

        .site-footer .col {
            text-align: center;
            padding: 0;
        }

        .footer-logo {
            margin: 0 auto 20px;
        }

        .footer-mid .title {
            margin: 15px 0 5px;
        }

        .site-info li+li {
            margin: 0;
        }

        .banner {
            min-height: auto;
            /*------------ site-footer 767 ------------*/
        }

        @media screen and (max-width: 600px) {

            /*------------ lightbox 600 ------------*/
            body .fancybox-nav span {
                width: 25px;
                height: 49px;
                margin-top: -25px;
            }

            body .fancybox-close {
                right: auto;
                left: 0;
            }

            /*------------ / lightbox 600 ------------*/
        }

        @media screen and (max-width: 500px) {

            /*------------ form 500 ------------*/
            .form-box .captcha .form-control {
                max-width: 100%;
                display: block;
            }

            /*------------ form 500 ------------*/
        }