@charset 'utf-8';
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;500;600&family=Roboto:wght@300;400&display=swap');

/*------------ basic ------------*/
body {
     font-family: Arial, 'Roboto', '文泉驛正黑', 'WenQuanYi Zen Hei', 'Cousine', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', monospace, sans-serif;
 font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.05em;
}
.container {
    padding: 0 15px;
    max-width: 1470px;
}
.box{
    display: block;
}
h3.name{
    margin: 0;
}
/*------------ / basic ------------*/
.header-sheet {
    position: fixed;
    max-width: 100%;
    bottom: 43px;
    left: 10px;
    width: 320px;
    padding: 20px 25px 20px 15px;
    height: auto;
    text-align: left;
    z-index: 9999;
    background-color: rgba(255,255,255,0.9);
    color: #444;
    border-radius: 8px;
    border:solid 1px  #f5c501;
    letter-spacing: 0.2px;
}
.header-sheet .close-ontop {
    color: #000;
    opacity: 1;
    font-size: 2.4rem;
    position: absolute;
    right: -14px;
    top: 13px;
    transform: translateY(-50%);
    font-weight: 100;
}
button.close-ontop {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    }
.close-ontop {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.header-sheet a {
    color: #f5c501;
    font-weight: bold;
    padding-left: 3px;
    text-decoration: underline;
    text-underline-position: under;
}
/*------------ icon ------------*/
.icon {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
}
.icon.require {
    width: 4px;
    height: 4px;
    background: #f5c501;
}
/*------------ / icon ------------*/
/*------------ btn ------------*/
.share .btn {
    background: #f5c501;
    color: #545454;
    width: 33px;
    height: 33px;
    line-height: 0px;
    border-radius:100%;
    margin-left: 7px;
    font-size:18px;
    margin-top: 10px;
}
.share .btn i{
    line-height: 33px;
    vertical-align: middle;
}
.share .btn:hover{
    color:  #ffffff;
    text-decoration: none;
}
.ibtn.fb-fans-page {
    background-image: url('../../images/tw/fb_page.png');
    
    width: 155px;
    height: 85px;
}
.ibtn.fb-fans-page:hover {
   
}
.btn.back {
    display: block;
    max-width: 150px;
    text-align: left;
    background: #aaa;
    color: #fff;
    font-size: 14px;
    /* border: solid #ccc; */
    /* border-width: 1px 0; */
    padding: 10px 18px;
    line-height: 22px;
    box-sizing: border-box;
    border-radius: 0;
    margin: 0 auto;
}
.btn.back:hover {
    background: #f5c501;
}
.btn.back .ic {
    font-size: 14px;
    vertical-align: middle;
    margin-right: 8px;
}
.ibtn.more {
    background-image: url('../../images/common/btn_more.png');
    width: 101px;
    height: 29px;
}
.btn.simple {
     float: left;
    background: #929292;
    width: 100%;
    height: 42px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.075em;
    line-height: 38px;
    position: relative;
}
.btn.simple:hover {
     background-color: #f5c501;
}
.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 {
    color: #333;
    font-size: 15px;
    padding: 0 30px;
    line-height: 35px;
    border:1px solid #333;
    margin: 0 5px 10px;
}
.btn.normal:hover {
  border-color:#f5c501;
  color:#f5c501;
}
.btn.normal.send {
    width: 220px;
    font-size: 20px;
    font-weight: bold;
}
.btn.normal .ic {
    vertical-align: middle;
    font-size: 16px;
    margin: 0 -10px 5px 0;
}
.btn.pure {
    color: #666;
    line-height: 30px;
    margin: 0 5px 10px;
}
.btn.pure:hover {
    color: #80CAA5;
    text-decoration: underline;
}
/*------------ / btn ------------*/
/*------------ site_header ------------*/
.site-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 400;
    transition: all .3s ease;
    box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.1);
}
.wrapper{
    padding-top: 106px;
    background: url(../../images/common/index/bg.jpg)50% 0% no-repeat;

}
.site-title {
    position: relative;
    z-index: 5;
    float: left;
    padding: 14px 0;
    transition: all .3s ease;
}
.site-nav{
     transition-delay: 0.1s;
}
.header-fixed .site-nav {
    padding: 10px 0 4px;
}
.header-fixed .site-title{
    padding: 5px 0;
}
.header-fixed .site-title .logo {
    width: 180px;
    height: 60px;
}
.header-fixed .language {
   
}
.header-fixed .top-nav{
    display: none;
}
.site-title .logo {
    background: url(../../images/common/logo.png) 0% 0%  no-repeat;
    background-size: contain;
    width: 241px;
    height: 80px;
    transition: all .3s ease;
}
.site-title .logo:hover {
    opacity: .7;
}
.header-fixed .search-box{
    display: none;
}
.header-fixed .language{
    display: none;
}
.top-nav {
    position: absolute;
    z-index: 10;
    right: 15px;
    top: 15px;
}
.top-nav li{
    margin: 0 2.5px;
    position: relative;
}
.top-nav li ul{
    display: none;
    position: absolute;
    width: 100%;
}
.top-nav li ul li{
    margin: 0;
}
.top-nav li:hover ul{
    display: block;
}
.top-nav li a{
    color: #fff;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: bold;
    border:solid 1px rgba(255,255,255,0.3);
    transition: all .3s ease;
    min-width: 97px;
    box-sizing: border-box;
}
.top-nav >ul>li> a:before{
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -3px;
    width: 18px;
    height: 18px;
    content: '';
    display: inline-block;
}
.top-nav li.list_1 >a:before{
    background: url(../../images/common/list_1.png);
    height: 19px;
}
.top-nav li.list_2 >a:before{
    background: url(../../images/common/list_2.png);
    
}
.top-nav li.list_3 >a:before{
    background: url(../../images/common/list_3.png);
}
.top-nav li:hover> a{
    background: #3AB32F;
    border-color: #62CA74;
}
.top-nav ul ul li> a{
    background: #62CA74;
    border:solid 1px #A0DD7A;
    margin-bottom: -1px;
    padding: 8px 12px;
}
.top-nav ul ul li:hover> a{
     background: #3C436F;
}
.top-nav > * {
    display: inline-block;
    vertical-align: middle;
}
.site-header .language {
    position:absolute;
    right: 15px;
    top: 5px;
    z-index: 1;
}
.site-header .language .btn {
    color: #838383;
    font-size: 13px;
    font-weight: bold;
    background: #FFF;
    width: 132px;
    line-height: 26px;
}
.site-header .language .btn:hover {
    color: #000;
}
.site-header .language .ic{
    font-size: 15px;
    transform: rotate(90deg);
    margin:0px 8px;
    padding: 0px 0 5px;
}
/*
.site-header .language .btn:after {
    content: "\f107";
    display: inline-block;
    vertical-align: middle;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 0 4px 10px;
}*/
.site-header .language ul {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
}
.site-header .language ul li {
    display: block;
}
.site-header .language ul li a {
    display: block;
    background: #535353;
    font-size: 13px;
    color: #fff;
    padding: 3px 14px;
    margin-top: 1px;
    text-align: center;
    transition: all .3s ease;
}
.site-header .language ul li a:hover {
    background: #B18F00;
}
.site-nav {
    position: relative;
    padding: 46px 0 0px;
    margin-left: 157px;
    text-align: right;
    transition: all .3s ease;
}
.site-nav > * {
    display: inline-block;
    vertical-align: middle;
}
.site-nav .menu {
    text-align: center;
    margin: 0 -20px;
    
}
.site-nav .menu li {
    position: relative;
}
.site-nav .menu li a {
    display: block;
}
.site-nav .menu > li {
    padding: 0 25px;
}
.site-nav .menu > li > a {
    font-size: 18px;
    letter-spacing:0;
    padding: 12px 0px 5px;
    color: #535353;
    /* font-weight: bold; */
    transition: all .3s ease;
    letter-spacing: 1px;
}
.site-nav .menu>li+li:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #F5C501;
    margin: 0px 0 0 0;
    position: absolute;
    left: -2px;
    top: 22px;
    border-radius:100%;
}
/* .site-nav .menu > li > a:after{
    content: '';
    display: block;
    height: 2px;
    background: #f9f9f9;
    margin-top: 3px;
    width: 0;
    transition: all .3s ease;
} */
.site-nav .menu > li:hover > a,
.site-nav .menu > li.active > a {
    color: #f5c501;
}
.site-nav .menu > li:hover > a:after,
.site-nav .menu > li.active > a:after{
    width: 100%;
}
/*.site-nav .menu > li + li:before {
    content: '';
    display: block;
    background: url('../../images/common/menu_divider.png') no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    left: -6px;
    top: 50%;
    margin-top: -6px;
}*/
.site-nav .menu ul:before{
    content: '';
    /*background:#000;*/
    display: block;
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: 100%;
}
.site-nav .menu ul {
    display: none;
     font-family: Arial, 'Roboto', '文泉驛正黑', 'WenQuanYi Zen Hei', 'Cousine', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', monospace, sans-serif;
 position: absolute;
    z-index: 600;
    width: 224px;
}
.site-nav .menu > li > ul {
    top: 110%;
    left: 50%;
    margin-left: -104px;
}
.site-nav .menu ul li+li {
    margin-top: 1px;
}
.site-nav .menu ul li a {
    font-size: 16px;
    text-align: center;
    padding: 9.5px 8px;
    color:#666;
    
    font-weight: bold;
    transition: all .3s ease;
    background: #f5c501; /* Old browsers */
    background: -moz-linear-gradient(left, #f5c501 0%, #f5c501 50%, rgb(255 255 255 / 0. 85) 50%, rgb(255 255 255 / 0.85) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f5c501 0%,#f5c501 50%,rgb(255 255 255 / 0.85) 50%,rgb(255 255 255 / 0.85) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f5c501 0%,#f5c501 50%,rgb(255 255 255 / 0.85) 50%,rgb(255 255 255 / 0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3D2683', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    background-size: 200% 100%;
    background-position: right;
}
.site-nav .menu ul li a:hover,
.site-nav .menu ul li.active > a {
    color: #fff;
    background-position: left;
}
.site-nav .menu ul ul {
    left: 100%;
    top: 0;
    margin-left: 1px;
}
.site-nav .menu .right-on ul ul{
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 1px;
}
.site-nav .menu > li:nth-last-child(-n+3), .site-nav .menu > li.mobile_menu {
    display: none;
}
.site-header .search-box {
    position: absolute;
    width: 160px;
    float: right;
    box-sizing: border-box;
    margin: 0 0px 0 25px;
    top: 0px;
    right: 150px;
}
.site-header .search-box .form-control {
    border:none;
    border-bottom: 1px solid #D6D6D6;
    background: #fff;
    height: 30px;
    line-height: 28px;
    margin: 0;
    padding: 0 42px 0 5px;
    
}
.site-header .search-box .form-control:focus {
}
.site-header .search-box .ibtn.search {
    background-image: url(../../images/common/btn_search.svg);
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0px;
    top: 0;
}
.no-svg .site-header .search-box .ibtn.search {
    background-image: url(../../images/common/btn_search.png);
}
/*------------ / site_header ------------*/
/*------------ banner ------------*/
.banner {
    position: relative;
}
.banner .container {
    max-width: 1440px;
    padding: 0;
}
/*------------ / banner ------------*/
/*------------ site_main ------------*/
.main-top .container {
    max-width: 1440px;
    padding: 0;
}
.main-top{
    /* padding-top: 180px; */
    background: url(../../images/common/mainbg.jpg) 0% 0% no-repeat;
    padding: 32px 0;
}
.main-title {
    color: #333;
    font-size: 40px;
    font-weight: 300;
    font-weight: normal;
    line-height: 1.4;
    letter-spacing: 0;
    text-align: center;
    font-family: 'Montserrat';
}
.main-title .main-title-b {
    display: block;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 0.155em;
    padding-left: 0.155em;
    margin: 0;
}
.main-title.new-two{
    text-align: center;
    margin:0;
    padding-bottom: 10px;
    margin-bottom: 30px;
    letter-spacing: 0.2em;
    color: #333;
    font-size: 20px;
    position:relative;
}
/* .main-title.new-two:after{
    content:'';
    width:50px;
    height:1px;
    position:absolute;
   display:block;
  margin:auto;
  left:0;
  right:0;
  bottom:2px;
    background:#5888ec;
    
} */
.main-content {
    padding: 25px 0 120px;
}
.content {
    min-height: 300px;
    box-sizing: border-box;
}
.content-top {
    /*margin-bottom: 50px;*/
}
.content-title {
    margin: 0 0 30px;
    color: #888;
    border-top: 1px solid #eee;
    text-align: center;
    position: relative;
    padding: 10px 0;
    font-size: 15px;
    font-weight: normal;
}
.content-title:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 13px 0 13px;
    border-color: #d7d7d7 transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    margin: 1px 0 0 -13px;
}
.content-title2 {
    color: #7FCAA5;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 10px;
}
.content.in.about{
     position: relative;
    background: #fff;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 1280px;
    margin: 0 5%;
    padding: 60px 4.5% 0;
    font-size:14px;
    }
