@charset 'utf-8';
@import url('https://fonts.googleapis.com/css?family=Archivo+Black');
@import url('https://fonts.googleapis.com/css?family=Chivo');

.mmenu-show #mobile-search .form-control {
    color: #000;
}


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

body {
    font-family: Arial, 'æ–‡æ³‰é©›æ­£é»‘', 'WenQuanYi Zen Hei', 'å„·é»‘ Pro', 'LiHei Pro', 'å¾®è»Ÿæ­£é»‘é«”', 'Microsoft JhengHei', 'å¾®è½¯é›…é»‘', 'ãƒ¡ã‚¤ãƒªã‚ª', 'ë§‘ì€ ê³ ë”•', sans-serif;
    color: #999;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    background: url(../../images/common/bg.jpg) center top no-repeat #000;
}

.container {
    padding: 0 20px;
    max-width: 1440px;
}

.padbox {
    padding: 0 10%;
}


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


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

.icon {}


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


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

.share:before {
    content: "Share :";
    color: #777777;
    font-size: 13px;
    line-height: 32px;
}

.share .btn {
    background: #777777;
    color: #000;
    width: 30px;
    height: 30px;
    line-height: 32px;
    border-radius: 50%;
    margin-left: 2px;
    font-size: 15px;
}

.share .btn:hover {
    color: #000;
}

.share .btn.facebook:hover {
    background: #435F9C;
}

.share .btn.google:hover {
    background: #F34537;
}

.share .btn.twitter:hover {
    background: #39A0CE;
}

.ibtn.fb-fans-page {
    background-image: url('../../images/tw/fb_page.png');
    background-color: #3A5795;
    width: 90px;
    height: 90px;
    border: 1px solid #3A5795;
}

.ibtn.fb-fans-page:hover {
    border: 1px solid #FFE100;
}

.btn.back {
    color: #AAAAAA;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    white-space: normal;
    transition: all .2s;
}

