@charset 'utf-8';

.tableuse {
  overflow-x: auto;
}
.tableuse img{
    max-width:none;
}
/*------------ basic ------------*/

@font-face {
    font-family: "Frutiger LT Std";
    src: url(../font/FrutigerLTStd-LightCn.otf);
}

@font-face {
    font-family: "frutiger-lt-std-55-roman";
    src: url(../font/frutiger-lt-std-55-roman.otf);
}

body {
    font-family: Arial, '微軟正黑體', 'Microsoft JhengHei', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    color: #333333;
    font-size: 15px;
    line-height: 1.7;
}

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


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


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

i.require {
    display: inline-block;
    color: #AB1032;
    font-style: normal;
    margin-left: 10px;
}

i.require:after {
    content: '※';
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-left: 5px;
    color: #AB1032;
}


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


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

.mbgotop {
    display: none;
}

.share .btn {
    color: #fff;
    width: 40px;
    height: 40px;
    font-size: 21px;
    margin: 0;
    background: #777;
    text-align: center;
    border-bottom: 4px solid #575757;
    line-height: 42px;
}

.share .btn.google:hover {
    background: #d42e3a;
    border-bottom-color: #9b212a;
}

.share .btn.facebook:hover {
    background: #4867aa;
    border-bottom-color: #354b7c;
}

.share .btn.twitter:hover {
    background: #2daae2;
    border-bottom-color: #217ca5;
}

.share .btn.plurk:hover {
    background: #e95613;
    border-bottom-color: #ab3f0e;
}

.floating .ibtn.gotop:hover {
    background: #989898;
    border-bottom-color: #660a1e;
}

.ibtn.fb-fans-page {
    background-image: url('../images/fb.png');
    width: 109px;
    height: 109px;
}

.ibtn.fb-fans-page:hover {
    background-position: 0 100%;
}

.btn.basic {
    font-size: 13.5px;
    color: #777;
}

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

.btn i {
    /*margin-right: 5px;*/
}

.btn.snd {}

.btn.arrowL,
.btn.arrowR {
    /*border: 1px solid #9C8064;
    border-radius: 20px;
    line-height: 38px;
    height: 40px;
    color: #C09E7C;
    font-size: 16px;
    font-weight: bold;
    padding: 0 20px;
    background: #000;
    position: relative;
    margin: 0 5px 10px;*/
}


/*.btn.arrowL {
    padding-left: 52px;
}

.btn.arrowR {
    padding-right: 52px;
}*/

.form-box .control-label {
    vertical-align: top;
    box-sizing: border-box;
    color: #4c4c4c;
    width: 100px;
    display: inline-block;
	font-size:12px;
}

.form-box .control-box {
    position: relative;
    width: calc(100% - 105px);
    display: inline-block;
}

.btn.arrowL:hover,
.btn.arrowR:hover {
    color: #000;
}

.btn.arrowL .ic,
.btn.arrowR .ic {
    color: #9C8064;
    font-size: 18px;
    background-color: #000;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #9C8064;
    border-radius: 20px;
    position: absolute;
    top: -1px;
}

.btn.arrowL .ic {
    left: -1px;
}

.btn.arrowR .ic {
    right: -1px;
}

.btn.simple2,
.btn.simple {
    width: 100%;
    max-width: 330px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    background: #AB1032;
    /*margin: 0 10px 10px;*/
    font-family: 'Abel', sans-serif;
}

.btn.simple2 {
    height: 44px;
    line-height: 44px;
}

.btn.simple2.short,
.btn.simple.short {
    max-width: 330px;
}

.btn.simple2:hover,
.btn.simple:hover {
    color: #fff;
    background: #757575;
}

.btn.pure {
    color: #444;
    text-decoration: underline;
    font-size: 13.5;
    line-height: 30px;
    padding: 0 5px;
    margin: 0 5px 10px;
}

.btn.pure:hover {
    text-decoration: none;
}

.submitBtn,
.clearBtn {
    width: 100%;
    height: 31px;
    text-align: center;
    color: #fff;
    display: inline-block;
    line-height: 31px;
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 976px;
}

.submitBtn span,
.clearBtn span {
    margin-right: 23px;
    position: relative;
    top: 1px;
}

.clearBtn {
    background: #333333;
}

.clearBtn:hover {
    background: #757575;
}

.submitBtn {
    background: #AB1032;
}

.submitBtn:hover {
    background: #D42E3A;
}

.detail-more {
    background: #AB1032;
    width: 225px;
    height: 31px;
    line-height: 31px;
    color: #fff;
    text-align: center;
    display: block;
}

.detail-more:hover {
    background: #757575;
}


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


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

.site-header {
    background: #FFF;
    position: relative;
    padding-bottom: 15px;
    border-top: 3px solid #AB1032;
}

