@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:300,400,500,700,900&display=swap');
@font-face {
  font-family: "jf-openhuninn";
  src: url(../fonts/jf-openhuninn-1.1.ttf);
}
body{
  font-family: 'jf-openhuninn','Noto Sans TC', Arial, Helvetica, sans-serif;
  font-size: 16px;
  position: relative;
  color: #463b30;
  font-weight:400;
  word-break: break-word;
  word-wrap:break-word;
  background: #efefef;
}
a{
  color: #333333;
  text-decoration: none;
}
a:hover{
  color: #bc6123;
}
ul{
  margin: 0;
  padding: 0;
}
.row:after,body::after,.wrap::after{
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.row .col {
  display: block;
  float: left;
}
input[type="text"],input[type="search"],input[type="submit"],input[type="reset"],input[type="date"],input[type="tel"],input[type="password"],input[type="email"],textarea {
  appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: 0;
}
input[type=checkbox], input[type=radio]{
  margin: 0 0 5px!important;
}
img{
  max-width: 100%;
  height: auto;
  flex-shrink: 0;
}
button{
  outline: none;
}
select {
  border-radius: 0;
  outline: 0;
}
.cus-select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.cus-select select::-ms-expand {
  display: none;
}
.animated {
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.h1, .h2, .h3, h1, h2, h3{
  margin-top: 0 !important;
}
a:focus, a:hover {
  text-decoration: none !important;
}
label{
  font-weight: inherit !important;
}
.bold{
  font-weight: bold;
}
.float-right{
  float: right !important;
}
a,a:hover, button:hover{
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
.tabs-content a{
  -moz-transition: all, 0s;
  -o-transition: all, 0s;
  -webkit-transition: all, 0s;
  transition: all, 0s;
}
.nopadding{
	padding:0 !important;
}
.padding-left-0{
	padding-left:0 !important;
}
.padding-right-0{
  padding-right: 0 !important;
}
.margin-s-5{
  margin-left: -5px;
  margin-right: -5px;
}
.margin-bottom-0{
  margin-bottom: 0;
}
.margin-bottom-6{
  margin-bottom: 6px;
}
.margin-bottom-10{
	margin-bottom:10px;
}
.margin-bottom-15{
	margin-bottom:15px;
}.margin-bottom-20{
	margin-bottom:20px;
}
.margin-bottom-30{
	margin-bottom:30px;
}
.margin-bottom-40{
	margin-bottom:40px;
}
.margin-bottom-45{
	margin-bottom:45px;
}
.margin-bottom-50{
	margin-bottom:50px;
}
.margin-bottom-60{
	margin-bottom:60px;
}
.margin-bottom-100{
	margin-bottom:100px;
}
.margin-top-10{
	margin-top:10px;
}
.margin-top-15{
	margin-top:15px;
}
.margin-top-20{
	margin-top:20px;
}
.margin-top-25{
	margin-top:25px;
}
.margin-top-30{
	margin-top:30px;
}
.margin-top-40{
	margin-top:40px;
}
.margin-top-60{
  margin-top:60px;
}
.margin-right-10{
  margin-right: 10px;
}
.nofloat{
  float: none !important;
}
.nomargin{
  margin: 0;
}
.flex{
  display: flex !important;
}
.display-flex{
  display: flex;
}
.align-center{
  align-items: center;
}
.align-stretch{
  align-items: stretch;
}
.align-baseline{
  align-items: baseline;
}
.justify-between{
  justify-content:space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-start{
  justify-content:flex-start;
}
.justify-end{
  justify-content:flex-end;
  flex-wrap: wrap;
}
.justify-center{
  justify-content: center;
}
.align-start{
  align-items: flex-start;
}
.align-end{
  align-items:flex-end;
}
.flex-wrap{
  flex-wrap: wrap;
}
.flex-direction-column{
  flex-direction: column;
}
.editor{
  line-height: 2;
}
.editor ul{
  padding-left: 30px;
}
.red{
  color: #da0808;
}
.main_btn{
  background: #614e3d;
  color: #fff;
}
.main_btn:hover{
  background: #8f7761;
  color: #fff;
}
/*banner*/
.banner .swiper-slide .img{
  width: 100%;
  -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.banner .swiper-slide.swiper-slide-active .img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.banner .swiper-slide .container{
  position: absolute;
  top: 0;
  left: 50%;
  -moz-transform: translate(-50%,0%);
  -webkit-transform: translate(-50%,0%);
  -o-transform: translate(-50%,0%);
  -ms-transform: translate(-50%,0%);
  transform: translate(-50%,0%);
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.flexslider .slides .container.right {
  justify-content: flex-end !important;
}
.banner .swiper-slide .banner_txt{
  width: 600px;
  max-width: 50%;
}
.banner .swiper-slide .container.right{
  justify-content: flex-end !important;
}
.banner .swiper-slide .banner_txt .banner_title_box{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #ffffff;
  font-weight: 400;
  line-height: 1.1;
  text-shadow: #000 5px 5px 10px;
}
.banner .swiper-slide .banner_txt .banner_title{
  font-size: 90px;
  margin: 0 5% 5% 0;
  opacity: 0;
  transform: translateX(-30%);
  -moz-transition: all, 1s ease-out;
  -o-transition: all, 1s ease-out;
  -webkit-transition: all, 1s ease-out;
  transition: all, 1s ease-out;
}
.banner .swiper-slide.swiper-slide-active .banner_txt .banner_title{
  opacity: 1;
  transform: translateX(0%);
}
.banner .swiper-slide .banner_txt .banner_wtxt{
  font-size: 40px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 40px;
  opacity: 0;
  transform: translateX(-30%);
  -moz-transition: all, 1s ease-out 0.3s;
  -o-transition: all, 1s ease-out 0.3s;
  -webkit-transition: all, 1s ease-out 0.3s;
  transition: all, 1s ease-out 0.3s;
}
.banner .swiper-slide.swiper-slide-active .banner_txt .banner_wtxt{
  opacity: 1;
  transform: translateX(0%);
}
.banner .swiper-pagination-bullet{
  width: 50px;
  height: 5px;
  border-radius: 0;
  background: #fff;
  opacity: 1;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: #ca3d12;
}
.banner .swiper-button-prev:after,.banner .swiper-container-rtl .swiper-button-next:after{
  color: #fff;
}
.banner .swiper-button-next:after,.banner .swiper-container-rtl .swiper-button-prev:after{
  color: #fff;
}
.banner img{
  width: 100%;
}
/*//banner*/
/*cart*/
#cartInfo-wrap {
  width: 400px;
  padding: 20px;
  background: rgba(255, 255, 255, 1);
  color: #000;
  font-size: 15px;
  position: fixed;
  right: 0;
  top: 40px;
  z-index: 6;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  display: none;
}
#cartInfo-wrap .row_ {
  position: relative;
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;  
}
#cartInfo-wrap div.img img {
  width: 50px;
  vertical-align: middle;
}
#cartInfo-wrap div.img span {
  text-align: left;
  margin-left: 10px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 150px;
  vertical-align: middle;
  padding-right: 10px;
}
#cartInfo-wrap a.delete {
  background: url(../images/_tw/delete.png) center no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 0;
  top:0;
}
#cartInfo-wrap div.price {
  float: left;
  padding: 0 15px;
}
#cartInfo-wrap div.price span{
  display: block;
  line-height: normal;
  margin-top: 10px;
  font-size: 13px;
}
#cartInfo-wrap .total {
  text-align: right;
  border-top: 1px solid #dddddd;
  padding-top: 20px;
}
#cartInfo-wrap .total span {
  font-size: 15px;
  color: #d90000;
  margin-right: 20px;
}
#cartInfo-wrap .total > a {
  padding: 8px 30px;
  font-size: 15px;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  border-radius: 5px;
}
/*//cart*/
.header .top .container > *{
  margin-left: 15px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.index{
  overflow-x: hidden;
}
.calendar-table{
  padding: 5px 10px;
}
.calendar-table tbody td:not(.disabled){
  cursor: pointer;
}
.calendar-table tbody .disabled{
  color: #ddd;
  cursor: not-allowed;
}
.calendar-table select option:disabled{
  color: #ddd;
}
.calendar-table tbody td.active {
  background: #9a0000;
  color: #fff;
}
/*login*/
.login-wrap > .row_ {
  text-align: left;
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.login-wrap > .row_ .title {
  font-size: 28px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 400;
}
.login-wrap > .row_ .left {
  padding: 60px 20px;
  background: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  height: 100%;
}
.login-wrap > .row_ .left .inner{
  width: 380px;
  max-width: 100%;
  margin: 0 auto;
}
.login-wrap > .row_ .left input[type=text],
.login-wrap > .row_ .left input[type=password] {
  display: inline-block;
  width: 100%;
  height: 38px;
  border: 0;
  background: #f2f2f2;
  font-size: 15px;
  padding-left: 15px;
  border: 1px #f2f2f2 solid;
  border-radius: 5px;
}
.login-wrap > .row_ .left p {
  margin-bottom: 15px;
}
.login-wrap > .row_ .left .code input[type=text] {
  width: 135px;
}
.login-wrap > .row_ .left .forget {
  text-align: right;
}
.login-wrap > .row_ .left .forget a {
  font-size: 15px;
  color: #bc6123;
}
.login-wrap > .row_ .left .forget a:hover{
  text-decoration: underline !important;
}
.login-wrap > .row_ .left p:last-child {
  width: 100%;
  display: block;
  margin: 0 0 40px;
}
.login-wrap > .row_ .left p:last-child a {
  display: inline-block;
  width: 35%;
  height: 42px;
  line-height: 42px;
  background: #bc6123;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.login-wrap > .row_ .left p:last-child a:hover {
  background: #e07025;
}
.login-wrap > .row_ .left p:last-child a + a {
  width: 60%;
  float: right;
  background: #3a5898;
  line-height: normal;
}
.login-wrap > .row_ .left p:last-child a + a:hover {
  background: #4567b3;
}
.login-wrap > .row_ .left p:last-child a + a img {
  margin: 0 5px 0 0;
  vertical-align: middle;
}
.login-wrap > .row_ .left p:last-child a + a span {
  vertical-align: middle;
  line-height: 42px;
}
.login-wrap > .row_ .right {
  padding: 60px 20px;
  background: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  height: 100%;
}
.login-wrap > .row_ .right .inner{
  width: 480px;
  max-width: 100%;
  margin: 0 auto;
}
.login-wrap > .row_ .right .title {
  margin-bottom: 60px;
}
.login-wrap > .row_ .right p {
  font-size: 16px;
  color: #bc6123;
  line-height: 52px;
}
.login-wrap > .row_ .right p:last-child {
  padding-top: 40px;
  text-align: center;
}
.login-wrap > .row_ .right p:last-child a {
  display: inline-block;
  padding: 0 25px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.login-wrap > .row_ .left p.code{
  display: flex;
  align-items: center;
}
.login-wrap > .row_ .left p.code *{
  margin-right: 10px;
}
.box{
  padding: 70px 90px;
  background: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
}
/*//login*/
.product_list .pager,.news_list .pager{
  padding: 20px 0 0;
}
.product_list,.news_list{
  overflow: hidden;
}
/* news detail */
.news-detail .social-icon {
  display: inline-block;
  margin-bottom: 20px;
}
.social-icon .line:hover svg circle{
  fill: #50B233;
}
.social-icon .facebook:hover svg circle{
  fill: #095898;
}
.social-icon .twitter:hover svg circle{
  fill: #2DB3E9;
}
.social-icon .google:hover svg circle{
  fill: #CB151D;
}
/* .news-detail .social-icon a + a {
  margin-left: 4px;
} */
.news-detail .title {
  font-size: 26px;
  font-weight: 400;
  padding-bottom: 15px;
  border-bottom: 1px solid #4d0000;
  margin-bottom: 30px;
}
.news-detail .title .date{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.news-detail .title .date span {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 20px;
}
.news-detail .editor {
  font-size: 15px;
  word-break: break-all;
}
.news-detail .editor .subtitle {
  font-size: 26px;
}
.news-detail .editor p {
  line-height: 2;
}
.article-function {
  text-align: center;
  padding: 30px 0 0;
  border-top:  1px solid #4d0000;
  margin-top: 30px;
}
.article-function a {
  display: inline-block;
}
.article-function a:nth-child(2) {
  margin: 0 15px;
}
/* //news detail */
/* product detail */
.product-view {
  position: relative;
}
.product-view .product-img {
  width: 44%;
  float: left;
}
.product-view .product-img .show-box-wrap {
  position: relative;
  overflow: hidden;
}
.product-view .product-img .show-box-wrap .tag{
  text-align: right;
  margin-top: 15px;
}
.product-view .product-img .show-box-wrap .zoom-icon {
  font-size: 24px;
  color: #9c9c9c;
  width: 50px;
  height: 50px;
  background: #ececec;
  position: absolute;
  right: 1px;
  top: 1px;
  z-index: 2;
}
.product-view .product-img .show-box-wrap .zoom-icon i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.product-view .product-img #show-box {
  text-align: center;
}
.product-view .product-img #show-box img{
  width: 100%;
}
.product-view .product-img .thumbnail {
  list-style: none;
  margin: 20px -12px 0 !important;
  background: none;
  border: 0;
}
.product-view .product-img .thumbnail li {
  float: left;
  width: 25%;
  padding: 0 8px;
  margin-bottom: 5px;
}
.product-view .product-img .thumbnail li .inner {
  border: 1px #d9d9d9 solid;
  background: #fff;
  overflow: hidden;
}
.product-view .product-img .thumbnail li .inner:hover{
  cursor: pointer;
}
.product-view .product-info {
  width: 56%;
  float: left;
  padding: 0 0 40px 40px;
}
.product-view .product-info h1{
  font-family: 'Noto Sans TC', Helvetica, sans-serif;
  font-size: 24px;
  margin-top: 0;
  line-height: 1.5;
  text-align: justify;
}
.product-view .product-info .title {
  font-size: 18px;
  position: relative;
  padding: 0;
  border-bottom: 1px #614e3d solid;
}
.product-view .product-info .title a.addCart {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
  right: 0;
  top: auto;
  bottom: 10px;
}
.product-view .product-info .title a.addCart span {
  font-size: 12px;
}
.product-view .product-info .text {
  padding: 25px 0;
}
.product-view .product-info .description{
  padding: 25px 0 40px;
  line-height: 2;
  border-bottom:0;
}
.product-view .product-info .method_box > span {
  display: block;
  padding-top: 15px;
  font-size: 20px;
  font-weight: 400;
}
.product-view .product-info .o-price{
  text-decoration: line-through;
  color: #9c9c9c;
  font-size: 15px;
}
.product-view .product-info .text .price {
  font-size: 22px;
  color: #ff3f00;
  position: relative;
  font-weight: 400;
}
.supply {
  position: relative;
  padding: 15px 10px 0px 20px;
  display: flex;
  width: 100%;
  float: left;
}
.supply .activity_left{
  min-width: 80px;
}
.supply:before {
  content: '▼';
  font-size: 12px;
  color: #7e7e7e;
  position: absolute;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  left: 0;
  top: 17px;
}
.supply a {
  color: #bc6123;
  font-weight: 400;
}
.supply a:hover,.supply a:active,.supply a:focus{
  color: #e07025 !important;
}
.page-title_prd {
  font-size: 20px;
  color: #ffdfbf;
  border-bottom: 1px #400000 solid;
  margin-bottom: 35px;
}
.page-title_prd span {
  display: inline-block;
  border-top: 1px #614e3d solid;
  border-left: 1px solid #614e3d;
  border-right: 1px solid #614e3d;
  padding: 10px;
  width: 170px;
  text-align: center;
  letter-spacing: 2px;
  background: #614e3d;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
/* tabs */
.product-detail .cus-tab {
  margin: 40px 0;
}
.product-detail .cus-tab > .tabs{
  margin-bottom: 0;
}
.product-detail .cus-tab .tabs:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.product-detail .cus-tab .tabs li {
  display: block;
  float: left;
}
.product-detail .cus-tab .tabs li a {
  display: inline-block;
  font-size: 20px;
  padding: 10px;
  width: 170px;
  text-align: center;
  color: #614e3d;
  letter-spacing: 2px;
  border-top: 1px solid #614e3d;
  border-left: 1px solid #614e3d;
  border-right: 1px solid #614e3d;
  margin: 0 10px 0 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.product-detail .cus-tab .tabs li.current a {
  display: inline-block;
  padding: 10px;
  text-align: center;
  background: #614e3d;
  border-top: 1px solid #614e3d;
  border-left: 1px solid #614e3d;
  border-right: 1px solid #614e3d;
  color: #fff;
}
.product-detail .cus-tab .tabs-content-wrap {
  overflow: hidden;
  padding: 40px 0;
  border-top: 1px #4a0000 solid;
  border-radius: 20px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.product-detail .cus-tab .tabs-content-wrap .tabs-content:not(:first-child) {
  display: none;
}
.product-detail .cus-tab .tabs-content-wrap .video {
  position: relative;
  margin-top: 50px;
}
.product-detail .cus-tab .tabs-content-wrap .video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.product-view .product-info .text.prd_tag{
  padding: 10px 0;
}
.prd_tag a{
  font-size: 18px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #f4c6a6;
  color: #463b30;
  width: 70px;
  height: 70px;
  padding: 10px 15px;
  border-radius: 100%;
  -webkit-box-shadow: 2px 3px 0px rgb(218 170 137);
  -moz-box-shadow: 2px 3px 0px rgb(218 170 137);
  box-shadow: 2px 3px 0px rgb(218 170 137);
  line-height: 1.2;
}
.prd_tag a:hover{
  background: #e0aa84;
  color: #fff;
  -webkit-box-shadow: 2px 3px 0px rgb(218 170 137);
  -moz-box-shadow: 2px 3px 0px rgb(218 170 137);
  box-shadow: 2px 3px 0px rgb(218 170 137);
}
.prd_tag a:nth-child(n+2){
  margin-left: 10px;
}
.product-detail_page .product-list{
  float: none;
  margin-bottom: 0;
}
.product-detail_page h1{
  font-size: 18px;
  font-weight: 600;
}
.product-detail .product-list{
  float: none;
}
.product-detail .share_icon{
  margin-top: -40px;
  margin-bottom: 10px;
}
.btn_d{
  padding: 30px 0;
}
.btn_d .row{
  margin: 0 -5px !important;
}
.btn_d .row a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  width: calc((100% / 3 ) - 10.01px);
  padding: 10px 5px;
  text-align: center;
  margin: 0 5px 10px;
  font-size: 17px;
  letter-spacing: 1px;
  border-radius: 5px;
}
.btn_d .row a img{
  margin-right: 5px;
}
.product-detail .fb-api{
  float: left;
  margin-top: 25px;
}
.product-detail .add_purchase.product_list .col .info_a .inner{
  padding: 40px 0px;
}
.product-detail .add_purchase.product_list .add_btn{
  text-align: center;
}
.product-detail .add_purchase.product_list .col .txt_box{
  margin-bottom: 10px;
}
.product-detail .product-info > .text .spec-wrap {
  padding: 0;
  display: flex;
  align-items: baseline;
}
.product-detail .product-info > .text .spec-wrap > span:first-child{
  min-width: 48px;
  width: 48px;
}
.product-detail .product-info > .text .spec-wrap .p-spec {
  display: inline-block;
}
.product-detail .product-info > .text .spec-wrap .p-spec a {
  display: inline-block;
  border: 1px #000 solid;
  color: #000;
  padding: 5px 15px;
  margin: 0 5px 15px 0;
  border-radius: 5px;
}
.product-detail .product-info > .text .spec-wrap .p-spec a.current,.product-detail .product-info > .text .spec-wrap .p-spec a:hover{
  background: #000;
  color: #fff;
  border: 1px #000 solid;
}
.product-view .product-info .text .col{
  padding: 20px 0;
}
.product-view .product-info .text .col p:last-child{
  margin-bottom: 0;
}
.product-view .product-info .text .col + .col{
  margin-top: 10px;
}
.product-view .product-info .method_box .text{
  padding: 0;
  border-top: 1px #4d0000 solid;
  margin-top: 10px;
}
.detail_title{
  font-weight: 500;
}
.add_purchase .col:hover{
  cursor: pointer;
}
.add_purchase .col:hover .img img{
  transform: scale(1.1,1.1);
}
.add_purchase .col:hover .img::before {
  opacity: 1;
}
.add_purchase .col input[type="checkbox"]{
  margin-top: 15px !important;
}
.add_purchase.product_list .col{
  margin-bottom: 20px;
}
.product-detail .count{
  color: #000;
}
.sold_out_btn{
  background: #909090;
}
.sold_out_btn:hover{
  cursor: not-allowed;
  background: #909090;
}
/*//product detail*/
.comment_user_icon{
  padding: 0 0 0 15px;
}
.comment_user_icon .img{
  background: #ddd;
  border-radius: 100%;
  padding: 5px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.comment_total .total-rate_title{
  font-size: 20px;
}
.comment_user > *,.comment_total > *,.comment_creator_box > *{
  margin-right: 15px;
}
.comment_total .star-rating{
  margin-right: 8px;
}
.fa-star,.fa-star-o,.total-rate_score{
  color: #f4c736;
}
.comment_total .total-rate_total{
  color: #9e9e9e;
}
.comment_create-at{
  color: #737373;
  font-size: 14px;
}
.comments > .row + .row{
  padding-top: 10px;
  margin-top: 4px;
  border-top: 1px dashed #ddd;
}
.comments .more_btn{
  text-align: center;
  margin: 20px 20px 0;
  text-decoration: underline;
  cursor: pointer;
}
/*adopt_list*/
.adopt_list .row > .col{
  margin-bottom: 45px;
}
.adopt_list .row > .col a{
  display: block;
  background: #dcdcdc;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.adopt_list .info_box{
  padding-bottom: 30px;
}
.adopt_list .info{
  background: #fff;
  padding: 30px 20px;
  width: 86%;
  margin: -20px auto 0;
  position: relative;
}
.adopt_list .info h3{
  color: #333;
  font-size: 20px;
}
.adopt_list .info .txt{
  color: #545454;
  line-height: 1.8;
}
.adopt_list .btn_{
  border: 1px solid #614e3d;
  display: table;
  margin: 25px auto 0;
  padding: 5px 20px;
  border-radius: 8px;
  color: #fff;
  background: #614e3d;
}
.adopt_list .row > .col a:hover .btn_{
  background: #8e7056;
  border: 1px solid #8e7056;
}
.adopt_list .img img{
  width: 100%;
}
.reading_box{
  line-height: 2;
}
.reading_box a{
  text-decoration: underline;
}
/*//adopt_list*/
/*contact_us*/
.contact_top-row{
  width: calc(100% + 30px);
  margin: 0 -15px;
}
.contact_us .contact-info .row + .row{
  margin-top: 20px;
}
.contact_us .contact-info .title{
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 18px;
}
.contact_us .contact-info .title.s-name{
  font-weight: 500;
  color: #000;
}
.contact_us .contact-info .title img{
  margin-right: 5px;
}
.contact_us .contact-info .txt{
  font-size: 24px;
  color: #614e3d;
  font-weight: 400;
  line-height: 1;
  padding-left: 5px;
}
.contact_us .contact-form .col{
  width: 100%;
  position: relative;
}
.contact_us .contact-form .col label{
  position: absolute;
  left: 22px;
  top:13px;
  color: #333333;
}
.contact_us .contact-form .col label span,.contact_us .contact-form .code label span{
  color:#bb0000;
}
.contact_us .contact-form .code label{
  position: absolute;
  left: 38px;
  top:13px;
  color: #333333;
}
.contact_us .contact-form .col input,.contact_us .contact-form .col textarea,.contact_us .contact-form .col select{
  width: 100%;
  background: #fff;
  padding: 15px 10px 15px 150px;
  border: 0;
  max-width: 100%;
  min-width: 100%;
  min-height: 49px;
  font-weight: 400;
  border-radius: 50px;
}
.contact_us .contact-form .col textarea{
  border-radius: 20px;
}
.contact_us .contact-form .col select{
  padding: 10px 10px 10px 150px;
}
.contact_us .contact-form .row + .row{
  margin-top: 20px;
}
.contact_us .contact-form .code input{
  width: 200px;
  padding: 15px 10px 15px 120px;
  border: 0;
  font-weight: 400;
  border-radius: 50px;
}
.contact_us .contact-form .btn_ {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact_us .contact-form .btn_ input{
  width: calc(50% - 5px);
  float: left;
  padding: 8px 20px;
  margin: 0 10px;
  border-radius: 5px;
  font-size: 18px;
  border: 0;
}
.contact_us .contact-form .code-box{
  margin: 10px -15px 0 !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.contact_us .contact-form .refresh{
  margin-left: 10px;
  color: #bc6123;
}
.contact_us .contact-form .refresh:hover{
  color: #e07025;
}
.contact_us .contact-map{
  margin-top: 60px;
}
.contact-map.embed-responsive-16by9{
  padding-bottom: 45%;
}
.contact_us .logo_content span{
  display: block;
  font-size: 26px;
  letter-spacing: 3px;
  font-weight: 400;
  margin-top: 10px;
}
.contact_us .contact-form .row,.contact_us .contact-info .row{
  margin-left: 0;
  margin-right: 0;
}
.contact_us .info_txt_contact{
  font-size: 20px;
  line-height: 2;
  border-left: 8px solid #614e3d;
  padding-left: 25px;
  font-weight: 400;
}
.contact_us .contact-form_out{
  border-left: 1px solid #400000;
}
.contact_us .btn_box{
  border-top: 1px dashed #400000;
  padding-top: 40px;
  display: flex;
  justify-content: flex-end;
}
/*//contact*/

.page_bg{
  background: url(../images/_tw/page_bg.jpg) top right;
  background-size: 100%;
}
.about{
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) {
  body {
    padding-top: 237px;
  }
  body.scroll{
    padding-top: 187px;
  }
  .container{
    width: 1500px !important;
    max-width: 100%;
  }
  .container > .wrap {
    position: relative;
    padding:0px 0 80px;
  }
  .mobile{
  	display: none !important;
  }
  /*麵包屑*/
  .bread-crumbs {
    position: relative;
    margin: 20px 0;
  }
  .bread-crumbs + .page-title{
    margin-top: 20px !important;
  }
  .bread-crumbs ol {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 10px 0;
    padding: 0;
  }
  .bread-crumbs ol img {
    margin: 0px 10px 0 0;
  }
  .bread-crumbs ol li {
    display: inline-flex;
    align-items: center;
  }
  .bread-crumbs ol li a {
    font-size: 15px;
    text-align: center;
  }
  .bread-crumbs ol li i,
  .bread-crumbs ol li span {
    display: inline-block;
    font-size: 14px !important;
    color: #666666;
  }
  .bread-crumbs ol i{
    margin: 0 5px;
    font-size: 14px;
  }
  .index .bread-crumbs{
    opacity: 0;
    margin: 0;
    height: 0;
    position: absolute;
    z-index: -1;
  }
  /*//麵包屑*/
  /*標題*/
  .page-title{
    display: table;
    margin: 0 auto 40px;
  }
  .page-title .main{
    font-size: 34px !important;
    font-weight: 400;
    display: block;
    position: relative;
    text-align: center;
  }
  .page-title .main::before {
    content: '';
    height: 2px;
    background: #cccccc;
    width: 150px;
    position: absolute;
    left: -170px;
    top: 50%;
    margin-top: 1px;
  }
  .page-title .main::after {
    content: '';
    height: 2px;
    background: #cccccc;
    width: 150px;
    position: absolute;
    right: -170px;
    top: 50%;
    margin-top: 1px;
  }
  .page-title .second{
    font-size: 24px;
    color: #868686;
    display: block;
    text-align: center;
    font-family: 'Times New Roman';
    margin-top: 10px;
  }
  /*//標題*/
  /*頁籤*/
  .page-links {
    padding: 0px 0 30px;
    width: 100%;
    display: block;
  }
  .page-links .row{
    margin: 0 -6px !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .page-links .row .col {
    display: inline-block;
    margin: 0px 3px 10px 3px;
  }
  .page-links .row .col a {
    margin: 2px;
    background: #fff;
    color: #bc6123;
    border: 1px solid #bc6123;
    font-weight: 400;
    padding: 10px 15px;
    font-size: 18px;
    display: block;
    min-width: 146px;
    text-align: center;
    border-radius: 50px;
  }
  .page-links .row .current a,.page-links .row a:hover {
    background: #bc6123;
    border: 1px solid #bc6123;
    color: #fff;
  }
  .page-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .page-links ul li {
    float: left;
    text-align: center;
  }
  .page-links li + li {
    margin-left: 12px;
  }
  .page-links ul li:nth-child(n+9) {
    margin-top: 10px;
  }
  .page-links ul li a:hover {
    background: rgba(9,145,163,1) !important;
  }
  /*//頁籤*/
  /*頁數*/
  .pager {
    padding: 60px 0 0;
    text-align: center;
    margin: 0 !important;
  }
  .pager a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 15px;
    color: #666;
    border: 1px #ccc solid;
    vertical-align: top;
    margin: 0 3px;
    background: #fff;
  }
  .pager a span{
    color: #666666 !important;
  }
  .pager a.current span{
    font-weight: bold;
  }
  .pager a:first-child,
  .pager a:last-child {
    font-size: 24px;
  }
  .pager a:hover,.pager a.current{
    background: #bc6123;
    color: #fff;
  }
  /*//頁數*/
  /*menu*/
  .overlapblackbg{
		display:none;
	}
	.wsmenu{
		position:relative;
		font-size:14px;
		padding:0px;
		margin:0px auto;
		width:100%;
		-webkit-border-radius:0px 0px 0px 0px;
		-moz-border-radius:0px 0px 0px 0px;
		border-radius:0px 0px 0px 0px;
	}
	.wsmenu-list{
		text-align: left;
		display: table;
		margin: 0 auto;
		padding: 0px;
	}
	.wsmenu-list > li{
		text-align:center;
		padding: 0 15px;
		display: table-cell;
		position: relative;
	}
	.wsmenu-list > li > a{
		display: block;
		color: #3d332a;
		padding: 0 5px 20px;
		position: relative;
		font-size: 22px !important;
		letter-spacing: 1px;
	}
  .scroll .wsmenu-list > li > a{
    padding: 0 5px 10px;
  }
	.wsmenu-submenu{
		min-width: 100%;
		-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	}
	.wsmenu-submenu li{
		position:relative; 
		padding:0px; 
		margin:0px; 
		display:block;
	}
	.wsmenu-list li:hover .wsmenu-submenu{
		display:block;
	}
	.wsmenu-list li > .wsmenu-submenu{
		transform-style: preserve-3d;
		-o-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		-webkit-transform-style: preserve-3d;
		transform: rotateX(-75deg);
		-o-transform: rotateX(-75deg);
		-moz-transform: rotateX(-75deg);
		-webkit-transform: rotateX(-75deg);
		visibility:hidden;
	}
	.wsmenu-list li:hover > .wsmenu-submenu{
		transform: rotateX(0deg);
		-o-transform: rotateX(0deg);
		-moz-transform: rotateX(0deg);
		-webkit-transform: rotateX(0deg);
		opacity: 1;
		visibility:visible;
	}
	.wsmenu-submenu li > .wsmenu-submenu-sub{
		transform-style: preserve-3d;
		-o-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		-webkit-transform-style: preserve-3d;
		transform: rotateX(-75deg);
		-o-transform: rotateX(-75deg);
		-moz-transform: rotateX(-75deg);
		-webkit-transform: rotateX(-75deg);
		visibility:hidden;
	}
	.wsmenu-submenu-sub li > .wsmenu-submenu-sub-sub{
		transform-style: preserve-3d;
		-o-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		-webkit-transform-style: preserve-3d;
		transform: rotateX(-75deg);
		-o-transform: rotateX(-75deg);
		-moz-transform: rotateX(-75deg);
		-webkit-transform: rotateX(-75deg);
		visibility:hidden;
	}
	.wsmenu-submenu-sub li:hover > .wsmenu-submenu-sub-sub{
		transform: rotateX(0deg);
		-o-transform: rotateX(0deg);
		-moz-transform: rotateX(0deg);
		-webkit-transform: rotateX(0deg);
		opacity: 1;
		visibility:visible;
	}
	.wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub{
		min-width:180px;
		-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	}
	.wsmenu-list > li > .wsmenu-click{
    display: none;
		color: #333;
		position: absolute;
		z-index: 2;
		right: 15px;
		top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	}
	.wsmenu-submenu .wsmenu-click{
		color: #333;
		position: absolute;
		z-index: 2;
		right: 10px;
		top: 50%;
    -moz-transform: translateY(-50%) rotate(270deg);
    -webkit-transform: translateY(-50%) rotate(270deg);
    -o-transform: translateY(-50%) rotate(270deg);
    -ms-transform: translateY(-50%) rotate(270deg);
    transform: translateY(-50%) rotate(270deg);
	}
	.scroll .wsmenu-click{
		color: #333;
	}
	.wsmenu-submenu{
		position:absolute;
		z-index:1000;
		margin:0px;
		opacity: 0;
		-o-transform-origin: 0% 0%;
		-ms-transform-origin: 0% 0%;
		-moz-transform-origin: 0% 0%;
		-webkit-transform-origin: 0% 0%;
		-o-transition: -o-transform 0.3s, opacity 0.3s;
		-ms-transition: -ms-transform 0.3s, opacity 0.3s;
		-moz-transition: -moz-transform 0.3s, opacity 0.3s;
		-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	}
	.wsmenu-list > li:hover>a,.wsmenu-list li:hover >.wsmenu-click{
		color: #bc6123; 
		background: none;
	}
	.wsmenu-submenu li:hover>a,.wsmenu-submenu li a:hover{
		color: #bc6123;
	}
	.wsmenu-submenu li a {
		background: rgba(255, 255, 255, 0.85);
		text-align:center;
		display:block;
		padding: 10px 17px;
		text-transform:none; 
		font-size:18px;
		letter-spacing:normal;
	}
	.wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub{
		position:absolute; 
		left:100%; 
		top:0; 
		margin:0px; 
		padding:0px;
		opacity: 0;
		z-index: -1;
		-o-transform-origin: 0% 0%;
		-ms-transform-origin: 0% 0%;
		-moz-transform-origin: 0% 0%;
		-webkit-transform-origin: 0% 0%;
		-o-transition: -o-transform 0.4s, opacity 0.4s;
		-ms-transition: -ms-transform 0.4s, opacity 0.4s;
		-moz-transition: -moz-transform 0.4s, opacity 0.4s;
		-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;	
	}
	.wsmenu-list .wsmenu-submenu li:hover .wsmenu-submenu-sub{
		list-style:none;
		display:block;
		transform: rotateX(0deg);
		-o-transform: rotateX(0deg);
		-moz-transform: rotateX(0deg);
		-webkit-transform: rotateX(0deg);
		opacity: 1;
		visibility:visible;
	}
	.wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub .wsmenu-submenu-sub-sub{
		min-width:200px; 
		position:absolute; 
		left:100%; 
		top:0; 
		margin:0px; 
		padding:0px;
		opacity: 0;
		-o-transform-origin: 0% 0%;
		-ms-transform-origin: 0% 0%;
		-moz-transform-origin: 0% 0%;
		-webkit-transform-origin: 0% 0%;
		-o-transition: -o-transform 0.4s, opacity 0.4s;
		-ms-transition: -ms-transform 0.4s, opacity 0.4s;
		-moz-transition: -moz-transform 0.4s, opacity 0.4s;
		-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	}
	.wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub li:hover .wsmenu-submenu-sub-sub{
		opacity:1;
		list-style:none;
	}
  a.logo{
	  padding: 0;
    display: table-cell;
    text-align: center;
    vertical-align: bottom;
    transform:scale(1,1);
    transition: all 0.5s ease-out;
  }
  header.header {
    background: #efefef;
    position: relative;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 5;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .scroll .header {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .header .top{
    background: #614e3d;
    color: #fff;
    padding: 10px 0;
    margin-bottom: 10px;
  }
  .row_top{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .menu_top_left{
    float: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .menu_top_left > div{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .menu_top_left img{
    vertical-align: bottom;
  }
  .menu_top_all{
    float: left;
    position: relative;
    margin-top: 20px;
  }
  .wsmenu-list > li > a > i{
    font-size:18px !important;
    position: absolute;
    margin-left: 10px;
  }
  .scroll .menu_top_left img{
    max-height: 75px;
  }
  .scroll .logo{
    transform:scale(0.9,0.9);
  }
  .scroll .menu_top_all{
    margin-top: 5px;
  }
  /*//menu*/
  /*search*/
  #search-wrap {
    width: 300px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.95);
    color: #666666;
    position: fixed;
    right: 0;
    top: 40px;
    z-index: 9999;
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    border: 1px #ddd solid;
    border-top: 1px #ddd solid;
    display: none;
  }
  #search-wrap form{
    display: flex;
  }
  #search-wrap button {
    border: 0;
    padding: 0;
    width: 32px;
    height: 32px;
    background: #8e8e8e;
  }
  #search-wrap input {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    display: block;
    height: 32px;
    float: left;
    font-size: 14px;
  }
  #search-wrap input:first-child {
    border: 0;
    background: #f0f0f0;
    width:calc(100% - 36px);
    padding-left: 10px;
    border-right: 0;
  }
  #search-wrap input + input {
    border: 0;
    width: 20%;
    background: #1f8936;
    color: #fff;
  }
  /*//search*/
  /*footer-fixed*/
  #right-fixed {
    position: fixed;
    width: 55px;
    text-align: center;
    right: 15px;
    bottom: 10%;
    z-index: 90;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  #right-fixed .slider-wrap {
    margin-bottom: 20px;
    position: relative;
  }
  #right-fixed .record-silder {
    position: relative;
    background: 0;
  }
  #right-fixed .record-silder .text {
    color: #555;
    width: 100%;
    height: 22px;
    line-height: 22px;
    text-align: center;
    position: absolute;
    left: 0;
    top: -5px;
    z-index: 99;
    position: relative;
  }
  #right-fixed .record-silder .text span {
    padding: 0 5px;
    background: #f9f9f9;
    position: relative;
    z-index: 2;
  }
  #right-fixed .record-silder .text:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    top: 12px;
    z-index: 1;
  }
  #right-fixed .record-silder .slides li {
    height: 220px;
    background: #fff;
  }
  #right-fixed .record-silder .slides li a {
    display: block;
    border-bottom: 1px #ddd solid;
    text-align: center;
    padding: 10px 5px;
  }
  #right-fixed .record-silder .slides li a img {
    width: 70px;
    display: inline-block;
  }
  #right-fixed .record-silder .slides li a p {
    color: #555;
    font-size: 12px;
    padding: 5px 0 0;
  }
  #right-fixed .record-silder .slides li a + a {
    border-top: 0;
  }
  #right-fixed .icons a {
    display: block;
    margin-bottom: 10px;
  }
  #right-fixed .icons .goTop {
    display: none;
  }
  .topicon{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 52px;
    height: 52px;
    background: #1c2125 url(../images/_tw/up.svg)50% 8px no-repeat;
    border-radius: 100%;
    padding-top: 15px;
    font-size: 14px;
  }
  #right-fixed #fixed-silder-prev,
  #right-fixed #fixed-silder-next {
    cursor: pointer;
  }
  .goTop{
    display:none;
  }
  .goTop.show{
    background: #333;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: inline-flex !important;
    margin: 0 !important;
    color: #fff;
    align-items: center;
    justify-content: center;
  }
  /*//footer-fixed*/
  /*footer*/
  footer.footer{
    position: relative;
    float: left;
    width: 100%;
    color: #fff;
    font-size: 20px;
    overflow: hidden;
    padding-top: 80px;
  }
  footer.footer .inner{
    background: #614e3d;
    padding: 50px 0;
  }
  footer.footer::before{
    content: '';
    background: #614e3d;
    position: absolute;
    top: 0;
    left: -5%;
    width: 110%;
    height:200px;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
  }
  footer .wrap_all{
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    width: 1500px;
    max-width: 100%;
  }
  footer.footer .info{
    line-height: 1.5;
  }
  footer.footer .info .copy{
    font-size: 15px;
  }
  footer.footer .info a{
    color: #fff;
  }
  footer.footer .share a:not(:last-child){
    margin-right: 5px;
  }
  footer.footer ul{
    list-style-type: none;
  }
  footer.footer ul li + li{
    margin-top: 15px;
  }
  footer.footer ul li a{
    color: #fff;
    position: relative;
    display: inline-block;
  }
  footer.footer ul li a::before{
    content: '';
    width: 0;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: -8px;
    left: 50%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  footer.footer ul li a:hover::before{
    content: '';
    width: 100%;
    left: 0;
  }
  footer.footer .share:hover a .svg{
    opacity: 0.4;
  }
  footer.footer .share > a:hover .svg{
    opacity: 1;
  }
  /*//footer*/
  /*banner*/
  .banner .swiper-slide .img.bg{
    height: 80vh;
  }
  /*//banner*/
  /*table-box*/
  .table-box{
    width: 100%;
    display: table;
    margin-bottom: 0;
  }
  .table-box .table-row{
    display: table-row;
  }
  .table-box .table-row .table-td{
    display: table-cell;
    padding: 10px;
    border-bottom: 1px #ddd solid;
    vertical-align: middle;
  }
  .table-box .table-row.title{
    font-size: 16px;
    text-align: center;
    background: #f2f2f2;
  }
  .table-box .table-row.title .table-td{
    border-bottom: 1px #ddd solid;
    border-top: 1px #ddd solid;
  }
  .table-box .table-row .table-td img{
    max-width: 100px;
    margin-right: 10px;
  }
  .table-box .i_del i{
    margin-right: 5px;
  }
  /*//table-box*/
  /*index*/
  .index_prd{
    padding: 80px 0 50px;
    position: relative;
  }
  .index_prd h2{
    font-size: 32px;
    margin-bottom: 50px;
  }
  .index_prd::before{
    content: '';
    background: url(../images/_tw/bg_icon1.jpg)no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    width: 510px;
    height: 330px;
    z-index: -1;
    background-size: contain;
  }
  .index_prd::after{
    content: '';
    background: url(../images/_tw/bg_icon2.jpg)no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 510px;
    height: 330px;
    z-index: -1;
    background-size: contain;
  }
  .index_prd .img,.product_list .col .img{
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 25px;
    position: relative;
  }
  .index_prd .img img,.product_list .col .img img{
    transform: scale(1,1);
    transition: all 0.5s ease-out;
  }
  .index_prd a:hover .img img,.product_list .col a:hover .img img{
    transform: scale(1.1,1.1);
  }
  .index_prd .img::before,.product_list .col .img::before{
    content: '';
    background: rgba(0,0,0,0.4);
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    transition: all 0.5s ease-out;
  }
  .index_prd a:hover .img::before,.product_list .col a:hover .img::before{
    opacity: 1;
  }
  .index_prd .info h4,.product_list .col .info h4{
    font-size: 20px;
    color: #463b30;
  }
  .index_prd .info .price,.product_list .col .info .price{
    font-size: 20px;
    color: #363636;
  }
  .index_prd .row,.product_list .row{
    margin-left: -25px;
    margin-right: -25px;
  }
  .index_prd .col,.product_list .col{
    margin-bottom: 60px;
    padding: 0 25px;
  }
  .index_grid{
    position: relative;
  }
  .index_grid::before{
    content: '';
    background: url(../images/_tw/bg_icon3.jpg)no-repeat;
    position: absolute;
    right: 0;
    top: -50%;
    width: 510px;
    height: 330px;
    z-index: -1;
    background-size: contain;
  }
  .index_grid::after{
    content: '';
    background: url(../images/_tw/bg_icon4.jpg)no-repeat;
    position: absolute;
    right: 0;
    bottom: -300px;
    width: 510px;
    height: 330px;
    z-index: -1;
    background-size: contain;
  }
  .index_grid .img{
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 25px;
    position: relative;
  }
  .index_grid .img img{
    transform: scale(1,1);
    transition: all 0.5s ease-out;
  }
  .index_grid a:hover .img img{
    transform: scale(1.1,1.1);
  }
  .index_grid .img::before{
    content: '';
    background: rgba(0,0,0,0.4);
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    transition: all 0.5s ease-out;
  }
  .index_grid a:hover .img::before{
    opacity: 1;
  }
  .index_grid .col{
    margin-bottom: 40px;
  }
  .index_prd.recommend::before{
    content: '';
    background: url(../images/_tw/bg_icon5.jpg)no-repeat;
    position: absolute;
    left: 0;
    top: 40%;
    width: 510px;
    height: 330px;
    z-index: -1;
    background-size: contain;
  }
  .index_prd.recommend::after{
    content: '';
    background: url(../images/_tw/bg_icon6.jpg)no-repeat;
    position: absolute;
    left: 0;
    bottom: -100px;
    width: 510px;
    height: 330px;
    z-index: -1;
    background-size: contain;
  }
  .index_grid.grid_big{
    padding-bottom: 80px;
  }
  .index_grid.grid_big::before{
    content: '';
    background: url(../images/_tw/bg_icon7.jpg)no-repeat;
    position: absolute;
    left: 0;
    bottom: -120px;
    top:auto;
    width: 510px;
    height: 330px;
    z-index: -1;
    background-size: contain;
  }
  .index_grid.grid_big::after{
    content: '';
    background: url(../images/_tw/bg_icon8.jpg)no-repeat;
    position: absolute;
    right: 0;
    bottom: -120px;
    width: 510px;
    height: 330px;
    z-index: -1;
    background-size: contain;
  }
  /*//index*/
  /*buy list*/
  .buy-list {
    width: 100%;
    float: left;
    padding: 30px 0px 0;
  }
  .buy-list .row{
    margin: 0 !important;
  }
  .welcome {
    font-size: 15px;
    padding: 0 0 35px;
  }
  .welcome .col {
    width: 33%;
  }
  .welcome .col span {
    margin-right: 10px;
    color: #bc6123;
  }
  .welcome .col span:last-child {
    margin-left: 10px;
  }
  .welcome .col:nth-child(2) {
    text-align: center;
    width: 47%;
  }
  .welcome .col:last-child {
    text-align: right;
    width: 20%;
  }
  .welcome .col:last-child a {
    color: #bc6123;
    text-decoration: underline;
  }
  .search-criteria {
    padding: 10px 30px;
    background: #f4c6a6;
    border: 1px #f4c6a6 solid;
  }
  .search-criteria select {
    display: inline-block;
    width: 180px;
    height: 26px;
    border: 1px #ddd solid;
    color: #545454;
    margin: 0 10px 0 0;
    padding-left: 10px;
  }
  .search-criteria input[type=text] {
    display: inline-block;
    width: 180px;
    height: 26px;
    border: 1px #ddd solid;
    padding: 0 10px;
  }
  .search-criteria .row .col + .col {
    float: right;
  }
  .search-criteria .row .col + .col i {
    font-style: normal;
  }
  .search-criteria .row .col + .col input[type=text] {
    width: 120px;
  }
  .search-criteria .row .col + .col img {
    margin: -3px 8px 0;
  }
  .search-criteria .row .col + .col input[type=submit] {
    display: inline-block;
    border: 0;
    height: 24px;
    line-height: 22px;
    text-align: center;
    width: 50px;
    background: #2b2b2b;
    color: #fff !important;
    margin-left: 15px;
    padding: 0;
  }
  .status {
    padding: 40px 0 30px;
    margin-bottom: 30px;
  }
  .status div {
    float: right;
  }
  .status div a {
    display: inline-block;
    height: 32px;
    line-height: 30px;
    padding: 0 12px;
    border: 1px #b2b3b2 solid;
    margin-left: 4px;
    background: #b2b3b2;
  	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .status div a.current,.status div a:hover{
    background: #bc6123;
    border: 1px #bc6123 solid;
    color: #fff;
	  -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .table-wrap {
    padding-bottom: 10px;
  }
  .table-wrap .table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    display: table;
  }
  .table-wrap .table .table-row {
    display: table-row;
  }
  .table-wrap .table .td {
    display: table-cell;
    vertical-align: middle;
  }
  .table-wrap .table .table-row:first-child .td {
    padding: 10px 0;
    text-align: center;
    background: #f4c6a6;
  }
  .table-wrap .table .table-row:first-child .td:first-child {
    text-align: left;
    padding-left: 3%;
  }
  .table-wrap .table .table-row + .table-row .td {
    border-bottom: 4px solid #efefef;
    background: #fff;
    text-align: center;
    font-size: 16px;
    padding: 15px 0;
  }
  .table-wrap .table .table-row + .table-row .td a {
    color: #bc6123;
    text-decoration: underline;
    display: block;
    text-align: center;
    font-size: 15px;
  }
  .table-wrap .table .table-row + .table-row .td a + a {
    margin-top: 3px;
    color: #463b30;
  }
  .table-wrap .table .table-row + .table-row .td i {
    color: #d90000;
    margin-right: 5px;
  }
  .table-wrap .table .table-row + .table-row .td:first-child {
    text-align: left;
    padding-left: 3%;
  }
  .table-wrap .table .table-row + .table-row .td:first-child input {
    margin: 0px 10px 2px 0px !important;
  }

  .table-wrap .table .table-row + .table-row .td:nth-child(3) {
    text-align: center;
    color: #bc6123;
  }
  .cart-list-table {
    position: relative;
  }
  .cart-list-table .all {
    position: absolute;
    left: 0;
    top: -30px;
  }
  .cart-list-table .all input,
  .cart-list-table .all label,
  .cart-list-table .all a {
    vertical-align: middle;
  }
  .cart-list-table .all input{
    margin: 0px!important;
  }
  .cart-list-table .all label {
    margin: 0 20px 0 10px;
  }
  .cart-list-table .all a {
    color: #999999;
    text-decoration: underline;
  }
  .cart-list-table .all a i {
    color: #feb191;
    margin-right: 10px;
  }
  .form-style.style2 .title2 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
  }
  /*//buy-list*/
  /*cart*/
  .step {
    padding: 0px 0 40px;
    width: 950px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: space-around;
  }
  .step .start {
    width: 140px;
    height: 36px;
    line-height: 36px;
    font-size: 19px;
    background: #ddd;
  }
  .step .steps {
    background: #b2b3b2;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    margin: 0 30px;
    padding: 20px 40px;
    height: 120px;
    text-align: center;
    font-size: 20px;
    vertical-align: middle;
  }
  .step .steps span {
    font-size:20px;
    font-weight: 500;
  }
  .step .steps div span{
    font-size:32px;
    font-style: italic;
  }
  .step .steps div{
	  font-size: 26px;
  }
  .step .steps.current {
  	background: #bc6123;
    color: #fff;
  }
  .step .steps.current:before {
    color: #000;
    background: #fff;
  }
  .step .steps-arrow {
    display: inline-block;
    width: 19px;
    height: 64px;
    background: url(../images/_tw/steps_arrow.png) center center no-repeat;
    vertical-align: middle;
    margin: 0 10px;
  }
  .sub-title {
    font-size: 18px;
    padding: 0 0 7px 0;
    font-weight:400;
    border-bottom: 1px #614e3d solid;
    color: #614e3d;
  }
  .sub-title:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
  }
  .sub-title a {
    margin-left: 10px;
    font-size: 18px;
    font-weight:400;
    color: #bc6123;
  }
  .sub-title span {
    font-size: 15px;
    float: right;
    color: #bc6123;
  }
  .sub-title label {
    font-size: 15px;
    color: #bc6123;
    margin-bottom: 0;
  }
  .sub-title input {
    margin: 0 10px 0 15px !important;
  }
  .cart-wrap {
    padding: 0;
  }
  .box2 {
    padding: 40px 0 50px;
  }
  .cart-login a {
    display: inline-block;
    font-size: 15px;
    color: #bc6123;
    margin-left: 30px;
  }
  .cart-login a:hover {
    color: #e47124;
    text-decoration: underline !important;
  }
  .cart-login input[type=submit] {
    width: 110px;
    height: 40px;
    display: inline-block;
    border: 0;
    line-height: 34px;
    text-align: center;
    font-size: 18px;
    margin-left: 60px;
    border-radius: 5px;
    background: #614e3d;
    color: #fff !important;
  }
  .cart-login input[type=submit]:hover{
    background: #8f7761;
  }
  .cart-form input[type=text],
  .cart-form input[type=email],
  .cart-form input[type=password],
  .cart-form input[type=tel] {
    display: inline-block;
    width: 280px;
    height: 38px;
    border: 1px #efefef solid;
    background: #efefef;
    border-radius: 50px;
    padding: 0 10px;
  }
  .cart-form select {
    display: inline-block;
    vertical-align: middle;
    width: 130px;
    height: 38px;
    border: 1px #efefef solid;
    color: #545454;
    margin: 0 10px 0 0;
    background: #efefef;
    padding: 0 10px;
    border-radius: 50px;
  }
  .cart-form textarea {
    display: inline-block;
    width: 570px;
    max-width: 100%;
    height: 160px;
    border: 1px #efefef solid;
    background: #efefef;
    padding: 10px;
    border-radius: 20px;
  }
  .cart-form .row {
    padding-left: 150px;
    position: relative;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .cart-form .row .col:first-child {
    height: 100%;
    background: #f4c6a6;
    width: 150px;
    text-align: center;
    text-align: right;
    padding-right: 10px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .cart-form .row .col:first-child label {
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .cart-form .row .col:first-child label span {
    margin-right: 10px;
    color: #bb0000;
  }
  .cart-form .row .col + .col {
    width: 100%;
    padding: 10px 20px;
    background: #fff;
  }
  .cart-form .radio label {
    margin-right: 30px;
    padding-left: 5px;
  }
  .cart-form .radio input {
    margin: 5px !important;
    margin-left: 0 !important;
    position: relative !important;
  }
  .cart-form .radio2 {
    padding-left: 15px;
    display: inline-block;
    vertical-align: middle;
  }
  .cart-form .radio2 label {
    margin-right: 20px;
    float: left;
  }
  .cart-form .radio2 input {
    margin: 5px !important;
    float: left;
  }
  .cart-form .flex2 {
    padding: 20px 0;
  }
  .cart-form .flex2 label {
    margin-right: 15px;
  }
  .cart-form .flex2 input + label {
    margin-left: 20px;
  }
  .cart-form .flex2 select {
    width: 260px;
    margin: 0 0 0 -5px;
    padding: 0 10px;
  }
  .cart-form .flex2 + .flex2 {
    padding: 0;
  }
  .cart-form .row + .row {
    margin-top: 5px;
  }
  .cart-form .textarea .form-title {
    vertical-align: top;
  }  .order-info {
    margin: 40px 0 60px;
  }
  .order-info:after {
    content: '';
    display: block;
    clear: both;
  }
  .order-info .table {
    display: table;
    width: 100%;
  }
  .order-info .tr {
    display: table-row;
  }
  .order-info .tr > div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .order-info .tr > div.td1 {
    width: 5%;
  }
  .order-info .tr > div.td2 {
    width: 5%;
  }
  .order-info .tr > div.td3 {
    width: 10%;
  }
  .order-info .tr > div.td4 {
    width: 45%;
    text-align: left;
    padding-left: 2%;
  }
  .order-info .tr > div.td4 span {
    display: inline-block;
    vertical-align: middle;
    width: 70%;
  }
  .order-info .tr > div.td5 {
    width: 10%;
  }
  .order-info .tr > div.td6 {
    width: 17%;
  }
  .order-info .tr > div.td7 {
    width: 8%;
  }
  .order-info .order-title > div {
    height: 44px;
    background: #f4c6a6;
    border-left: 0;
    border-right: 0;
  }
  .order-info .count {
    width: 100px;
    overflow: hidden;
  }
  .order-info .count input {
    font-size: 15px;
    background: none;
  }
  .order-info .order-content > div {
    padding: 20px 0;
    border-bottom: 4px #efefef solid;
    background: #fff;
  }
  .order-info .order-content .td1 a img {
    width: 18px;
  }
  .order-info .order-content .td4 a img {
    height: 60px;
    margin-right: 15px;
  }
  .order-info .total {
    width: 100%;
    font-size: 16px;
    text-align: right;
    float: right;
    padding: 30px 0 0 0;
    overflow: hidden;
  }
  .order-info .total .row .col:first-child {
    width: 85%;
    text-align: right;
  }
  .order-info .total .row .col:first-child span {
    color: #bc6123;
    margin: 0 5px;
  }
  .order-info .total .row .col + .col {
    width: 15%;
    padding: 0 20px 0 0;
  }
  .order-info .total .row .col + .col span {
    display: inline-block;
    width: 60px;
    height: 32px;
    line-height: 32px;
  }
  .order-info .total .row .col + .col input {
    display: inline-block;
    width: 60px;
    height: 32px;
    border: #efefef solid 1px;
    background: #efefef;
    border-radius: 50px;
    font-size: 16px;
    text-align: right;
  }
  .order-info .total .row + .row {
    margin-top: 20px;
  }
  .order-info .total .row {
    margin-left: 0;
    margin-right: 0;
  }
  .order-info .total .point + .point {
    margin-top: 15px;
  }
  .order-info .total .point .col:first-child {
    line-height: 32px;
  }
  .order-info .total .cuopon .col:first-child {
    width: 500px;
    background: #f4c6a6;
    padding: 10px 20px 10px 0;
    position: relative;
    float: right;
  }
  .order-info .total .cuopon .col:first-child span {
    color: #463b30;
  }
  .order-info .total .cuopon .col:first-child input {
    width: 220px;
    height: 32px;
    background: #fff;
    border: 0;
    padding: 0 10px;
    font-size: 16px;
    margin: 0 12px;
    border-radius: 50px;
  }
  .order-info .total .cuopon .col:first-child a {
    color: #fff;
    display: inline-block;
    width: 80px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #bc6123;
    position: relative;
    z-index: 2;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }
  .order-info .total .cuopon .col:first-child a:hover {
    background: #e07025;
  }
  .order-info .total .cuopon .col:first-child:after {
    content: '';
    display: block;
    height: 100%;
    width: 120px;
    position: absolute;
    right: -100px;
    top: 0;
    background: #f4c6a6;
    z-index: 1;
  }
  .order-info .total .row:last-child {
    padding-top: 20px;
    position: relative;
  }
  .order-info .total .row:last-child .col {
    line-height: 32px;
  }
  .order-info .total .row:last-child .col + .col {
    color: #ff3f00;
    font-size: 24px;
  }
  .order-info .total .row:last-child:after {
    position: absolute;
    width: 100%;
    border-top: 1px #614e3d dashed;
    top: 0;
    left: 0;
  }
  .count {
    display: inline-block;
    border: 1px #000 solid;
    vertical-align: middle;
    position: relative;
    height: 30px;
    width: 130px;
    overflow: hidden;
    border-radius: 5px;
  }
  .count .less {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    border-right: 1px #000 solid;
    cursor: pointer;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .count .more {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    border-left: 1px #000 solid;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .count .more:hover,.count .less:hover{
    background: #000;
  }
  .count .more:hover .svg *,.count .less:hover .svg *{
    stroke:#fff;
  }
  .count input {
    border: 0;
    display: block;
    width: 100%;
    height: 100%;
    outline: 0;
    text-align: center;
    padding: 0 30px;
  }
  .count_btn.disabled {
    pointer-events: none;
    background: #efefef;
  }
  .sub-title + .product_list_all {
    padding: 40px 0 80px;
  }
  .cart-content label.radio {
    font-size: 15px;
    margin: 0 25px 0 5px;
  }
  .cart-content .cart-block {
    padding: 20px 50px;
  }
  .cart-content .cart-block > span{
    float: left;
    margin-bottom: 10px;
  }
  .cart-form input[type=radio]{
    margin: 5px !important;
  }
  .cart-content .radio-wrap label {
    margin: 0 50px 0 5px;
  }
  .cart-content .sub-title2 > div:first-child {
    background: #f4c6a6;
    padding: 10px 50px;
	  font-weight:400;
  }
  .cart-content .sub-title2 > div + div {
    padding: 25px 50px;
    background: #fff;
  }
  .cart-content .sub-title2 > div + div input[type=text] {
    width: 280px;
    height: 38px;
    margin-right: 10px;
  }
  .cart-content .tips {
    color: #bc6123;
  }
  .payment-method {
    margin-bottom: 50px;
  }
  .cart-btn {
    text-align: center;
    padding-top: 70px;
    border-top: 1px dashed #614e3d;
  }
  .cart-btn a {
    display: inline-block;
    width: 180px;
    font-size: 20px;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
  }
  .Gift{
    margin: 40px 0 70px;
    float: none;
  }
  .Gift.products_list .info_a{
    width: calc((100% / 4) - 30px);
    float: left;
    margin: 0 15px;
    display: inline-block;
  }
  .Gift.products_list .info_a:nth-child(n+4){
    margin-top: 0px;
  }
  .Gift.products_list .info_a:nth-child(3n+1){
    clear: none;
  }
  .sub-title img{
	 margin: -5px 5px 0 0;
  }
  .Gift .more{
    display: block;
    font-size: 17px;
    text-align: center;
    padding: 8px 10px;
    border-radius: 50px;
    border: 1px solid #cccccc;
    margin-top: 10px;
  }
  .Gift .more:hover{
    background: #000;
    color: #fff;
    border: 1px solid #000;
  }
  .product_list .btn_{
    width: 150px;
    max-width: 100%;
    padding: 5px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto 0;
  }
  .product_list .btn_ img{
    margin-right: 5px;
  }
  
  /*//cart*/
  /* register */
  .register {
    padding: 0px;
  }
  .register label{
    margin: 0;
  }
  .register-top-title {
    padding: 60px 0 20px;
    position: relative;
	  text-align:center;
  }
  .register-top-title img,
  .register-top-title div {
    display: inline-block;
    vertical-align: baseline;
  }
  .register-top-title span:first-child {
    font-size: 40px;
    color: #b0851e;
	  width: 100%;
    float: left;
  }
  .register-top-title span + span {
    font-size: 22px;
    color: #666;
    font-family: Verdana, Geneva, sans-serif;
  }
  .register-top-title a {
    font-size: 15px;
    color: #d86c00;
    position: absolute;
    right: 0;
    bottom: 20px;
  }
  .register .register-title {
    font-size: 20px;
    border-bottom: 1px #4d0000 solid;
    margin: 0 0 50px;
    font-weight: 400;
    padding-bottom: 10px;
  }
  .register .register-title img{
    margin-right: 10px;
  }
  .register .register-title span {
    color: #bb0000;
    font-size: 15px;
    float: right;
    font-weight: normal;
  }
  .register .form-title {
    display: inline-block;
    line-height: 50px;
    text-align: left;
    width: 155px;
    background: #f4c6a6;
    padding-right: 20px;
    margin: 0 15px 0 0;
    text-align: right;
  }
  .register .form-title span {
    color: #bb0000;
    margin: 0 10px 0 0;
  }
  .register input[type=text],
  .register input[type=email],
  .register input[type=password],
  .register input[type=tel] {
    display: inline-block;
    width: 280px;
    height: 38px;
    border: 1px #efefef solid;
    background: #efefef;
    border-radius: 50px;
    padding: 0 10px;
  }
  .register select {
    display: inline-block;
    min-width: 100px;
    height: 38px;
    border: 0;
    margin: 0 10px 0 0;
    background: #efefef;
    border: 1px #efefef solid;
    border-radius: 50px;
    padding: 0 10px;
  }
  .register select + select + select {
    margin: 0;
  }
  .register .unnecessary .form-title span {
    color: #f3f3f3;
  }
  .register .code input[type=text] {
    width: 120px;
	  margin: 0 10px 0 0;
  }
  .register .code img{
    margin-right: 10px;
  }
  .register p {
    margin-bottom: 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .register p span {
    color: #bc6123;
    margin-left: 15px;
    font-weight: 200;
  }
  .register .birthday select + span{
    color: #463b30;
  }
  .register .address input {
    width: 350px;
  }
  .register input + .form-title {
    margin-left: 30px;
  }
  .register .radio {
    margin: 0 5px 0 15px !important;
    display: inline-block;
  }
  .register .time {
    padding: 0 15px 0 10px;
  }
  .register .rule {
    padding: 40px 0 60px;
    border-top: 1px #4d0000 solid;
    margin-top: 40px;
  }
  .register .rule input {
    margin-right: 10px !important;
    margin-bottom: 0 !important;
  }
  .register .rule label {
    color: #bc6123;
    margin-bottom: 0;
  }
  .register .rule span + span {
    margin-left: 100px;
  }
  .register ._btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .register ._btn input {
    display: inline-block;
    margin: 0 12px;
    padding: 0 45px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 0;
  }
  .register-page-title .page-links{
	  margin-left: 0;  
  }
  .birthday span{
	  margin-left: 5px !important;
    margin-right: 10px;
  }
  /* //register */
  /*news_list*/
  .news_list .col .img{
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
  }
  .news_list .col .img img{
    transform: scale(1,1);
    transition: all 0.5s ease-out;
  }
  .news_list .col a:hover .img img{
    transform: scale(1.1,1.1);
  }
  .news_list .col .img::before{
    content: '';
    background: rgba(0,0,0,0.4);
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    transition: all 0.5s ease-out;
  }
  .news_list .col a:hover .img::before{
    opacity: 1;
  }
  .news_list .col .info .date{
    margin-bottom: 5px;
    color: #777777;
  }
  .news_list .col .info .txt{
    color: #777777;
    line-height: 1.5;
  }
  .news_list .col .info h2{
    font-size: 20px;
    color: #463b30;
  }
  .news_list .col .info .price{
    font-size: 20px;
    color: #363636;
  }
  .news_list .row{
    margin-left: -25px;
    margin-right: -25px;
  }
  .news_list .col{
    margin-bottom: 60px;
    padding: 0 25px;
  }
  /*//news_list*/
  /*faq*/
  .faq {
    padding:40px 100px 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #fff;
  }
  .faq .row {
    padding:40px 0;
    border-bottom: 1px #d8d8d8 dashed;
  }
  .faq .row .number {
    float: left;
    font-size: 32px;
    color: #555555;
    width: 10%;
    text-align: center;
  }
  .faq .row .number span {
    font-family: arial;
  }
  .faq .row .text {
    float: left;
    width: 90%;
  }
  .faq .row .text .questions {
    font-size: 22px;
    color: #000000;
    margin-bottom: 10px;
    padding: 5px 0 0;
  }
  .faq .row .text .answer {
    font-size: 17px;
    color: #666666;
    line-height: 2;
  }
  .faq .row .text .answer a {
    color: #d86c00;
    text-decoration: underline;
  }
  .faq .pager {
    padding: 60px 0 70px;
  }
  /*//faq*/  
  .page_bg{
    padding-bottom: 80px;
  }
  body:not(.index) footer.footer{
    margin-top: -80px;
  }
}

@media only screen and (min-width: 670px) and (max-width: 1199px) {
  /*麵包屑*/
  .container > .wrap {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    position: relative;
    padding: 0 0 60px;
  }
  .bread-crumbs ol {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 10px 0;
    padding: 0;
  }
  .bread-crumbs ol img {
    margin: 0px 10px 0 0;
  }
  .bread-crumbs ol li {
    display: inline-flex;
    align-items: center;
  }
  .bread-crumbs ol li a {
    font-size: 15px;
  }
  .bread-crumbs ol li i,
  .bread-crumbs ol li span {
    display: inline-block;
    font-size: 14px !important;
    color: #666666;
  }
  .bread-crumbs ol i{
    margin: 0 5px;
    font-size: 14px;
  }
  .index .bread-crumbs{
    opacity: 0;
    margin: 0;
    height: 0;
    position: absolute;
    z-index: -1;
  }
  /*//麵包屑*/
  /*標題*/
  .page-title{
    display: table;
    margin: 0 auto 40px;
  }
  .page-title .main{
    font-size: 30px !important;
    font-weight: 400;
    display: block;
    position: relative;
    text-align: center;
  }
  .page-title .main::before {
    content: '';
    height: 2px;
    background: #cccccc;
    width: 150px;
    position: absolute;
    left: -170px;
    top: 50%;
    margin-top: 1px;
  }
  .page-title .main::after {
    content: '';
    height: 2px;
    background: #cccccc;
    width: 150px;
    position: absolute;
    right: -170px;
    top: 50%;
    margin-top: 1px;
  }
  .page-title .second{
    font-size: 20px;
    color: #868686;
    display: block;
    text-align: center;
    font-family: 'Times New Roman';
    margin-top: 10px;
  }
  /*//標題*/
  /*頁籤*/
  .page-links {
    padding: 0px 0 30px;
    width: 100%;
    display: block;
  }
  .page-links .row {
    margin: 0 -6px !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .page-links .row .col {
    display: inline-block;
    margin: 0px 3px 10px 3px;
  }
  .page-links .row .col a {
    margin: 2px;
    background: #fff;
    color: #bc6123;
    border: 1px solid #bc6123;
    font-weight: 400;
    padding: 10px 15px;
    font-size: 18px;
    display: block;
    min-width: 146px;
    text-align: center;
    border-radius: 50px;
  }
  .page-links .row .current a,.page-links .row a:hover {
    background: #bc6123;
    border: 1px solid #bc6123;
    color: #fff;
  }
  .page-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .page-links ul li {
    float: left;
    text-align: center;
  }
  .page-links li + li {
    margin-left: 12px;
  }
  .page-links ul li:nth-child(n+9) {
    margin-top: 10px;
  }
  .page-links ul li a:hover {
    background: rgba(9,145,163,1) !important;
  }
  /*//頁籤*/
  /*頁數*/
  .pager {
    padding: 40px 0 0;
    text-align: center;
    margin: 0 !important;
  }
  .pager a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 15px;
    color: #666;
    border:1px #727171 solid;
    vertical-align: top;
    margin: 0 3px;
    background: #fff;
  }
  .pager a span{
    color: #666666 !important;
  }
  .pager a.current span{
    font-weight: bold;
  }
  .pager a:first-child,
  .pager a:last-child {
    font-size: 24px;
  }
  .pager a:first-child i,
  .pager a:last-child i {
    vertical-align: top;
    margin-top: 2px;
  }
  .pager a:hover,.pager a.current{
    background: #bc6123;
    color: #fff;
  }
  /*//頁數*/
  /*menu*/
  .wsmenu-submenu li{
		position:relative; 
		padding:0px; 
		margin:0px; 
		display:block;
	}
	.wsmenu-submenu li:nth-child(n+2){
		border-top: 1px solid transparent;
	}
	.overlapblackbg{
		display: none;
		left:0;
		z-index:100;
		width:100%;
		height:100%;
		position:fixed;
		top:0;
		display:none;
		background-color:rgba(0, 0, 0, 0.45);
		cursor:pointer;
	}
	.overlapblackbg.menuopen{
		display:block;
	}
	.wsmenu-submenu > li:hover>a{ 
		background-color:#7b7b7b; 
		color:#666666;
	}
	.wsmenu > .wsmenu-list > li > a.active{
		color: #666666; 
		background-color:rgba(0,0,0,0.08);
	}
	.wsmenu > .wsmenu-list > li > a:hover,.wsmenu-list > li:hover>a{
		background-color:rgba(0,0,0,0.08);
	}
	.wsmenu-list li:hover .wsmenu-submenu .wsmenu-submenu-sub{
		display:none;
	}
	.wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub li:hover .wsmenu-submenu-sub-sub{
		display:none; 
		list-style:none; 
		padding:2px; 
		border:solid 1px #eeeeee;
		background-color:#fff;
	}
	.wsmenucontainer{
		overflow: hidden;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		min-height:800px;
		-webkit-transition:all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}
	.wsmenu-click {
		height:43px;
		position:absolute;
		top:0;
		right:0;
		display:block;
		cursor:pointer;
		width:50px;
		z-index: 2;
	}
	.wsmenu-click i{
		display:block;
		height:23px;
		width:25px;
		margin-top:11px;
		margin-right:10px;
		background-size:25px;
		font-size:21px;
		color:rgba(0,0,0,0.25);
		float:right;
	}
	.wsmenu-rotate{
		-webkit-transform:rotate(180deg);
		-moz-transform:rotate(180deg);
		-ms-transform:rotate(180deg);
		-o-transform:rotate(180deg);
		transform:rotate(180deg);
	}
	.wsmenu-submenu-sub{
		width:100% !important;
		position:static !important;
		left:100% !important;
		top:0 !important;
		display:none;
		margin:0px !important;
		padding:0px !important;
		border:solid 0px !important;
		transform:none !important;
		opacity:1 !important;
		visibility:visible !important;
	}
	.wsmenu-submenu-sub li{
		margin:0px 0px 0px 0px !important;
		padding:0px;
		position:relative;
	}
	.wsmenu-submenu-sub a{
		display:block;
		padding:10px 25px 10px 25px;
		border-bottom:solid 1px #ccc;
	}
	.wsmenu-submenu-sub li a.active{
		color:#000 !important;
	}
	.wsmenu-submenu-sub li:hover>a{
		background-color:#333333 !important;
		color:#fff;
	}
	.wsmenu-list > li > a .fa{
		margin-right:6px;
	}
	.wsmenu-submenu-sub-sub{
		width:100% !important;
		position:static !important;
		left:100% !important;
		top:0 !important;
		display:none;
		margin:0px !important;
		padding:0px !important;
		border:solid 0px !important;
		transform:none !important;
		opacity:1 !important;
		visibility:visible !important;
	}
	.wsmenu-submenu-sub-sub li{
		margin:0px 0px 0px 0px !important;
	}
	.wsmenu-submenu-sub-sub a{
		display:block;
		color:#000;
		padding:10px 25px;
		background:#000 !important;
		border-bottom:solid 1px #ccc;
		font-weight:normal;
	}
	.wsmenu-submenu-sub-sub li a.active{ 
		color:#000 !important;
	}
	.wsmenu-submenu-sub-sub li:hover>a{ 
		background-color:#606060 !important; 
		color:#fff;
	}
	.wsmenu .wsmenu-list{
		opacity: 0;
		height:100%;
		overflow-y:auto;
		display:block !important;
		text-align: left;
		margin: 0 auto;
		padding: 0px;
	}
	.wsmenu .wsmenu-list > li{
		width:240px;
		padding: 0;
		text-align:center;
		display:block;
		float:none;
		border-right:none;
		background-color:transparent;
		position:relative;
		white-space:inherit;
	}
	.wsmenu > .wsmenu-list > li > a{
		padding:9px 32px 9px 17px;
		font-size:16px !important;
		text-align:left;
		border-right:solid 0px;
		color:#666666 !important;
		line-height:25px;
		border-bottom:1px solid;
		border-bottom-color:rgba(0,0,0,0.13);
		position:static;
		border: 0;
		font-weight: 400;
		display: block;
		letter-spacing: 1px;
	}
	.wsmenu .mobile{
		padding:9px 32px 9px 17px;
		font-size:16px !important;
	}	
	.wsmenu > .wsmenu-list > li > a > .fa{
		font-size: 16px; 
		color:#bfbfbf;
	}
	.wsmenu .wsmenu-list li a .arrow:after{ 
		display:none !important; 
	}
	.wsmenu .wsmenu-list li ul li a .fa.fa-caret-right{ 
		font-size:12px !important; 
		color:#8E8E8E; 
	}
	.mobile-sub .wsmenu-submenu{
		transform:none !important;
		opacity:1 !important;
		display:none;
		position:relative !important;
		top:0px;
		background-color:transparent;
		border:solid 1px #ccc;
		padding:0px;
		visibility:visible !important;
	}
	.mobile-sub .wsmenu-submenu li a{
		display: block;
		line-height: 20px;
		height: 36px;
		background: none!important;
		font-size: 14px !important;
		text-align: left;
		padding: 9px 25px;
		color: #3a3a3a !important;
	}
	.mobile-sub .wsmenu-submenu li a:hover{ 
		background-color:#e7e7e7 !important; 
		color:#666666; 
		text-decoration:underline;
	}
	.mobile-sub .wsmenu-submenu li:hover>a{ 
		background-color:#e7e7e7 !important;
		color:#666666; 
	}
	.mobile-sub .wsmenu-submenu li .wsmenu-submenu-sub li a{
		line-height:20px; 
		height:36px; 
		background:none; 
		border-bottom:none; 
		padding-left:38px;
	}
	.mobile-sub .wsmenu-submenu li .wsmenu-submenu-sub li .wsmenu-submenu-sub-sub li a{
		line-height:20px; 
		height:36px; 
		background:none; 
		border-bottom:none !important; 
		padding-left:38px; 
		color:#8e8e8e;
	}
	.wsmenu {
		width:0px;
		height: 100%;
		position: fixed;
		left: -240px;
		top: 0px;
		margin: 0;
		background-color: #efefef;
		z-index:100;
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
		border:none !important;
	}
	.wsmenu.menuopen {
		width:240px;
		overflow: hidden;
		left: 0;
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
		opacity: 1;
	}
	.wsmenu.menuclose{
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
		opacity: 0;
	}
	.wsmenu.menuopen .wsmenu-list{
		opacity: 1;
	}	
	.wsmenu.menuclose .wsmenu-list{
		opacity: 0;
	}
	.wsmenucontent{
		z-index:1;
	}
	.animated-arrow.menuopen{
		left: 230px;
		margin: 15px !important;
	}
	.animated-arrow{
		position:fixed;
		left:0; top:0; z-index:200;
		-webkit-transition:all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}
	.animated-arrow{
		cursor:pointer;
		padding:10px 23px 16px 0px;
		margin:10px 0 0 15px;
	}
	.animated-arrow span, .animated-arrow span:before, .animated-arrow span:after {
		cursor: pointer;
		height:3px;
		width:23px;
		background: #463b30;
		position: absolute;
		display: block;
		content: '';
	}
	.animated-arrow.menuopen span:before, .animated-arrow.menuopen span:after {
		background: #fff;
	}	
	.animated-arrow span:before{
		top: -7px;
	}
	.animated-arrow span:after {
		bottom: -7px;
	}
	.animated-arrow span, .animated-arrow span:before, .animated-arrow span:after{
		transition: all 500ms ease-in-out;
	}
	.animated-arrow.menuopen span{
		background-color: transparent;
	}
	.animated-arrow.menuopen span:before, .animated-arrow.active span:after{
		top:7px;
	}
	.animated-arrow.menuopen span:before {
		transform: rotate(45deg);
		-moz-transform:  rotate(45deg);
		-ms-transform:  rotate(45deg);
		-o-transform:  rotate(45deg);
		-webkit-transform:  rotate(45deg);
		bottom:0px;
	}
	.animated-arrow.menuopen span:after {
		transform: rotate(-45deg);
		-moz-transform:  rotate(-45deg);
		-ms-transform:  rotate(-45deg);
		-o-transform:  rotate(-45deg);
		-webkit-transform:  rotate(-45deg);
	}
	.wsmenu-list li > .wsmenu-submenu{
		transform:none !important;
		-o-transform:none !important;
		-moz-transform: none !important;
		-webkit-transform:none !important;
		transform: none !important;
		-o-transform:none !important;
		-moz-transform: none !important;
		-webkit-transform: none !important;
		visibility:visible !important;
		border:0 !important;
	}	
	.wsmenu-list li:hover > .wsmenu-submenu{
		display:none;
		transform:none !important;
		-o-transform:none !important;
		-moz-transform: none !important;
		-webkit-transform:none !important;
		transform: none !important;
		-o-transform:none !important;
		-moz-transform: none !important;
		-webkit-transform: none !important;
		visibility:visible !important;
	}
	.wsmenu-submenu li > .wsmenu-submenu-sub{
		transform:none !important;
		-o-transform:none !important;
		-moz-transform: none !important;
		-webkit-transform:none !important;
		transform: none !important;
		-o-transform:none !important;
		-moz-transform: none !important;
		-webkit-transform: none !important;
		visibility:visible !important;
	}	
	.wsmenu-submenu li:hover > .wsmenu-submenu-sub{
		transform:none !important;
		-o-transform:none !important;
		-moz-transform: none !important;
		-webkit-transform:none !important;
		transform: none !important;
		-o-transform:none !important;
		-moz-transform: none !important;
		-webkit-transform: none !important;
		visibility:visible !important;
		opacity:1  !important;
	}
	.wsmenu-submenu-sub li > .wsmenu-submenu-sub-sub{
		transform:none !important;
		-o-transform:none !important;
		-moz-transform: none !important;
		-webkit-transform:none !important;
		transform: none !important;
		-o-transform:none !important;
		-moz-transform: none !important;
		-webkit-transform: none !important;
		visibility:visible !important;
		opacity:1  !important;
	}	
	.wsmenu-submenu-sub li:hover > .wsmenu-submenu-sub-sub{
		transform:none !important;
		-o-transform:none !important;
		-moz-transform: none !important;
		-webkit-transform:none !important;
		transform: none !important;
		-o-transform:none !important;
		-moz-transform: none !important;
		-webkit-transform: none !important;
		visibility:visible !important;
		opacity:1  !important;
	}
  /*//menu*/
  header.header {
    background: #efefef;
    position: relative;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 7;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .row_top {
    width: 100% !important;
    height: 65px;
    display: flex;
    justify-content: space-between;
  }
  a.logo{
    float: left;
  }a.logo img{
	  max-height: 50px;
    width: auto;
  }
  #navToggle{
    margin: 20px;
  }#navToggle i{
    font-size: 22px;
  }#close{
	  position: absolute;
    right: 0px;
    top: 10px;
  }.overlapblackbg.menuopen #close{
	  position: absolute;
	  right: 250px;
    top: 10px;
  }.menu_top_all .link-list li{
	white-space: normal;
  }.menu_top_all .link-list li a{
	line-height: 22px !important;
  }
  #cartInfo-wrap {
    width: 100%;
    height: auto;
    overflow: auto;
    padding: 65px 0 0;
    font-size: 15px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 3;
    display: none;
  }
  #cartInfo-wrap .wrapper {
    position: relative;
    z-index: 998;
    padding: 15px;
    background: #ffffff;
    color: #333;
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    border-top:1px solid #666;
  }
  #cartInfo-wrap .row_ {
    position: relative;
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #cartInfo-wrap div.img img {
    width: 50px;
    vertical-align: middle;
  }
  #cartInfo-wrap div.img span {
    margin-left: 10px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 150px;
    vertical-align: middle;
    padding-right: 10px;
    text-align: left;
  }
  #cartInfo-wrap a.delete {
    background: url(../images/_tw/delete.png) center no-repeat;
    width: 18px;
    height: 18px;
    background-size: contain;
    position: absolute;
    right: 0;
    top:0;
  }
  #cartInfo-wrap div.price {
    line-height: 36px;
    padding: 0 15px;
  }
  #cartInfo-wrap div.price span{
    display: block;
    line-height: normal;
    margin-top: 5px;
    font-size: 13px;
  }
  #cartInfo-wrap .total {
    text-align: right;
    border-top: 1px solid #dddddd;
    padding-top: 20px;
  }
  #cartInfo-wrap .total span {
    font-size: 15px;
    color: #d90000;
    margin-right: 20px;
  }
  #cartInfo-wrap .total > a {
    padding: 8px 30px;
    font-size: 15px;
    text-align: center;
    display: inline-block;
    font-weight: 400;
    border-radius: 5px;
  }
  .menu_top_left{
  	width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .menu_top_left > div{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #currency{
    cursor: pointer;
    position: absolute;
    left: 20px;
    top: 20px;
  }
  .currency-wrap{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    background: #ffa726;
    padding-top: 50px;
  }
  .currency-wrap a{
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
  }
  .currency-wrap h4{
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    margin: 30px 0 0;
    color: #fff;
  }
  .currency-wrap form{
    width: 650px;
    max-width: 100%;
  }
  .currency-wrap li {
    list-style-type: none;
  }
  .currency-wrap li:first-child{
    display: flex;
    align-self: center;
    justify-content: center;
  }
  .currency-wrap li:nth-child(2){
    padding: 0 15px;
  }
  .currency-wrap li{
    margin-top: 30px;
  }
  .currency-wrap label{
    width: 100%;
    color: #fff;
  }
  .currency-wrap button{
    width: 100%;
    padding: 10px 15px 10px;
    color: #fff;
    background: #d93600;
    outline: 0;
    border: 0;
  }
  .currency-wrap button i{
    color: #fff;
    margin-right: 10px;
  }
  .currency-wrap select {
    width: 100%;
    border: 0;
    float: left;
    padding: 10px 42px 10px 15px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/_tw/down.svg) #FFF no-repeat 95% center;
  }
  .currency-wrap select::-ms-expand { 
    display: none;
  }
  .currency-wrap input{
    width: 100%;
    border: 0;
    padding: 10px 15px;
  }
  .currency-wrap .day_select > div:last-child{
    padding-left: 0;
  }
  .currency-wrap .day_select + li{
    padding-left: 15px;
  }
  .currency-wrap ul{
    flex-wrap: wrap;
  }
  .day_select{
    display: flex;
    justify-content: space-between;
  }
  .day_select > div{
    width: 49%;
    padding: 0;
  }
  .menu_top_all{
  	margin-top: 45px;
    width: auto;
    float: left;
  }
  .mobile .menu_login{
    padding: 9px 32px 9px 17px;
    font-size: 14px;
    text-align: left;
    border-right: solid 0px;
    background-color: transparent;
    color: #666666;
    line-height: 25px;
    border-bottom: 1px solid;
    border-bottom-color: rgba(0,0,0,0.13);
    position: static;
  }
  .mobile .menu_login >div{
    float: left;
  }
  .mobile .menu_login >div>span{
    margin: 0 10px;
  }
  .mobile .menu_login > a{
    color: #666666;
  }
  .mobile .fa-user{
    color: #fff;
    font-size: 25px;
    margin: 0 20px;
  }
  .wsmenu .mobile{
    padding: 8px 15px;
    width: 240px;
    display: inline-block;
    color: #666666;
    font-size: 15px;
  }
  .wsmenu .mobile a{
    font-size: 15px !important;
    color: #878787 !important;
  }
  .wsmenu .mobile a:nth-child(2){
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 0 10px;
    margin: 0 10px;
  }
  /*//menu*/
  /*footer*/
  #right-fixed {
    position: fixed;
    text-align: center;
    right: 15px;
    bottom: 10%;
    z-index: 90;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  #right-fixed .slider-wrap {
    margin-bottom: 20px;
    position: relative;
  }
  #right-fixed .record-silder {
    position: relative;
    background: 0;
  }
  #right-fixed .record-silder .text {
    color: #555;
    width: 100%;
    height: 22px;
    line-height: 22px;
    text-align: center;
    position: absolute;
    left: 0;
    top: -5px;
    z-index: 99;
    position: relative;
  }
  #right-fixed .record-silder .text span {
    padding: 0 5px;
    background: #f9f9f9;
    position: relative;
    z-index: 2;
  }
  #right-fixed .record-silder .text:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    top: 12px;
    z-index: 1;
  }
  #right-fixed .record-silder .slides li {
    height: 220px;
    background: #fff;
  }
  #right-fixed .record-silder .slides li a {
    display: block;
    border-bottom: 1px #ddd solid;
    text-align: center;
    padding: 10px 5px;
  }
  #right-fixed .record-silder .slides li a img {
    width: 70px;
    display: inline-block;
  }
  #right-fixed .record-silder .slides li a p {
    color: #555;
    font-size: 12px;
    padding: 5px 0 0;
  }
  #right-fixed .record-silder .slides li a + a {
    border-top: 0;
  }
  #right-fixed .icons a {
    display: block;
    margin-bottom: 10px;
  }
  #right-fixed .icons .goTop {
    display: none;
  }
  .topicon{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 53px;
    height: 53px;
    background: #1c2125 url(../images/_tw/up.svg)50% 8px no-repeat;
    border-radius: 100%;
    padding-top: 15px;
    font-size: 14px;
  }
  #right-fixed #fixed-silder-prev,
  #right-fixed #fixed-silder-next {
    cursor: pointer;
  }
  #fixed-bottom {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    background: #efefef;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  }
  #fixed-bottom a {
    display: block;
    flex: auto;
    float: left;
    text-align: center;
    font-size: 15px;
    padding: 5px 0;
  }
  #fixed-bottom a span {
    display: inline-flex;
    background: #fff;
    border-radius: 100%;
    padding: 5px;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
  }
  #fixed-bottom a:hover span{
    background: #dad0c7;
  }
  .goTop {
    position: fixed;
    right: 2%;
    bottom: 55px;
    cursor: pointer;
    z-index: 998;
    display: none;
  }
  .goTop img {
    width: 50px;
  }
  footer.footer{
    position: relative;
    float: left;
    width: 100%;
    color: #fff;
    font-size: 20px;
    overflow: hidden;
  }
  footer.footer::before{
    content: '';
    background: #614e3d;
    position: absolute;
    top: 0;
    left: -25%;
    width: 150%;
    height: 100%;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
  }
  footer .wrap_all{
    padding: 60px 0 0;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    width: 1400px;
    max-width: 100%;
  }
  footer.footer .info{
    line-height: 1.5;
  }
  footer.footer .info .copy{
    font-size: 15px;
  }
  footer.footer .info a{
    color: #fff;
  }
  footer.footer .share a:not(:last-child){
    margin-right: 5px;
  }
  footer.footer .share{
    text-align: center;
  }
  footer.footer .svg{
    width: 40px;
    height: 40px;
  }
  footer.footer ul{
    list-style-type: none;
  }
  footer.footer ul li + li{
    margin-top: 15px;
  }
  footer.footer ul li a{
    color: #fff;
    display: inline-block;
  }
  /*//footer*/
  /*banner*/
  .banner .swiper-slide .banner_txt .banner_title{
    font-size: 70px;
    margin: 0 5% 5% 0;
  }
  .banner .swiper-slide .banner_txt .banner_wtxt{
    font-size: 30px;
    margin-bottom: 40px;
  }
  .banner .swiper-slide .img.bg{
    height: 70vh;
    min-height: 600px;
  }
  .banner .swiper-slide .container{
    padding: 0 40px;
  }
  /*//banner*/
  /*table-box*/
  .table-box{
    margin-bottom: 0;
  }
  .table-box .table-row.title {
    display: none;
  }
  .table-box .table-row{
    border: 1px #ddd solid;
  }
  .table-box .table-row:not(:last-child){
    margin-bottom: 20px;
  }
  .table-box .table-row .table-td{
    color: #666666;
    background: rgba(255, 255, 255, 0.9);
    min-height: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    border-bottom: 1px #ddd solid;
    vertical-align: middle;
  }
  .table-box .table-row .table-td > div:first-child{
    width: 120px;
    background: #f2f2f2;
    justify-content: center;
  }
  .table-box .table-row .table-td > div{
    width: calc(100% - 120px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px;
  }
  .table-box .table-row .table-td img{
    width: 90px;
  }
  .table-box .table-row .table-td:last-child{
    border-bottom: 0;
  }
  .table-box .i_del i{
    margin-right: 5px;
  }
  /*//table-box*/
  /*index*/
  .index_prd{
    padding: 60px 0 50px;
    position: relative;
  }
  .index_prd h2{
    font-size: 32px;
    margin-bottom: 50px;
  }
  .index_prd::before{
    content: '';
    background: url(../images/_tw/bg_icon1.jpg)no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    width: 510px;
    height: 330px;
    max-width: 35%;
    z-index: -1;
    background-size: contain;
  }
  .index_prd::after{
    content: '';
    background: url(../images/_tw/bg_icon2.jpg)bottom no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 510px;
    height: 330px;
    max-width: 35%;
    z-index: -1;
    background-size: contain;
  }
  .index_prd .img,.product_list .col .img{
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 25px;
    position: relative;
  }
  .index_prd .img img,.product_list .col .img img{
    transform: scale(1,1);
    transition: all 0.5s ease-out;
  }
  .index_prd a:hover .img img,.product_list .col a:hover .img img{
    transform: scale(1.1,1.1);
  }
  .index_prd .img::before,.product_list .col .img::before{
    content: '';
    background: rgba(0,0,0,0.4);
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    transition: all 0.5s ease-out;
  }
  .index_prd a:hover .img::before,.product_list .col a:hover .img::before{
    opacity: 1;
  }
  .index_prd .info h4,.product_list .col .info h4{
    font-size: 20px;
    color: #463b30;
  }
  .index_prd .info .price,.product_list .col .info .price{
    font-size: 20px;
    color: #363636;
  }
  .index_prd .row,.product_list .row{
    margin-left: -20px;
    margin-right: -20px;
  }
  .index_prd .col,.product_list .col{
    margin-bottom: 40px;
    padding: 0 20px;
  }
  .index_grid{
    position: relative;
  }
  .index_grid::before{
    content: '';
    background: url(../images/_tw/bg_icon3.jpg)no-repeat;
    position: absolute;
    right: 0;
    top: -50%;
    width: 510px;
    height: 330px;
    max-width: 35%;
    z-index: -1;
    background-size: contain;
  }
  .index_grid::after{
    content: '';
    background: url(../images/_tw/bg_icon4.jpg)bottom no-repeat;
    position: absolute;
    right: 0;
    bottom: -180px;
    width: 510px;
    height: 330px;
    max-width: 35%;
    z-index: -1;
    background-size: contain;
  }
  .index_grid .img{
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 25px;
    position: relative;
  }
  .index_grid .img img{
    transform: scale(1,1);
    transition: all 0.5s ease-out;
  }
  .index_grid a:hover .img img{
    transform: scale(1.1,1.1);
  }
  .index_grid .img::before{
    content: '';
    background: rgba(0,0,0,0.4);
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    transition: all 0.5s ease-out;
  }
  .index_grid a:hover .img::before{
    opacity: 1;
  }
  .index_grid .col{
    margin-bottom: 20px;
  }
  .index_prd.recommend::before{
    content: '';
    background: url(../images/_tw/bg_icon5.jpg)no-repeat;
    position: absolute;
    left: 0;
    top: 40%;
    width: 510px;
    height: 330px;
    max-width: 35%;
    z-index: -1;
    background-size: contain;
  }
  .index_prd.recommend::after{
    content: '';
    background: url(../images/_tw/bg_icon6.jpg)bottom no-repeat;
    position: absolute;
    left: 0;
    bottom: -100px;
    width: 510px;
    height: 330px;
    max-width: 35%;
    z-index: -1;
    background-size: contain;
  }
  .index_grid.grid_big{
    padding-bottom: 80px;
  }
  .index_grid.grid_big::before{
    content: '';
    background: url(../images/_tw/bg_icon7.jpg)bottom no-repeat;
    position: absolute;
    left: 0;
    bottom: -80px;
    top:auto;
    width: 510px;
    height: 330px;
    max-width: 35%;
    z-index: -1;
    background-size: contain;
  }
  .index_grid.grid_big::after{
    content: '';
    background: url(../images/_tw/bg_icon8.jpg)bottom no-repeat;
    position: absolute;
    right: 0;
    bottom: -80px;
    width: 510px;
    height: 330px;
    max-width: 35%;
    z-index: -1;
    background-size: contain;
  }
  /*//index*/
  .box {
    padding: 5% 6%;
  }
  /*news_list*/
  .news_list .col .img{
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
  }
  .news_list .col .img img{
    transform: scale(1,1);
    transition: all 0.5s ease-out;
  }
  .news_list .col a:hover .img img{
    transform: scale(1.1,1.1);
  }
  .news_list .col .img::before{
    content: '';
    background: rgba(0,0,0,0.4);
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    transition: all 0.5s ease-out;
  }
  .news_list .col a:hover .img::before{
    opacity: 1;
  }
  .news_list .col .info .date{
    margin-bottom: 5px;
    color: #777777;
  }
  .news_list .col .info .txt{
    color: #777777;
    line-height: 1.5;
  }
  .news_list .col .info h2{
    font-size: 20px;
    color: #463b30;
  }
  .news_list .col .info .price{
    font-size: 20px;
    color: #363636;
  }
  .news_list .row{
    margin-left: -20px;
    margin-right: -20px;
  }
  .news_list .col{
    margin-bottom: 60px;
    padding: 0 20px;
  }
  /*//news_list*/
  /* faq */
  .faq {
    padding: 20px 30px 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #fff;
  }
  .faq .row {
    padding: 20px 0;
    border-bottom: 1px #d8d8d8 dashed;
  }
  .faq .row .number {
    float: left;
    font-size: 24px;
    color: #555555;
    width: 10%;
	text-align: center;
  }
  .faq .row .number span {
    font-family: arial;
  }
  .faq .row .text {
    float: left;
    width: 90%;
  }
  .faq .row .text .questions {
    font-size: 18px;
    color: #000000;
    margin-bottom: 10px;
  }
  .faq .row .text .answer {
    font-size: 14px;
    color: #666666;
    line-height: 2;
  }
  .faq .row .text .answer a {
    color: #d86c00;
    text-decoration: underline;
  }
  .faq .pager {
    padding: 60px 0 70px;
  }
  /*//faq*/
}
/*===============================================================================================
    -mobile
===============================================================================================*/
@media only screen and (max-width: 669px) {
  .link_bline{
    font-size: 14px !important;
  }
  .container{
    margin: 0 auto;
  }
  .index.wrap {
    width: 100%;
    padding: 0 10px;
    max-width: 360px;
    margin: 20px auto 40px;
  }
  .container > .wrap {
    position: relative;
    padding: 0px 0 50px;
  }
  .flexslider .flex-control-nav{
  	bottom:15px;
  }
  .flexslider .flex-direction-nav .flex-prev{
    left: 5px;
  }
  .flexslider .flex-direction-nav .flex-next{
    right: 5px;
  }
  .flexslider .flex-direction-nav a {
    width:25px;
    height: 25px;
    background-size: contain !important;
  }
  body {
    padding: 65px 0 40px;
  }
  .pc, .hide-in-tablet {
    display: none!important;
  }
  .ipad{
    display: none;
  }
  /*麵包屑*/
  .bread-crumbs {
    position: relative;
    margin: 20px 0;
  }
  .bread-crumbs + .page-title{
    margin-top: 20px !important;
  }
  .bread-crumbs ol {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 10px 0;
    padding: 0;
  }
  .bread-crumbs ol img {
    margin: 0px 10px 0 0;
  }
  .bread-crumbs ol li {
    display: inline-flex;
    align-items: center;
  }
  .bread-crumbs ol li a {
    font-size: 15px;
    text-align: center;
  }
  .bread-crumbs ol li i,
  .bread-crumbs ol li span {
    display: inline-block;
    font-size: 14px !important;
    color: #666666;
  }
  .bread-crumbs ol i{
    margin: 0 5px;
    font-size: 14px;
  }
  .index .bread-crumbs{
    opacity: 0;
    margin: 0;
    height: 0;
    position: absolute;
    z-index: -1;
  }
  /*//麵包屑*/
  /*標題*/
  .page-title{
    margin: 0 auto 40px;
    overflow: hidden;
  }
  .page-title .main{
    font-size: 20px !important;
    font-weight: 400;
    display: table;
    position: relative;
    text-align: center;
    margin: 0 auto;
  }
  .page-title .main::before {
    content: '';
    height: 2px;
    background: #cccccc;
    width: 100px;
    position: absolute;
    left: -110px;
    top: 50%;
    margin-top: 1px;
  }
  .page-title .main::after {
    content: '';
    height: 2px;
    background: #cccccc;
    width: 100px;
    position: absolute;
    right: -110px;
    top: 50%;
    margin-top: 1px;
  }
  .page-title .second{
    font-size: 16px;
    color: #868686;
    display: block;
    text-align: center;
    font-family: 'Times New Roman';
    margin-top: 10px;
  }
  /*//標題*/
  /*頁籤*/
  .page-links {
    padding: 0px 0 30px;
    width: 100%;
    display: block;
  }
  .page-links .row {
    margin: 0 -6px !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .page-links .row .col {
    display: inline-block;
    margin: 0px 3px 10px 3px;
  }
  .page-links .row .col a {
    margin: 2px;
    background: #fff;
    color: #bc6123;
    border: 1px solid #bc6123;
    font-weight: 400;
    padding: 5px 8px;
    font-size: 16px;
    display: block;
    min-width: 100px;
    text-align: center;
    border-radius: 50px;
  }
  .page-links .row .current a,.page-links .row a:hover {
    background: #bc6123;
    border: 1px solid #bc6123;
    color: #fff;
  }
  /*//頁籤*/
  /*頁數*/
  .pager {
    padding: 40px 0 0;
    text-align: center;
    margin: 20px 0 0 !important;
    display: flex;
    justify-content: center;
  }
  .pager a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 15px;
    color: #666;
    border: 1px #727171 solid;
    vertical-align: top;
    margin: 0 3px 5px;
    background: #fff;
  }
  .pager a span{
    color: #666666 !important;
  }
  .pager a.current span{
    font-weight: bold;
  }
  .pager a:first-child,
  .pager a:last-child {
    font-size: 24px;
  }
  .pager a:first-child i,
  .pager a:last-child i {
    vertical-align: top;
    margin-top: 2px;
  }
  .pager a:hover,.pager a.current{
    background: #bc6123;
    color: #fff;
  }
  /*//頁數*/
  /*menu*/
  .wsmenu-submenu li{
		position:relative; 
		padding:0px; 
		margin:0px; 
		display:block;
	}
	.wsmenu-submenu li:nth-child(n+2){
		border-top: 1px solid transparent;
	}
	.overlapblackbg{
		display: none;
		left:0;
		z-index:100;
		width:100%;
		height:100%;
		position:fixed;
		top:0;
		display:none;
		background-color:rgba(0, 0, 0, 0.45);
		cursor:pointer;
	}
	.overlapblackbg.menuopen{
		display:block;
	}
	.wsmenu-submenu > li:hover>a{ 
		background-color:#7b7b7b; 
		color:#666666;
	}
	.wsmenu > .wsmenu-list > li > a.active{
		color: #666666; 
		background-color:rgba(0,0,0,0.08);
	}
	.wsmenu > .wsmenu-list > li > a:hover,.wsmenu-list > li:hover>a{
		background-color:rgba(0,0,0,0.08);
	}
	.wsmenu-list li:hover .wsmenu-submenu .wsmenu-submenu-sub{
		display:none;
	}
	.wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub li:hover .wsmenu-submenu-sub-sub{
		display:none; 
		list-style:none; 
		padding:2px; 
		border:solid 1px #eeeeee;
		background-color:#fff;
	}
	.wsmenucontainer{
		overflow: hidden;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		min-height:800px;
		-webkit-transition:all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}
	.wsmenu-click {
		height:43px;
		position:absolute;
		top:0;
		right:0;
		display:block;
		cursor:pointer;
		width:100%;
		z-index: 2;
	}
	.wsmenu-click i{
		display:block;
		height:23px;
		width:25px;
		margin-top:11px;
		margin-right:10px;
		background-size:25px;
		font-size:21px;
		color:rgba(0,0,0,0.25);
		float:right;
	}
	.wsmenu-rotate{
		-webkit-transform:rotate(180deg);
		-moz-transform:rotate(180deg);
		-ms-transform:rotate(180deg);
		-o-transform:rotate(180deg);
		transform:rotate(180deg);
	}
	.wsmenu-submenu-sub{
		width:100% !important;
		position:static !important;
		left:100% !important;
		top:0 !important;
		display:none;
		margin:0px !important;
		padding:0px !important;
		border:solid 0px !important;
		transform:none !important;
		opacity:1 !important;
		visibility:visible !important;
	}
	.wsmenu-submenu-sub li{
		margin:0px 0px 0px 0px !important;
		padding:0px;
		position:relative;
	}
	.wsmenu-submenu-sub a{
		display:block;
		padding:10px 25px 10px 25px;
		border-bottom:solid 1px #ccc;
	}
	.wsmenu-submenu-sub li a.active{
		color:#000 !important;
	}
	.wsmenu-submenu-sub li:hover>a{
		background-color:#333333 !important;
		color:#fff;
	}
	.wsmenu-list > li > a .fa{
		margin-right:6px;
	}
	.wsmenu-submenu-sub-sub{
		width:100% !important;
		position:static !important;
		left:100% !important;
		top:0 !important;
		display:none;
		margin:0px !important;
		padding:0px !important;
		border:solid 0px !important;
		transform:none !important;
		opacity:1 !important;
		visibility:visible !important;
	}
	.wsmenu-submenu-sub-sub li{
		margin:0px 0px 0px 0px !important;
	}
	.wsmenu-submenu-sub-sub a{
		display:block;
		color:#000;
		padding:10px 25px;
		background:#000 !important;
		border-bottom:solid 1px #ccc;
		font-weight:normal;
	}
	.wsmenu-submenu-sub-sub li a.active{ 
		color:#000 !important;
	}
	.wsmenu-submenu-sub-sub li:hover>a{ 
		background-color:#606060 !important; 
		color:#fff;
	}
	.wsmenu .wsmenu-list{
		opacity: 0;
		height:100%;
		overflow-y:auto;
		display:block !important;
		text-align: left;
		margin: 0 auto;
		padding: 0px;
	}
	.wsmenu .wsmenu-list > li{
		width:240px;
		padding: 0;
		text-align:center;
		display:block;
		float:none;
		border-right:none;
		background-color:transparent;
		position:relative;
		white-space:inherit;
	}
	.wsmenu > .wsmenu-list > li > a{
		padding:9px 32px 9px 17px;
		font-size:16px !important;
		text-align:left;
		border-right:solid 0px;
		color:#666666 !important;
		line-height:25px;
		border-bottom:1px solid;
		border-bottom-color:rgba(0,0,0,0.13);
		position:static;
		border: 0;
		font-weight: 400;
		display: block;
		letter-spacing: 1px;
	}
	.wsmenu .mobile{
		padding:9px 32px 9px 17px;
		font-size:16px !important;
	}	
	.wsmenu > .wsmenu-list > li > a > .fa{
		font-size: 16px; 
		color:#bfbfbf;
	}
	.wsmenu .wsmenu-list li a .arrow:after{ 
		display:none !important; 
	}
	.wsmenu .wsmenu-list li ul li a .fa.fa-caret-right{ 
		font-size:12px !important; 
		color:#8E8E8E; 
	}
	.mobile-sub .wsmenu-submenu{
		transform:none !important;
		opacity:1 !important;
		display:none;
		position:relative !important;
		top:0px;
		background-color:transparent;
		border:solid 1px #ccc;
		padding:0px;
		visibility:visible !important;
	}
	.mobile-sub .wsmenu-submenu li a{
		display: block;
		line-height: 20px;
		height: 36px;
		background: none!important;
		text-align: left;
		padding: 9px 25px;
		color: #3a3a3a !important;
	}
	.mobile-sub .wsmenu-submenu li a:hover{ 
		background-color:#e7e7e7 !important; 
		color:#666666; 
		text-decoration:underline;
	}
	.mobile-sub .wsmenu-submenu li:hover>a{ 
		background-color:#e7e7e7 !important;
		color:#666666; 
	}
	.mobile-sub .wsmenu-submenu li .wsmenu-submenu-sub li a{
		line-height:20px; 
		height:36px; 
		background:none; 
		border-bottom:none; 
		padding-left:38px;
	}
	.mobile-sub .wsmenu-submenu li .wsmenu-submenu-sub li .wsmenu-submenu-sub-sub li a{
		line-height:20px; 
		height:36px; 
		background:none; 
		border-bottom:none !important; 
		padding-left:38px; 
		color:#8e8e8e;
	}
	.wsmenu {
		width:0px;
		height: 100%;
		position: fixed;
		left: -240px;
		top: 0px;
		margin: 0;
		background-color: #efefef;
		z-index:100;
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
		border:none !important;
	}
	.wsmenu.menuopen {
		width:240px;
		overflow: hidden;
		left: 0;
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
		opacity: 1;
	}
	.wsmenu.menuclose{
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
		opacity: 0;
	}
	.wsmenu.menuopen .wsmenu-list{
		opacity: 1;
	}	
	.wsmenu.menuclose .wsmenu-list{
		opacity: 0;
	}
	.wsmenucontent{
		z-index:1;
	}
	.animated-arrow.menuopen{
		left: 230px;
		margin: 15px !important;
	}
	.animated-arrow{
		position:fixed;
		left:0; top:0; z-index:200;
		-webkit-transition:all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}
	.animated-arrow{
		cursor:pointer;
		padding:10px 23px 16px 0px;
		margin:10px 0 0 15px;
	}
	.animated-arrow span, .animated-arrow span:before, .animated-arrow span:after {
		cursor: pointer;
		height:3px;
		width:23px;
		background: #463b30;
		position: absolute;
		display: block;
		content: '';
	}
	.animated-arrow.menuopen span:before, .animated-arrow.menuopen span:after {
		background: #fff;
	}	
	.animated-arrow span:before{
		top: -7px;
	}
	.animated-arrow span:after {
		bottom: -7px;
	}
	.animated-arrow span, .animated-arrow span:before, .animated-arrow span:after{
		transition: all 500ms ease-in-out;
	}
	.animated-arrow.menuopen span{
		background-color: transparent;
	}
	.animated-arrow.menuopen span:before, .animated-arrow.active span:after{
		top:7px;
	}
	.animated-arrow.menuopen span:before {
		transform: rotate(45deg);
		-moz-transform:  rotate(45deg);
		-ms-transform:  rotate(45deg);
		-o-transform:  rotate(45deg);
		-webkit-transform:  rotate(45deg);
		bottom:0px;
	}
	.animated-arrow.menuopen span:after {
		transform: rotate(-45deg);
		-moz-transform:  rotate(-45deg);
		-ms-transform:  rotate(-45deg);
		-o-transform:  rotate(-45deg);
		-webkit-transform:  rotate(-45deg);
	}
	.wsmenu-list li > .wsmenu-submenu{
		transform:none !important;
		-o-transform:none !important;
		-moz-transform: none !important;
		-webkit-transform:none !important;
		transform: none !important;
		-o-transform:none !important;
		-moz-transform: none !important;
		-webkit-transform: none !important;
		visibility:visible !important;
		border:0 !important;
	}	
	.wsmenu-list li:hover > .wsmenu-submenu{
		display:none;
		transform:none !important;
		-o-transform:none !important;
		-moz-transform: none !important;
		-webkit-transform:none !important;
		transform: none !important;
		-o-transform:none !important;
		-moz-transform: none !important;
		-webkit-transform: none !important;
		visibility:visible !important;
	}
	.wsmenu-submenu li > .wsmenu-submenu-sub{
		transform:none !important;
		-o-transform:none !important;
		-moz-transform: none !important;
		-webkit-transform:none !important;
		transform: none !important;
		-o-transform:none !important;
		-moz-transform: none !important;
		-webkit-transform: none !important;
		visibility:visible !important;
	}	
	.wsmenu-submenu li:hover > .wsmenu-submenu-sub{
		transform:none !important;
		-o-transform:none !important;
		-moz-transform: none !important;
		-webkit-transform:none !important;
		transform: none !important;
		-o-transform:none !important;
		-moz-transform: none !important;
		-webkit-transform: none !important;
		visibility:visible !important;
		opacity:1  !important;
	}
	.wsmenu-submenu-sub li > .wsmenu-submenu-sub-sub{
		transform:none !important;
		-o-transform:none !important;
		-moz-transform: none !important;
		-webkit-transform:none !important;
		transform: none !important;
		-o-transform:none !important;
		-moz-transform: none !important;
		-webkit-transform: none !important;
		visibility:visible !important;
		opacity:1  !important;
	}	
	.wsmenu-submenu-sub li:hover > .wsmenu-submenu-sub-sub{
		transform:none !important;
		-o-transform:none !important;
		-moz-transform: none !important;
		-webkit-transform:none !important;
		transform: none !important;
		-o-transform:none !important;
		-moz-transform: none !important;
		-webkit-transform: none !important;
		visibility:visible !important;
		opacity:1  !important;
	}
  /*//menu*/
  header.header {
    background: #efefef;
    position: relative;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 7;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .row_top {
    width: 100% !important;
    height: 65px;
    float: left;
    display: flex;
    justify-content: space-between;
  }
  a.logo img{
	  max-height: 55px;
    width: auto;
  }
  #navToggle{
    margin: 20px 15px;
  }
  #navToggle i{
    font-size: 22px;
  }
  #close{
	  position: absolute;
    right: -250px;
    top: 10px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
  }.overlapblackbg.menuopen #close{
	  position: absolute;
	  right: 250px;
    top: 10px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
  }.menu_top_all .link-list li{
	  white-space: normal;
  }.menu_top_all .link-list li a{
	  line-height: 22px !important;
  }
  #cartInfo-wrap {
    width: 100%;
    height: auto;
    overflow: auto;
    font-size: 15px;
    position: fixed;
    right: 0;
    top: -2px;
    z-index: 3;
    display: none;
    padding: 65px 0 0;
  }
  #cartInfo-wrap .wrapper {
    position: relative;
    z-index: 998;
    padding: 15px;
    background: #ffffff;
    color: #333;
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    border-top:1px solid #666;
  }
  #cartInfo-wrap .row_ {
    position: relative;
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #cartInfo-wrap div.img img {
    width: 50px;
    vertical-align: middle;
  }
  #cartInfo-wrap div.img span {
    margin-left: 10px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90px;
    vertical-align: middle;
    padding-right: 10px;
    text-align: left;
  }
  #cartInfo-wrap a.delete {
    background: url(../images/_tw/delete.png) center no-repeat;
    width: 18px;
    height: 18px;
    background-size: contain;
    position: absolute;
    right: 0;
    top:0;
  }
  #cartInfo-wrap div.price {
    line-height: 36px;
    padding: 0 15px;
  }
  #cartInfo-wrap div.price span{
    display: block;
    line-height: normal;
    margin-top: 5px;
    font-size: 13px;
  }
  #cartInfo-wrap .total {
    text-align: right;
    border-top: 1px solid #dddddd;
    padding-top: 20px;
  }
  #cartInfo-wrap .total span {
    font-size: 15px;
    color: #d90000;
    margin-right: 20px;
  }
  #cartInfo-wrap .total > a {
    padding: 8px 30px;
    font-size: 15px;
    text-align: center;
    display: inline-block;
    font-weight: 400;
    border-radius: 5px;
  }
  .menu_top_left{
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #currency {
    cursor: pointer;
    position: absolute;
    left: 15px;
    top: 20px;
  }
  .currency-wrap{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    background: #ffa726;
    padding-top: 80px;
  }
  .currency-wrap a{
    position: absolute;
    right: 10px;
    top: 25px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
  }
  .currency-wrap h4{
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    margin: 30px 0 0;
    color: #fff;
  }
  .currency-wrap form{
    width: 100%;
  }
  .currency-wrap li {
    list-style-type: none;
  }
  .currency-wrap li:first-child{
    display: flex;
    align-self: center;
    justify-content: center;
  }
  .currency-wrap li:nth-child(2){
    padding: 0 15px;
  }
  .currency-wrap li + li{
    margin-top: 20px;
  }
  .currency-wrap label{
    width: 100%;
    color: #fff;
  }
  .currency-wrap button{
    width: 100%;
    padding: 10px 15px 10px;
    color: #fff;
    background: #d93600;
    outline: 0;
    border: 0;
  }
  .currency-wrap button i{
    color: #fff;
    margin-right: 10px;
  }
  .currency-wrap select {
    width: 100%;
    border: 0;
    float: left;
    padding: 10px 42px 10px 15px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/_tw/down.svg) #FFF no-repeat 95% center;
  }
  .currency-wrap select::-ms-expand { 
    display: none;
  }
  .currency-wrap select + select,.currency-wrap .day_select > div + div{
    margin-top: 10px;
  }
  .currency-wrap input{
    width: 100%;
    border: 0;
    padding: 10px 15px;
  }
  .currency-wrap .day_select > div:last-child{
    padding-left: 0;
  }
  .currency-wrap .day_select + li{
    padding-left: 15px;
  }
  .currency-wrap ul{
    flex-wrap: wrap;
  }
  .currency-wrap .day_select{
    display: flex;
    justify-content: space-between;
  }
  .currency-wrap .day_select > div{
    padding: 0;
  }
  .currency-wrap .area_select > div,.day_select{
    flex-direction: column;
  }
  .menu_top_left > div{
    display: inline-block;
  }
  .menu_top_all{
  	margin-top: 45px;
    width: auto;
    float: left;
  }
  .mobile .menu_login{
    padding: 9px 32px 9px 17px;
    font-size: 14px;
    text-align: left;
    border-right: solid 0px;
    background-color: transparent;
    color: #666666;
    line-height: 25px;
    border-bottom: 1px solid;
    border-bottom-color: rgba(0,0,0,0.13);
    position: static;
  }
  .mobile .menu_login >div{
    float: left;
  }
  .mobile .menu_login >div>span{
    margin: 0 10px;
  }
  .mobile .menu_login > a{
    color: #666666;
  }
  .mobile .fa-user{
    color: #fff;
    font-size: 25px;
    margin: 0 20px;
  }
  .wsmenu .mobile{
    padding: 8px 15px;
    width: 240px;
    display: inline-block;
    color: #666666;
    font-size: 15px;
  }
  .wsmenu .mobile a{
    font-size: 15px !important;
    color: #878787 !important;
  }
  .wsmenu .mobile a:nth-child(2){
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 0 10px;
    margin: 0 10px;
  }
  
  /*footer*/
  #right-fixed {
    position: fixed;
    text-align: center;
    right: 15px;
    bottom:30px;
    z-index: 90;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  #right-fixed .slider-wrap {
    margin-bottom: 20px;
    position: relative;
  }
  #right-fixed .record-silder {
    position: relative;
    background: 0;
  }
  #right-fixed .record-silder .text {
    color: #555;
    width: 100%;
    height: 22px;
    line-height: 22px;
    text-align: center;
    position: absolute;
    left: 0;
    top: -5px;
    z-index: 99;
    position: relative;
  }
  #right-fixed .record-silder .text span {
    padding: 0 5px;
    background: #f9f9f9;
    position: relative;
    z-index: 2;
  }
  #right-fixed .record-silder .text:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    top: 12px;
    z-index: 1;
  }
  #right-fixed .record-silder .slides li {
    height: 220px;
    background: #fff;
  }
  #right-fixed .record-silder .slides li a {
    display: block;
    border-bottom: 1px #ddd solid;
    text-align: center;
    padding: 10px 5px;
  }
  #right-fixed .record-silder .slides li a img {
    width: 70px;
    display: inline-block;
  }
  #right-fixed .record-silder .slides li a p {
    color: #555;
    font-size: 12px;
    padding: 5px 0 0;
  }
  #right-fixed .record-silder .slides li a + a {
    border-top: 0;
  }
  #right-fixed .icons a {
    display: block;
    margin-bottom: 10px;
  }
  #right-fixed .icons .goTop {
    display: none;
  }
  .topicon{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 45px;
    height: 45px;
    background: #1c2125 url(../images/_tw/up.svg)50% 5px no-repeat;
    background-size: 18px;
    border-radius: 100%;
    padding-top: 12px;
    font-size: 13px;
  }
  #right-fixed #fixed-silder-prev,
  #right-fixed #fixed-silder-next {
    cursor: pointer;
  }
  #fixed-bottom {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    background: #efefef;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  }
  #fixed-bottom a {
    display: block;
    flex: auto;
    float: left;
    text-align: center;
    font-size: 15px;
    padding: 5px 0;
  }
  #fixed-bottom a span {
    display: inline-flex;
    background: #fff;
    border-radius: 100%;
    padding: 5px;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
  }
  #fixed-bottom a:hover span{
    background: #dad0c7;
  }
  #fixed-bottom a.fixed_tel{
    background: #00bfff;
  }
  #fixed-bottom a.fixed_line{
    background: #03c302;
  }
  #fixed-bottom a.fixed_mail{
    background: #cb151d;
  }
  .goTop {
    position: fixed;
    right: 2%;
    bottom: 55px;
    cursor: pointer;
    z-index: 998;
    display: none;
  }
  .goTop img {
    width: 50px;
  }
  footer.footer{
    position: relative;
    float: left;
    width: 100%;
    color: #fff;
    font-size: 17px;
    overflow: hidden;
  }
  footer .wrap_all{
    padding: 60px 0 0;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    width: 1400px;
    max-width: 100%;
  }
  footer.footer .info{
    line-height: 1.5;
  }
  footer.footer .info .copy{
    font-size: 14px;
  }
  footer.footer .info a{
    color: #fff;
  }
  footer.footer .share a:not(:last-child){
    margin-right: 5px;
  }
  footer.footer .share{
    text-align: center;
  }
  footer.footer .svg{
    width: 40px;
    height: 40px;
  }
  footer.footer ul{
    list-style-type: none;
  }
  footer.footer ul li + li{
    margin-top: 15px;
  }
  footer.footer ul li a{
    color: #fff;
    display: inline-block;
  }
  /*//footer*/
  /*banner*/
  .banner .swiper-slide .banner_txt .banner_title{
    font-size: 30px;
    margin: 0 5% 5% 0;
  }
  .banner .swiper-slide .banner_txt .banner_wtxt{
    font-size: 20px;
    margin-bottom: 40px;
  }
  .banner .swiper-slide .banner_txt{
    width: 100%;
    max-width: 100%;
  }
  .banner .swiper-slide .container{
    width: 80%;
  }
  .swiper-button-next, .swiper-button-prev{
    width: 30px;
  }
  .banner .swiper-button-next:after, .banner .swiper-container-rtl .swiper-button-prev:after,.banner .swiper-button-prev:after, .banner .swiper-container-rtl .swiper-button-next:after{
    font-size: 30px;
  }
  .banner .swiper-slide .img.bg{
    height: 70vh;
    min-height: 300px;
  }
  .banner .swiper-slide .container{
    padding: 0 20px;
  }
  .banner .swiper-pagination-bullet {
    width: 30px;
  }  
  /*//banner*/
  /*table-box*/
  .table-box{
    margin-bottom: 0;
  }
  .table-box .table-row.title {
    display: none;
  }
  .table-box .table-row{
    border: 1px #ddd solid;
  }
  .table-box .table-row:not(:last-child){
    margin-bottom: 20px;
  }
  .table-box .table-row .table-td{
    color: #666666;
    background: rgba(255, 255, 255, 0.9);
    min-height: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    border-bottom: 1px #ddd solid;
    vertical-align: middle;
  }
  .table-box .table-row .table-td > div:first-child{
    width: 120px;
    background: #f2f2f2;
    justify-content: center;
  }
  .table-box .table-row .table-td > div{
    width: calc(100% - 120px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px;
  }
  .table-box .table-row .table-td img{
    width: 90px;
  }
  .table-box .table-row .table-td:last-child{
    border-bottom: 0;
  }
  .table-box .i_del i{
    margin-right: 5px;
  }
  /*//table-box*/
  /*index*/
  .index_prd{
    padding: 30px 0;
    position: relative;
  }
  .index_prd h2{
    font-size: 22px;
    margin-bottom: 20px;
  }
  .index_prd::before{
    content: '';
    background: url(../images/_tw/bg_icon1.jpg)no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    width: 160px;
    height: 130px;
    z-index: -1;
    background-size: contain;
  }
  .index_prd::after{
    content: '';
    background: url(../images/_tw/bg_icon2.jpg)bottom no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 160px;
    height: 130px;
    z-index: -1;
    background-size: contain;
  }
  .index_prd .img,.product_list .col .img{
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
  }
  .index_prd .img img,.product_list .col .img img{
    transform: scale(1,1);
    transition: all 0.5s ease-out;
  }
  .index_prd a:hover .img img,.product_list .col a:hover .img img{
    transform: scale(1.1,1.1);
  }
  .index_prd .img::before,.product_list .col .img::before{
    content: '';
    background: rgba(0,0,0,0.4);
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    transition: all 0.5s ease-out;
  }
  .index_prd a:hover .img::before,.product_list .col a:hover .img::before{
    opacity: 1;
  }
  .index_prd .info h4,.product_list .col .info h4{
    font-size: 18px;
    color: #463b30;
    margin: 5px 0;
  }
  .index_prd .info .price,.product_list .col .info .price{
    font-size: 18px;
    color: #363636;
  }
  .index_prd .row,.product_list .row{
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
  .index_prd .col,.product_list .col{
    margin-bottom: 20px;
    padding: 0 10px;
  }
  .index_grid{
    position: relative;
  }
  .index_grid::before{
    content: '';
    background: url(../images/_tw/bg_icon3.jpg)no-repeat;
    position: absolute;
    right: 0;
    top: -50%;
    width: 160px;
    height: 130px;
    z-index: -1;
    background-size: contain;
  }
  .index_grid::after{
    content: '';
    background: url(../images/_tw/bg_icon4.jpg)bottom no-repeat;
    position: absolute;
    right: 0;
    bottom: -100px;
    width: 160px;
    height: 130px;
    z-index: -1;
    background-size: contain;
  }
  .index_grid .img{
    border-radius: 15px;
    overflow: hidden;
    position: relative;
  }
  .index_grid .img img{
    transform: scale(1,1);
    transition: all 0.5s ease-out;
  }
  .index_grid a:hover .img img{
    transform: scale(1.1,1.1);
  }
  .index_grid .img::before{
    content: '';
    background: rgba(0,0,0,0.4);
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    transition: all 0.5s ease-out;
  }
  .index_grid a:hover .img::before{
    opacity: 1;
  }
  .index_grid .col{
    margin-bottom: 20px;
  }
  .index_prd.recommend::before{
    content: '';
    background: url(../images/_tw/bg_icon5.jpg)no-repeat;
    position: absolute;
    left: 0;
    top: 40%;
    width: 160px;
    height: 130px;
    z-index: -1;
    background-size: contain;
  }
  .index_prd.recommend::after{
    content: '';
    background: url(../images/_tw/bg_icon6.jpg)bottom no-repeat;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 160px;
    height: 130px;
    z-index: -1;
    background-size: contain;
  }
  .index_grid.grid_big{
    padding-bottom: 40px;
  }
  .index_grid.grid_big::before{
    content: '';
    background: url(../images/_tw/bg_icon7.jpg)bottom no-repeat;
    position: absolute;
    left: 0;
    bottom: -40px;
    top:auto;
    width: 160px;
    height: 130px;
    z-index: -1;
    background-size: contain;
  }
  .index_grid.grid_big::after{
    content: '';
    background: url(../images/_tw/bg_icon8.jpg)bottom no-repeat;
    position: absolute;
    right: 0;
    bottom:-40px;
    width: 160px;
    height: 130px;
    z-index: -1;
    background-size: contain;
  }
  /*//index*/
  /*cart*/
  .step .steps{
    width: 120px !important;
    height: 85px;
  }
  .box {
    padding: 5% 6%;
  }
  /*//cart*/
  /*login*/
  .login-wrap > .row_ .left,.login-wrap > .row_ .right{
    padding: 20px 15px;
  }  
  .login-wrap > .row_ .title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .login-wrap > .row_ .left .code input[type=text] {
    width: 90px;
  }
  .login-wrap > .row_ .right .title {
    margin-bottom: 20px;
  }
  .login-wrap > .row_ .right p:last-child {
    padding-top: 20px;
  }
  .login-wrap > .row_ .left p:last-child a,.login-wrap > .row_ .right p:last-child a{
    font-size: 17px;
  }
  .login-wrap > .row_ .right p{
    line-height: 1.8;
  }
  .login-wrap > .row_ .left p:last-child{
    margin: 0 0 10px;
  }
  /*//login*/
  .box2 {
    padding: 15px 0 30px!important;
  }
  .order-info {
    margin-bottom: 30px !important;
  }
  .order-info .total {
    padding: 20px 0 0 0 !important;
  }
  .cart-btn{
    padding: 30px 0;
  }
  .birthday select{
    width: 100% !important;
  }
  /*news_list*/
  .news_list .col .img{
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
  }
  .news_list .col .img img{
    transform: scale(1,1);
    transition: all 0.5s ease-out;
    width: 100%;
  }
  .news_list .col a:hover .img img{
    transform: scale(1.1,1.1);
  }
  .news_list .col .img::before{
    content: '';
    background: rgba(0,0,0,0.4);
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    transition: all 0.5s ease-out;
  }
  .news_list .col a:hover .img::before{
    opacity: 1;
  }
  .news_list .col .info .date{
    margin-bottom: 5px;
    color: #777777;
  }
  .news_list .col .info .txt{
    color: #777777;
    line-height: 1.5;
  }
  .news_list .col .info h2{
    font-size: 20px;
    color: #463b30;
  }
  .news_list .col .info .price{
    font-size: 20px;
    color: #363636;
  }
  .news_list .row{
    margin-left: -20px;
    margin-right: -20px;
  }
  .news_list .col{
    margin-bottom: 40px;
    padding: 0 20px;
  }
  .news_list .pager {
    padding: 0;
  }
  /*//news_list*/
  /*news-detail*/
  .news-detail .title{
    font-size: 18px;
  }
  /*//news-detail*/
  .contact_us .logo_content span{
    font-size: 20px;
  }
  .contact_us .contact-info .txt,.contact_us .contact-info .title,.contact_us .info_txt_contact{
    font-size: 16px;
  }
  .contact_us .info_txt_contact{
    padding-left: 15px;
  }
  .contact_us .contact-map {
    margin-top: 20px;
  }
  .contact_us .contact-info .row + .row {
    margin-top: 10px;
  }
  .contact_us .contact-info .title{
    margin-bottom: 0;
  }
  .contact_us .logo_content {
    margin-bottom: 20px;
  }
  .contact_us .logo_content img{
    width: 150px;
  }
  /* faq */
  .faq {
    padding: 20px 20px 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #fff;
  }
  .faq .row {
    padding: 20px 0;
    border-bottom: 1px #d8d8d8 dashed;
	margin-left: 0;
	margin-right: 0;
  }
  .faq .row .number {
    float: left;
    font-size: 24px;
    color: #555555;
    width: 20%;
	text-align: center;
  }
  .faq .row .number span {
    font-family: arial;
  }
  .faq .row .text {
    float: left;
    width: 80%;
  }
  .faq .row .text .questions {
    font-size: 18px;
    color: #000000;
    margin-bottom: 10px;
  }
  .faq .row .text .answer {
    font-size: 14px;
    color: #666666;
    line-height: 2;
  }
  .faq .row .text .answer a {
    color: #d86c00;
    text-decoration: underline;
  }
  .faq .pager {
    padding: 60px 0 70px;
  }
  /* //faq */
}
@media only screen and (max-width: 1199px){
  body {
    padding:65px 0 50px;
  }
  .pc{
    display: none !important;
  }
  /*flexslider*/
  .flexslider .flex-direction-nav a{
  	width: 40px;
    height: 40px;
    background-size: contain !important;
  }
  /*//flexslider*/
  /*search*/
  #search-wrap {
    position: fixed;
    width: 100%;
    top: 65px;
    z-index: 3;
    padding: 15px 20px;
    background: #fff;
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    display: none;
  }
  #search-wrap form {
    display: flex;
  }
  #search-wrap input[type=search] {
    display: block;
    width: calc(100% - 40px);
    line-height: 40px;
    border: 0;
    background: #f0f0f0;
    padding: 0 10px;
    font-size: 15px;
  }
  #search-wrap button {
    border: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    background: #8e8e8e;
  }
  /*search*/
  .header .top{
    position: absolute;
    right: 15px;
    top: 20px;
  }
  .header .top .container{
    width: auto;
    padding: 0;
  }
  .header .top .svg{
    fill: #463b30;
    width: 23px;
    height: 23px;
  }
  /*buy-list*/
  .buy-list {
    width: 100%;
    float: left;
  }
  .buy-list .row{
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .welcome {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .welcome .col {
    float: none;
    width: 100%;
  }
  .welcome .col span {
    margin-right: 10px;
    color: #bc6123;
    font-size: 14px;
  }
  .welcome .col span:last-child {
    margin-left: 10px;
  }
  .welcome .col:last-child a {
    color: #bc6123;
    font-size: 14px;
    text-decoration: underline;
  }
  .search-criteria {
    padding: 20px;
    background: #f4c6a6;
    border: 1px solid #f4c6a6;
  }
  .search-criteria select {
    display: block;
    width: 49%;
    height: 34px;
    border: 1px #ddd solid;
    color: #545454;
    padding-left: 5px;
    background: #fff;
    float: left;
  }
  .search-criteria input[type=text],
  .search-criteria input[type=date] {
    display: block;
    width: 49%;
    height: 34px;
    line-height: 32px;
    border: 1px #ddd solid;
    padding-left: 5px;
    float: right;
    background: #fff;
  }
  .search-criteria .row .col:first-child {
    width: 100%;
  }
  .search-criteria .row .col + .col {
    width: 100%;
  }
  .search-criteria .row .col + .col i {
    font-style: normal;
    display: inline-block;
    padding: 5px 0;
  }
  .search-criteria .row .col + .col span {
    width: 49%;
    float: left;
    position: relative;
    margin-bottom: 15px;
  }
  .search-criteria .row .col + .col span + span {
    float: right;
  }
  .search-criteria .row .col + .col input[type=text] {
    width: 100%;
    float: none;
    display: inline-block;
  }
  .search-criteria .row .col + .col img {
    position: absolute;
    right: 3px;
    bottom: 7px;
  }
  .search-criteria .row .col + .col input[type=submit] {
    clear: both;
    display: block;
    border: 0;
    height: 34px;
    line-height: 34px;
    text-align: center;
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
    background: #2b2b2b;
    color: #fff !important;
    font-size: 12px;
  }
  .status {
    padding: 30px 0 50px;
  }
  .status div a {
    display: inline-block;
    height: 32px;
    line-height: 30px;
    padding: 0 12px;
    border: 1px #b2b3b2 solid;
    background: #b2b3b2;
    margin: 0 10px 10px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .status div a.current {
    border: 1px #bc6123 solid;
    background: #bc6123;
    color: #fff;
  }
  .table-wrap .table .table-row:first-child {
    display: none;
  }
  .table-wrap .table .table-row + .table-row .td {
    background: #fff;
    line-height: 36px;
    position: relative;
    display: flex;
    justify-content: flex-start;
  }
  .table-wrap .table .table-row + .table-row .td a {
    color: #bc6123;
    text-decoration: underline;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
  }
  .table-wrap .table .table-row + .table-row .td a + a {
    margin-left: 7px;
    color: #463b30;
  }
  .table-wrap .table .table-row + .table-row .td i {
    color: #d90000;
    margin-right: 5px;
  }
  .table-wrap .table .table-row + .table-row .td + .td:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #efefef;
    position: absolute;
    left: 0;
    top: 0;
  }
  .table-wrap .table .table-row + .table-row .td.title1 input {
    margin-right: 5px !important;
  }
  .table-wrap .table .table-row + .table-row .td.title3 {
    color: #bc6123;
  }
  .table-wrap .table .table-row + .table-row .td:before {
    width: 110px;
    min-width: 110px;
    display: inline-block;
    background: #f4c6a6;
    text-align: center;
    margin-right: 15px;
  }
  .table-wrap .table .table-row + .table-row + .table-row {
    margin-top: 15px;
  }
  .table-wrap .table .title1:before {
    content: '訂單編號';
  }
  .table-wrap .table .title2:before {
    content: '訂購日期';
  }
  .table-wrap .table .title3:before {
    content: '金額( NT )';
    color: #463b30;
  }
  .table-wrap .table .title4:before {
    content: '付款方式';
  }
  .table-wrap .table .title5:before {
    content: '付款狀態';
  }
  .table-wrap .table .title6:before {
    content: '貨運狀態';
  }
  .table-wrap .table .title7:before {
    content: '操作';
  }
  .cart-list-table {
    position: relative;
  }
  .cart-list-table .all {
    font-size: 14px;
    position: absolute;
    left: 0;
    top: -30px;
  }
  .cart-list-table .all input,
  .cart-list-table .all label,
  .cart-list-table .all a {
    vertical-align: middle;
    font-size: 14px;
  }
  .cart-list-table .all label {
    margin: 0 20px 0 10px;
  }
  .cart-list-table .all a {
    color: #999999;
    text-decoration: underline;
  }
  .cart-list-table .all a i {
    color: #feb191;
    margin-right: 5px;
  }
  .form-style.style2 .title2 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
  }
  /*//buy-list*/
  /* cart */
  .cart-wrap .row{
    margin-right: 0px;
    margin-left: 0px;
  }
  .step {
    padding:0 0 10px 0;
    text-align: center;
  }
  .step .start {
    width: 140px;
    height: 36px;
    line-height: 36px;
    font-size: 19px;
  }
  .step .steps {
    background: #b2b3b2;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    padding: 15px 10px;
    text-align: center;
    font-size: 20px;
    vertical-align: middle;
    width: 20%;
    max-width: 130px;
    margin: 2%;
  }
  .step .steps span {
	  font-size:16px;
	  font-weight: 500;
  }
  .step .steps div span{
	  font-size:22px;
  	font-style: italic;
  }
  .step .steps div{
	  font-size: 16px;
  }
  .step .steps.current {
    background: #bc6123;
    color: #fff;
  }
  .step .steps.current:before {
    color: #000;
    background: #fff;
  }
  .step .steps-arrow {
    display: inline-block;
    width: 19px;
    height: 64px;
    background: url(../images/_tw/steps_arrow.png) center center no-repeat;
    vertical-align: middle;
    margin: 0 10px;
  }
  .sub-title:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
  }
  .sub-title a {
    margin-left: 10px;
	  font-weight:400;
    color: #bc6123;
  }
  .sub-title span {
    font-size: 14px;
    float: right;
    color: #bc6123;
}
  .sub-title input {
    margin: 0 10px 0 15px !important;
  }
  .sub-title label {
    font-size: 14px;
    color: #bc6123;
  }
  .box2 {
    padding: 30px 0 50px;
  }
  .cart-login a {
    display: inline-block;
    font-size: 15px;
    color:#bc6123;
    margin: 20px 20px 10px 0;
  }
  .cart-login a:hover {
    color: #e47124;
    text-decoration: underline !important;
  }
  .cart-login input[type=submit] {
    width: 110px;
    height: 40px;
    display: inline-block;
    border: 0;
    line-height: 34px;
    text-align: center;
    font-size: 18px;
    border-radius: 5px;
    background: #614e3d;
    color: #fff !important;
  }
  .cart-login input[type=submit]:hover{
    background: #8f7761;
  }
  .cart-form input[type=text],
  .cart-form input[type=email],
  .cart-form input[type=password],
  .cart-form input[type=tel] {
    display: block;
    width: 100%;
    height: 38px;
    border: 1px #efefef solid;
    background: #efefef;
    border-radius: 50px;
    padding: 0 10px;
  }
  .cart-form select {
    display: block;
    width: 100%;
    height: 38px;
    border: 1px #efefef solid;
    background: #efefef;
    border-radius: 50px;
    font-size: 15px;
    color: #545454;
    margin: 0 10px 0 0;
    padding: 0 10px;
  }
  .cart-form textarea {
    display: block;
    width: 100%;
    height: 120px;
    border: 1px #efefef solid;
    background: #efefef;
    border-radius: 10px;
    padding: 10px;
  }
  .cart-form .row .col {
    width: 100%;
  }
  .cart-form .row .col:first-child {
    padding-bottom: 5px;
    width: 100%;
  }
  .cart-form .row .col:first-child label {
    display: block;
    position: relative;
  }
  .cart-form .row .col:first-child label span {
    margin-right: 10px;
    color: #bb0000;
  }
  .cart-form .radio label {
    margin-right: 15px;
    padding-left: 5px;
  }
  .cart-form .radio input {
    margin: 5px !important;
    margin-left: 0 !important;
    position: relative !important;
  }
  .cart-form .radio2 {
    display: block;
    margin-top: 5px;
  }
  .cart-form .radio2 label {
    margin-right: 15px;
    float: left;
  }
  .cart-form .radio2 input {
    margin: 5px !important;
    float: left;
  }
  .cart-form .flex2 {
    margin-top: 20px;
  }
  .cart-form .flex2 label {
    margin: 0 0 5px;
    display: block;
  }
  .cart-form .flex2 input + label {
    margin-top: 20px;
  }
  .cart-form .flex2 select {
    width: 100%;
    display: block;
  }
  .cart-form .row + .row {
    margin-top: 20px;
  }
  .cart-form .address select {
    width: 49%;
    margin: 0 0 10px;
  }
  .cart-form .address select:first-child {
    float: left;
  }
  .cart-form .address select + select {
    float: right;
  }
  .cart-form .address .tips {
    color: #bc6123;
    margin-top: 5px;
    display: block;
  }
  .order-info {
    margin-top: 20px;
    margin-bottom: 50px;
  }
  .order-info .table a{
    position: relative;
  }
  .order-info .tr {
    position: relative;
    padding: 25px;
    width: 100%;
  }
  .order-info .tr > div.td1 {
    position: absolute;
    right: 5px;
    top: 3px;
  }
  .order-info .tr > div.td1 a img {
    width: 14px;
  }
  .order-info .tr > div.td2 {
    display: none;
  }
  .order-info .tr > div.td3 {
    display: none;
  }
  .order-info .tr > div.td4 {
    color: #000;
  }
  .order-info .tr > div.td4 img {
    position: absolute;
    left: -80px;
    top: 5px;
    width: 70px;
  }
  .order-info .tr > div.td5 {
    display: none;
  }
  .order-info .tr > div.td6 span {
    margin-left: 10px;
    font-size: 13px;
  }
  .order-info .tr > div.td7 span {
    margin-right: 10px;
    font-size: 13px;
  }
  .order-info .order-title {
    display: none;
  }
  .order-info .count {
    width: 100px;
    overflow: hidden;
  }
  .order-info .count input {
    font-size: 15px;
  }
  .order-info .order-content {
    font-size: 15px;
    padding-left: 90px;
    background: #fff;
  }
  .order-info .order-content > div + div {
    margin-top: 5px;
  }
  .order-info .order-content .td1 a img {
    width: 18px;
  }
  .order-info .order-content + .order-content {
    border-top: 4px #efefef solid;
  }
  .order-info .total {
    font-size: 15px;
    padding: 40px 0 0 0;
    overflow: hidden;
  }
  .order-info .total .row .col:first-child {
    display: inline-block;
    vertical-align: middle;
    float: none;
  }
  .order-info .total .row .col:first-child span {
    color: #bc6123;
    margin: 0 5px;
  }
  .order-info .total .row .col + .col {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
  }
  .order-info .total .row .col + .col span {
    display: inline-block;
    width: 60px;
    height: 32px;
    line-height: 32px;
    text-align: center;
  }
  .order-info .total .row .col + .col input {
    display: inline-block;
    width: 80px;
    height: 38px;
    border: #efefef solid 1px;
    background: #efefef;
    border-radius: 50px;
    text-align: center;
  }
  .order-info .total .row + .row {
    margin-top: 15px;
  }
  .order-info .total .point + .point {
    margin-top: 10px;
  }
  .order-info .total .point + .point .col + .col {
    margin: 0;
  }
  .order-info .total .point .col:first-child {
    line-height: 32px;
  }
  .order-info .total .cuopon .col:first-child {
    background: #f4c6a6;
    width: 100%;
    padding: 10px 5% 15px;
    position: relative;
  }
  .order-info .total .cuopon .col:first-child span {
    display: block;
    color: #463b30;
    margin-bottom: 10px;
  }
  .order-info .total .cuopon .col:first-child input {
    display: block;
    width: calc(80% - 20px);
    height: 32px;
    background: #fff;
    border: 0;
    padding: 0 10px;
    font-size: 15px;
    float: left;
    border-radius: 50px;
    margin-right: 20px;
  }
  .order-info .total .cuopon .col:first-child a {
    color: #fff;
    display: inline-block;
    width: 20%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #bc6123;
    position: relative;
    z-index: 2;
    float: left;
    border-radius: 5px;
  }
  .order-info .total .row:last-child {
    padding-top: 15px;
    position: relative;
  }
  .order-info .total .row:last-child .col + .col {
    color: #ff3f00;
    font-size: 24px;
  }
  .order-info .total .row:last-child:after {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #eee;
    top: 0;
    left: 0;
  }
  .sub-title + .product {
    padding: 30px 0 50px;
  }
  .radio-wrap span {
    display: block;
  }
  .radio-wrap span + span {
    margin-top: 5px;
  }
  .radio-wrap label {
    font-size: 15px;
    margin: 0 0 0 10px;
  }
  .sub-title2 > div:first-child {
    font-size: 15px;
    padding: 7px 15px;
    font-weight:bold;
    background: #f4c6a6;
  }
  .sub-title2 > div + div {
    font-size: 15px;
    padding: 20px 15px;
  }
  .sub-title2 > div + div input[type=text] {
    width: 100%;
    border: 1px #efefef solid;
    background: #efefef;
  }
  .cart-block {
    padding: 20px 15px;
  }
  .cart-btn {
    text-align: center;
    padding-top: 40px;
    border-top: 1px dashed #cccccc;
  }
  .cart-btn a {
    display: inline-block;
    width: 180px;
    font-size: 18px;
    padding: 10px;
    border-radius: 5px;
  }
  .sub-title + .product_list_all {
    padding: 40px 0 80px;
  }
  .sub-title img{
   margin-top: -5px; 
   margin-right: 10px;
  }
  .sub-title {
    font-size: 17px;
    padding: 10px 0 10px 0;
    border-bottom: 1px #614e3d solid;
	  font-weight:400;
    color: #614e3d;
  }
  .Gift{
    float: none;
    margin: 20px 0 30px;
  }
  .Gift .more{
    display: block;
    font-size: 17px;
    text-align: center;
    padding: 5px 10px;
    border-radius: 50px;
    border: 1px solid #cccccc;
    margin-top: 10px;
  }
  .Gift .more:hover{
    background: #000;
    color: #fff;
    border: 1px solid #000;
  }
  .count {
    display: inline-block;
    border: 1px #000 solid;
    vertical-align: middle;
    position: relative;
    height: 26px;
    width: 110px;
    overflow: hidden;
  }
  .count .less {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    border-right: 1px #000 solid;
    cursor: pointer;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .count .more {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    border-left: 1px #000 solid;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .count input {
    border: 0;
    display: block;
    width: 100%;
    height: 100%;
    outline: 0;
    text-align: center;
    padding: 0 20px;
    font-size: 15px;
  }
  .count_btn.disabled {
    pointer-events: none;
    background: #efefef;
  }
  .product_list .btn_{
    width: 150px;
    max-width: 100%;
    padding: 8px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto 0;
    font-size: 14px;
  }
  .product_list .btn_ img{
    margin-right: 5px;
    max-width: 22px;
  }
  .order-info .table{
    border: 4px #efefef solid;
  }
  /*//cart */
  /* register */
  .register {
    padding: 0;
  }
  .register .register-title {
    font-size: 16px;
    border-bottom: 1px #4d0000 solid;
    margin: 0 0 30px;
    font-weight: 400;
    padding-bottom: 10px;
  }
  .register .register-title img {
    margin-right: 10px;
  }
  .register .register-title span {
    font-size: 15px;
    float: right;
    color: #bb0000;
    font-weight: normal;
    margin-top: 4px;
  }
  .register .form-title {
    width: 100px;
    display: block;
    line-height: 32px;
    font-size: 15px;
    text-align: left;
    width: 100%;
  }
  .register .form-title span {
    color: #bb0000;
    margin: 0 5px 0 0;
    display: inline-block;
  }
  .register input[type=text],
  .register input[type=email],
  .register input[type=password],
  .register input[type=tel] {
    display: inline-block;
    width: 100%;
    height: 38px;
    border: 1px #efefef solid;
    background: #efefef;
    border-radius: 50px;
    padding: 0 10px;
  }
  .register select {
    display: block;
    float: left;
    width: 49%;
    height: 38px;
    border: 1px #efefef solid;
    background: #efefef;
    color: #545454;
    margin-bottom: 10px;
    border-radius: 50px;
    padding: 0 10px;
  }
  .register select + select {
    float: right;
  }
  .register p {
    margin-bottom: 20px;
  }
  .register p span {
    color: #bc6123;
    display: block;
    margin-top: 5px;
  }
  .register .birthday select + span {
    color: #463b30;
  }
  .register input + .form-title {
    margin: 20px 0 0;
  }
  .register .radio {
    display: inline-block;
    margin-top: 5px !important;
    margin-bottom: 0 !important;
  }
  .register .radio + label {
    margin: 5px 15px 0 5px;
    display: inline-block;
  }
  .register .rule {
    padding-top: 25px;
    margin-top: 30px;
    border-top: 1px #4d0000 solid;
  }
  .register .rule input {
    margin-right: 10px !important;
    margin-top: 3px !important;
  }
  .register .rule label {
    color: #bc6123;
    margin-bottom: 0;
  }
  .register .rule span {
    display: flex;
  }
  .register ._btn {
    text-align: center;
    padding-top: 20px;
  }
  .register ._btn input {
    display: inline-block;
    margin: 0 6px;
    padding: 0 30px;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    border: 0;
    border-radius: 10px;
  }
  .register .unnecessary .form-title span {
    display: none;
  }
  .register .unnecessary.date select {
    width: 32%;
    float: left !important;
  }
  .register .unnecessary.date select + select {
    margin: 0 0 0 2%;
    border: 1px #ffd0a2 solid;
  }
  .register .unnecessary.date span {
    display: block;
    clear: both;
    width: 100%;
  }
  .register .code input[type=text] {
    width: 120px;
    margin: 0 10px 0 0;
  }
  .register .code img{
    margin-right: 10px;
  }
  .register-top-title {
    padding: 60px 0 20px;
    position: relative;
	  text-align:center;
  }
  .register-top-title img,
  .register-top-title div {
    display: inline-block;
    vertical-align: baseline;
  }
  .register-top-title span:first-child {
    font-size: 30px;
    color: #b0851e;
	  width: 100%;
    float: left;
  }
  .register-top-title span + span {
    font-size: 22px;
    color: #666;
    font-family: Verdana, Geneva, sans-serif;
  }
  .register-top-title a {
    font-size: 15px;
    color: #d86c00;
    position: absolute;
    right: 0;
    bottom: 20px;
  }
  .birthday select{
    width:29.33333333333%;
    margin-bottom: 0; 
  }
  .birthday .date_title{
	  float: left;
    width: 4%;
    margin-top:0 !important;
    line-height: 38px;
    text-align: center;
  }
  /*//register*/
  .page_bg{
    padding-bottom: 40px;
  }
  body:not(.index) footer.footer{
    margin-top: -40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .index_prd h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .product-view .product-img {
    width: 100%;
  }
  .product-view .product-info {
    width: 100%;
    float: left;
    padding: 20px 0;
  }
  .product-detail .cus-tab .tabs li a,.page-title_prd span{
    font-size: 18px;
    width: 110px;
  }
  .product-detail .cus-tab .tabs-content-wrap{
    padding: 20px 0;
  }
  .contact_us .contact-form_out {
    border-left: 0;
  }
  .contact_us .contact-form_out .contact-form {
    border-top: 1px solid #400000;
    padding: 30px 0 0;
  }
}
@media only screen and (max-width: 767px){
  footer.footer ul{
    border-bottom: 1px solid #a08c79;
    padding-bottom: 30px;
  }
  footer.footer::before{
    content: '';
    background: #614e3d;
    position: absolute;
    top: 0;
    left: -75%;
    width: 250%;
    height: 100%;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
  }
  .product-view .product-img {
    width: 100%;
  }
  .product-view .product-info {
    width: 100%;
    float: left;
    padding: 20px 0;
  }
  .product-detail .cus-tab .tabs li a,.page-title_prd span{
    font-size: 18px;
    width: 110px;
  }
  .product-detail .cus-tab .tabs-content-wrap{
    padding: 20px 0;
  }
  .product-view .product-info h1{
    font-size: 20px;
  }
  .product-view .product-info .text {
    padding: 15px 0;
  }
  .btn_d .row a{
    width: calc((100% / 2 ) - 10px);
    font-size: 16px;
  }
  .btn_d .row a img{
    width: 20px;
  }
  .product-detail .cus-tab > .tabs{
    overflow-x: auto;
  }
  .product-detail .cus-tab {
    overflow-x: hidden;
  }
  .product-detail .cus-tab .tabs li {
    display: table-cell;
    float: none;
  }
  footer.footer{
    text-align: center;
  }
  .contact_us .contact-form_out {
    border-left: 0;
  }
  .contact_us .contact-form_out .contact-form {
    border-top: 1px solid #400000;
    padding: 30px 0 0;
  }
}
@media only screen and (max-width: 480px){
  .contact_us .contact-form .col input, .contact_us .contact-form .col textarea {
    padding: 10px 10px 10px 100px;
  }
  .contact_us .contact-form .code input {
    width: 200px;
    max-width: 100%;
    padding: 10px 10px 10px 85px;
  }
  .contact_us .contact-form .code label {
    position: absolute;
    left: 32px;
    top: 10px;
  }
  .contact_us .contact-form .col label {
    position: absolute;
    left: 15px;
    top: 10px;
  }
  .contact-map.embed-responsive-16by9 {
    padding-bottom: 56.25%;
  }
}
@media only screen and (min-width: 501px) and (max-width: 767px) {
  .news_list .col{
    width: 50%;
  }
}