.btn.back:hover {color: #fff;}

.btn.normal:before,
.btn.back:before {
    content: '';
    display: block;
    background: url(../../images/common/menu_icon2.png) center top no-repeat;
    font-size: 13px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    margin: -5px 0 0 0;
    height: 20px;
    width: 20px;
    color: #555555;
}

.btn.normal:after,
.btn.back:after {
    content: '';
    display: block;
    background: url(../../images/common/menu_icon.png) center top no-repeat;
    font-size: 13px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    margin: -5px 0 0 0;
    height: 20px;
    width: 20px;
    color: #555555;
}

.btn.normal:hover:before,
.btn.normal:hover:after,
.btn.back:hover:after,
.btn.back:hover:before {
    background-position: center 100%;
}

.ibtn.more {
    background-image: url('../../images/common/btn_more.png');
    width: 101px;
    height: 29px;
}

.btn.simple {
    height: 40px;
    color: #fff;
    margin: 0 5px;
    padding: 0 10px;
    font-size: 15px;
    letter-spacing: 0.075em;
    line-height: 38px;
    border: 1px solid #BBBBBB;
    position: relative;
    transition: all .2s;
}

.btn.simple:hover {
    background: #000;
    border: 1px solid #4995ff;
    color: #4995ff;
}

.btn.simple.bg2 {
    background: #80CAA5;
}

.btn.simple.bg2:hover {
    background: #aaa;
}

.btn.simple2 {
    background: #fff;
    border: 1px solid #aaa;
    height: 35px;
    line-height: 33px;
    color: #777;
    font-size: 16px;
    letter-spacing: 0.1em;
    width: 90%;
    max-width: 300px;
    margin: 0 3px 10px;
    position: relative;
}

.btn.simple2:hover {
    border-color: #80CAA5;
}

.btn.simple2 .ic {
    vertical-align: text-bottom;
    margin: 0 8px 0 0;
    color: #7FCAA5;
    font-size: 18px;
}

.btn.simple2 .ic3-angle-double-left,
.btn.simple2 .ic3-angle-double-right {
    position: absolute;
    top: 10px;
    color: #bbb;
    font-size: 12px;
    margin: 0;
}

.btn.simple2 .ic3-angle-double-left {
    left: 8px;
}

.btn.simple2 .ic3-angle-double-right {
    right: 8px;
}

.btn.normal {
    font-size: 20px;
    font-weight: bold;
    background: none;
    color: #fff;
    transition: all .2s;
}

.btn.normal:hover {
    color: #9E9E9E;
}

.btn.normal .ic {
    vertical-align: middle;
    font-size: 18px;
    margin: 0 0 5px 0;
}

.btn.pure {
    line-height: 30px;
    margin: 0 5px 10px;
}

.btn.pure:hover {
    color: #FEE000;
    text-decoration: underline;
}


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


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

.site-header {}

.site-title {
    z-index: 100;
    float: left;
    position: relative;
    padding: 20px 0 15px;
}

.site-title .logo {
    background: url(../../images/common/logo.png) 50% 50% / contain no-repeat;
    width: 268px;
    height: 91px;
    transition: opacity .3s ease;
    display: block;
    margin: 0 auto;
}

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


.top-nav {
    position: absolute;
    z-index: 100;
    right: 20px;
    top: 5px;
}

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


.top-nav .language {
    position: relative;
    width: 115px;
    letter-spacing: 0;
}

.top-nav .language .btn {
    width: 100%;
    border: 1px solid #000000;
    color: #fff;
    text-align: left;
    line-height: 23px;
    padding: 0 25px 0 10px;
    position: relative;
    background: #000000;
	/*display:none;*/
}


.top-nav .language ul {
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
}

.top-nav .language li {
    display: block;
}

.top-nav .language li a {
    display: block;
    background: #666666;
    color: #BABABA;
    padding: 6px 10px;
    font-size: 13px;
    text-align: center;
}

.top-nav .language li a:hover {
    color: #000;
    background: #BBBBBB;
}

.site-nav {
    position: relative;
    padding: 57px 0 0;
    text-align: center;
    z-index: 10;
    float: right;
}

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

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

.site-nav .menu li a {
    display: block;
}

.site-nav .menu>li {
    padding: 0 15px;
}

.site-nav .menu>li>a {
    color: #fff;
    font-size: 20px;
    padding: 5px 10px 5px 35px;
    letter-spacing: 3px;
    transition: all .2s;
    font-weight: bold;
}

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

.site-nav .menu>li>a:before {
    content: '';
    display: block;
    background: url('../../images/common/menu_icon.png') no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 5px;
    top: 12px;
}

.site-nav .menu>li>a:hover:before {
    background: url('../../images/common/menu_icon.png') 0 100% no-repeat;
}

.site-nav .menu ul {
    display: none;
    font-family: Arial, 'æ–‡æ³‰é©›æ­£é»‘', 'WenQuanYi Zen Hei', 'å„·é»‘ Pro', 'LiHei Pro', 'å¾®è»Ÿæ­£é»‘é«”', 'Microsoft JhengHei', 'å¾®è½¯é›…é»‘', 'ãƒ¡ã‚¤ãƒªã‚ª', 'ë§‘ì€ ê³ ë”•', sans-serif;
    position: absolute;
    background-color: #fff;
    z-index: 600;
    width: 208px;
    border: 3px solid #80CAA5;
    box-sizing: border-box;
}

.site-nav .menu>li>ul {
    top: 100%;
    left: 50%;
    margin-left: -104px;
}

.site-nav .menu>li>ul:before {
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #80caa5 transparent;
    display: block;
    position: absolute;
    bottom: 100%;
    left: 50%;
    right: 0;
    margin-left: -10px;
}

.site-nav .menu ul li+li {
    border-top: 1px solid #e8e8e8;
    background: no-repeat 50% 0;
}

.site-nav .menu ul li a {
    font-size: 14px;
    text-align: center;
    padding: 6px 8px;
    border: 1px solid #fff;
}

.site-nav .menu ul li a:hover,
.site-nav .menu ul li.active>a {
    color: #fff;
    background: #80CAA5;
}

.site-nav .menu ul ul {
    left: 100%;
    top: 0;
}

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

.site-header .search-box {
    position: absolute;
    width: 200px;
    box-sizing: border-box;
    margin-left: 10px;
    z-index: 4;
    right: 200px;
}

.site-header .search-box .form-control {
    border: 1px solid #fff;
    background: #777777;
    height: 30px;
    line-height: 28px;
    margin: 0;
    padding: 0 50px 0 12px;
    color: #fff;
}

.site-header .search-box .form-control:focus {
    background: #666;
    border: 1px solid #aaa;
}

.site-header .search-box .ibtn.search {
    background-image: url(../../images/common/btn_search.png);
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 0;
}

.site-header .search-box .form-control::-webkit-input-placeholder {
    color: #fff;
}

.site-header .search-box .form-control::-moz-placeholder {
    color: #fff;
}


/* firefox 19+ */

.site-header .search-box .form-control:-ms-input-placeholder {
    color: #fff;
}


/* ie */

.site-header .search-box .form-control input:-moz-placeholder {
    color: #fff;
}


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


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

.banner {
    position: relative;
}

.banner .container {
    max-width: 1400px;
    padding: 0;
    box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.3);
}

.banner button.slick-arrow {
    background: url(../../images/common/arrow.png) 0 0 no-repeat;
    width: 25px;
    height: 40px;
    position: absolute;
    top: 45%;
    white-space: nowrap;
    text-indent: 100%;
    text-align: left;
    overflow: hidden;
    padding: 0;
    margin: 0 6px;
    border: none;
    z-index: 10;
}

.banner button.slick-prev {
    left: 10px;
}

.banner button.slick-prev:hover {
    background: url(../../images/common/arrow.png) 0 100% no-repeat;
}

.banner button.slick-next {
    background: url(../../images/common/arrow.png) 100% 0% no-repeat;
    right: 10px;
}

.banner button.slick-next:hover {
    background: url(../../images/common/arrow.png) 100% 100% no-repeat;
}

.slick-dots {
    margin: 0px 0px;
    padding: 0px 15px;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
    height: 12px;
}

.banner .slick-dots {
    width: 100%;
    text-align: right;
    position: absolute;
    bottom: -30px;
    right: 0;
}

.album-sect .slick-dots li,
.banner .slick-dots li {
    display: inline-block;
}

.album-sect .slick-dots li button,
.banner .slick-dots li button {
    white-space: nowrap;
    text-indent: 100%;
    text-align: left;
    overflow: hidden;
    padding: 0;
    width: 12px;
    height: 12px;
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    transform: skew(-30deg);
    background: #777777;
    margin: 0 6px;
    border: none;
}