.site-title {
    position: relative;
    z-index: 10;
    top: 15px;
    left: 0;
    right: 0;
    margin: 0px auto 35px;
    text-align: right;
}

.site-header .site-title {}

.site-title .logo {
    color: transparent;
    background: url(../images/logo.png) 50% 0 / contain no-repeat;
    width: 196px;
    height: 61px;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    margin-top: 7px;
    margin-bottom: 8px;
}

.no-svg .site-title .logo {
    background-image: url('../images/logo.png');
}

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

.headerBtn-box {
    float: right;
}

.headerBtn-box .search-box {
    position: relative;
    z-index: 10;
    width: 120px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.headerBtn-box > a {
    display: inline-block;
    vertical-align: middle;
    background: #444444;
    width: 100px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    margin: 0 5px;
    font-size: 14px;
    position: relative;
}

.headerBtn-box > a > span {
    font-size: 20px;
    position: relative;
    top: 3px;
    margin-right: 5px;
}

.headerBtn-box > a i {
    background: #AB1032;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 13px;
    display: block;
    position: absolute;
    right: -15px;
    top: -15px;
    line-height: 30px;
    font-style: normal;
}

.headerBtn-box > a:hover {
    background: #AB1032;
}

.headerBtn-box > a:hover i {
    background: #444444;
}

.site-header .search-box .form-control {
    color: #666666;
    border: 0;
    border: 1px solid #CCCCCC;
    background: #fff;
    margin: 0;
    height: 40px;
    line-height: 40px;
    padding: 0 40px 0 0;
    border-radius: 0;
    box-sizing: border-box;
    padding-left: 10px;
    border-radius: 5px;
    font-size: 12px;
}

.site-header .search-box .form-control:focus {
    border-color: #000;
}

.site-header .search-box .ibtn.search {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 5px;
    top: 6px;
    font-size: 22px;
    color: #888888;
    border-left: 1px solid #ccc;
    padding-left: 5px;
    line-height: 33px;
    background: url(../images/btn_search_2.png);
}

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

.top-nav {
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 10;
}

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

.top-nav .language {
    margin-left: 10px;
    position: relative;
}

.top-nav .language .btn {
    background: url('../images/lang_caret.svg') 100% 0 no-repeat #000;
    border: 1px solid #666;
    color: #666;
    font-size: 13px;
    line-height: 30px;
    width: 180px;
    text-align: left;
    padding: 0 40px 0 10px;
}

.no-svg .top-nav .language .btn {
    background-image: url('../images/lang_caret.png');
}

.top-nav .language .btn:hover {
    background-position: 100% 100%;
    border-color: #E4D9C2;
    color: #E4D9C2;
}

.top-nav .language ul {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #666;
    border-top: 0;
    background: #000;
    color: #666;
    padding: 5px 0;
    display: none;
}

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

.top-nav .language ul a {
    padding: 2px 10px;
    display: block;
}

.top-nav .language ul a:hover {
    color: #E4D9C2;
}

.func-menu {
    display: inline-block;
    vertical-align: middle;
    display: block;
    margin: 0;
    padding: 0;
    text-align: right;
    padding-right: 8px;
    box-sizing: border-box;
}

.func-menu > li {
    vertical-align: middle;
    display: inline-block;
}

.func-menu > li:first-child:after {
    content: '/';
    margin: 0 3px;
    color: #858585;
}

.func-menu > li > a {
    color: #858585;
    font-size: 12px;
    line-height: 1.2;
}

.func-menu > li > a:hover {
    color: #000;
}

.func-menu > li > a span {
    font-weight: bold;
    margin-left: 5px;
}

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

.func-menu > li.gocart > a .ic {
    vertical-align: middle;
    font-size: 30px;
    margin-right: 6px;
}

.func-menu > li.gocart a:hover:before {
    background-position: 0 100%;
}

.func-menu .cart-box {
    position: absolute;
    z-index: 10;
    width: 300px;
    right: 0;
    top: 100%;
    border: 2px solid #c3a07d;
    background: #333;
    padding: 1px;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
    text-align: left;
}

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

.func-menu .cart-box .btn {
    width: 100%;
    background: #8a7159;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 39px;
    letter-spacing: 0.05em;
}

.func-menu .cart-box .btn:hover {
    background: #797979;
}

.func-menu .cart-list {
    padding: 4px;
}

.func-menu .cart-list li+li {
    border-top: 1px dashed #555;
}

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

.func-menu .cart-list a:hover {
    background: #555;
}

.func-menu .cart-list .pic {
    float: left;
    width: 70px;
}

.func-menu .cart-list .txt {
    margin-left: 82px;
    line-height: 1.7;
}

.func-menu .cart-list .name {
    display: block;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #c3a07d;
    font-size: 15px;
}

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

.func-menu .cart-list .qty {
    color: #e4d9c2;
}

.site-nav {
    /* padding: 85px 0 0px;
    letter-spacing: 0.02rem;
    text-align: center;*/
    width: 63%;
    float: left;
}

.site-nav .menu {
    display: inline-block;
    vertical-align: middle;
    /* margin-right: -25px;*/
}

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


/*.site-nav .menu li+li:after{
  display: block;
  width: 1px;
  height: 15px;
  background: #ddd;
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 15px;
}*/

.site-nav .menu li.no-line:after {
    display: none;
}


/*.site-nav .menu > li:nth-of-type(4) {
    margin-right: 240px;
}*/

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

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

.site-nav .menu > li > a {
    color: #000;
    font-size: 14px;
    padding: 0 15px 10px 0;
    padding-bottom: 0;
    /*margin: 0 10px;*/
}

.site-nav .menu > li > a::after {
    content: "\e923";
    font-family: 'icon-font-30' !important;
    display: block;
    text-align: center;
    line-height: 13px;
    font-size: 12px;
    color: #AB1032;
}

.site-nav .menu > li > a:hover::after {
    color: #000;
}

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

.site-nav .menu ul ul:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 100%;
    top: 0;
    right: 100%;
    display: block;
    background: transparent;
}

