@charset 'utf-8';


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

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

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





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


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

.icon {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-image: url('../../images/common/icons.png');
    width: 25px;
    height: 25px;
}

.icon.require {
    background: #D7AD5A;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    margin: 0 3px 3px;
}





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


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

.share .btn {
    color: #fff;
    font-size: 24px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    background: url(../../images/common/share_bg.jpg);
    margin: 0 5px;
    position: relative;
}

.share .btn:after{
    content: "";
    width: 46px;
    height: 46px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin: -23px 0 0 -23px;
    display: block;
    position: absolute;
    background: #3D5A98;
    opacity: 0;
    transition: all .2s;
}

.share .btn:hover:after {
    opacity: 1;
}

.share .btn.google:after{
    background: #DD4B39;
}

.share .btn.twitter:after{
    background: #50ABF1;
}

.share .btn.plurk:after{
    background: #EA4640;
}

.share .btn .ic {
    vertical-align: middle;
    margin-bottom: 5px;
    position: relative;
    z-index: 10;
}

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

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

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

.btn.simple {
    max-width: 275px;
    width: 100%;
    height: 35px;
    font-family: 'Alike', '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', serif;
    background: #55565A;
    line-height: 32px;
    position: relative;
    margin: 0 8px 10px;
    color: #fff;
    text-align: right;
    box-sizing: border-box;
    padding: 0 10px 0 15px;
    letter-spacing: 1px;
    font-size: 16px;
    transition: all .2s;
}

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

.btn.simple:hover {
    background: #221815;
}

.btn.simple .ic {
    font-size: 22px;
    margin: 4px 0 0 0;
    float: left;
}

.btn.simple.bg2{
    text-align: left;
    background: #C30C22;
    line-height: 34px;
}

.btn.simple.bg2:hover{
    background: #8C0000;
}

.btn.simple.bg2 .ic{
    float: right;
    margin: 6px 0 0 0;
}