.album-sect .slick-dots li button:focus,
.banner .slick-dots li button:focus {
    outline: none;
    border: none;
}

.album-sect .slick-dots li.slick-active button,
.banner .slick-dots li.slick-active button {
    background-position: 100% 0;
    background: #0047a8;
    box-shadow: none;
}


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


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

.main-title {
    font-size: 45px;
    font-weight: bold;
    color: #0047a8;
    text-align: center;
    padding-bottom: 10px;
    text-transform: uppercase;
    margin: 0;
    font-style: italic;
}

.main-title small {
    display: none;
    font-size: 15px;
    color: #878787;
    font-style: normal;
    font-weight: normal;
    margin: -12px 0 0 0;
    text-transform: capitalize;
}

.main-title span {
    position: relative;
}

.main-title span:before,
.main-title span:after {
    content: '';
    display: block;
    background: url(../../images/common/menu_icon.png) center top no-repeat;
    font-size: 13px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
    margin: -15px 0 0 0;
    height: 20px;
    width: 20px;
    color: #555555;
}

.main-title span:after{
    padding: 0 40px 0 20px;
}

.main-content {
    padding: 0 0 70px;
}

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

.content-top {
    margin-bottom: 20px;
}

.content-title {
    margin: 0;
    text-align: left;
    padding: 5px 0 5px 20px;
    position: relative;
    font-size: 22px;
    font-weight: normal;
    color: #0047a8;
    background: #000;
}

.content-title2 {
    text-align: center;
    margin: 0 0 10px;
    background: #0047a8;
    padding: 0 40px 0 20px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    color: #ccc;
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
    border-radius: 40px;
    letter-spacing: normal;
    margin: 0 15px 0 0;
}

.content-title2 .ic {
    display: block;
    float: right;
    background: #fff;
    color: #3D3938;
    border-radius: 50%;
    margin: 3px -36px 0 0px;
    font-size: 22px;
    height: 30px;
    width: 30px;
    line-height: 30px;
}

.content-title .keyword {
    color: #F2856C;
}

.shopping-title {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
}

.shopping-title i {
    content: '';
    display: block;
    background: url(../../images/common/menu_icon.png) center 100% no-repeat;
    font-size: 13px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px 0;
    height: 20px;
    width: 20px;
    color: #555555;
}

.shopping-title .ic {
    font-size: 22px;
    color: #7FCAA5;
    vertical-align: middle;
    margin: 0 3px 3px 0;
}

.shopping-title .ic3-bag-plus {
    font-size: 26px;
    margin-right: 10px;
}

.btn-box {
    clear: both;
    padding: 30px 0 10px 0;
    position: relative;
    text-align: center;
}

.btn-box.r {
    text-align: right;
}

.btn-box:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.btn-box.wide-spacing {
    letter-spacing: 15px;
}

.btn-box.wide-spacing * {
    letter-spacing: 0.1em;
}

.warning-sect {
    padding-bottom: 30px;
}


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


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

.breadcrumb {
    background: url(../../images/common/breadcrumb_bg.png) 0% 0% repeat;
    text-align: left;
    color: #fff;
    font-size: 13px;
    padding: 5px 15px;
    margin: -33px 0 20px 0;
}

.breadcrumb li,
.breadcrumb li a {
    display: inline;
}

.breadcrumb li+li:before {
    content: '> ';
    display: inline-block;
    margin: 0 3px;
}

.breadcrumb li a:hover {
    color: #4995ff;
}

.content-top .breadcrumb {
    background: none;
    float: right;
    color: #BABABA;
    padding: 6px 0;
}

.content-top .breadcrumb:before,
.content-top .breadcrumb:after {
    content: '/';
}

.content-top .breadcrumb li+li:before {
    content: '> ';
}

.content-top .breadcrumb li:first-child a:before {
    display: none;
}


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


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

.side {
    width: 200px;
    float: left;
}

.side .loginout {
    text-align: center;
    margin: 10px 0;
    color: #FFDF00;
    padding: 5px 0;
}

.side .loginout a {
    position: relative;
    padding: 0 0 0 25px;
}

.side .loginout:hover {
    background: #000;
}