.site-nav .menu ul {
    display: none;
    position: absolute;
    width: 250px;
    box-sizing: border-box;
    padding: 0;
    top: 55px;
    text-align: left;
    left: 0;
}

.site-nav .menu > li:nth-child(2) > ul {
    display: none;
    position: absolute;
    width: 190px;
    box-sizing: border-box;
    padding: 0;
    top: 55px;
    text-align: left;
    left: 0;
}
.site-nav .menu > li:nth-child(3) > ul {
    display: none;
    position: absolute;
    width: 320px;
    box-sizing: border-box;
    padding: 0;
    top: 55px;
    text-align: left;
    left: 0;
}
.site-nav .menu ul li {
    background: #F6F6F6;
    padding: 5px 20px;
    /* margin-bottom: 2px;*/
}

.site-nav .menu ul li+li:after {
    display: none;
}

.site-nav .menu ul a {
    font-size: 14px;
    color: #666;
    position: relative;
}

.site-nav .menu ul li:hover {
    color: #fff;
    background: #AB1032;
}

.site-nav .menu ul li:hover a {
    color: #fff;
}


/*.site-nav .menu ul a:hover:before{
  content: '';
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  left: -12px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}*/

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

.site-nav .menu ul li:hover ul a {
    color: #333333;
}

.site-nav .menu ul li ul li:hover a {
    color: #fff;
}
.site-nav .menu ul li li:hover li a{
   color:#333;
}
.site-nav .menu ul li li:hover li:hover a{
   color:#fff;
}
.top_index{
	width: 45px;
    display: inline-block;
    background: #ab1032;
    color: #fff;
    padding: 10px 0;
    text-align: center;
	  margin-right:20px;
}
.top_index:after{
	content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 23px 0 22px 12px;
    border-color: transparent transparent transparent #ab1032;
    left: 60px;
    bottom:0px;

}

/************產品下拉選單**************/

.dropdown-menu {
    position: absolute;
    top: 109%;
    left: 0px;
    right: 0;
    background: #F6F6F6;
    /* border: solid 1px #ddd; */
    box-sizing: border-box;
    z-index: 90;
    font-size: 15px;
    display: none;
    overflow: hidden;
}
.dropdown-menu.open {
    z-index: 11;
}

.dropdown-menu .container {
    max-width: 1440px;
}
.dropdown-menu ul{
    padding:0px;
    text-align:left;
}
.dropdown-menu ul li {
    float: left;
    width: 25%;

	list-style-type:none
}
.dropdown-menu ul > li:nth-child(4n+1){
  clear: left;
}
.dropdown-menu  ul > li{
  /* border-top: solid 1px #888; */
}
.dropdown-menu  ul > li:nth-child(1),
.dropdown-menu  ul > li:nth-child(2),
.dropdown-menu  ul > li:nth-child(3),
.dropdown-menu  ul > li:nth-child(4){
  border: none;
}
.dropdown-menu ul > li ul li{
  border-top: none;
}
.dropdown-menu ul > li > a {
    display: block;
    padding: 10px 10px 5px;
   color: #ab1032;
    font-size: 16px;
    position: relative;
    text-align: left;
}

.dropdown-menu ul ul > li > a:before{
  display: none;
}
.dropdown-menu ul > li > a:hover {
    text-decoration: underline;
}
.dropdown-menu ul ul {
    padding: 5px 10px 20px;
    display: inline-block;
    width: 100%;
}
.dropdown-menu ul ul li {
    width: auto;
    float: left;
    width: 100%;
}

.dropdown-menu ul ul li a {
    padding: 5px 0;
    font-size: 14px;
    color: #5f5f5f;
}
.dropdown-menu ul ul li a:hover{
  color: #bd0c0c;
	 text-decoration:none;
}

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


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