.btn.simple2 {
    width: 100%;
    max-width: 356px;
    color: #fff;
    background: #000;
    font-size: 16px;
    font-weight: bold;
    line-height: 35px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.btn.simple2:hover {
    background: #F75000;
}

.btn.simple3 {
    width: 100%;
    color: #fff;
    background: #F75000;
    font-size: 20px;
    font-family: 'Alike', '微軟正黑體', serif;
    line-height: 40px;
    letter-spacing: 0.08em;
}

.btn.simple3:hover {
    background: #CC0D0D;
}

.btn.normal {
    color: #666;
    background: #fff;
    font-size: 14px;
    padding: 0 10px;
    min-width: 160px;
    line-height: 32px;
    border: 1px solid #ccc;
    margin: 0 2px 10px;
    transition: all .2s;
}

.btn.normal i{
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 4px 0;
    color: #b78644;
}

.btn.normal:hover {
    border-color: #d7ad5a;
    color: #571301;
}

.btn.normal .icon {
    margin: 0 4px 3px 0;
}

.btn.normal .icon.home {
    background-position: 0 0;
}

.btn.normal .icon.cart {
    background-position: -25px 0;
}

.btn.normal .icon.cart2 {
    background-position: -50px 0;
}

.btn.normal .icon.order {
    background-position: -75px 0;
}

.btn.normal .icon.money {
    background-position: -100px 0;
}

.btn.pure {
    color: #F75000;
    line-height: 30px;
    margin: 0 5px 10px;
    text-decoration: underline;
}

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





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


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

.site-header {
    position: fixed;
    width: 100%;
    z-index: 30;
    background: rgba(255, 255, 255, .85);
}

.site-header:before {
    content: "";
    background: url(../../images/common/logo_bg.jpg);
    position: absolute;
    top: 0;
    left: 0;
    /* width: 250px; */
    width: calc(50vw - 712px);
    height: 120px;
}

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

.site-title {
    position: relative;
    z-index: 5;
    float: left;
    min-width: 510px;
    text-align: right;
    background: url(../../images/common/logo_bg.jpg);
    padding: 26px 55px 29px 0;
}

.site-title .logo {
    background: url('../../images/common/logo.png') 50% 50% / contain no-repeat;
    width: 234px;
    height: 65px;
    transition: opacity .3s ease;
}

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


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

.top-nav .language .btn {
    display: block;
    font-family: 'Maven Pro', sans-serif;
    color: #221E1F;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: bold;
}

.top-nav .language .btn i {
    font-size: 12px;
    margin: 0 0 0 5px;
}

.top-nav .language ul {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    margin: 10px 0 0 0;
    width: 144px;
}

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

.top-nav .language li a {
    color: #F8F8F8;
    background: #221E1F;
    line-height: 30px;
    font-size: 14px;
    text-align: right;
    padding: 0 25px 0 5px;
    margin: 0 0 1px;
    transition: all .2s;
    display: block;
    position: relative;
}

.top-nav .language li a:hover {
    color: #221E1F;
    background: #D8AD5A;
}

.top-nav .language li a:hover:before{
    content: "\f054";
    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: #221E1F;
    font-size: 12px;
    position: absolute;
    top: 10px;
    left: 10px;
}

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

.site-nav .menu li a {
    display: block;
    position: relative;
    line-height: 1;
    transition: all .2s;
}

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

.site-nav .menu>li>a {
    color: #211E1F;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 50px 33px 28px;
    box-sizing: border-box;
    border: 1px solid #221E1F;
    box-sizing: border-box;
    -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.site-nav .menu>li>a span{
    position: relative;
    z-index: 10;
}

.site-nav .menu>li>a i {
    color: #D8AD5A;
    display: block;
    margin: 10px auto 0;
    font-size: 10px;
    -webkit-transform: scale(0.83);
    text-align: center;
    opacity: 0;
    transition: all .2s;
}

.site-nav .menu>li>a:after {
    content: "";
    display: block;
    background: #221E1F;
    width: calc(100% - 50px);
    height: 3px;
    position: absolute;
    left: 25px;
    bottom: -2px;
    transition: all .2s ease-in-out;
}

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

.site-nav .menu>li>a:hover,
.site-nav .menu>li.active>a {
    color: #fff;
    background: #221E1F;
}

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

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

.site-nav .menu ul {
    display: none;
    position: absolute;
    z-index: 600;
    width: 196px;
    box-sizing: border-box;
}

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

.site-nav .menu ul li a {
    font-size: 16px;
    text-align: center;
    padding: 12px 10px;
    background: #221E1F;
    color: #F8F8F8;
    margin: 0 0 1px;
    border-top: 1px solid transparent;
}

.site-nav .menu ul li a:hover,
.site-nav .menu ul li.active>a {
    color: #221E1F;
    background: #D8AD5A;
    border-color: #541000;
}

.site-header .search-box {
    position: relative;
    width: 185px;
    box-sizing: border-box;
    padding-left: 10px;
    margin-left: 10px;
}

.site-header .search-box:before {
    content: '';
    background: url('../../images/common/border_dot_v.png') 0 50% repeat-y;
    width: 1px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
}

.site-header .search-box .form-control {
    border: 0;
    height: 30px;
    line-height: 30px;
    background: none;
    margin: 0;
    padding: 0 42px 0 8px;
}

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

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





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


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

.header-fixed .top-nav {
    top: 25px;
}

.header-fixed .site-header:before {
    height: 70px;
}

.header-fixed .site-title {
    padding: 12px 55px 14px 0;
}

.header-fixed .site-title .logo {
    width: 158px;
    height: 44px;
}

.header-fixed .site-nav .menu>li>a {
    padding: 25px 33px 8px;
}

.header-fixed .site-nav .menu>li>a i {
    margin: 5px auto 0;
}

.header-fixed .site-nav .menu>li>ul {
    margin: -5px 0 0 -98px;
}



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


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

.banner {
    min-height:120px;
    position: relative;
    border-bottom: 5px solid #541000;
}

.banner img{
    width: 100%;
}



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


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

.main-top {
    margin: 0 0 50px;
}

.main-title {
    height: 192px;
    background: url(../../images/common/tit_bg2.png) no-repeat center top;
    text-align: center;
    color: #CCCCCC;
    font-size: 32px;
    letter-spacing: 5px;
    text-indent: 5px;
    box-sizing: border-box;
    padding: 13px 0 0 0;
}

.main-title:after {
    content: "\f078";
    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;
    display: block;
    font-size: 22px;
    color: #541000;
}

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

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

.content-top {
    margin: -150px 0 0;
}

.content-title {
    margin: 0;
    float: left;
    color: #541000;
    font-size: 20px;
    letter-spacing: 3px;
    background: url(../../images/common/tit_bg.png) bottom repeat-x;
    padding: 0 10px 10px;
}

.content-top.text-center {
    text-align: center;
    margin-bottom: 10px;
}

.content-title .keyword {
    color: #ff732f;
    font-size: 0.7em;
}

.shopping-title {
    color: #333;
    font-size: 18px;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}

.shopping-title .icon {
    background: url('../../images/common/title_ic.png') no-repeat;
    width: 30px;
    height: 30px;
    margin: 0 6px 4px 0;
}

.shopping-title .icon.car {
    background-position: 0 0;
}

.shopping-title .icon.cart {
    background-position: 0 -30px;
}

.shopping-title .icon.money {
    background-position: 0 -60px;
}

.shopping-title .icon.plus {
    background-position: 0 -90px;
}

.shopping-title .icon.user {
    background-position: 0 -120px;
}

.shopping-title .icon.box {
    background-position: 0 -150px;
}

.shopping-title .icon.notice {
    background-position: 0 -180px;
}

.shopping-title .icon.msg {
    background-position: 0 -210px;
}

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

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

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

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





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


/*------------ contet_nav ------------*/

.content-nav {
    border: 1px solid #ddd;
    text-align: center;
    font-size: 16px;
    margin: 0 0 40px;
}

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

.content-nav li a {
    display: block;
    color: #333;
    padding: 8px 24px;
}

.content-nav li a.logout {
    color: #FF732F;
}

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

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

.content-nav li a:before {
    content: '// ';
}





/*------------ / contet_nav ------------*/


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

.site-footer {
    background: url(../../images/common/footer_bg.jpg);
    padding: 30px 0 40px;
    border-top: 1px solid #D7AD5A;
}

.footer-top {
    padding: 0 0 30px;
}

.site-footer .fllow * {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.fllow {
    float: left;
}

.site-info {
    font-size: 14px;
    color: #878787;
    line-height: 1.2;
    float: left;
    margin: 4px 0 0 20px;
}

.site-info li+li {
    margin: 10px 0 0 0;
}

.site-info>li b {
    width: 50px;
    font-size: 14px;
    color: #CCCCCC;
    position: relative;
    display: inline-block;
    margin: 0 15px 0 0;
}

.site-info>li b:after {
    content: "";
    width: 1px;
    height: 12px;
    background: #888888;
    position: absolute;
    top: 3px;
    right: 0;
}

.site-info>li a,
.site-info>li span {
    display: inline-block;
}

.proxy-btn {
    width: 275px;
    line-height: 37px;
    background: #D8AD5A;
    display: block;
    float: right;
    height: 36px;
    color: #211E1F;
    font-size: 16px;
    box-sizing: border-box;
    padding: 0 20px;
    letter-spacing: 2px;
    font-weight: bold;
    transition: all .2s;
    margin: 20px 0 0 0;
    border: 1px solid transparent;
}

.proxy-btn i {
    font-size: 23px;
    float: right;
    margin: 6px 0 0 0;
}

.proxy-btn:hover {
    color: #D8AD5A;
    background: transparent;
    border-color: #D8AD5A;
}

.gotop {
    display: block;
    height: 61px;
    font-weight: 500;
    font-size: 17px;
    color: #D7AD5A;
    font-family: 'Maven Pro', sans-serif;
    text-align: center;
    line-height: 60px;
    transition: all .2s;
    position: relative;
    background: url('../../images/common/gotop_bg.jpg');
}

.gotop span{
    position: relative;
    z-index: 5;
    top: 0;
    transition: all .2s;
}

.gotop:after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    opacity: 1;
    border-style: solid;
    border-width: 0 97px 97px 97px;
    border-color: transparent transparent #541000 transparent;
    margin: 0 0 0 -97px;
    transition: all .2s;
    opacity: 0;
}

.gotop:hover span {
    top: 8px;
}

.gotop:hover:after{
    opacity: 1;
}

.gotop i {
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 5px 9px;
}

.site-map li+li:before {
    content: '';
    width: 11px;
    height: 12px;
    background: url('../../images/common/footer_ic.png');
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 2px 11px;
}

.site-map ul>li a {
    color: #888888;
    font-size: 13px;
    transition: all .2s;
}

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

.share {
    margin: 23px 0;
}

.footer-bottom {
    padding: 45px 0 0 0;
    text-align: center;
    color: #777777;
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 1.45;
}



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


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

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

.floating .ibtn.gotop {
    display: none;
}




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


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

.breadcrumb {
    color: #1F1E1F;
    font-size: 13px;
    float: right;
}

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

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

.breadcrumb li a:hover {
    text-decoration: underline;
}





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


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

.pagination-title {
    font-family: 'Alike', serif;
    font-size: 14px;
    font-weight: bold;
    color: #444;
    position: relative;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.pagination-title:after {
    content: ' ';
    display: block;
    width: 70px;
    height: 1px;
    background: #ddd;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -35px;
}

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

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

.pagination li a {
    display: block;
    min-width: 28px;
    height: 28px;
    line-height: 24px;
    padding: 0 5px;
    border: 2px solid #888;
    text-align: center;
    color: #888;
    margin: 0 5px;
    border-radius: 20px;
    box-sizing: border-box;
}

.pagination li a:hover,
.pagination li.active a {
    border-color: #FF732F;
    color: #FF732F;
}

.pagination li a.controls {
    padding: 0;
    font-size: 20px;
}

.pagination li a.controls .ic {
    position: relative;
    bottom: -1px;
}

.page-info {
    display: none;
}

.page-info .form-control {
    height: 30px;
    line-height: 28px;
    border: 2px solid #ccc;
    margin: 0;
    border-radius: 8px;
}

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





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


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

.reminder {
    text-align: center;
    position: relative;
    margin: 0 0 60px;
    letter-spacing: 3px;
}

.reminder:after {
    content: '';
    display: block;
    border-top: 1px solid #B69A7A;
    width: 230px;
    margin: 45px auto 0;
}

.reminder strong {
    color: #000;
    font-size: 24px;
    display: inline-block;
    margin-bottom: 10px;
}

.reminder .require-txt {
    margin: 0 0 0 20px;
}

.form-control {
    display: block;
    width: 100%;
    height: 32px;
    line-height: 30px;
    padding: 0 10px;
    border: 1px solid #B69A7A;
    background: #fff;
    box-sizing: border-box;
    margin-bottom: 6px;
    border-radius: 5px;
}

select.form-control {
    display: inline-block;
    width: auto;
}

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

textarea.form-control {
    resize: vertical;
    height: 88px;
}

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

.form-title {
    text-align: center;
    font-family: 'Alike', serif;
    font-size: 38px;
    font-weight: normal;
    color: #D3AC72;
    line-height: 1.2;
    margin: 0 0 30px;
    text-transform: uppercase;
}

.form-title:after {
    content: '';
    display: block;
    width: 168px;
    border-top: 1px solid #777;
    margin: 30px auto 0;
}

.form-wrap {
    margin: 0 auto;
    max-width: 1235px;
}

.form-wrap.type1 {
    max-width: 1134px;
}

.form-wrap.type2 {
    border: 1px solid #ddd;
    max-width: 740px;
}

.form-wrap.type3 {
    max-width: 1000px;
}

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

.form-box .title {
    background: #EEEEEE;
    color: #531000;
    font-size: 17px;
    font-family: Maven Pro, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    font-weight: 500;
    padding: 0 0 0 50px;
    position: relative;
    margin: 0 0 24px 20px;
    letter-spacing: 2px;
}

.form-box .title:before {
    content: "";
    display: block;
    width: 52px;
    height: 17px;
    top: 50%;
    margin: -8px 0 0 0;
    position: absolute;
    left: -20px;
    background: url('../../images/common/contact/ic.jpg');
}

.title-notice {
    font-size: 14px;
    color: #541000;
    letter-spacing: 3px;
    display: block;
    margin: -25px 0 20px;
}

.form-box .row {
    margin: 0 -2% 45px;
}

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

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

.form-box .required:before {
    content: '';
    display: block;
    background: #D7AD5A;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    position: absolute;
    top: 8px;
    left: 3px;
}

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

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

.form-box .control-label {
    display: block;
    font-size: 14px;
    color: #444444;
    padding-left: 5px;
    font-family: Maven Pro, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    font-weight: 500;
    line-height: 1.65;
    margin: 0 0 5px;
    letter-spacing: 0.07em;
    position: relative;
    padding: 0 0 0 20px;
}

.form-box .control-label span {
    display: block;
}

.form-box .radio-box.line-block label {
    display: block;
    margin: 0 0 -5px 15px;
}

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

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

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

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

.form-box .captcha a img{
    margin: 0;
}

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

.form-box .captcha a .ic {
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

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

.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: #FF7430;
    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 .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 .psw-account .control-label {
    float: left;
}

.form-box .psw-account .control-box {
    margin-left: 50px;
}

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

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

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

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

.success-msg {
    max-width: 620px;
    border: 1px solid #d8ad5a;
    color: #541000;
    font-size: 19px;
    padding: 6px 15px;
    line-height: 1.5;
    font-weight: bold;
    letter-spacing: 0.06em;
    margin: 0 auto 40px;
    border-radius: 8px;
}

.success-msg2 {
    color: #000;
    font-size: 23px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 10px;
    letter-spacing: 0.06em;
}

.success-txt:after {
    content: '';
    display: block;
    border-top: 1px solid #ddd;
    width: 160px;
    margin: 20px auto 0;
}

.success-txt strong {
    color: #000;
    font-size: 16px;
}

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

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





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


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

.table-h thead {
    border-top: 1px solid #BBB;
}

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

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

.table-h thead th {
    color: #777;
    background: #eee;
    padding: 12px;
}

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

.table-h tfoot tr {
    background: #FFEADF;
    color: #555;
}

.table-h tfoot tr+tr {
    border-top: 1px solid #fff;
}

.table-h tfoot td {
    text-align: right;
    padding: 12px 30px;
}

.table-h tfoot td:last-child {
    width: 15%;
}

.table-h tfoot tr:last-child td {
    color: #f00;
}

.table-h tfoot tr:last-child td:last-child {
    font-size: 16px;
    font-weight: bold;
}

.table-h tfoot td .form-control {
    display: inline-block;
    width: auto;
    margin: 0;
}

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

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

.table-h .pd-id {
    color: #aaa;
    font-size: 14px;
}

.table-h .pd-name {
    color: #111;
    font-size: 15px;
    font-weight: bold;
}

.table-h a:hover .pd-name {
    color: #FF7430;
}

.table-h .img {
    width: 80px;
}

.table-h a.pic {
    position: relative;
    overflow: hidden;
}

.table-h a.pic:before {
    content: ' ';
    background: url(../../images/common/cart/hover.png) 50% 50% no-repeat rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
    border: 4px solid #FF7430;
}

.table-h a.pic:hover:before {
    opacity: 1;
}

.table .ibtn.delete {
    background-image: url(../../images/common/cart/btn_delete.png);
    width: 25px;
    height: 25px;
}

.table td span {
    color: #f00;
}

.table-v {
    border: solid #ddd;
    border-width: 1px 0;
}

.table-v tr:first-child {
    border-bottom: 1px solid #ddd;
}

.table-v tr:nth-child(2n+1) {
    background: #F7F7F7;
}

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

.table-v th {
    text-align: left;
    width: 100px;
    border-right: 1px solid #ddd;
    font-weight: normal;
}

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





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


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

body .fancybox-close {
    background: url(../../images/common/lightbox_close.png) no-repeat;
    width: 46px;
    height: 46px;
    right: 0;
    top: -56px;
}

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

body .fancybox-skin {
    background: #fff;
    border-radius: 0;
    margin-top: 60px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

body .fancybox-inner {
    background: #eee;
    border-radius: 0;
}

.fancybox-album .fancybox-skin {
    margin: 50px 50px 0;
}

.fancybox-album .fancybox-close {
    background: url('../../images/common//album/lightbox_close.png') no-repeat;
    width: 70px;
    height: 40px;
    right: 0;
    top: -40px;
}

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

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

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

.fancybox-album .fancybox-title {
    color: #555;
    font-family: Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: 0.035em;
    padding-top: 10px;
}

.fancybox-album .photo-pager {
    float: right;
    font-size: 12px;
}

.fancybox-album .photo-title {
    background: url('../../images/common/album/title_icon.png') no-repeat 0 3px;
    padding-left: 24px;
    color: #FC6532;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    min-height: 20px;
}

.fancybox-album .photo-intro {
    margin-bottom: 10px;
}





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

.mmenu-show #mobile-fixed li,
.mmenu-show #mobile-search,
.mmenu-show #member-box li a {
    background: url(../../images/common/logo_bg.jpg);
}

.mmenu-show #mobile-menu .menu li a {
    font-size: 15px;
}

.mmenu-show #mobile-menu .menu li a i {
    margin: 0 0 0 8px;
    font-size: 12px;
}

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

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

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

.share .btn:after{
    width: 30px;
    height: 30px;
    margin: 0;
    top: 0;
    left: 0;
}


@media screen and (max-width: 1300px) {
	 .site-title {
        min-width: 450px;
    }
    .site-nav .menu>li>a {
        padding: 50px 20px 28px;
    }
    .header-fixed .site-nav .menu>li>a {
        padding: 25px 20px 8px;
    }
}

@media screen and (max-width: 1145px) {
    /*------------ site_header 1145 ------------*/
    .site-title {
        min-width: 450px;
    }
    .site-nav .menu>li>a {
        padding: 50px 8px 28px;
    }
    .header-fixed .site-nav .menu>li>a {
        padding: 25px 3px 8px;
    }

}
@media screen and (max-width: 1070px) {
    /*------------ site_header 1070------------*/
    .site-title {
        min-width: 450px;
    }
    .site-nav .menu>li>a {
        padding: 50px 4px 28px;
		font-size:15px
    }
}

@media screen and (max-width: 1105px) {
 
	.site-nav .menu>li>a {
        padding: 50px 6px 28px;
		font-size:16px
    }
	.header-fixed .site-nav .menu>li>a {
        padding: 25px 7px 8px;
	    font-size:13px
    }
}
@media screen and (max-width: 1200px) {
    /*------------ site_header 1200 ------------*/
    .site-title {
        min-width: 450px;
    }
    .site-nav .menu>li>a {
        padding: 50px 11px 28px;
    }
    .header-fixed .site-nav .menu>li>a {
        padding: 25px 11px 8px;
    }
    /*------------ / site_header 1200 ------------*/
}

@media screen and (max-width: 1025px) {
    /*------------ site_header 1025 ------------*/
    .site-header {
        position: static;
    }
    .site-title {
        min-width: 100%;
        float: none;
        text-align: center;
        padding: 13px 0;
    }
    .site-title .logo {
        margin: 0 auto;
        width: 158px;
        height: 44px;
    }
    .site-header:before, .banner{display:none;}
    .top-nav,
    .site-nav {
        display: none;
    }
    /*------------ / site_header 1025 ------------*/
    /*------------ site_footer 1025 ------------*/
    .footer-bottom {
        padding: 0;
    }
    .gotop,
    .share,
    .site-map {
        display: none;
    }
    /*------------ / site_footer 1025 ------------*/
    /*------------ floating 1025 ------------*/
    .floating,
    .floating.fancybox-margin {
        background: none;
        right: 50%;
        bottom: 5px;
        margin-right: -15px;
    }
    .floating .ibtn.gotop,
    .floating .ibtn.gotop:hover {
        display: block;
        background: url(../../images/common/mobile_gotop.png) 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
    }
    .gotop:after{
        display: none;
    }
    /*------------ / floating 1025 ------------*/
}

@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 {
        margin: 0 0 70px;
    }
    .main-title {
        height: 50px;
        margin: 0 auto;
        -webkit-background-size: 107px;
        background-size: 107px;
        padding: 40px 0 0 0;
        color: #5d1b06;
    }
    .main-title:after {
        margin: -15px 0 0 0;
    }
    .content-top {
        margin: 0;
    }
    .breadcrumb,
    .content-title {
        text-align: center;
        float: none;
    }
    .content-title {
        margin: 0 0 10px;
    }
    .main-content {
        padding: 50px 0;
    }
    /*------------ / site-main 767 ------------*/
    /*------------ site_footer 767 ------------*/
    .footer-top {
        text-align: center;
    }
    .fllow,
    .site-info,
    .proxy-btn {
        float: none;
        display: inline-block;
        vertical-align: middle;
        text-align: left;
        margin: 0;
    }
    .proxy-btn {
        display: block;
        margin: 20px auto 0;
    }
    /*------------ / site_footer 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: -29px;
    }
    .pagination li a.prev {
        left: 0;
    }
    .pagination li a.next {
        right: 0;
    }
    /*------------ / pagination 767 ------------*/
    /*------------ form 767 ------------*/
    .form-title {
        font-size: 28px;
    }
    .form-box .title{
        letter-spacing: 0.035em;
    }
    .form-box .row {
        margin: 0 0 30px;
    }
    .form-box .col {
        float: none;
        width: auto;
        padding: 0;
    }
    .form-wrap.type2 {
        border: 0;
    }
    .form-wrap.type2 .form-box {
        max-width: none;
        padding: 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.type1 .tips {
        min-height: 0;
    }
    .success-msg {
        font-size: 17px;
    }
    .success-msg2 {
        font-size: 19px;
    }
    /*------------ / form 767 ------------*/
    /*------------ table 767 ------------*/
    .table-h {
        border-top: 1px solid #bbb;
    }
    .sum-box .table-h {
        border-top: 0;
    }
    .table-h thead {
        display: none;
    }
    .table td .ibtn.delete {
        position: absolute;
        right: 0;
        top: 5px;
    }
    .table-h tr,
    .table-h td {
        display: block;
        text-align: left;
    }
    .table-h td+td,
    .table-h tfoot td+td {
        border-left: 0;
    }
    .table-h tbody td[data-title]:before {
        content: attr(data-title);
        display: inline-block;
        color: #aaa;
        font-size: 13px;
    }
    .table-h tr {
        padding: 10px 0;
        position: relative;
    }
    .table-h tfoot tr {
        padding: 10px 15px;
        overflow: hidden;
    }
    .table-h tfoot td {
        padding: 0;
    }
    .table-h tfoot td:first-child {
        float: left;
        text-align: left;
    }
    .table-h tfoot td:last-child {
        width: auto;
        float: right;
    }
    .table-h td,
    .table-h tbody td {
        padding: 0;
        line-height: 2;
    }
    .table-h td a {
        display: inline-block;
        line-height: 1.5;
    }
    .table-v th,
    .table-v td {
        padding: 8px 12px;
    }
    .table-v th {
        width: 90px;
    }
    /*------------ / table 767 ------------*/
    /*------------ lightbox 767 ------------*/
    .fancybox-album .fancybox-skin {
        margin: 50px 0 5px;
    }
    .fancybox-album .fancybox-close {
        top: -45px;
        right: 50%;
        margin-right: -35px;
    }
    .fancybox-album .fancybox-nav span {
        top: -55px;
        margin-top: 0;
    }
    .fancybox-album .fancybox-prev span {
        left: -12px;
    }
    .fancybox-album .fancybox-next span {
        right: -12px;
    }
    /*------------ / lightbox 767 ------------*/
}

@media screen and (max-width: 500px) {
    /*------------ 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 {
        background: #F7F7F7;
        border: 0;
    }
    /*------------ / table 500 ------------*/
    /*------------ site_footer 500 ------------*/
    .fllow,
    .site-info {
        display: block;
        text-align: center;
    }
    .site-info {
        margin: 20px 0 0 0;
    }
    /*------------ / site_footer 500 ------------*/
}

@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 ------------*/
}