.side .loginout i {
    font-size: 18px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.side .side-nav {
    background: url(../../images/common/side_bg.png) 0% 0% repeat;
}

.side .side-nav:before {
    content: ' ';
    display: block;
    background: url(../../images/common/side_top.png) 0% 0% no-repeat;
    height: 40px;
    width: 100%;
    top: 0;
}

.side .side-nav:after {
    content: ' ';
    display: block;
    background: url(../../images/common/side_bottom.png) 0% 100% no-repeat;
    height: 40px;
    width: 100%;
    top: 0;
}

.has-side .content {
    width: calc(100% - 240px);
    float: right;
}

.side-title {
    color: #80CAA5;
    font-family: 'Times New Roman', Times, 'æ–‡æ³‰é©›æ­£é»‘', 'WenQuanYi Zen Hei', 'å„·é»‘ Pro', 'LiHei Pro', 'å¾®è»Ÿæ­£é»‘é«”', 'Microsoft JhengHei', 'å¾®è½¯é›…é»‘', 'ãƒ¡ã‚¤ãƒªã‚ª', 'ë§‘ì€ ê³ ë”•', serif;
    font-size: 27px;
    padding: 20px 30px;
    background-color: #F2FAF6;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.side-nav,
.side-nav-top {
    position: relative;
    font-size: 18px;
}

.side-nav li,
.side-nav-top li {
    border-bottom: 1px solid #29292A;
}

.side-nav li a,
.side-nav-top li a {
    position: relative;
    display: block;
    line-height: 1.4;
    padding: 8px 16px;
    transition: all .2s;
}

.side-nav>li>a,
.side-nav-top>li>a {
    color: #fff;
    position: relative;
    padding: 10px 40px 10px 20px;
    text-align: center;
    line-height: 1.4;
}

.side-nav-top>li>a {
    background-color: #000;
}

.side-nav>li>a:hover,
.side-nav>li.active>a,
.side-nav-top>li>a:hover,
.side-nav-top>li.active>a {
    color: #0047a8;
}

.side-nav>li>a:hover:before,
.side-nav-top>li>a:hover:before,
.side-nav li.active a:before {
    content: ' ';
    display: block;
    background: url(../../images/common/menu_icon.png) no-repeat;
    background-size: cover;
    position: absolute;
    right: 13px;
    top: 13px;
    width: 15px;
    height: 15px;
}

.side-nav>li.has-child.active>a:before,
.side-nav-top>li.has-child.active>a:before {
    border-width: 9px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
}

.side-nav ul {
    display: none;
    border-top: 1px solid #29292A;
}

.side-nav ul li {
    border-bottom: none;
}

.side-nav ul li a {
    color: #999999;
    text-align: center;
    font-size: 15px;
}

.side-nav ul li a:hover,
.side-nav ul li.active>a {
    background-color: #0047a8;
    color: #fff;
}

.mmenu-show .side-nav li a,
.mmenu-show .side-nav-top li a {
    display: block;
    border-bottom: none;
}

.mmenu-show .side-nav>li>a:hover:before,
.mmenu-show .side-nav-top>li>a:hover:before,
.mmenu-show .side-nav li.active a:before {
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    background: none;
    background-size: cover;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 0px;
    height: 0px;
}

.mmenu-show .side-nav ul {
    display: none;
    border-top: none;
}

.side-nav li.active ul li a:before {
    background: none;
}


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


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

.site-footer {
    background: url(../../images/common/footer_bg.jpg) 0% 100% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.footer-top {
    padding: 0px 0;
    letter-spacing: 0;
    background: url(../../images/common/footer_top.png) 0% 0% repeat;
    color: #ddd;
    line-height: 30px;
}

.footer-top i {
    background: #000;
    color: #fff;
    padding: 10px 10px;
    font-size: 10px;
}

.footer-top ul {
    display: inline-block;
    font-size: 15px;
}

.footer-top ul li {
    padding: 0 15px;
    position: relative;
}

.footer-top ul li:after {
    content: '  / ';
    position: absolute;
    right: -5px;
    font-size: 12px;
    top: -1px;
}

.footer-top ul li:last-child:after {
    content: '';
}

.footer-top a,
.footer-bottom a {
    color: #ccc;
}

.footer-top a:hover,
.footer-bottom a:hover {
    color: #ccc;
    text-decoration: underline;
}

.footer-bottom .row {
    margin: 0 -20px;
}

.footer-bottom .col {
    float: left;
    padding: 0 20px;
    text-align: left;
}

.footer-bottom .col1 {
    border-left-width: 0;
    width: calc(25%);
    font-size: 13px;
    color: #CCCCCC;
    margin: 45px 0 0 0;
}

.footer-bottom .col2 {
    width: 45%;
    color: #999999;
}

.footer-bottom .col3 {
    width: calc(29%);
    color: #999999;
    text-align: center;
    margin-top: 40px;
    padding: 0 0 0 20px;
}

.footer-bottom .col4 {
    color: #999999;
    padding: 0 20px 0 0;
    float: right;
}

.col .flinks-sect .flinks-list .name {
    display: none;
}

.col .flinks-sect .flinks-list .item {
    width: 50%;
    padding: 0px 10px;
}

.servi .footer-title {
    color: #7FCAA5;
    font-size: 16px;
    margin-bottom: 12px;
}

.footer-title .ic {
    width: 24px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background: #80CAA5;
    border-radius: 4px;
}

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

.contact-box {
    display: inline-block;
    margin: 3px 15px 0 0;
    font-size: 14px;
}

.contact-box i {
    display: block;
    font-size: 40px;
    color: #E70012;
}

.site-map {
    font-size: 13px;
    letter-spacing: 35px;
}

.site-map ul {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0.5px;
    text-align: left;
}

.site-map ul li {
    margin: 8px 0;
}

.site-map ul li a {
    display: inline-block;
    padding: 3px 6px;
    position: relative;
}

.follow {
    margin-top: 50px;
}

.qrcode {
    display: inline-block;
}

.qrcode img{
    margin: 0;
}

.qrcode + .qrcode{
    margin: 0 0 0 10px;
}

.site-info {
    line-height: 1.8;
    letter-spacing: 0.5px;
    margin-left: 35px;
}

.footer-bottom {
    color: #fff;
    text-align: center;
    padding: 30px 0;
}


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


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

.floating,
.floating.fancybox-margin {
    display: none;
    position: fixed;
    right: 50%;
    bottom: 30%;
    margin-right: -800px;
    z-index: 400;
    transition: all .3s ease;
}

.floating .ibtn.gotop {
    background-image: url(../../images/common/gotop.png);
    width: 50px;
    height: 50px;
}

.floating .ibtn.gotop:hover {
    opacity: 1;
}



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


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

.pagination {
    padding: 0;
    margin: 0;
    text-align: center;
    letter-spacing: 0;
}

.pagination li {
    display: inline-block;
    vertical-align: top;
}

.pagination li a {
    display: block;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    color: #787878;
    font-size: 16px;
    padding: 0 5px;
    margin: 0 2px;
    box-sizing: border-box;
}

.pagination li a:hover,
.pagination li.active a {
    color: #fff;
    border: 1px solid #0047a8;
    background: #0047a8;
}

.pagination li a.controls {
    padding: 0;
    font-size: 22px;
    color: #ccc;
    line-height: 32px;
}

.pagination li a.controls:hover {
    border: none;
}

.page-info {
    display: none;
}

.page-info .form-control {
    height: 30px;
    line-height: 28px;
    border: 1px solid #ddd;
    margin: 0;
}

.page-info .form-control:focus {
    border-color: #ccc;
}

i.ic-angle-right:before {
    content: '';
    display: block;
    background: url(../../images/common/menu_icon.png) center top no-repeat;
    font-size: 13px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    margin: -5px 0 0 0;
    height: 20px;
    width: 20px;
    color: #555555;
}

i.ic-angle-left:before {
    content: '';
    display: block;
    background: url(../../images/common/menu_icon2.png) center top no-repeat;
    font-size: 13px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    margin: -5px 0 0 0;
    height: 20px;
    width: 20px;
    color: #555555;
}

i.ic-angle-right:hover:before,
i.ic-angle-left:hover:before {
    background-position: 0 100%;
}


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


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

.reminder {
    text-align: left;
    color: #DFDFD0;
    margin: 0;
    float: left;
}

.reminder.all {
    text-align: center;
    color: #DFDFD0;
    margin: 20px 0 30px;
    float: none;
}

.reminder span {
    color: #DFDFD0;
    padding: 0 30px;
    position: relative;
}

.reminder b:before {
    content: ' ';
    background: url(../../images/common/menu_icon.png) 0 100% no-repeat;
    background-size: cover;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 5px;
    top: 2px;
}

.qty-box {
    position: relative;
    display: inline-block;
    width: 120px;
    max-width: none;
    padding: 0 38px;
    box-sizing: border-box;
}

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

.qty-box .form-control:focus {
    border-color: #000;
}

.qty-box .btn {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 19px;
    color: #000;
    font-weight: bold;
    border: 1px solid #DDC202;
    position: absolute !important;
    z-index: 0;
    top: 0;
    background: #DDC202;
    border-radius: 10px;
    margin: 3px 0;
}

.qty-box .btn:hover {
    border-color: #000;
    background: #000;
    color: #DDC202;
    z-index: 2;
}

.qty-box .less {
    left: 0;
}

.qty-box .add {
    right: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 34px;
    padding: 0 10px;
    border: 1px solid #777777;
    background: #777777;
    box-sizing: border-box;
    margin-bottom: 6px;
    color: #ccc;
}

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

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

.static-control {
    line-height: inherit;
    color: #FFDF00;
    font-size: 16px;
    margin: 0 0 6px;
    padding: 0 5px;
}

.form-box {
    margin: 25px auto 0;
}

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

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

.form-box .required {
    position: relative;
}

.form-box .required:before {
    content: ' ';
    background: url(../../images/common/menu_icon.png) 0 100% no-repeat;
    background-size: cover;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0px;
    top: 10px;
}

.form-group:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.form-group.remarks .control-box {
    width: calc(90% + 2px);
}

.form-box .form-group {
    padding: 4px 10px;
    line-height: 36px;
}

.form-group.remarks {
    padding: 0 10px;
}

.form-box .control-label {
    color: #DADADA;
    float: left;
    font-size: 14px;
    text-align: right;
}

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

.form-box .control-box {
    position: relative;
    float: right;
    width: 80%;
}

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

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

.form-box .captcha a {
    display: inline-block;
    vertical-align: top;
    color: #80CAA5;
    font-size: 20px;
    line-height: inherit;
    margin-left: 5px;
    margin-bottom: 6px;
    transition: all .3s ease;
}

.form-box .captcha a:hover {
    color: #ccc;
}

.form-box .captcha a .ic-repeat {
    width: 25px;
    height: 25px;
    background: url(../../images/common/repeat.png) 0 0 no-repeat;
}

.form-box .captcha a:hover .ic-repeat {
    background: url(../../images/common/repeat.png) 0 100% no-repeat;
}

.form-box .captcha a .ic-repeat:before {
    display: none;
}

.form-box .captcha a * {
    vertical-align: middle;
}

.form-box .captcha a .ic {
    /*transition: transform .3s;*/
}

.form-box .captcha a:hover .ic {
    /*transform: rotate(270deg);*/
}

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

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

.form-box .tips {
    line-height: 1.2;
    margin-bottom: 6px;
    color: #DDC202;
    font-size: 13px;
    padding: 0 5px;
}

.form-wrap.type1 .tips {
    min-height: 36px;
    line-height: 18px;
}

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

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

.form-box .name .radio-box {
    line-height: 36px;
    position: relative;
}

.form-box .name .radio-box label {
    display: inline-block;
    margin-bottom: 10px;
}

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

.form-radio,
.form-checkbox {
    display: inline-block;
    position: relative;
}

.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: 3;
    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: 16px;
    height: 16px;
    margin: 0 0 3px;
}

.form-radio:before {
    background-image: url('../../images/common/form_radio.svg');
}

.no-svg .form-radio:before {
    background-image: url('../../images/common/form_radio.png');
}

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

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

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

.success-wrap {
    text-align: center;
    max-width: 890px;
    margin: 0 auto;
    padding: 4% 35px;
    border-radius: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.success-box {
    text-align: center;
    line-height: 2;
}

.success-msg {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    padding: 0px 0 0;
    line-height: 1.5;
    margin: 0 auto 15px;
}

.success-msg span {
    display: block;
    background: rgba(0, 0, 0, 0.6);
    color: #e70012;
    margin: 10px 0;
    padding: 15px 0;
    font-size: 18px;
    position: relative;
    text-align: center;
    letter-spacing: 3px;
}

.success-msg span:after {
    content: '';
    background-image: url('../../images/common/success_ic.png');
    width: 32px;
    height: 29px;
    position: absolute;
    margin: 0 10px;
}

.no-svg .success-msg {
    background-image: url('../../images/common/success_ic.png');
}

.success-txt {
    line-height: 1.8;
    color: #AAAAAA;
    padding-bottom: 10px;
}

.success-txt strong {
    color: #AAAAAA;
    font-size: 15px;
}

.success-txt strong span {
    color: #33C4B4;
}

.success-txt a {
    text-decoration: underline;
    color: #FFDF00;
}

.success-txt a:hover {
    text-decoration: none;
}

.success-wrap .btn-box {
    max-width: 700px;
    margin: 0 auto;
}


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


/*------------ table ------------*/

.table-h {
    color: #AAAAAA;
}

.table-h td {
    padding: 10px 6px;
    line-height: 1.4;
    text-align: center;
    min-width: 76px;
}

.table-h .btn-holder {
    min-width: 30px;
}

.table-h thead {
    background: rgba(0, 0, 0, 0.8);
}

.table-h thead th {
    color: #666;
    font-weight: normal;
    padding: 12px;
}

.table-h tbody {
    background: rgba(130, 130, 130, 0.3);
}

.table-h tbody tr {
    background: url(../../images/common/products/line.png) 100% 0 repeat-x;
}

.table-h .align-left {
    text-align: left;
}

.table-h a {
    display: inline-block;
    vertical-align: middle;
}

.table td span {
    color: #DDC202;
}

.table-v {
    color: #AAAAAA;
    font-size: 14px;
}

.table-v tr:nth-child(2n) {}

.table-v th,
.table-v td {
    padding: 12px 20px;
    vertical-align: middle;
}

.table-v td {
    color: #fff;
}

.table-v th {
    text-align: left;
    width: 100px;
    font-weight: normal;
    position: relative;
}

.table-v th:after {}

.table-v strong {
    color: #FFDF00;
}


/*------------ / table ------------*/


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

body .fancybox-close {
    background: url(../../images/common/lightbox_close.svg) no-repeat;
    width: 70px;
    height: 30px;
    right: 10px;
    top: -36px;
}

.no-svg body .fancybox-close {
    background-image: url(../../images/common/lightbox_close.png);
}

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

body .fancybox-skin {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #FFF;
}

body .fancybox-inner {}

body .photo-pager {
    position: absolute;
    bottom: -45px;
    color: #fff;
}

body .photo-title {
    background: url(../../images/common/album/a.png)0 0 no-repeat;
    padding: 0 0 0 23px;
    font-size: 16px;
    margin: 10px 0 20px;
}

body .photo-pager b {
    color: #0047a8;
    border: 1px solid #0047a8;
    padding: 3px 4px;
}

.fancybox-album .fancybox-nav span {
    background: url('../../images/common/album/lightbox_arrow.png') no-repeat;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    visibility: visible;
}

.fancybox-album .fancybox-prev span {
    background-position: 0 0;
    left: -70px;
}

.fancybox-album .fancybox-next span {
    background-position: 100% 0;
    right: -70px;
}

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

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

.lightbox-wrapper {
    padding: 30px;
    border-radius: 0;
    margin: 0 auto;
    box-sizing: border-box;
    background: #444444;
}

.login-box .lightbox-title {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 15px;
    text-align: center;
}

.login-box .lightbox-title i {
    display: block;
    color: #666666;
    font-size: 50px;
}

.no-svg .login-box .lightbox-title {
    background-image: url('../../images/common/login_ic.png');
}

.lightbox-wrapper .control-label.required,
.lightbox-wrapper .control-label {
    display: none;
}

.login-box .notice-box {
    background: #fff;
    margin-top: 40px;
    padding: 20px 15px;
    border-radius: 15px;
}

.login-box .notice-box .title {
    float: left;
    background: url('../../images/common/join_ic.svg') 0 100% no-repeat;
    color: #444;
    font-size: 18px;
    font-weight: bold;
    padding: 16px 0 0 45px;
    margin: 5px 0 0 80px;
}

.no-svg .login-box .notice-box .title {
    background-image: url('../../images/common/join_ic.png');
}

.login-box .notice-box .txt {
    color: #777;
    border: 1px solid #ccc;
    border-width: 0 0 0 1px;
    margin-left: 240px;
    padding-left: 30px;
}

.login-box .success-box+.btn-box {
    max-width: 800px;
    margin: 0 auto;
}

.arrival-box {
    position: relative;
}

.arrival-box .form-box .control-box {
    float: none;
    width: 100%;
}

.arrival-box .form-control {
    height: 36px;
    line-height: 34px;
    padding: 0 12px;
    border-color: #777777;
    background: #777777;
    color: #CCCCCC;
}

.arrival-box .form-control:focus {
    background: #333;
}

.arrival-box .pd-name {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    padding-top: 80px;
    margin: 0;
    position: relative;
}

.arrival-box .pd-name i {
    position: absolute;
    left: 50%;
    top: 0px;
    font-size: 60px;
    color: #666666;
    margin: 10px 0 0 -20px;
}

.no-svg .arrival-box .pd-name {
    background-image: url('../../images/common/products/arrival_ic.png')
}

.arrival-box .pd-id {
    color: #aaa;
    font-size: 14px;
    text-align: center;
}

.arrival-box .form-box {
    padding: 30px 0;
}

.arrival-notice {
    color: #ccc;
    font-size: 13px;
    text-align: center;
    padding: 10px 0;
}

.arrival-box .btn-box {
    padding-top: 0;
}

.box_angle {
    position: relative;
    margin: 0 0 30px 0;
    padding: 40px 50px;
    background: rgba(90, 90, 90, .4);
}

.box_angle:before {
    content: '';
    background: url('../../images/common/angle.png') 0 0 no-repeat;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0;
    opacity: .4;
    width: 40px;
    height: 40px;
    transition: all 0.3s;
}

.box_angle:after {
    content: '';
    background: url('../../images/common/angle.png') 0 100% no-repeat;
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0px;
    right: 0;
    opacity: .4;
    width: 40px;
    height: 40px;
    transition: all 0.3s;
}


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

.mmenu-show #mobile-fixed li,
.mmenu-show #mobile-search,
.mmenu-show #member-box li a {
    background: #000;
}

.mmenu-show #mobile-fixed ul,
.mmenu-show #member-box li {
    border-bottom-color: #555;
}

.mmenu-show #mobile-menu .side-nav-top>li a:before {
    border-color: #C1A900;
}

.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active>a {
    color: #004098;
}

.mmenu-show #mobile-menu .share .btn .ic {
    vertical-align: middle;
}

.mmenu-show #mobile-menu .language{
    display: block;
}

@media screen and (max-width: 1600px) {
    /*------------ floating 1600 ------------*/
    .floating,
    .floating.fancybox-margin {
        right: 0;
        margin: 0;
    }
    /*------------ / floating 1600 ------------*/
}

@media screen and (max-width: 1370px) {
    /*------------ site_footer 1370 ------------*/
    .site-map {
        letter-spacing: 15px;
    }
}

@media screen and (max-width: 1280px) {
    /*------------ site_header 1280 ------------*/
    .site-title .logo{
        width: 200px;
        height: 68px;
    }
    .site-nav{
        padding: 40px 0 0 0;
    }
    .site-nav .menu>li{
        padding: 0 5px;
    }
    .site-nav .menu{
        margin: 0px -20px;
    }
    .site-nav .menu>li>a{
        font-size: 18px;
    }
    .site-nav .menu>li>a:before{
        top: 10px;
    }
    .padbox {
        padding: 0 0%;
    }
    .top-nav {
        right: 15px;
    }
    /*------------ / site_header 1280 ------------*/
}

@media screen and (max-width: 1120px) {
    /*------------ site_header 1120 ------------*/
    .site-nav .menu>li{
        padding: 0;
    }
    /*------------ / site_header 1120 ------------*/
    .form-group,
    .form-box .row {
        display: block;
        width: auto;
        margin: 0;
        padding: 0;
        border: 0;
        background: none;
    }
    .form-group.remarks .control-box,
    .form-box .control-box {
        position: relative;
        float: none;
        width: 100%;
    }
    .form-box .control-label {
        float: none;
        font-size: 14px;
        text-align: left;
        display: block;
    }
    .content-title2 {
        font-size: 18px;
        display: block;
        float: none;
    }
    .reminder {
        text-align: left;
        float: none;
        margin: 0 10px;
    }
}

@media screen and (max-width: 1000px) {
    /*------------ site_header 1000 ------------*/
    .site-title {
        padding: 15px 0;
        text-align: center;
        float: none;
    }
    .site-title .logo{
        width: 206px;
        height: 70px;
    }
    .footer-bottom .col1,
    .footer-bottom .col2,
    .footer-bottom .col3,
    .footer-bottom .col4 {
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 0;
    }
    .footer-bottom .col4{
        float: none;
        width: auto;
        display: inline-block;
    }
    .footer-bottom .col1 {
        margin: 0 0 10px;
    }
    .follow{
        margin: 20px 0 0 0;
    }
    .footer-top ul,
    .top-nav,
    .site-nav,
    .site-header .search-box,
    .col1 .share {
        display: none;
    }
    .share:before {
        content: " ";
    }
    .share .btn,
    .share .btn:hover {
        color: #Fff;
        display: block;
    }
    .box_angle {
        padding: 2%;
    }
    /*------------ / site_header 1000 ------------*/
    /*------------ site_main 1000 ------------*/
    .main-content {
        padding-bottom: 50px;
    }
    /*------------ / site_main 1000 ------------*/
    /*------------ site_footer 1000 ------------*/
    .footer-top {
        text-align: center;
    }
    .contact-box{
        display: block;
        margin: 3px 0;
    }
    .footer-top ul li {
        padding: 0 10px;
    }
    .footer-top .col {
        width: auto;
        float: none;
        clear: both;
        padding-bottom: 20px;
    }
    .footer-top .map-box {
        margin: 0;
    }
    .site-info {
        margin-left: 0;
    }
    .col .links-sect {
        margin: 0 10%;
    }
    /*------------ / site_footer 1000 ------------*/
    /*------------ floating 1000 ------------*/
    .floating,
    .floating.fancybox-margin {
        background: none;
        right: 50%;
        bottom: 5px;
        margin-right: -15px;
    }
    .floating .btn.gocart {
        display: none;
    }
    .floating .ibtn.gotop {
        background: url(../../images/common/mobile_gotop.png) 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
    }
    /*------------ / floating 1000 ------------*/
}

@media screen and (max-width: 900px) {
    /*------------ table 900 ------------*/
    .table-h td {
        min-width: 40px;
    }
    .form-box {
        margin: 0 auto;
    }
    /*------------ / table 900 ------------*/
}

@media screen and (max-width: 767px) {
    /*------------ site_main 767 ------------*/
    .main-content {
        padding: 0 0 20px;
    }
    .main-title {
        font-size: 28px;
    }
    /*------------ / site_main 767 ------------*/
    /*------------ breadcrumb 767 ------------*/
    .content-top .breadcrumb {
        float: none;
    }
    /*------------ / breadcrumb 767 ------------*/
    /*------------ pagination 767 ------------*/
    .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: -30px;
    }
    .pagination li a.prev {
        left: 0;
    }
    .pagination li a.next {
        right: 0;
    }
    /*------------ / pagination 767 ------------*/
    /*------------ form 767 ------------*/
    .form-title {
        font-size: 36px;
    }
    .form-box .row:before {
        display: none;
    }
    .form-box .col {
        width: 100%;
    }
    .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-wrap .form-box .tips {
        min-height: 0;
    }
    .success-wrap {
        padding: 30px 0px;
    }
    .success-msg {
        font-size: 20px;
        padding-top: 0px;
    }
    /*------------ / form 767 ------------*/
    /*------------ table 767 ------------*/
    .table-h {
        border-top: 1px dashed #bbb;
    }
    .table-h thead {
        display: none;
    }
    .table-h tr,
    .table-h td {
        display: block;
        text-align: left;
    }
    .table-h td+td {
        border-left: 0;
    }
    .table-h td[data-title]:before {
        content: attr(data-title);
        display: inline-block;
        color: #aaa;
        font-size: 13px;
    }
    .table-h tr {
        padding: 10px;
        position: relative;
    }
    .table-h td {
        padding: 0;
        line-height: 2;
    }
    /*------------ / table 767 ------------*/
    /*------------ lightbox 767 ------------*/
    .login-box .notice-box {
        padding: 20px 25px;
        text-align: center;
    }
    .login-box .notice-box .title {
        float: none;
        display: inline-block;
        margin: 0;
    }
    .login-box .notice-box .txt {
        border-width: 1px 0 0;
        margin: 15px 0 0;
        padding: 15px 0 0;
    }
    /*------------ / lightbox 767 ------------*/
    .main-title span:before,
    .main-title span:after {
        padding: 0 10px;
    }
}

@media screen and (max-width: 600px) {
    /*------------ fancybox 600 ------------*/
    .fancybox-album .fancybox-next span{
        right: 0;
    }
    .fancybox-album .fancybox-prev span{
        left: 0;
    }
    /*------------ / fancybox 600 ------------*/
}

@media screen and (max-width: 500px) {
    /*------------ lightbox 500 ------------*/
    .lightbox-wrapper {
        padding: 30px 20px;
    }
    .login-box .main-title {
        padding-top: 0;
    }
    .login-box .main-title span {
        font-size: 36px;
    }
    .login-box .success-msg {
        font-size: 17px;
    }
    /*------------ / lightbox 500 ------------*/
    /*------------ table 500 ------------*/
    .table-v tr,
    .table-v th,
    .table-v td {
        display: block;
        width: auto;
        text-align: left;
    }
    .table-v tr:nth-child(n) {
        background: none;
    }
    .table-v th {
        border: 0;
    }
    /*------------ / table 500 ------------*/
    .col .flinks-sect {
        margin: 0 0%;
    }
}

@media screen and (max-width: 400px) {
    /*------------ form 400 ------------*/
    .form-box .form-group .input-box {
        width: 100%;
    }
    /*------------ / form 400 ------------*/
    /*------------ btn 400 ------------*/
    .btn.simple {
        margin: 0 auto 10px;
    }
    /*------------ / btn 400 ------------*/
    .btn-box button,
    .btn-box a {
        margin: 10px 0;
    }
}