.banner {
    position: relative;
}

.banner .container {
    max-width: 1860px;
}


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


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

.main-title {
    margin: 30px 0 40px;
    text-align: center;
    font-weight: normal;
    line-height: 1.1;
}

.main-title > span {
    display: block;
}

.mtitle_cn {
    font-size: 24px;
    color: #333333;
}

.mtitle_en {
    font-size: 28px;
    color: #333333;
    font-family: "frutiger-lt-std-55-roman";
    font-weight: bold;
    font-weight: 300;
    line-height: 1.5em;
}

.main-title .stitle span {
    text-align: center;
    font-size: 20px;
    color: #AB1032;
    display: block;
    line-height: 25px;
    font-weight: bold;
}

.main-title .stitle span:first-child {
    font-size: 15px;
}


/*.main-top {
    padding:15px 0 50px;
}

.main-top .container {
    max-width: 1830px;
    border-top: solid 1px #e4e4e4;
}

.main-title {
    background: url('../images/main_title_bg.png');
    font-family: 'Times New Roman', Times, Georgia, serif;
    font-size: 28px;
    font-weight: normal;
    color: #30271E;
    letter-spacing: 0.02rem;
    text-align: center;
    line-height: 1.5;
    margin: 0;
}*/

.main-content::after {
    content: "";
    max-width: 1410px;
    display: block;
    margin: 40px auto;
    border-bottom: 1px solid #E5E5E5;
}

.content {
    max-width: 1440px;
    margin: 0 auto;
    min-height: 300px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.content-title {
    color: #CB302C;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    margin: -28px 0 14px;
}

.shopping-title {
    color: #000;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.05em;
    position: relative;
    margin-bottom: 5px;
}

.shopping-title .ic {
    position: relative;
    left: 0;
    top: 4px;
    font-size: 21px;
}

.btn-box {
    clear: both;
    padding-top: 40px;
    position: relative;
    text-align: center;
}

.btn-box.left {
    text-align: left;
}

.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 ------------*/

.brands-mtitle {
    font-size: 18px;
    margin-bottom: 25px;
}

.brands-mtitle span {
    color: #AB1032;
    margin-right: 5px;
}


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

.breadcrumb {
    max-width: 310px;
    margin: 0 0 20px;
    text-align: left;
    color: #333333;
    font-size: 13px;
    line-height: normal;
}

.breadcrumb li {
    margin: 0;
}

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

.breadcrumb li:last-child a {
    color: #AB1032;
}

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

.breadcrumb li a:hover {
    color: #111;
}

.content-top .breadcrumb {
    text-align: left;
    padding: 0 0 0 20px;
    margin-bottom: 18px;
    font-size: 15px;
    position: relative;
}

.content-top .breadcrumb:before {
    content: '\e90f';
    font-family: 'icon-font-30' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    position: absolute;
    top: 7px;
    left: 0;
}

.content-top .breadcrumb li+li:before {
    content: '\f105';
    display: inline-block;
    vertical-align: middle;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: none;
    width: auto;
    height: auto;
    font-size: 1.4em;
    margin-right: 2px;
}

.content-top .breadcrumb li:last-child a,
.content-top .breadcrumb li a:hover {
    color: #bbb;
}


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


/*------------ content_nav ------------*/

.content-nav {
    text-align: center;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 8px;
    margin-bottom: 40px;
}

.content-nav li {
    position: relative;
    margin: 0;
    letter-spacing: 0;
}

.content-nav li a {
    display: block;
    color: #9A7F64;
    border: 1px solid #C19F7E;
    margin-bottom: 10px;
    padding: 5px 15px;
}

.content-nav li a:hover,
.content-nav li.active > a {
    background: #C19F7E;
    color: #000;
}

.content-nav li a.logout {
    border: 0;
    font-weight: bold;
}

.content-nav li a.logout:hover,
.content-nav li.active > a.logout {
    background: none;
    color: #9A7F64;
    text-decoration: underline;
}


/*------------ / content_nav ------------*/


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

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

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

.side-nav {
    position: relative;
    background: url(../images/sideTop-bg.jpg) no-repeat left top;
    padding: 8px 0 6px;
    border-bottom: 3px solid #333333;
}

.side-nav li a {
    display: block;
}

.side-nav > li {
    border: dashed #A5A5A5;
    border-width: 1px 0 0;
}

.side-nav > li:last-child {
    border-bottom: dashed #A5A5A5 1px;
}

.side-nav > li > a {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 50px 10px 15px;
}

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

.side-nav ul {
    display: none;
    margin-bottom: 20px;
}

.side-nav > .has-child > a:after {
    content: ' ';
    display: block;
    width: 25px;
    height: 20px;
    background-image: url(../images/side_icon.png);
    position: absolute;
    right: 22px;
    top: 6px;
}

.side-nav > .has-child.active > a:after {
    background-position: 0 100%;
    top: 15px;
}

.side-nav ul li a {
    color: #525252;
    font-size: 15px;
    position: relative;
    padding: 4px 10px 4px 32px;
    display: block;
}

.side-nav ul li a::before {
    content: "\e920";
    font-family: 'icon-font-30' !important;
    font-size: 12px;
    margin-right: 5px;
}

.side-nav ul li a:hover,
.side-nav ul li.active > a {
    color: #AB1032;
    background: #F6F6F6;
}

.side-nav ul li.active .ic30-07::before {
    position: absolute;
    right: 0;
}
.side-nav ul li li a{
   background:#eaeaea;
}
.side-nav ul li li:hover a{
   background:#dadada;
}
.side-nav-top {
    position: relative;
    background: url('../images/border.png') repeat-x;
    padding: 10px 0;
    letter-spacing: 0.03rem;
}

.side-nav-top > li > a {
    color: #9C8064;
    font-size: 16px;
    padding: 5px 10px 5px 32px;
}


/*.side-nav-top > li > a:before {
    content: '\e90f';
    font-family: 'icon-font-30' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    position: absolute;
    top: 12px;
    left: 10px;
}*/

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


/*.side-nav > li > a::after {
    content: "\e923";
    font-family: 'icon-font-30' !important;
    position: absolute;
    right: 15px;
    color: #AB1032;
    font-size: 14px;
}

.side-nav > li.active > a::after{
    content: "\e922";
}*/


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


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

.footer-top {
    background: #F6F6F6;
    color: #777777;
    font-size: 15px;
}

.site-map {
    float: left;
    width:70%;
}

.site-map ul li {
    padding: 7px 10px;
}
.site-map ul li:nth-last-child(3) {
    margin-left:65px;
}
.site-map ul li.active {
    background: #AB1032;
    color: #fff;
    position: relative;
    margin-right: 12px;
}

.site-map ul li.active::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 12px;
    border-color: transparent transparent transparent #ab1032;
    right: -12px;
    top: 0;
}