.content-title .keyword {
    color: #F2856C;
}
.shopping-title {
    color: #1F1811;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
}
.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-top: 30px;
    position: relative;
    text-align: center;
    margin: 0 auto;
    display: block;
}
.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 ------------*/
.bd-new {
    border-bottom: 1px solid #EEEAEC;
}
.breadcrumb {
    color: #888;
    font-size: 13px;
    text-align: center;
    /* padding-bottom: 10px; */
   position:relative;
    margin: 10px 0;
}


.breadcrumb:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 105px;
    height: 3px;
    background: #f5c501;
    bottom: -11px;
    left: 0;
    right: 0;
    margin:0 auto;
    transition: all 0.3s ease;
    z-index: 0;
}

.breadcrumb li,
.breadcrumb li a {
    display: inline;
}
.breadcrumb li+li:before {
    content: '> ';
    display: inline-block;
    margin: 0 3px;
}
.breadcrumb li a:hover {
    color: #f5c501;
  
}

.content-top .breadcrumb {
    border:none;
    font-size: 20px;
    display: block;
}
.content-top .breadcrumb li:first-child a{
    font-weight: normal;
}
.content-top .breadcrumb li:first-child a:before{
    display: none;
}
.content-top .breadcrumb li:last-child{
    color: #39B22E;
}
.content-top .breadcrumb li+li:before{
    font-size: 0;
    border-left: 7px solid #001E5E;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    vertical-align: middle;
    margin: -3px 5px 0;
}
.content-top .breadcrumb li a:hover {
    text-decoration:underline;
}
/*------------ / breadcrumb ------------*/
/*------------ side ------------*/
.side {
    width: 300px;
    float: left;
}
.has-side .content {
    max-width: 1440px;
    width: 100%;
    margin:auto;
}
.side-title {
    border-top: 5px solid #80CAA5;
    color: #80CAA5;
   font-family: Arial, 'Roboto', '文泉驛正黑', 'WenQuanYi Zen Hei', 'Cousine', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', monospace, sans-serif;
 font-size: 27px;
    padding: 20px 30px;
    background-color: #F2FAF6;
    margin-bottom: 2px;
    text-transform: uppercase;
    -webkit-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
}
.side-nav,
.side-nav-top {
    position: relative;
    font-size: 15px;
}
.side-nav li a,
.side-nav-top li a {
    position: relative;
    display: block;
    line-height: 1.4;
    padding: 8px 16px;
}
.side-nav li a,
.side-nav-top li a {
    display: block;
    margin-bottom: 2px;
}
.side-nav > li > a,
.side-nav-top > li > a {
    color: #fff;
    position: relative;
    padding: 8px 10px 8px 36px;
    line-height: 1.4;
    background-color: #80CAA5;
}
.side-nav-top > li > a {
    background-color: #4CA076;
}
.side-nav > li > a:hover,
.side-nav > li.active > a,
.side-nav-top > li > a:hover,
.side-nav-top > li.active > a {
    text-decoration: underline;
}
.side-nav > li > a:before,
.side-nav-top > li > a:before {
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 9px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    left: 14px;
    top: 14px;
}
.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;
}
.side-nav ul li a {
    color: #80CAA5;
    border: 1px solid #80CAA5;
    padding: 8px 10px 8px 36px;
}
.side-nav ul li a:hover,
.side-nav ul li.active > a {
    background-color: #F2FAF6;
}
/*------------ / side ------------*/
/*------------ site_footer ------------*/
.site-footer {
    margin-top: 0;
    border-top: 0;
     background: url(../../images/common/footer_bg.jpg) 50% 0 no-repeat;
    background-size: cover;
}
.footer-top {
    padding-top: 220px;
}
.site-footer {
   
color: rgb(255 255 255 / 70%);
   
font-size: 15px;
   
position: relative;
}
.footer-top {
   
padding: 125px 0px 5px;
}
.footer-top a:hover {
    color: #f5c501;
    text-decoration: underline;
}
.site-info {
    font-size: 15px;
    overflow: hidden;
    line-height: 1.5;
    font-family: Arial, 'Roboto', '文泉驛正黑', 'WenQuanYi Zen Hei', 'Cousine', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', monospace, sans-serif;
    float: left;
    width: 475px;
    margin-right: 15px;
}
.site-info .qrcode, .site-info .fb {
    float: left;
    /* margin-top: 10px; */
}
.site-info .fb {
    margin-left: 10px;
    text-indent: -9999%;
}
.site-info .fb:hover {
    border-color: #37C1F0;
}
.site-info .fb a {
    display: block;
    width: 118px;
    height: 118px;
    background: url(../../images/tw/fb_page.jpg)top center no-repeat;
    background-position: 0 0;
}
.site-info .fb a:hover {
    background-position: 0 100%;
}
.site-info .info-txt {
    margin-left: 137px;
    line-height: 2;
    letter-spacing: 1px;
    margin-top: 0;
}
.site-info .info-txt strong {
    color: #fff;
    font-size: 28px;
    font-family: 'Montserrat';
    font-weight: 400;
   
}
.site-info .info-txt span {
    color: #fff;
}
.site-map {
    float: left;
    letter-spacing: 33px;
    margin-top: 6px;
}

