
/*商品側邊*/
.accordion_title{
  font-size: 24px;
  color: #806D61;
  padding: 12px 0 30px 70px;
  border-bottom: 2px solid #B59C8A;
  margin-bottom: 30px;
  font-weight: bold;
  background-image: url(../images/title_icon.png);
  background-position: 5px top;
  background-repeat: no-repeat;
}

.detail-number input{width: 90px;}

@media screen and (max-width: 600px){.pro_title{padding: 20px 0;}}
/*商品側邊*/

/*購物車STEP*/


.yp_flex{
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.yp_flex_col{
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}

.stepImg {
  width: 100%;
  max-width: 500px;
  margin: 10px auto 40px;
  position: relative;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  position: relative;
  flex-wrap: wrap;
  /* display: none; */
}

.stepImg>i {
  width: calc(100% - 30px);
  height: 5px;
  background: #F1EAE4;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 18px;
  z-index: 0;
}

.stepImg>i::before {
  content: '';
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  background: #806D61;
}

.stepImg.step01_img>i::before{width: calc(100% / 3);}
.stepImg.step02_img>i::before{width: calc((100% / 3) * 2);}
.stepImg.step03_img>i::before{width: 100%;}

.stepImg h4{
  width: 100%;
  font-size: 20px;
  color: #41332B;
  text-align: center;
  margin-top: 30px;
}

.stepImg p{
  width: 65px;
  max-width: 30%;
  text-align: center;
  font-size: 14px;
  color: #777;
  font-weight: bold;
  z-index: 5;
}

.stepImg p b {
  width: 40px;
  height: 40px;
  position: relative;
  border-radius: 100px;
  color: #806D61;
  line-height: 1;
  font-family: 'Arial';
  z-index: 5;
  background: #ffffff;
  margin-bottom: 10px;
  font-size: 20px;
  border: 4px solid #F2F0EB;
  font-weight: normal;
}

.stepImg p b:after {
  content: '';
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-radius: 100px;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: -1;
}

.stepImg p.act_step b::after {
  background: rgba(128, 109, 97, 0.5);
  width: calc(100% + 18px);
  height: calc(100% + 18px);
}

.stepImg p.act_step b{background: #806D61;color: #FFFFFF;border-color: #806D61;font-weight: normal;}
.stepImg p.act_step span{color: #806D61;font-size: 16px;}
.stepImg p.next_step b{background: #F1EAE4;border: 2px solid #F1EAE4;color: #806D61;font-weight: normal;}
.stepImg p b a{position: relative;z-index: 5;}
.stepImg p.done_step b{background: #FFFFFF;color: #806D61;}
.stepImg p.done_step span{color: #806D61;}
.stepImg p.done_step b::after{border: 2px solid #806D61;}

.stepImg img{display: block;width: 100%;}

/*購物車STEP_END*/

/*文章管理*/

.art_title{
  background-image: url(../images/52S_bg010.jpg);
  background-position: left;
  padding: 140px 0;
  text-align: center;
  background-size: cover;
}

@media screen and (max-width: 800px){.pro_title{padding: 20px 0;}}


.blog_box {min-height:10vw; padding:7px;}
.blog_le,
.blog_ri {display:inline-block; vertical-align:top; margin-bottom:2vw; padding:7px;}
.blog_le {width:220px;}
.blog_ri {width:calc(100% - 225px); min-height:50vh;padding-left: 3vw;}

h5.blog_le_t{font-size:24px;color:#333;letter-spacing:2px;margin-bottom:7px;display: none;}
h5.blog_le_t em{display:inline-block;font-style:normal;}
h5.blog_le_t span{display:inline-block;font-family: 'Playfair Display';}

.blog_le .accordion { list-style-type:none; margin:auto;border:1px #DDD solid; overflow:hidden; background:#fff;border-radius: 12px;margin-top: 20px;}
.accordion li .link { cursor:pointer; display:block; padding: 15px; color:#333; font-size:17px; font-weight:700; border-bottom:1px solid #CCC; position:relative;}
.blog_le .accordion li { border-bottom:1px #DDD solid;}
.blog_le .accordion li .link:last-child { border:none;} 
.blog_le .accordion li.open .link { color:#999; }
.blog_le .accordion li i { position: absolute; top: 16px; right: 20px; font-size: 16px; color: #444; transition: all 0.4s ease; }
.blog_le .accordion li a { color:#666;font-weight: normal;}

.blog_le .accordion li.open i { color:#999;}
.blog_le .accordion li.open i.fa-chevron-down { transform: rotate(180deg);}
.blog_le .accordion li.default .submenu {display: block;}

.blog_le .accordion > li:hover,
.blog_le .accordion > li.on_this_category { background:#666 !important;}
.blog_le .accordion > li:hover .link,
.blog_le .accordion > li.on_this_category .link { color:#fff !important;background-color: #806D61;}
.blog_le .accordion > li:hover .link a,
.blog_le .accordion > li.on_this_category .link a { color:#fff !important;}
.blog_le .accordion > li:hover .link i,
.blog_le .accordion > li.on_this_category .link i { color:#fff !important;}

.submenu { display: none; background:#efefef; font-size:14px; }
.submenu li { background:none !important; border-bottom:1px solid #ccc;}
.submenu a { display:block; position:relative; color:#666; padding:12px 12px 12px 25px; transition: all 0.5s ease;}
.submenu a:before { content:'\f138'; display:block; position:absolute; top:12px; left:7px; font-size:15px;}
.submenu a:hover { background:#ab9383; color:#FFF;}

.blog_category_title{
  padding: 0 0 15px 0;
  border-bottom: 1px solid #B69C77;
  margin-bottom: 15px;
  font-weight: normal;
  font-size: 18px;
}
.blog_category_title h5{color: #806D61;margin-bottom: 15px;display: none;}
.blog_category_title h5 span{
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}

.blog_category_title h5 b{
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  font-weight: normal;
}

.blog_category_title h4 span{
  width: 60px;
  display: inline-block;
  vertical-align: top;
  padding: 15px 0 0 0;
  font-size: 12px;
  color: #777;
  display: none;
}

.blog_category_title h4 b{
  width: calc(100% - 65px);
  display: inline-block;
  font-size: 22px;
  padding: 0;
  line-height: 140%;
  color: #806D61;
}

.blog_box_edit p{
  font-size: 18px;
  color: #333;
  line-height: 180%;
}

.blog_subbox {}
.blog_subbox * { transition: all 0.6s ease;}

.subbox_item { display: inline-block; width:30.333%; margin: 0 1%; margin-bottom:30px; position:relative; }
.subbox_item a { display:inline-block; position:relative; display:block; padding: 10px; border: 2px solid #F8F4E7;}
.subbox_item a:after { content:''; width:0; position:absolute; left:0; top: 0; bottom: 0; z-index:8; background: rgba(0,0,0,0.6); opacity:0; border:1px #ddd solid;display: none;}
.subbox_item a:hover { background: #F1EAE4;}

.blog_list_le {display:inline-block;vertical-align:top;width:100%;line-height:0;position: relative;}
.blog_list_le img {max-width:100%;}
.blog_list_le:before{ 
  content:'MORE'; 
  position: absolute; 
  z-index:19; 
  right: 10px;
  bottom: 10px;
  width:50px;
  height: 50px; 
  border-radius: 50%;
  text-align:center; 
  background: #806D61; 
  font-size:12px; 
  color:#FFF; 
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 2px;
  transform: scale(0,0);
}

.blog_list_ri { display:inline-block; vertical-align:top; padding:3px; width:100%;}
.blog_list_ri h5 {margin-top: 15px;letter-spacing: 1px; height: 2.5em;line-height: 1.2; font-weight:500; font-size: 18px; color:#333; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; white-space:normal; overflow:hidden;}
.blog_list_ri em {font-size:14px; color:#999; font-style:normal; display:block; margin:7px 0;display: none;}
.blog_list_ri p { font-size:15px; color:#666; line-height:130%; display:-webkit-box; -webkit-line-clamp:4; -webkit-box-orient:vertical; white-space:normal; overflow:hidden; word-break:break-all;}

/* hover */
.subbox_item a:hover .blog_list_le:before { transform: scale(1); transition: all 500ms;}
.subbox_item a:hover:after { opacity: 1; width:100%; transition: all 500ms;}
.blog_search{position: relative; margin-bottom: 10px;}
.blog_search input[type=search] {
    outline: none;
    box-sizing: border-box;
    width: 100%;
    font-size: 16px;
    color: #444;
    letter-spacing: 1px;
    border: solid 1px #ccc;
    padding: 10px 35px 10px 15px;
    border-radius: 50px;
    font-weight: normal;
}

.blog_search input[type=submit] {
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    width: 38px;
    height: 38px;
    background: url(../images/search-icon.png) no-repeat center center;
    border: none;
}

.blog_linkbox{
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.blog_linkbox a{
  width: calc(33.333% - 20px);
  margin: 0 10px;
  background-color: #DBD1C7;
  padding: 10px;
  font-size: 18px;
  color: #806D61;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
}

#this_page{background-color: #806D61;color: #FFF;}

@media screen and (max-width: 900px){

    .blog_category_title{padding: 0 20px 15px 20px;}
    .blog_category_title h5{margin-bottom: 15px;}
    .blog_category_title h5 span{font-size: 12px;}
    .blog_category_title h5 b{font-size: 22px;}
    .blog_category_title h4 span{font-size: 12px;padding: 10px 0 0 0;}
    .blog_category_title h4 b{font-size: 20px;}

}

@media screen and (max-width: 800px){

  .blog_le{width: 100%;}
  .blog_ri{width: 100%;padding: 0;}
  .art_title{padding: 80px 10px;}
}

@media screen and (max-width: 768px){

  .blog_category_title{padding: 0 0 10px 10px;text-align: left;}
  .blog_category_title h5{margin-bottom: 5px;}

  .subbox_item {
      width: 47%;
      margin-bottom: 30px;
  }


  .blog_linkbox a{
    width: calc(33.333% - 10px);
    margin: 0 5px;
    font-size: 16px;
  }
}

@media screen and (max-width: 490px){

  .subbox_item {
      max-width: 260px;
      display: block;
      width: 100%;
      margin: 0 auto;
      margin-bottom: 30px;
      position: relative;
  }

}

/*文章管理END*/

   
/*Q&A*/

  .P6_A_contentbox{max-width: 1300px;margin: 0 auto;padding: 80px 20px;}
  .P6_A_text h4{display: flex;align-items: center;padding: 15px 20px;border-bottom: 2px dashed #B59C8A;margin-bottom: 20px;}
  .P6_A_text h4 b{
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #41332B;
    color: #FFF;
    font-size: 22px;
  }

  .P6_A_text h4 span{font-size: 22px;color: #3F332B;padding: 0 0 0 15px;}
  .P6_A_text p{padding: 0 20px;font-size: 18px;color: #333;line-height: 180%;text-align: justify;}
  .P6_A_text .last_p{margin-bottom: 50px;}

  @media screen and (max-width: 800px) {

    .P6_A_contentbox{max-width: 600px;padding: 50px 20px;}
    .P6_A_text h4{padding: 10px;}
    .P6_A_text h4 b{width: 35px;height: 35px;font-size: 17px;}
    .P6_A_text h4 span{font-size: 17px;padding: 0 0 0 10px;}
    .P6_A_text p{padding: 10px;font-size: 16px;line-height: 160%;margin-bottom: 10px;}
    
  }

/*Q&A_END*/

/*聯絡我們*/

.contact_box{max-width: 1300px;margin: 0 auto;padding: 80px 20px;display: flex;flex-wrap: wrap;justify-content: center;}
.contact_title{width: 100%;padding: 0 0 1.5vw 0;margin-bottom: 1.5vw;border-bottom: 1px solid #B49B8A;}
.contact_title p{display: block;color: #40332B;line-height: 180%;}
.contact_button{width: 100%;margin-top: 40px;display: flex;justify-content: center;}
.contact_button a{
  width: 180px;
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  border-radius: 50px;
  margin: 15px;
  transition: 0.5s;
}

.button01{background-color: #DBD1C7;color: #806D61;}
.button02{background-color: #806D61;color: #FFF;}

.contact_button a:hover{background-color: #B69C77;color: #FFF;}

.contact_map{width: 50%;padding: 25px 0 0 15px;}
.contact_map iframe{width: 100%;height: 100%;}
.contact_text{width: 50%;padding: 0 15px 0 0;}
.contact_text ul li{list-style: none;}
.contact_text ul li input{width: 100%;padding: 5px;border: 1px solid #DDD;margin-bottom: 20px;outline: none;}
.contact_text ul li textarea{width: 100%;border: 1px solid #DDD;outline: none;}

@media screen and (max-width: 1190px) {

  .contact_box{max-width: 800px;padding: 50px 20px;}
  .contact_title{padding: 0 0 1.5vw 0;margin-bottom: 1.5vw;}
  .contact_title p{line-height: 160%;font-size: 15px;}
  .contact_button{margin-top: 30px;}
  .contact_button a{width: 160px;font-size: 16px;}

  .contact_map{width: 50%;padding: 25px 0 0 15px;}
  .contact_map iframe{width: 100%;height: 100%;}
  .contact_text{width: 50%;padding: 0 15px 0 0;}
  .contact_text ul li input{margin-bottom: 15px;}

}

@media screen and (max-width: 800px) {

  .contact_box{max-width: 600px;}
  .contact_title{padding: 0 0 15px 0;margin-bottom: 15px;}
  .contact_button a{width: 160px;font-size: 16px;}

  .contact_map{width: 100%;height: 300px;padding: 0;margin-top: 30px;}
  .contact_text{width: 100%;padding: 0;}

}



/*聯絡我們END*/

/*隱私權政策*/

.P5_A{background-color: #42342B;color: #FFF;margin-top: 100px;}
.P5_A_contentbox{max-width: 1300px;margin: 0 auto;padding: 50px 20px;}
.P5_A_title{display: flex;align-items: center;flex-wrap: wrap;}
.P5_A_title h4{width: 150px;}
.P5_A_title h4 b{font-size: 32px;letter-spacing: 1px;display: block;padding: 0 0 15px 0;margin-bottom: 12px;position: relative;}
.P5_A_title h4 b:before{
  content: "";
  position: absolute;
  background-image: url(../images/ttk_img008.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 4px;
  left: 0;
  bottom: 0;
}

.P5_A_title h4 span{font-size: 28px;letter-spacing: 1px;display: block;}
.P5_A_title p{width: calc(100% - 150px);padding: 0 0 0 80px;font-size: 18px;line-height: 200%;}

.P5_B_contentbox{max-width: 1300px;margin: 0 auto;padding: 80px 20px;}
.P5_B_text p{margin-bottom: 50px;text-align: justify;}
.P5_B_text p b{
  display: block;
  font-size: 24px;
  color: #41332B;
  letter-spacing: 1px;
  padding: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #B59C8A;
}

.P5_B_text p span{display: block;font-size: 18px;color: #333;line-height: 220%;padding: 0 20px;}
.P5_B_text p em{
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 220%;
  padding: 0 20px;
  font-weight: bold;
  font-style: normal;
}

.P5_B_text a{margin: 5px 20px;display: block;font-size: 18px;color: #333;}

@media screen and (max-width: 1190px) {

  .P5_A{margin-top: 50px;}
  .P5_A_contentbox{max-width: 800px;}
  .P5_A_title h4{width: 100px;}
  .P5_A_title h4 b{font-size: 24px;padding: 0 0 15px 0;margin-bottom: 10px;}
  .P5_A_title h4 span{font-size: 24px;}
  .P5_A_title p{width: calc(100% - 100px);padding: 0 0 0 30px;font-size: 17px;line-height: 170%;}

  .P5_B_contentbox{max-width: 800px;padding: 50px 20px;}
  .P5_B_text p{margin-bottom: 30px;}
  .P5_B_text p b{font-size: 20px;padding: 10px;margin-bottom: 15px;}
  .P5_B_text p span{font-size: 16px;line-height: 170%;padding: 0 10px;}
  .P5_B_text p em{font-size: 16px;line-height: 170%;padding: 0 10px;margin-top: 15px;}
  .P5_B_text a{margin: 10px;font-size: 16px;}

}

@media screen and (max-width: 800px) {

  .P5_A{margin-top: 30px;}
  .P5_A_title p{width: 100%;padding: 0;font-size: 16px;line-height: 160%;margin-top: 15px;text-align: justify;}

  .P5_B_contentbox{max-width: 800px;padding: 40px 20px;}
  .P5_B_text p{margin-bottom: 20px;}
  .P5_B_text p b{font-size: 18px;padding: 10px 0;margin-bottom: 10px;}
  .P5_B_text p span{line-height: 160%;padding: 0;}
  .P5_B_text p em{line-height: 160%;padding: 0 10px;margin-top: 15px;}
  .P5_B_text a{margin: 10px auto;}

}

/*隱私權政策_END*/

/*訂單查詢-輸入頁*/

.order_content{max-width: 700px;margin: 0 auto;padding: 100px 20px;}
.order_check{list-style: none;}
.order_check li{display: flex;flex-wrap: wrap;margin-bottom: 20px;}
.order_le{width: 140px;text-align: right;margin-top: 8px;font-size: 17px;color: #1F1F1F;}
.order_rt{width: calc(100% - 140px);padding: 0 0 0 1.5vw;display: flex;align-items: center;}
.order_rt input{width: 100%;border: 1px solid #999;padding: 5px;border-radius: 5px;outline: none;}

#checknum{width: 160px;}

.order_rt img{margin: 0 10px;}
.order_rt a{color: #E60013;font-weight: bold;}
.order_btn{width: 100%;margin-top: 50px;}
.order_btn input{
  width: 180px;
  display: block;
  font-size: 18px;
  color: #FFF;
  padding: 12px 10px;
  text-align: center;
  border: none;
  border-radius: 50px;
  background-color: #806D61;
  cursor: pointer;
  margin: 10px auto;
  transition: 0.5s;
}

.order_btn input:hover{background: #B69C77;color: #FFF;}

@media screen and (max-width: 800px) {

  .order_content{max-width: 500px;padding: 50px 20px;}
  .order_check li{margin-bottom: 15px;}
  .order_le{width: 100%;text-align: left;margin-top: 0;font-size: 15px;margin-bottom: 5px;}
  .order_rt{width: 100%;padding: 0;}
  .order_rt input{width: 100%;border: 1px solid #999;padding: 5px;border-radius: 5px;outline: none;}

  #checknum{width: 160px;}

  .order_rt img{margin: 0 10px;}
  .order_btn{margin-top: 20px;}
  .order_btn input{width: 160px;font-size: 16px;margin: 10px auto;}

}

/*訂單查詢-輸入頁_END*/

/*訂單查詢-詳細頁*/

.order_content2{max-width: 1300px;margin: 0 auto;padding: 100px 20px;}
.order_title{display: flex;align-items: center;margin-bottom: 10px;}
.order_title h5{position: relative;padding: 0 0 0 30px;}
.order_title h5:before{
  content: "";
  position: absolute;
  background-image: url(../images/arrow01.png);
  width: 18px;
  height: 18px;
  left: 0;
  top: 5px;
}

.order_title h5 b{font-size: 16px;color: #806D61;margin-right: 10px;}
.order_title h5 span{font-size: 16px;color: #806D61;margin-right: 10px;}
.order_title h6{display: inline-block;border: 1px solid #CCC;padding: 4px 12px;border-radius: 50px;color: #806D61;font-size: 12px;}
.order_listbox{display: flex;flex-wrap: wrap;justify-content: flex-end;}
.order_list{width: 100%;}
.order_list table{width: 100%;}
.order_list td{font-size: 15px;color: #444;padding: 15px;text-align: center;border-bottom: 1px dashed #CCC;line-height: 120%;}
.order_list td img{width: 100px;border: 2px solid #CCC;}
.order_list td p{
  width: calc(100% - 80px);
  text-align: justify;
  line-height: 140%;
  padding: 0 0 0 15px;
  height: 42px;
  /*display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;*/
  text-overflow: ellipsis;
}

.order_list input.cart_list_cut , .order_list img.cart_list_cut{
  background: url(../images/cart_img01.png) no-repeat center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  border: none;
  cursor: pointer;
}

#td_A{width: 100%;background-color: #B69C77;font-size: 24px;color: #FFF;padding: 12px;line-height: 140%;border-bottom: none;text-align: center;}
#td_B{background-color: #DDD;font-size: 17px;color: #40332B;padding: 12px;line-height: 140%;border-bottom: border-bottom;}
#td_C{width: 100%;display: flex;align-items: center;}
#td_D{background-color: #E6E6E6;text-align: right;color: #444;}
.td_01{width: 40%;}
.td_02{width: 30px;}

.order_total{max-width: 430px;width: 100%;margin: 30px 0;border: 1px solid #B49B8A;padding: 15px;}
.order_total table{width: 100%;}
.order_total td{font-size: 15px;color: #444;padding: 15px;border-bottom: 1px dashed #CCC;text-align: center;line-height: 120%;}
.order_total td b{font-size: 15px;color: #D80000;}
.order_details{width: 100%;}
.order_details table{width: 100%;}
.order_details td{padding: 10px 25px;line-height: 140%;color: #444;}



@media screen and (max-width: 800px) {

  .order_content2{max-width: 600px;padding: 50px 20px;}

  .order_title{margin-bottom: 10px;}
  .order_title h5{padding: 0 0 0 25px;}
  .order_title h5:before{
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 1px;
  }

  .order_title h5 b{font-size: 15px;margin-right: 10px;}
  .order_title h5 span{font-size: 15px;margin-right: 10px;}
  .order_title h6{padding: 4px 8px;}

  .order_list td{font-size: 15px;padding: 10px;}
  .order_list td img{width: 100px;margin-bottom: 10px;}
  .order_list td p{
    width: 100%;
    padding: 0;
    height: 42px;
    font-size: 15px;
  }

  #td_A{font-size: 17px;padding: 10px;}
  #td_B{font-size: 14px;padding: 10px;}
  .td_01{width: 200px;flex-wrap: wrap;}

  .order_total{max-width: 350px;margin: 30px 0;padding: 15px;}
  .order_total td{font-size: 15px;padding: 15px;}
  .order_total td b{font-size: 15px;}
  .order_details td{padding: 10px 15px;font-size: 15px;}

}

@media screen and (max-width: 600px) {

  .order_title{margin-bottom: 10px;}
  .order_title h5:before{top: 0px;}
  .order_title h5 b{font-size: 14px;margin-right: 5px;}
  .order_title h5 span{font-size: 14px;margin-right: 5px;}
  .order_title h6{font-size: 12px;}

  .order_list{overflow-x: scroll;}
  .order_list table{width: 600px !important;max-width: none;}
  .order_list td{font-size: 12px;padding: 10px;}
  .order_list td img{width: 100px;margin-bottom: 10px;}
  .order_list td p{height: 33px;font-size: 12px;}

  #td_A{font-size: 14px;padding: 10px;}
  #td_B{font-size: 12px;padding: 10px;}
  .td_01{width: 200px;flex-wrap: wrap;}

  .order_total{max-width: 100%;margin: 30px auto;}
  .order_total td{font-size: 14px;}
  .order_total td b{font-size: 14px;}
  .order_details td{width: 100%;padding: 10px;font-size: 14px;}
  .order_details tr{display: flex;flex-wrap: wrap;}
  #td_D{width: 100%;text-align: left;}

}

/*訂單查詢-輸入頁_END*/