.site-map ul li.active a:hover {
    color: #fff;
}

.site-map ul li a:hover,
.copyright a:hover {
    color: #ab1032;
}

.share {
    float: right;
}

.follow {
    padding: 25px 0;
}

.follow > div {
    display: inline-block;
    vertical-align: top;
}

.footer-info {
    line-height: 27px;
    margin-left: 20px;
    color: #777777;
    font-size: 15px;
    font-family: 'Frutiger LT Std';
    letter-spacing: 1.2px;
    font-family: 'Frutiger LT Std', '微軟正黑體', 'Microsoft JhengHei', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
}

.footer-logo {
    float: right;
}

.copyright {
    background: #989898;
    color: #fff;
    font-size: 14px;
    padding: 15px 0;
}

.copyright span a {
    text-align: right;
    float: right;
    padding: 0 10px;
}


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


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

.floating,
.floating.fancybox-margin {
    position: relative;
    float: right;
    margin-left: 4px;
}

.floating .ibtn.gotop {
    color: #fff;
    width: 40px;
    height: 40px;
    font-size: 24px;
    margin: 0;
    background: #ab1032;
    text-align: center;
    border-bottom: 4px solid #73010a;
    line-height: 40px;
    display: inline-block;
    text-indent: inherit;
}


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


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

.pagination {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 13px;
}

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

