@charset 'utf-8';
@import url('https://fonts.googleapis.com/css?family=Baloo+Bhaijaan');
@import url('https://fonts.googleapis.com/css?family=Lora|Open+Sans&display=swap');

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

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

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

.container.w2 {
    max-width: 1110px;
}

*:focus {
    outline: none;
}



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


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


/*--- 最上方 ---*/

.header-sheet {
    background-color: #535152;
    color: #fff;
    padding: 15px 0;
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
}

.header-sheet .close-ontop {
    color: #fff;
    opacity: 1;
    font-size: 2.4rem;
    position: absolute;
    right: 20px;
    top: calc(50% - 3px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

button.close-ontop {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.close-ontop {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.header-sheet a {
    color:#E33849;
    text-decoration: underline;
}

.header-fixed .header-sheet {
    display: none;
}


/*--- END ---*/


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


/*-----share_box-----*/

.share_box .share-link .btn {
    font-size: 28px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    border: 1px solid transparent;
    margin: 2px 0;
}

.share_box .share-link .btn.facebook {
    color: #405D9A;
}

.share_box .share-link .btn.google {
    color: #F34537;
}

.share_box .share-link .btn.twitter {
    color: #39A0CE;
}

.share_box .share-link .btn.plurk {
    color: #E9443D;
}

.share_box.product {
    margin: 10px auto 0px auto;
    max-width: 840px;
}

.share_box {
    margin: 10px 0 30px;
    text-align: left;
}

.share_box .share-link .btn.blogger,
.share_box .share-link .btn.facebook,
.share_box .share-link .btn.google,
.share_box .share-link .btn.twitter,
.share_box .share-link .btn.mail,
.share_box .share-link .btn.linkedin,
.share_box .share-link .btn.tumblr,
.share_box .share-link .icon-ic-share-t,
.share_box .share-link .btn.line,
.share_box .share-link .icon-ic-share-linecall,
.share_box .share-link .icon-ic-share-w,
.share_box .share-link .btn.pinterest,
.share_box .share-link .btn.plurk {
    color: #7A604F;
}

.share_box .share-link .btn.blogger:hover {
    color: #F26C38;
}

.share_box .share-link .btn.facebook:hover {
    color: #405D9A;
}

.share_box .share-link .btn.google:hover {
    color: #F34537;
}

.share_box .share-link .btn.twitter:hover {
    color: #39A0CE;
}

.share_box .share-link .btn.mail:hover {
    color: #F6C13D;
}

.share_box .share-link .btn.linkedin:hover {
    color: #0177B5;
}

.share_box .share-link .icon-ic-share-t:hover {
    color: #36465C;
}

.share_box .share-link .btn.line:hover {
    color: #00C300;
}

.share_box .share-link .icon-ic-share-linecall:hover {
    color: #00C300;
}

.share_box .share-link .icon-ic-share-w:hover {
    color: #F70B19;
}

.share_box .share-link .btn.pinterest:hover {
    color: #DE220A;
}

.share_box .share-link .btn.plurk:hover {
    color: #E9443D;
}

.share_box .share-link .icon-ic-share-t,
.share_box .share-link .icon-ic-share-linecall,
.share_box .share-link .icon-ic-share-w {
    font-size: 28px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    margin: 2px 0;
    padding: 0;
}

.a2a_svg.a2a_s__default.a2a_s_tumblr,
.a2a_svg.a2a_s__default.a2a_s_whatsapp,
.a2a_svg.a2a_s__default.a2a_s_sina_weibo,
.a2a_label {
    display: none;
}



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

.share .btn {
    width: 32px;
    height: 32px;
    line-height: 34px;
    font-size: 16px;
    color: #fff;
    border-radius: 50%;
    background: #999999;
    -webkit-transition: all .2s;
    transition: all .2s;
    border: 2px solid #999999;;
}

.share .btn:hover {
    -webkit-transition: all .2s;
    transition: all .2s;
    line-height: 31px;
    color: #71141D;
    background: #fff;
    border-color: #71141D;
}

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

.mmenu-show #mobile-menu .share .btn {
    line-height: 27px;
}

.btn.login,
.btn.arrowL,
.btn.arrowR {
    width: 180px;
    line-height: 36px;
    padding: 0 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 15px;
    margin: 0 0px 10px;
    position: relative;
    border-radius: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn.login,
.btn.arrowL {
    background: #71141D;
    border-bottom-left-radius: 10px;
}

.btn.arrowL {
    text-align: right;
}

.btn.arrowR {
    text-align: left;
    background: #71141D;
    border-radius: 0;
    border-bottom-right-radius: 10px;
}

.btn.login:hover,
.btn.arrowL:hover,
.btn.arrowR:hover {
    background: #313c50;
    color: #fff;
}

.btn.arrow-left:before{
    font-family: 'icon-font-41' !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;
    content: "\e906";
    display: inline-block;
    position: absolute;
    font-size: 36px;
    top: -1px;
}

.btn.arrow-right:after{
    font-family: 'icon-font-41' !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;
    content: "\e907";
    display: inline-block;
    position: absolute;
    font-size: 36px;
    top: -1px;
}

.btn.arrowL .ic,
.btn.arrowR .ic {
    position: absolute;
    font-size: 36px;
    top: -1px;
}

.btn.arrowL .ic,.btn.arrowL:before {
    left: 8px;
}

.btn.arrowR .ic,.btn.arrowR:after {
    right: 8px;
}

.btn.normal {
    border: 1px solid #999999;
    width: 150px;
    height: 36px;
    line-height: 34px;
    color: #999999;
    font-size: 14px;
    margin: 0 5px 10px;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.btn.normal:hover {
    border-color: #313c50;
    color: #fff;
    background: #313c50;
}

.btn.normal:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 12px 12px;
    border-color: transparent transparent #313c50 transparent;
    position: absolute;
    right: 2px;
    bottom: 2px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.btn.normal:hover:after{
    opacity: 0;
}

.btn.normal .ic,.btn.normal.ic:before {
    color: #313c50;
    font-size: 28px;
    vertical-align: middle;
    position: relative;
    margin: -10px 5px 0px 0;
    top: -2px;
}
.btn.normal.ic.home:before{
    content: "\e908";
    font-family: 'icon-font-41' !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:  #313c50;
}
.btn.normal:hover .ic,.btn.normal.ic:hover:before {
    color: #fff;
}

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

.btn.pure:hover {
    color: #B20000;
}



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


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

.site-header {
    background: #fff;
    position: relative;
}

.site-header:before{
    content: '';
    display: block;
    background: #313c50;
    height: 58px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}
.site-header .container {
    padding: 0 15px;
    max-width: 1330px;
}

.site-title {
    position: relative;
    text-align: center;
    padding: 35px 0;
}

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

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

.top-nav {
    background: #e8e8e8;
    position: absolute;
    z-index: 10;
    right: 15px;
    top: 0;
    padding: 0 10px;
    -webkit-transition: height 0.8s ease, width 0.8s ease, opacity 0.8s ease, background-color 0.8s ease;
    transition: height 0.8s ease, width 0.8s ease, opacity 0.8s ease, background-color 0.8s ease;
}

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

.site-header .search-box {
    position: relative;
    padding: 10px 44px 10px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 180px;
}

.site-header .search-box .form-control {
    height: 25px;
    line-height: 25px;
    border: 0;
    border-radius: 0;
    font-size: 14px;
    background: #fff;
    color: #000;
    margin: 0;
}

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

.site-header .search-box .btn.search {
    color: #959595;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 28px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
    content: '\e92a';
    font-family: 'icon-font-41' !important;
}

.site-header .search-box .btn.search:hover {
    color: #71141D;
}

.site-header .search-box .btn.search:before {
    content: '';
    display: block;
    position: absolute;
    left: -15px;
    top: 50%;
    margin-top: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 7px;
    border-color: transparent transparent transparent #fff;
}

.site-header .language {
    position: relative;
}

.site-header .language .btn {
    color: #fff;
    background: #313c50;
    font-size: 13px;
    padding: 0 10px;
    line-height: 45px;
}

.site-header .language .btn:after {
    content: '\f107';
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 0 0 10px;
}

.site-header .language ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
}

.site-header .language li {
    display: block;
}

.site-header .language li a {
    display: block;
    background: rgb(102, 107, 138);
    color: #fff;
    padding: 5px 10px;
    margin-top: 1px;
    font-size: 14px;
}

.site-header .language li a:hover {
    color: #000000;
}

.site-nav {
    text-align: center;
    padding: 5px 0;
}

.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:nth-child(9),
.site-nav .menu>li:nth-child(10),
.site-nav .menu>li:nth-child(11),
.site-nav .menu>li:nth-child(12),
.site-nav .menu>li:nth-child(13),
.site-nav .menu>li:nth-child(14),
.site-nav .menu>li:nth-child(15),
.site-nav .menu>li:nth-child(16),
.site-nav .menu>li:nth-child(17),
.site-nav .menu>li:nth-child(18) {
    display: none;
}

.site-nav .menu>li>a {
    width: 120px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 10px 0;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.site-nav .menu>li>a:before{
    content: '';
    display: block;
    width: 100%;
    height: 7px;
    background: #7A604F;
    position: absolute;
    left: 0;
    right: 0;
    top: -6px;
    margin: auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translate(0,5px);
    transform: translate(0,5px);
    opacity: 0;
}
.site-nav .menu>li>a:hover:before,
.site-nav .menu>li.active>a:before{
    opacity: 1;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}

.site-nav .menu ul {
    display: none;
    font-family: Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    position: absolute;
    z-index: 600;
    width: 190px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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


.site-nav .menu ul li a {
    color: #000;
    font-size: 15px;
    text-align: center;
    padding: 12px;
    background: rgba(255, 255, 255, 1);
    margin-bottom: 1px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

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

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

.site-nav .menu ul ul:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 2px;
}



/*********************************/

.header-fixed {
    padding-top: 147px;
}

.header-fixed .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    background: #313c50;
}

.header-fixed .site-nav .menu > li > a::before{
    top: -18px;
}
.header-fixed .site-title {
    padding: 5px 0;
    float: left;
}

.header-fixed .site-title .logo {
    background: url('../../images/common/logo02.png') 50% 50% / contain no-repeat;
    width: 60px;
    height: 60px;
    text-align: left;
    -webkit-transition: height 0.4s ease, width 0.4s ease;
    transition: height 0.4s ease, width 0.4s ease;
}

.header-fixed .site-nav {
    padding: 17.5px 0;
    margin-left: 90px;
    text-align: left;
}

.header-fixed .site-nav .menu {
    text-align: left;
    margin: 0 0px;
}

.header-fixed .site-nav .menu>li>a {
    width: 104px;
    height: auto;
    padding: 5px 0;
    text-align: center;
    -webkit-transition: height 0.8s ease, width 0.8s ease;
    transition: height 0.8s ease, width 0.8s ease;
}

.header-fixed .site-nav .menu>li>ul {}

.header-fixed .site-header .language {
    display: none;
}

.header-fixed .site-header .search-box {
    padding: 22.5px 44px 22.5px 0;
    width: 200px;
    -webkit-transition: height 0.8s ease, width 0.8s ease;
    transition: height 0.8s ease, width 0.8s ease;
}

.header-fixed .top-nav {
    padding: 0 15px;
}



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


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

.banner {
    position: relative;
    background: #0E0C18;
    padding: 0;
    text-align: center;
}

.banner .container {
    max-width: 100%;
    padding: 0;
}

.banner:before {
    content: '';
    background: url('../../images/common/banner_cover.png') 50% 100% / 100% 100% no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
	z-index:1;
}

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


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

.main-top {
    padding: 50px 0 0;
    display: none;
}

.main-title {
    color:#33342e;
    font-size: 32px;
    text-align: center;
    font-weight: normal;
    margin: 0;
    display: none;
}

.main-title:before {
    content: '－';
}

.main-title:after {
    content: '－';
}

.main-title span {
    display: block;
    color: #B20000;
    font-family: 'Oswald', sans-serif;
    font-size: 38px;
    font-weight: normal;
}

.main-content {
    padding: 50px 0 90px;
}

.main-content .container {
    display: table;
    width: 100%
}

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

.content-top {
    margin: 0 0 35px;
    padding: 8px 15px;
    min-height: 32px;
}

.content-top .content-title {
    float: left;
}

.content-title {
    color: #33342e;
    font-size: 20px;
    font-weight: normal;
    position: relative;
    min-height: 32px;
    padding-left: 30px;
    margin: 0;
}

.content-title .ic {
    color: #fff;
    font-size: 22px;
    position: absolute;
    left: -13px;
    top: -3px;
    background: #535152;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
}

.content-title2 {
    position: relative;
    color: #4e4e4e;
    font-size: 18px;
    font-weight: normal;
    border-bottom: 3px solid #f2f0f3;
    padding-bottom: 4px;
    margin: 0 0 10px;
}

.content-title2 span {
    display: inline-block;
    vertical-align: bottom;
    color: #71141D;
    font-family:  'Lora', cursive;
    font-size: 20px;
    font-weight: normal;
    margin-right: 5px;
}

.content-title2:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    border-top: 3px solid  #71141D;
    width: 76px;
}

.shopping-title {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
}

.shopping-title .en {
    color: #aaa;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: normal;
}

.shopping-title .ic {
    margin: 0 3px 3px 0;
    font-size: 32px;
    color: #B20000;
}

.shopping-title .ic-wrap {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 0;
    border: 1px solid #B20000;
    border-radius: 50%;
    margin-right: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.shopping-title .ic-wrap .ic {
    vertical-align: middle;
    margin: 0 0 3px;
}

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

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

.btn-box.align-left {
    text-align: left;
    padding: 40px 0 50px 0;
}

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

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

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



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


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

.breadcrumb-box {
    padding: 20px 0;
    position: relative;
}

.breadcrumb {
    position: absolute;
    color: #838383;
    font-size: 13px;
    right: 15px;
    top: -10px;
}

.breadcrumb a{
    -webkit-transition: all .3s;
    transition: all .3s;
}
.breadcrumb a:hover {
    color: #71141D;
}

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

.breadcrumb li+li:before {
    content: '| ';
    display: inline-block;
    margin: 0 4px 0 2px;
}

.breadcrumb li:last-child a {
}

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

.breadcrumb li a .ic {
    font-size: 16px;
    vertical-align: text-bottom;
}

.content-top .breadcrumb {
    float: right;
    position: initial;
    z-index: 2;
    margin: 5px 0 5px 10px;
}

.content-top .breadcrumb li+li:before {
    content: '/ ';
    margin: 0;
}

.content-top .breadcrumb,
.content-top .breadcrumb li a {
    color: #999;
}

.content-top .breadcrumb li a:hover {
    color: #71141D;
}



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


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

.side {
    width: 200px;
    border-right: 1px #f2f0f3 solid;
    position: relative;
    padding-bottom: 20px;
    display: table-cell;
    vertical-align: top;
}

.has-side .content {
    width: calc(100% - 245px);
    display: table-cell;
    padding-left: 44px;
    max-width: 1055px !important;
}

.side-title {
    color: #33342e;
    font-family: 'Oswald', Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    font-size: 20px;
    border-width: 0 1px;
    padding: 9px 15px 8px 36px;
    background: url(../../images/common/index/products_title_ic.png) 0px 8px no-repeat;
    border-top: solid 3px #e8e8e8;
    background-size: 36px;
}

.side-title:after {
    content: '';
    display: block;
}

.side-nav-top {
    border: 1px solid #ddd;
    border-width: 0 1px;
    padding: 8px 15px;
    color: #C39959;
    font-size: 14px;
}

.side-nav-top li a {
    line-height: 1.4;
    text-decoration: underline;
    position: relative;
    padding: 6px 0 6px 26px;
}

.side-nav-top li a:hover {
    color: #B20000;
}

.side-nav-top li a .ic {
    font-size: 20px;
    position: absolute;
    left: 0;
}

.side-nav {
    margin-top: 30px;
}

.side-nav>li {
    margin-top: 10px;
    padding: 6px 10px;
    border-bottom: 1px #f2f0f3 solid;
}

.side-nav li a {
    line-height: 1.4;
}

.side-nav>li>a {
    color: 838383;
    font-size: 15px;
    padding: 4px 0 4px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
}

.side-nav>li>a:hover,
.side-nav>li.active>a {
    color: #71141D;
}
.side-nav>li>a:before{
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background:  #535152;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0px;
}
.side-nav>li>a:hover:before{
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.side-nav>li.active>a:before{
    height: 35px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    width: 1px;
}

.side-nav>li>a .ic-caret-right {
    float: left;
    vertical-align: middle;
    padding: 3px 8px 0px 6px;
    display: none;
}

.side-nav ul {
    display: none;
    padding: 10px 0;
    position: relative;
    border-left: solid 1px #71141D;
}

.side-nav ul li a {
    color: #4e4e4e;
    font-size: 14px;
    padding: 2px 0 2px 20px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.side-nav ul li a:hover,
.side-nav ul li.active>a {
    color: #313c50;
    -webkit-transform: translate(3px,0);
    transform: translate(3px,0);
}



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


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

.site-footer {
    background: #e8e8e8;
    position: relative;
}

.footer-top {
    color: #33342f;;
    font-size: 12px;
    padding: 40px 0;
}

.site-map {
    float: left;
    font-size: 14px;
    width: 50%;
}

.site-map .item {
    float: left;
    width: 20%;
    padding-right: 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.site-map ul li {
    margin-bottom: 14px;
}

.site-map ul li a {
    padding: 0 5px;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 3;
}

.site-map ul li a:before{
    content: '';
    display: block;
    width: 0;
    height: 7px;
    background: #d1d1d1;
    position: absolute;
    left: -2px;
    bottom: 2px;
    max-width: 74px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: -1;
}
.site-map ul li a:hover:before {
    width: calc(100% + 1px);
}

.follow-box {
    float: right;
    width: 450px;
}

.follow {
    position: relative;
    margin: 0 5px;
    padding-left: 120px;
    letter-spacing: 0.05em;
}

.follow a:hover {
    color: #35449a;
}

.follow p {
    margin: 0;
}

.follow .share {
    letter-spacing: 6px;
}

.copyright-box {
    margin-bottom: 4px;
}

.qrcode img{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    border: solid 3px #313c50;
}
.qrcode {
    position: absolute;
    left: 0;
    top: 0;
}

.footer-bottom {
    background: #71161f;
    font-size: 14px;
    color: #fff;
}

.footer-bottom a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer-bottom .ibtn.fb-fans-page {
    float: left;
}

.site-info {
    margin-left: 190px;
    padding: 9px 0;
}

.site-info-list li {
    margin-right: 25px;
}

.site-info-list .ic {
    font-size: 24px;
    vertical-align: middle;
    margin: 0 4px 3px 0;
    color: #fff;
}



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


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

.floating,
.floating.fancybox-margin {
    display: none;
    position: absolute;
    right: 50%;
    bottom: 100%;
    margin-right: -27px;
    z-index: 400;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

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

body #keyreply-container {
    right: 0%;
    bottom: 0%;
}

.keyreply-brand {
    display: none;
}

body .keyreply-launcher,
.keyreply-chat-icon {
    -webkit-box-shadow: none;
    box-shadow: none;
}



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


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

.btn.logout {
    display: block;
    background: #241711;
    color: #fff;
    font-size: 14px;
    width: 90px;
    line-height: 25px;
    margin: 5px auto 0;
}

.btn.logout:hover {
    background: #B20000;
}

.content-nav {
    margin-top: 30px;
    text-align: center;
}

.content-nav li {}

.content-nav li a {
    color: #545454;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 10px;
}

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

.content-nav li a .ic {
    vertical-align: middle;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 34px;
    background: #fff;
    border-radius: 50%;
    margin: 0 8px 3px 0;
}

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



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


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

.pagination {
    padding: 0;
    margin: 0;
    text-align: center;
    letter-spacing: 0;
    list-style-type: none;
}

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

.pagination li a {
    display: block;
    min-width: 30px;
    height: 30px;
    line-height: 28px;
    color: #838383;
    border: 1px solid #d1d1d1;
    font-size: 15px;
    padding: 0 5px;
    margin: 0 3px;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.pagination li a:hover,
.pagination li.active a {
    background: #313c50;
    border-color: #313c50;
    color: #fff;
}

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

.pagination li a.controls:hover {
    color: #313c50;
    background: none;
}

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

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

.page-info {
    display: none;
}

.page-info .form-control {
    margin: 0;
}

.page-info .form-control:focus {}



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


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

.reminder {
    position: relative;
    margin: 0 0 30px;
}

.reminder.align-center {
    text-align: center;
}

.reminder .ic {
    font-size: 18px;
    vertical-align: text-bottom;
}

.reminder span {
    color: #7A604F;
}

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

.qty-box .form-control {
    position: relative;
    text-align: center;
    margin: 0;
    padding: 0 5px;
    z-index: 1;
    border-radius: 0;
}

.qty-box .btn {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #fff;
    background: #ccc;
    position: absolute !important;
    z-index: 0;
    top: 0;
}

.qty-box .btn:hover {
    background: #888;
    z-index: 2;
}

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

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

.form-control {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 28px;
    padding: 0 10px;
    color: #838383;
    border: 1px solid #d1d1d1;
    background: #fff;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 6px;
}

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

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

.static-control {
    line-height: inherit;
    color: #B20000;
    margin: 0 0 6px;
    padding: 0 5px;
}

.form-wrap {
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #f6f6f6;
    padding: 20px 25px 0px;
}

.form-wrap .btn-box {
    margin: 0 auto;
    max-width: 900px;
    padding: 30px 0 50px 0;
}

.form-box {
    margin: 0 auto;
}

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

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

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

.form-box .required:after {
    content: '\e928';
    color: #7A604F;
    font-family: 'icon-font-41' !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: 18px;
    position: relative;
    right: 0px;
    top: 2px;
}

.form-box .form-group {
    padding: 12px 0 6px;
    line-height: 30px;
    border-bottom: 1px solid #f2f0f3;
}

.form-box .form-group:after {
    content: '';
    display: block;
    clear: both;
}

.form-box .control-label {
    display: block;
    color: #33342e;
    font-size: 15px;
    line-height: inherit;
    float: left;
}

.form-box .control-box {
    position: relative;
    margin-left: 180px;
}

.form-box .input-box {
    margin-left: 180px;
}

.form-box .control-box select {
    display: block;
    height: 30px;
    line-height: 30px;
    color: #838383;
    border: 1px solid #d1d1d1;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 6px;
    font-size: 14px;
    padding: 0 10px;
    border-radius: 8px;
}

.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: 49%;
    max-width: 280px;
}

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

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

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

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

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

.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: inherit;
    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: #C3995A;
    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;
    -webkit-box-sizing: border-box;
    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 .account .control-label {
    float: left;
}

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

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

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

.success-msg {
    font-size: 21px;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px auto;
}

.success-msg .ic {
    color: #B20000;
    font-size: 35px;
}

.success-msg b {
    color: #B6995F;
}

.success-msg span {
    color: #999;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 300;
}

.success-txt {
    font-size: 14px;
    line-height: 1.7;
    padding: 20px 0;
}

.success-txt b {
    color: #C3995A;
}

.success-txt .ic {
    color: #555;
    font-size: 24px;
    vertical-align: middle;
    margin: 0 4px 3px 0;
}

.success-txt.has-border {
    padding-top: 15px;
}

.success-txt.has-border:before {
    content: '';
    display: block;
    width: 58px;
    border-top: 2px dotted #ddd;
    margin: 0 auto 15px;
}

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

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



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


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

.table-h {
    color: #666;
}

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

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

.table-h thead th {
    background: #333;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    padding: 8px 12px;
}

.table-h tbody {
    border-top: 1px solid #ccc;
}

.table-h tbody tr+tr {
    border-top: 2px dotted #DCDCDC;
}

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

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

.table td span {
    color: #C3995B;
}

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

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

.table-v th {
    background: #333;
    color: #fff;
    text-align: right;
    width: 120px;
    font-weight: normal;
    position: relative;
}

.table-v tr+tr th {
    border-top: 1px solid #444;
}

.table-v tr td {
    background: rgba(255, 255, 255, 0.85);
}

.table-v tr+tr td {
    border-top: 2px dotted #ddd;
}

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

.table-v b {
    color: #C3995A;
}



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


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

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

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

.fancybox-album .fancybox-skin {
    background: #fff;
    border-radius: 0;
    margin: 0 50px 80px;
}

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

.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-prev:hover span {
    background-position: 0 100%;
}

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

.fancybox-album .fancybox-title {
    color: #838383;
    font-family: Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.075em;
    border-left: 1px solid #444;
    padding: 0 50px 0 15px;
    margin: 0 50px 20px;
}

.fancybox-album .fancybox-title:before {
    content: 'ALBUM';
    display: block;
    color: #313c50;
    font-family:  'Lora', cursive;
    font-weight: normal;
    font-size: 28px;
    line-height: 1.5;
}

.fancybox-album .photo-pager {
    color: #545454;
    font-size: 12px;
    text-align: center;
    border-bottom: 2px dotted #ddd;
    padding: 8px 20px 8px;
}

.fancybox-album .photo-pager b {
    color: #313c50;
    font-size: 14px;
    text-decoration: underline;
}

.fancybox-album .photo-intro {
    padding: 10px 5px;
    font-size: 15px;
}



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

.mmenu-show #mobile-menu .main-menu {
    font-size: 15px;
}
.mmenu-show #mobile-menu .language-menu{
    color: #fff;
}
.mmenu-show #mobile-menu .language-menu,
.mmenu-show #mobile-fixed li,
.mmenu-show #mobile-search,
.mmenu-show #member-box li a {
    background: #313c50;
}

.mmenu-show #member-box li a:hover {
    background: #313c50;
}

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

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

.mmenu-show #mobile-menu .side-nav-top li a .ic {
    display: none;
}

.mmenu-show #mobile-menu .side-nav>li {
    margin: 0;
    background: none;
}

.mmenu-show #mobile-menu .menu li a .en {
    display: none;
}

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

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

.mmenu-show #mobile-fixed li .icon-ic-earth {
    font-size: 24px;
    margin: 0 auto 0px;
}

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