.site-map  .tit{
     color: #f5c501;
     font-size: 20px;
     font-family: 'Montserrat';
     font-weight: 400;
     letter-spacing:2px;
     margin-bottom: 7px;
}
.site-map ul {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 2px;
}
.site-map ul li {
     position: relative;
     padding-left: 12px;
     margin: 10px 0;
     display: -webkit-box;
}
.site-map ul li:before {
    content: '/';
    display: inline-block;
    /* width: 4px; */
    /* height: 4px; */
    /* background: #47A38A; */
    position: absolute;
    left: 0;
    top: -1px;
}

.footer-bottom .container{
    border-top:1px solid rgb(255 255 255 / 0.2);
    padding: 10px 0;
    font-size: 13px;
    color: rgb(255 255 255 / 60%);
}
.follow {
    float: right;
}
.follow .share {
    text-align: right;
    margin-bottom: 30px;
}

.footer-bottom {
    /* border-top: 1px solid #4E4E4E; */
    /* background: #272A2E; */
    /* padding: 20px 0; */
}
.footer-bottom a:hover {
    color: #f5c501;
}
.related-doc {
    float: left;
    letter-spacing: 0.2rem;
}
.related-doc li+li:before {
    content: '| ';
    color: #6C727E;
}
.related-doc li a {
    padding: 0 5px;
}
.copyright-box {
    float: right;
    color: #999;
}
/*------------ / site_footer ------------*/
/*------------ floating ------------*/
.floating,
.floating.fancybox-margin{
    width: 62px;
    margin: auto;
    margin-bottom: 35px;
    position:absolute;
    left: 0;
    right: 0;
    top: 0;
}
.floating .gotop{
    width: 60px;
    height: 88px;
    background: url(../../images/common/gotop.png) 50% 0 no-repeat;
    text-align: center;
    position: relative;
    text-indent: 0;
    font-size: 0;
    transition: all .2s ease;
}
.floating .gotop:after{
   
}
.floating .gotop:hover{
  background: url(../../images/common/gotop2.png) 50% 0 no-repeat;
  height:100px;
}
/*------------ / 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: 14px;
    padding: 0 5px;
    margin: 0px;
    box-sizing: border-box;
}
.pagination li a:hover,
.pagination li.active a {
    color: #f5c501;
}
.pagination li a.controls {
    padding: 0;
    font-size: 16px;
    color: #000101;
    line-height: 32px;
}
.pagination li a.controls:hover {
    color: #f5c501;
    background: none;
}
.page-info {
    display: none;
}
.page-info .form-control {
    height: 30px;
    line-height: 28px;
    border: 1px solid #ddd;
    margin: 0;
    background: none;
}
.page-info .form-control:focus {
    border-color: #f5c501;
}
.pagination li a.prev:after,
.pagination li a.next:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 12px;
    border-left: 1px solid #ccc;
    margin-bottom: 3px;
}
.pagination li a.prev:after {
    margin-left: 12px;
}
.pagination li a.next:before {
    margin-right: 12px;
}
/*------------ / pagination ------------*/
/*------------ form ------------*/
.reminder {
    color: #777;
    position: relative;
    margin: 0 0 60px;
}
.reminder span {
    display: inline-block;
    color: #f5c501;
}
.reminder b {
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    vertical-align: bottom;
    margin-bottom: -2px;
}
.qty-box {
    position: relative;
    display: inline-block;
    width: 100px;
    max-width: none;
    padding: 0 29px;
    box-sizing: border-box;
}
.qty-box .form-control {
    position: relative;
    text-align: center;
    height: 30px;
    line-height: 28px;
    color: #777;
    background: #fff;
    border: 1px solid #ddd;
    margin: 0;
    padding: 0 5px;
    z-index: 1;
    border-radius: 0;
}
.qty-box .form-control:focus {
    border-color: #7FCAA5;
}
.qty-box .btn {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 19px;
    color: #666;
    border: 1px solid #ddd;
    position: absolute !important;
    z-index: 0;
    top: 0;
}
.qty-box .btn:hover {
    border-color: #7FCAA5;
    background: #eee;
    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 #ccc;
   background: #fff;
   box-sizing: border-box;
   margin-bottom: 6px;
   color: #888888;
}
.form-control:focus {
    outline: none;
      border-color: #f5c501;
   
}
textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
}
.static-control {
    line-height: inherit;
    color: #444;
    font-size: 16px;
    margin: 0 0 6px;
    padding: 0 5px;
}
.form-wrap {
    margin: 0 auto;
}
.form-wrap.type2 {
    max-width: 900px;
}
.form-wrap .btn-box {
    margin: 0 auto;
    max-width: 900px;
}
.form-box {
    margin: 0 auto;
}
.form-box .row {
    margin: 0 -24px;
    position: relative;
}
.form-box .row:before {
    content: '';
    border-left: 1px solid #DCDCDC;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
}
.form-box .col {
    float: left;
    width: 50%;
    padding: 0 24px;
}
.form-box .required {
    position: relative;
}
.form-box .required:before {
    content: '';
     width: 4px;
    height: 4px;
    background: #47A38A;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    margin: 0 4px 4px 0;
}
.form-box .form-group {
    padding: 4px 0;
    line-height: 36px;
}
.form-box .control-label {
    display: block;
    font-size: 16px;
    color: #80CAA5;
    line-height: inherit;
}
.form-box .control-box {
    position: relative;
}
.form-box .control-box label {
    display: inline-block;
    line-height: inherit;
    margin: 0 10px 6px 5px;
    color: #999;
}
.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 * {
    vertical-align: middle;
}
.form-box .captcha a .icon.refresh {
    background-image: url(../../images/common/refresh.png);
    width: 36px;
    height: 37px;
    margin-top: -5px;
}
.form-box .captcha a:hover .icon.refresh {
    background-position: 0 100%;
}
.form-box .name .control-box {
    position: relative;
}
.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 100%;
}
.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: #80CAA5;
    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: absolute;
    right: 0;
    bottom: 100%;
}
.form-box .name .radio-box label {
    display: inline-block;
    margin-bottom: 0;
}
.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: 1920px;
    width:100%;
    /* background:#F3F9F7; */
    margin: 0 auto;
    padding-bottom: 140px;
}
.success-box {
    text-align: center;
    line-height: 2;
}
.success-msg {
    background: url('../../images/common/success.png') 50% 0 no-repeat;
    color: #333333;
    text-align:center;
    font-size: 21px;
    padding: 80px 0 0;
    line-height: 1.5;
    margin: 0 auto 15px;
}
.success-msg2 {
    display: inline-block;
    color: #fff;
    padding: 0 50px;
    font-size: 36px;
    letter-spacing: 0.05em;
    line-height: 1.53;
    background: #f5c501;
    min-width: 320px;
    margin-bottom: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.no-svg .success-msg {
    background-image: url('../../images/common/success_ic.png');
}
.success-txt {
    line-height: 1.8;
    color: #929292;
    font-size:14px;
    padding-bottom: 10px;
}
.success-txt strong {
    display: inline-block;
    color: #333;
    font-size: 15px;
    margin-bottom: 10px;
}
.success-txt a {
    text-decoration: underline;
    color: #000;
}
.success-txt a:hover {
    text-decoration: none;
}
.success-wrap .btn-box {
    max-width: 700px;
    margin: 0 auto;
}
/*------------ / form ------------*/
/*------------ lightbox ------------*/
body .fancybox-close {
    background: url(../../images/common/lightbox_close.png) no-repeat;
    width: 70px;
    height: 30px;
    right: 10px;
    top: -36px;
     display:none;
}
.no-svg body .fancybox-close {
    background-image: url(../../images/common/lightbox_close.png)
}
body .fancybox-skin {
    background: #E4E4E4;
}
body .fancybox-title {
    background: #fff;
    margin: 0;
    padding: 0 15px 15px;
}
.photo-title {
    background: url(../../images/common/album/name_ic.png) 12px 9px no-repeat rgba(31,131,103,0.85);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 12px 10px 45px;
    margin: 0 -15px 15px;
}
.photo-pager {
    color: #000;
    font-size: 12px;
    letter-spacing: 0.03rem;
    margin-bottom: 10px;
}
.photo-pager b {
    color: #46A38A;
    font-size: 14px;
}
.photo-intro {
    color: #929292;
    font-size: 14px;
    line-height: 1.75;
}
.photo-control {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    text-align: right;
}
.photo-control .ibtn {
    background-image: url(../../images/common/album/lightbox_control.png);
    height: 41px;
    width: 54px;
    margin-left: 1px;
}
.photo-control .ibtn.prev {
    background-position: 0 0;
}
.photo-control .ibtn.next {
    background-position: -54px 0;
}
.photo-control .ibtn.close {
    background-position: -108px 0;
    width: 41px;
}
.photo-control .ibtn.prev:hover {
    background-position: 0 100%;
}
.photo-control .ibtn.next:hover {
    background-position: -54px 100%;
}
.photo-control .ibtn.close:hover {
    background-position: -108px 100%;
}
.fancybox-nav span {
   
    display: none;
}
/*------------ / lightbox ------------*/
.mmenu-show #mobile-fixed li,
.mmenu-show #mobile-search,
.mmenu-show #member-box li a {
    background: #f5c501;
}
.mmenu-show #mobile-fixed ul,
.mmenu-show #member-box li {
    border-bottom-color: #f5c501;
}
.mmenu-show #mobile-menu .side-nav-top > li a:before {
    border-color: #f5c501;
}
.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active > a {
    color: #f5c501;
}
.mmenu-show #mobile-menu .share .btn .ic {
    vertical-align: middle;
}
.mmenu-show #mobile-search .ibtn.search {
    z-index: 1;
}
.mmenu-show .search-box:after {
    position: absolute;
    content: "\e901";
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    right: 0px;
    top: 0;
    font-size: 20px;
    line-height: 30px;
    width: 30px;
    height: 30px;
 }


@media screen and (max-width: 1600px) {
/*------------ floating 1600 ------------*/
    .floating,
    .floating.fancybox-margin {
        /* right: 0; */
        /* margin: 0; */
    }
/*------------ / floating 1600 ------------*/
}
@media screen and (max-width: 1480px) {
    .breadcrumb {
        padding-right:15px;
    }
    .site-nav .menu > li{
        /* padding: 0 10px */
    }
}
@media screen and (max-width: 1330px) {
/*------------ site_footer 1300 ------------*/
     .footer-top {
        padding: 100px 0 30px;
        text-align: center;
    }
    .site-info,
    .site-map {
        float: none;
        display: inline-block;
        vertical-align: top;
        text-align: left;
        width: auto;
        margin-bottom: 20px;
    }
    .site-info {
        margin-right: 50px;
    }
    .follow {
        float: none;
        clear: both;
        text-align: center;
    }
    .follow .share {
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px;
    }
/*------------ / site_footer 1370 ------------*/
}
@media screen and (max-width: 1340px) {
/*------------ site_header 1340 ------------*/
    .site-header .search-box {
        /* position: absolute; */
        /* top: 55px; */
        /* right: 0; */
    }
/*------------ / site_header 1340 ------------*/
}
@media screen and (max-width: 1200px) {
/*------------ side 1200 ------------*/
   .has-side .content {
        width:90%;
    }
    .site-nav .menu > li {
        /* padding: 0 5px; */
    }
/*------------ / side 1200 ------------*/
}
@media screen and (max-width: 1120px) {
/*------------ site_header 1120 ------------*/
   .site-nav .menu > li{
    /* padding: 0 4px; */
   }
    .top-nav {
        right: 15px;
    }
    .site-header .search-box {
        /* right: 15px; */
        /* top: 70px; */
    }
/*------------ / site_header 1120 ------------*/
}
@media screen and (max-width: 1000px) {
    .wrapper{
        padding-top: 40px;
    }
    .follow .share{
        display: none;
    }
    .header-fixed .site-title .logo,.site-title .logo {
        width: 190px;
        height: 60px;
    }
    .header-sheet {
        position: fixed;
        height: auto;
        bottom: 0%;
        z-index: 999;
        font-size: 14px;
        padding: 40px 0 10px;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        border-radius: 0;
    }
    .header-sheet .close-ontop {
        right: 0px;
        left: 0px;
        top: -21px;
        margin: auto;
        text-align: center;
        width: 100%;
        height: 35px;
    }
    button.close-ontop{
        padding:0px;
    }
    .close-ontop {
        float: none;
    }
    body #keyreply-container {
        bottom: 10%;
    }
    .header-active #keyreply-container {
        bottom: 0%;
        transition:all .7s;
    }
    .header-fixed .header-sheet{
        display:block;
    }
/*------------ site_header 1000 ------------*/
     .main-top{
     padding-top: 60px;
     }
    .site-title ,.header-fixed .site-title{
        float: none;
        padding: 10px 0;
        text-align: center;
    }
     .site-header {
        position:relative;
        z-index: 300;
    }
    .top-nav,
    .site-nav {
        display: none;
    }
    .site-header .language{
        display: none;
    }
/*------------ / site_header 1000 ------------*/
/*------------ site_main 1000 ------------*/
    .main-content {
        padding-bottom: 80px;
    }
/*------------ / site_main 1000 ------------*/
/*------------ site_footer 1000 ------------*/
    .footer-top {
            padding: 25px 0 25px;
    }
    .footer-top .container {
        text-align: center;
    }
    .footer-top .col {
        width: auto;
        float: none;
        clear: both;
        padding-bottom: 20px;
    }
    .footer-top .map-box {
        margin: 0;
    }
    .site-info {
        margin-left: 0;
    }
    .footer-top .col3 {
        display: none;
    }
    .copyright-box{
        text-align:center;
        float:none;
    }
/*------------ / site_footer 1000 ------------*/
/*------------ floating 1000 ------------*/
     .floating,
    .floating.fancybox-margin {
        /* background: none; */
        /* left:50%; */
        bottom: 0;
        /* margin-left: -15px; */
    }
    .floating .ibtn.gotop,.floating .ibtn.gotop:hover {
        background: url(../../images/common/mobile_gotop.png) 0% 40% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
    }
    .floating .ibtn.gotop {
    color: transparent;
    display: block;
    width: 30px;
    height: 30px;
    border: 0;
    top: auto;
    margin: 0;
    transform-origin: 0;
    transform: rotate(
0deg);
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
    z-index: 400;
}
/*------------ / floating 1000 ------------*/
}
@media screen and (max-width: 900px) {
    .site-map,
    .related-doc {
        display: none;
    }
    .footer-bottom {
        text-align: center;
    }
    .copyright-box {
        float: none;
    }
    .author {
        display: inline-block;
    }
}
@media screen and (max-width: 767px) {
/*------------ site_main 767 ------------*/
    .main-top{
     padding-top: 40px;
     }
     .main-content.terms{
     margin-top: 30px;}
    .main-title {
        font-size: 28px;
    }
    .content-title2 {
        font-size: 18px;
    }
/*------------ / 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-txt {
        padding:0 15px;
    }
    .success-txt strong {
    font-size:30px;
     padding:0px 15px;
     margin-bottom:30px;
     display: inline-block;
}
    .success-msg {
        background-size: 80px;
        padding-top: 90px;
    }
    .success-wrap {
    padding-bottom: 80px;
}
/*------------ / form 767 ------------*/
/*------------ lightbox 767 ------------*/
    .fancybox-album .fancybox-skin {
        margin: 40px 0 5px;
        padding: 10px !important;
    }
    .fancybox-album .fancybox-close {
        right: 50%;
        margin-right: -35px;
    }
    .fancybox-album .fancybox-nav span {
        margin: 0;
        top: -54px;
    }
    .fancybox-album .fancybox-prev span {
        left: -15px;
    }
    .fancybox-album .fancybox-next span {
        right: -15px;
    }
/*------------ / lightbox 767 ------------*/
}
@media screen and (max-width: 640px) {
    
    .site-info {
        margin: 0 0 25px;
        text-align: center;
    }
.site-info .qrcode, .site-info .fb {
    float: none;
    display: inline-block;
    margin-bottom: 20px;
    vertical-align: top;
}
    .site-info .info-txt {
        margin: 0;
    }
    .site-info .info-txt strong {
        font-size: 24px;
    }
}
@media screen and (max-width: 400px) {
/*------------ form 400 ------------*/
    .form-box .form-group .input-box {
        width: 100%;
    }
    .breadcrumb {
    padding:0px;
    text-align: center;
    margin-left: 0px;
}
/*------------ / form 400 ------------*/
/*------------ btn 400 ------------*/
    .btn.simple {
        margin: 0 auto 10px;
    }
/*------------ / btn 400 ------------*/
}