.pagination li a {
    display: block;
    min-width: 25px;
    height: 25px;
    line-height: 25px;
    padding: 0 3px;
    text-align: center;
    color: #AB1032;
    font-size: 15px;
    margin: 0 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pagination li a:hover,
.pagination li.active a {
    color: #FFFFFF;
    background: #AB1032;
}

.pagination li a.controls {
    width: 20px;
    /* line-height: 20x; */
    font-size: 13px;
    color: #AB1032;
    position: relative;
    top: 1px;
}

.pagination li a.controls:hover {
    color: #333333;
    background: transparent;
}

.pagination li a.controls .ic {
    margin: 0 0 3px;
    vertical-align: middle;
}

.pagination li a.prev {
    margin-right: 15px;
}

.pagination li a.next {
    margin-left: 15px;
}

.page-info {
    display: none;
}

.page-info .form-control {
    height: 40px;
    line-height: 38px;
    color: #757575;
    padding: 5px 10px;
    background: none;
    border: 1px solid #757575;
}

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


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


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

.reminder {
    letter-spacing: 0.04em;
    position: relative;
    margin: 0 auto 15px;
    max-width: 976px;
}

.reminder b {
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    vertical-align: bottom;
    margin-bottom: -2px;
}

.qty-box {
    position: relative;
    display: inline-block;
    max-width: none;
    box-sizing: border-box;
}

.qty-box .form-control {
    position: relative;
    text-align: center;
    height: 28px;
    line-height: 26px;
    color: #444;
    font-size: 13.5px;
    background: #fff;
    border: 1px solid #ddd;
    margin: 0;
    width: 37px;
    margin: 0 auto;
    z-index: 1;
    border-radius: 0;
}

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

.qty-box .btn {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 17px;
    color: #fff;
    background: #444;
    position: absolute !important;
    z-index: 3;
    top: 5px;
}

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

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

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

.form-control {
    border: none;
    display: block;
    width: 100%;
    height: 33px;
    line-height: 32px;
    color: #878787;
    padding: 0 10px;
    background: #F6F6F6;
    box-sizing: border-box;
    margin-bottom: 6px;
}

.form-control:focus {
    outline: none;
    border-color: #000;
}

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

.static-control {
    line-height: inherit;
    color: #000;
    font-size: 13.5px;
    font-weight: bold;
    margin: 0 0 6px;
    padding: 0;
}

.form-title {
    font-size: 19px;
    position: relative;
}

.form-wrap {
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 976px;
    padding: 30px 0 30px 15px;
    background: url(../images/contact/form-line.jpg) no-repeat left top;
    border-bottom: 1px solid #DFDFDF;
}


/*.form-wrap.type3 {
    background: none;
    padding: 0;
}

.form-wrap.type2 .form-box,
.form-wrap.type3 .form-box {
    max-width: 1000px;
}*/

.form-wrap .btn-box {
    margin: 0 auto;
    max-width: 1000px;
}

.form-box {
    margin: 0 auto;
}

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

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

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

.form-box .required:after {
    content: '※';
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-left: 5px;
    color: #AB1032;
}

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

.form-box .control-label {
    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;
}

.form-box .captcha .form-control {
    display: inline-block;
    vertical-align: top;
    width: calc(85% - 15px);
}

.form-box .captcha a {
    display: inline-block;
    vertical-align: top;
    color: #aaa;
    line-height: inherit;
    margin-left: 5px;
    margin-bottom: 6px;
    position: relative;
    top: -2px;
    transition: all .3s ease;
}

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

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

.form-box .captcha a .ic {
    width: 25px;
    height: 25px;
    font-size: 20px;
    margin-left: 5px;
    position: relative;
    top: 1px;
    color: #AB1032;
}

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

.ic-refresh-rounded::before {
    content: '\f01e';
}

.form-box .captcha a:hover .icon {
    background-position: 0 100%;
}

.form-box .account .control-label {
    /*float: left;*/
}

.form-box .account .control-box {
    /*margin-left: 150px;*/
}

.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.6;
    margin-bottom: 6px;
    color: #b20000;
    font-size: 13.5px;
    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: 33.33333%;
    padding: 0 3px;
    box-sizing: border-box;
}

.form-box .input-group.add2 .input-box {
    width: 50%;
}

.form-box .input-group.add2 .input-box:last-child {
    width: 100%;
}

.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;
    right: 0;
    bottom: 100%;
}

.form-box .name .sex-box {
    top: 0;
}

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

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

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

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

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

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

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

.fill-btn-box {
    padding-top: 20px;
}

.success-wrap {
    text-align: center;
    margin: 0 auto;
    max-width: 976px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.success-box {
    text-align: center;
}

.success-msg {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #DFDFDF;
    line-height: 1.3;
}

.success-cn {
    color: #AB1032;
    font-size: 30px;
}

.success-en {
    font-size: 23px;
    color: #333333;
    font-family: 'Abel', sans-serif;
}

.success-msg i {
    margin-right: 5px;
}

.success-msg.has-line {
    max-width: 587px;
    margin: 0 auto 30px;
    border-bottom: solid 1px #ddd;
    padding-bottom: 10px;
}

.success-txt {
    line-height: 1.65;
    font-size: 15px;
    letter-spacing: 0.035em;
}

.success-txt strong {}

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

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


.success-txt2{
    display:flex;
    justify-content: center;
    margin:0 0 50px 0;
    text-align:left;
}
.success-txt2 .pic{
    max-width:200px;
    flex-shrink: 0;
    line-height:0;
}
.success-txt2 .txt{
    line-height: 1.65;
    font-size: 15px;
    letter-spacing: 0.035em;
    padding:0 0 0 20px;
}
.success-txt2 .txt span{
    color: #AB1032;
}
@media screen and (max-width: 500px) {
    .success-txt2{
        flex-direction: column;
        text-align:center;
    }
    .success-txt2 .pic{
        margin:0 auto;
    }
    .success-txt2 .txt{
        padding:0;
    }
}
/*------------ / form ------------*/


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

.table-box {
    padding: 4px 0;
    /*max-width: 1000px;*/
    margin: 0 auto;
}

.table-box.sht {
    max-width: 1000px;
}

.reminder.ord {
    margin-bottom: 5px;
}

.table-h {
    color: #000;
}

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

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

.table-h thead th {
    color: #444;
    background: #fff;
    border-top: solid 1px #bbb;
    font-weight: normal;
    padding: 12px;
}

.table-h tbody tr {
    border-top: 1px dashed #bbb;
}

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

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

.table td span {
    color: #b20000;
    margin-right: 5px;
    font-weight: bold;
}

.table-v {
    color: #777;
    font-size: 13px;
}

.table-v tr + tr {
    /*border-top: 1px dashed #4E4032;*/
}

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

.table-v th {
    text-align: left;
    width: 160px;
    color: #444;
    border-right: dashed 1px #bbb;
    box-sizing: border-box;
    padding: 0 15px;
    padding-left: 20px;
    font-weight: normal;
    position: relative;
}

.table-v td {
    color: #444;
    padding-left: 20px;
    padding-right: 15px;
    box-sizing: border-box;
}

.table-v b {
    color: #b20000;
    font-weight: bold;
}


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


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

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

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

body .fancybox-skin {
    background: #222;
    border-radius: 0;
    margin-top: 40px;
    border-radius: 0;
}

.lightbox-body {
    background: none;
}

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

.lightbox-wrapper .form-control {
    border: solid 1px #ddd;
    width: 100%;
    height: 45px;
    background: #fff;
    line-height: 42px;
}

.lightbox-wrapper .form-control:focus {
    border-color: #000;
}

.login-box .lightbox-title {
    padding-top: 60px;
    color: #2a2a2a;
    font-size: 20px;
    text-align: center;
    margin: 0 0 20px;
    background: #fff;
}

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

.lightbox-btn {
    background: #000;
    text-align: center;
    margin: 15px -40px -40px;
    padding: 30px 40px 20px;
}

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

.arrival-box {
    position: relative;
    background: #fff;
}

.arrival-box .pd-name {
    color: #2a2a2a;
    font-size: 20px;
    text-align: center;
    line-height: 1.75;
    margin: 30px 0 5px;
    font-weight: bold;
}

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

.arrival-box .btn.simple {
    max-width: 200px;
}

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

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

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


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

.mmenu-show #mobile-menu .side-nav ul {
    margin: 0;
}

.mmenu-show #mobile-menu .side-nav > li+li {
    border-top: 0;
}

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

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

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

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

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

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

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

.mmenu-show #mobile-menu .share .btn .ic {
    vertical-align: middle;
}
.fixed_contact{
	position:fixed;
	bottom:20px;
	right:30px;
	max-width:100%;
	z-index:9999;
}
.fixed_contact .reminder{
	color:#666;
}
.fixed_contact >.btn{
	color: #ab1032;
    font-size: 0px;
    margin: 0;
    text-align: center;
    line-height: 42px;

	transition: all 0s ease;
}
.fixed_contact >.btn{
	color: #ab1032;
    font-size: 0px;
    margin: 0;
    text-align: center;
    line-height: 42px;

	transition: all 0s ease;
}
.fixed_contact >.btn:before{
    content: '聯絡我們';
    display: block;
    font-size: 14px;
    position: absolute;
    right: 100%;
    top: 5px;
	opacity:0;
	transition: all .3s ease;

}
.fixed_contact >.btn:hover:before,.fixed_contact >.btn.active:before{
	opacity:1;
}
.fixed_contact>.btn{
	width:55px;
	height:55px;
	background:url(../images/toggle_ic.png);
	
}
.fixed_contact >.btn.active{
	background-position:bottom;
}
.fixed_content{
	background:#fff;
	width:400px;
	position:absolute;
	right:0;
	bottom:45px;
	border:solid 1px #222;
	padding:15px;
	display:none;
	max-height: calc(100vh - 163px);
    overflow: auto;
	z-index:50;
}
.fixed_content .form-wrap{
	padding:0;
	background:none;
}
.fixed_content .form-box .name .radio-box{
	position:relative;
}
.contact-form {
    border: 1px solid #DFDFDF;
    padding: 30px 15px 10px;
}
@media screen and (max-width: 1650px) {
    /*------------ floating 1650 ------------*/
    .floating,
    .floating.fancybox-margin {
        margin-right: 0;
    }
    /*------------ / floating 1650 ------------*/
}

@media screen and (max-width: 1200px) {
    /*------------ side 1200 ------------*/
    .side {
        width: 250px;
    }
    .has-side .content {
        width: calc(100% - 300px);
    }
    /*------------ / side 1200 ------------*/
}

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

@media screen and (max-width: 1000px) {
    .fixed_contact >.btn{
		
	}
	.fixed_contact{
		right:0;
		bottom:0;
	}
    /*------------ site_header 1000 ------------*/
    .mbgotop {
        display: block;
        background: #000;
        color: #fff;
        text-align: center;
        text-indent: inherit;
        position: fixed;
        right: 10px;
        bottom: 45px;
        width: 25px;
        height: 25px;
        line-height: 25px;
        border-radius: 50%;
    }
    .site-title {
        position: relative;
        left: 0;
        margin: 0;
        text-align: center;
        top: 0;
    }
    .site-title .logo {
        margin-bottom: 3px;
        margin-top: 15px;
        width: 140px;
        height: 45px;
    }
    .site-nav,
    .site-header .search-box,
    .top-nav,
    .top_index {
        display: none;
    }
    .headerBtn-box {
        display: none;
    }
    /*------------ / site_header 1000 ------------*/
    /*------------ site_main 1000 ------------*/
    .main-top {
        /*  padding-bottom: 50px;*/
    }
    /*------------ / site_main 1000 ------------*/
    /*------------ content_nav 1000 ------------*/
    .content-nav {
        display: none;
    }
    /*------------ / content_nav 1000 ------------*/
    /*------------ site_footer 1000 ------------*/
    .site-footer {
        /*padding: 40px 0 30px;*/
    }
    .footer-top,
    .follow > div.footer-logo {
        display: none;
    }
    .follow {
        padding-top: 0;
    }
    /*------------ / 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/mobile_gotop.png') 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
    }
    /*------------ / floating 1000 ------------*/
    /*------------ form 1000 ------------*/
    .form-box .col {
        width: 100%;
    }
    /*------------ / form 1000 ------------*/
}

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

@media screen and (max-width: 767px) {
    /*------------ site_main 767 ------------*/
    .main-top {
        /*padding: 10px 0 20px;*/
    }
    .main-title {
        font-size: 24px;
    }
    .main-content {
        /* padding-bottom: 30px;*/
    }
    .btn.simple2,
    .btn.simple {
        margin: 0 auto 10px;
    }
    /* .site-title .logo {
        width: 140px;
        height: 63px;
    } */
    /*------------ / site_main 767 ------------*/
    /*------------ breadcrumb 767 ------------*/
    .breadcrumb {
        font-size: 12px;
        padding-top: 5px;
    }
    /*------------ / breadcrumb 767 ------------*/
    /*------------ pagination 767 ------------*/
    .page-info {
        display: block;
        padding: 0 50px;
    }
    .pagination {
        position: relative;
        height: 0;
    }
    .pagination li a {
        display: none;
    }
    .pagination li a.controls {
        display: block;
        position: absolute;
        bottom: -32px;
        margin: 0;
        font-size: 20px;
    }
    .pagination li a.prev {
        left: 0;
        top: 10px;
    }
    .pagination li a.next {
        right: 0;
        top: 10px;
    }
    /*------------ / pagination 767 ------------*/
    /*------------ site_footer 767 ------------*/
    .site-footer {
        /*text-align: center;
        padding: 30px 0;*/
    }
    .site-footer .col {
        float: none;
        width: auto;
        padding: 0;
    }
    .site-info {
        margin-bottom: 25px;
    }
    .site-info b {
        display: block;
        margin: 0;
    }
    .site-info .txt {
        display: inline-block;
        padding: 0;
    }
    .site-info .txt:before {
        display: none;
    }
    /*------------ / site_footer 767 ------------*/
    /*------------ form 767 ------------*/
    .form-title {
        /*font-size: 24px;*/
    }
    .form-wrap {
        padding: 30px 0;
    }
    .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: 40px 15px 30px;*/
    }
    /*------------ / form 767 ------------*/
    /*------------ table 767 ------------*/
    .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;
    }
    .table-h tr {
        padding: 10px 15px;
        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 ------------*/
}

@media screen and (max-width: 600px) {
    .qrcode {
        width: 110px;
    }
    .footer-info {
        width: calc(100% - 140px);
        letter-spacing: 1.1px;
        font-size: 13px;
    }
    .form-box .name .radio-box {
        position: relative;
    }
    .form-box .control-label,
    .form-box .control-box {
        width: 100%;
    }
	.fixed_contact .form-box .control-label{    width: 120px;}
	.fixed_contact .form-box .control-box{
		    width: calc(100% - 125px);
	}
}

@media screen and (max-width: 500px) {
    /*------------ lightbox 500 ------------*/
    .lightbox-wrapper {
        padding: 30px 20px;
    }
    .lightbox-btn {
        margin: 15px -20px -30px;
        padding: 25px 20px 15px;
    }
    .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 {
        padding: 10px 0;
    }
    .table-v th,
    .table-v td {
        padding: 0;
    }
    /*------------ / table 500 ------------*/
	.fixed_content{
		width:300px;
	}
}

@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 ------------*/
    .qrcode,
    .footer-info {
        width: 100%;
        margin: 5px 0;
    }
}