.mmenu-show #mobile-search .search-box .btn.search {
    font-size: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 5px;
    top: 0;
}

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

@media screen and (max-width: 1320px) {
    /*------------ header-fixed 1320 ------------*/
    .top-nav {
        right: 0px;
    }
}

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

@media screen and (max-width: 1170px) {
    /*------------ header-fixed 1170 ------------*/
    .header-fixed .site-title .logo,
    .header-fixed .top-nav {
        display: none;
    }
    .header-fixed .site-nav {
        margin-left: 0px;
        text-align: center;
    }
    /*------------ / header-fixed 1170 ------------*/
}

@media screen and (max-width: 1000px) {
    /*------------ site_header 1000 ------------*/
    .top-nav,
    .site-nav {
        display: none;
    }
    .site-title {
        padding: 15px 0;
    }
    .site-title .logo {
        width: 250px;
        height: 52px;
        -webkit-transition: height 0.4s ease, width 0.4s ease;
        transition: height 0.4s ease, width 0.4s ease;
    }
    .header-fixed {
        padding-top: 90px;
    }
    .has-side .content {
        display: block;
        padding-left: 0px;
    }
    .main-content .container {
        display: block;
    }
    .main-title {
        display: block;
        font-size: 22px;
    }
    .breadcrumb-box {
        padding: 7px 0;
    }
    .main-top {
        padding: 0;
    }
    /*------------ / site_header 1000 ------------*/
    /*------------ banner 1000 ------------*/
    .banner {
        padding-top: 0;
        background: none;
    }
    /*------------ / banner 1000 ------------*/
    /*------------ site_footer 1000 ------------*/
    .footer-top {
        text-align: center;
        padding: 25px 0;
    }
    .site-header::before{display: none;}
    .footer-title,
    .site-map,
    .follow .share {
        display: none;
    }
    .follow-box {
        float: none;
        width: auto;
    }
    .follow {
        padding: 0;
    }
    .qrcode {
        position: static;
        margin-bottom: 15px;
    }
    .copyright-box {
        margin: 0;
    }
    /*------------ / site_footer 1000 ------------*/
    /*------------ content_nav 1000 ------------*/
    .content-nav {
        display: none;
    }
    /*------------ / content_nav 1000 ------------*/
    /*------------ floating 1000 ------------*/
    .floating,
    .floating.fancybox-margin {
        position: fixed;
        background: none;
        right: 50%;
        bottom: 5px;
        margin-right: -15px;
    }
    .floating .ibtn.gotop,
    .floating .ibtn.gotop:hover {
        background: url('../../images/common/mobile_gotop.svg') 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
    }
    .no-svg .floating .ibtn.gotop,
    .no-svg .floating .ibtn.gotop:hover {
        background-image: url('../../images/common/mobile_gotop.png');
    }
    /*------------ / floating 1000 ------------*/
    .breadcrumb {
        display: none;
    }
    /*-- 新的 --*/
    .header-sheet {
        position: fixed;
        height: auto;
        bottom: 0%;
        z-index: 9999;
        font-size: 14px;
        padding: 10px 0 10px;
    }
    .header-sheet .close-ontop {
        right: 0px;
        left: 0px;
        top: -25px;
        margin: auto;
        text-align: center;
        background: #535152;
        width: 100%;
        height: 35px;
    }
    button.close-ontop {
        padding: 0px;
    }
    .close-ontop {
        float: none;
    }

    body #keyreply-container {
        bottom: 10%;
    }
    .header-active #keyreply-container {
        bottom: 0%;
        -webkit-transition: all .7s;
        transition: all .7s;
    }
    .header-fixed .header-sheet {
        display: block;
    }
}

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

@media screen and (max-width: 767px) {
    /*------------ site_main 767 ------------*/
    .main-top {
        padding: 0;
    }
    .main-content {
        padding: 20px 0 70px;
    }
    .main-title span {
        font-size: 32px;
    }
    .content-top {
        padding: 0;
    }
    .content-title,
    .content-top .content-title {
        float: none;
        padding: 8px 15px 8px 45px;
    }
    .content-title .ic,
    .content-top .content-title .ic {
        left: 0px;
        top: 6px;
    }
    .btn.login,
    .btn.arrowL,
    .btn.arrowR {
        width: 160px;
    }
    /*------------ / site_main 767 ------------*/
    /*------------ breadcrumb 767 ------------*/
    .content-top .breadcrumb {
        display: none;
    }
    /*------------ / breadcrumb 767 ------------*/
    /*------------ site_footer 767 ------------*/
    .footer-bottom {
        text-align: center;
        padding-bottom: 20px;
    }
    .footer-bottom .ibtn.fb-fans-page {
        float: none;
    }
    .site-info {
        margin: 5px 0 0;
    }
    .site-info-list li {
        margin: 0 10px;
    }
    /*------------ / site_footer 767 ------------*/
    /*------------ pagination 767 ------------*/
    .page-info {
        display: block;
        padding: 0 32px;
    }
    .pagination {
        position: relative;
        display: block;
        height: 0;
    }
    .pagination li a {
        display: none;
    }
    .pagination li a.controls {
        display: block;
        position: absolute;
        bottom: -30px;
        margin: 0;
    }
    .pagination li a.prev {
        left: 0;
    }
    .pagination li a.next {
        right: 0;
    }
    /*------------ / pagination 767 ------------*/
    /*------------ form 767 ------------*/
    .reminder {
        margin-bottom: 15px;
    }
    .form-title {
        font-size: 36px;
    }
    .form-box .col {
        width: 100%;
    }
    .form-box .control-label {
        float: none;
    }
    .form-box .control-box {
        margin-left: 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;
    }
    .form-box .input-box {
        margin-left: 0px;
    }
    .form-box .control-box select {
        width: 100%;
    }
    /*------------ / 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;
        color: #aaa;
        font-size: 13px;
    }
    .table-h tr {
        padding: 10px 0;
        position: relative;
    }
    .table-h td {
        padding: 0;
        line-height: 2;
    }
    /*------------ / table 767 ------------*/
    /*------------ lightbox 767 ------------*/
    .fancybox-album .fancybox-skin {
        margin: 0 0 80px;
    }
    .fancybox-album .fancybox-title {
        margin: 0 0 20px;
    }
    .fancybox-album .fancybox-nav span {
        top: 100%;
        margin: 0;
        background-color: rgba(0, 0, 0, 0.3);
        width: 20px;
        height: 40px;
        background-size: 40px 80px;
    }
    .fancybox-album .fancybox-prev span {
        left: 0;
    }
    .fancybox-album .fancybox-next span {
        right: 0;
    }
    /*------------ / 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 th {
        border: 0;
    }
    /*------------ / table 500 ------------*/
}

@media screen and (max-width: 450px) {
    /*------------ site_main 450 ------------*/
    .main-top {
        padding: 10px 0 0;
    }
    .main-content {
        padding: 10px 0 30px;
    }
    .main-title {
        font-size: 24px;
    }
    .content-title {
        font-size: 18px;
        min-height: 28px;
    }
    .breadcrumb-box {
        padding: 10px 0;
    }
    .btn-box {
        padding: 10px 0 10px 0;
    }
    .btn-box.align-left {
        padding: 40px 0 0px 0;
    }
    /*------------ site_main 450 ------------*/
}

@media screen and (max-width: 400px) {
    /*------------ form 400 ------------*/
    .form-box .form-group .input-box {
        width: 100%;
    }
    /*------------ / form 400 ------------*/
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {}