@charset "UTF-8";
@font-face {
  font-family: LiSong;
  src: url("../webfonts/LiSong.eot"); /* IE9*/
  src: url("../webfonts/LiSong.eot") format("embedded-opentype"), url("../webfonts/LiSong.woff") format("woff"), url("../webfonts/LiSong.ttf") format("truetype");
}
@font-face {
  font-family: Anton-Regular;
  src: url("../webfonts/Anton-Regular.eot"); /* IE9*/
  src: url("../webfonts/Anton-Regular.eot") format("embedded-opentype"), url("../webfonts/Anton-Regular.woff") format("woff"), url("../webfonts/Anton-Regular.ttf") format("truetype");
}
.color_01 {
  color: #00a651 !important;
}

.color_02 {
  color: #1c5136 !important;
}

.color_03 {
  color: #f15a22 !important;
}

.color_04 {
  color: #74efb0 !important;
}

.bg_01 {
  background: #00a651 !important;
}

.bg_02 {
  background: #1c5136 !important;
}

.bg_03 {
  background: #f15a22 !important;
}

.bg_04 {
  background: #74efb0 !important;
}

/*--------------------------------------------------------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  line-height: 170%;
  font-family: "微軟正黑體", "open-sans", "Times New Roman", sans-serif;
  color: #333;
  background: #f0eff1;
  font-size: 1.1em;
  position: relative;
  background-image: url(../img/customer/bg_01.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

p {
  margin-bottom: 2em !important;
  letter-spacing: 0.05em;
}

a {
  color: #333;
  text-decoration: none !important;
}
a:hover, a:focus {
  color: #1c5136 !important;
  text-decoration: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

h1 {
  margin: 0 !important;
  line-height: normal;
  font-size: inherit;
}

h2 {
  color: #333 !important;
  font-family: "微軟正黑體";
  font-size: 1.75em;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 15px;
  color: #000;
  letter-spacing: 1px;
}

h3 {
  color: #00a651;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 150%;
  text-transform: none;
}

h4 {
  color: #1c5136;
  margin-bottom: 5px;
  line-height: 150%;
  text-transform: none;
}

h5 {
  color: #f15a22;
  font-size: 1.1em;
  margin-bottom: 5px;
  line-height: 150%;
  text-transform: none;
}

li {
  line-height: 170%;
}

.btn_01 {
  background-color: transparent;
  padding: 8px 25px;
  font-size: 1em;
  font-weight: 400;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  color: #fff !important;
  background: #00a651;
}
.btn_01:hover, .btn_01:focus {
  background: #1c5136;
  color: #fff !important;
}

.btn_02 {
  background-color: transparent;
  padding: 8px 25px;
  font-size: 1em;
  font-weight: 400;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  color: #fff !important;
  background: #666;
}
.btn_02:hover, .btn_02:focus {
  background: #1c5136;
  color: #fff !important;
}
.btn_02.grayscale {
  filter: grayscale(100%);
  opacity: 0.4;
}

.btn_03 {
  background-color: transparent;
  padding: 8px 25px;
  font-size: 1.1em;
  font-weight: 400;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  color: #fff !important;
  background: #900;
}
.btn_03:hover, .btn_03:focus {
  background: #c00;
  color: #fff !important;
}

.btn_back {
  background-color: transparent;
  padding: 6px 15px;
  font-size: 1em;
  font-weight: 400;
  border: none;
  cursor: pointer;
  border-radius: 30px;
  color: #fff !important;
  background: #666;
}
.btn_back:hover, .btn_back:focus {
  background: #333;
  color: #fff !important;
}

.btn_margin {
  margin: 2px;
}

.btn_box {
  float: left;
  width: 100%;
  margin: 20px 0;
}

.display_inline {
  display: inline-block !important;
}

.display_none {
  display: none;
}

.scroll-to-top i {
  margin-top: 8px;
}
.scroll-to-top:hover, .scroll-to-top:focus {
  background: #00a651;
}
.scroll-to-top:hover i, .scroll-to-top:focus i {
  color: #fff;
}

.go_main:focus, .go_main:active {
  position: absolute;
  z-index: 9999;
}

::-moz-placeholder {
  color: #666 !important;
}

::placeholder {
  color: #666 !important;
}

.w-auto {
  width: auto;
}

.line {
  background-image: linear-gradient(to right, transparent, #DBDBDB, transparent);
  height: 2px;
  float: left;
  width: 100%;
  margin: 25px 0;
}

.form-control {
  padding: 2.2px 8px;
  box-shadow: none;
  margin: 2px 0;
  font-size: 1em !important;
  border-color: transparent;
  box-shadow: none;
  border: solid #ccc 1px !important;
}
.form-control:focus {
  border-color: transparent;
  box-shadow: none;
}

select:focus, select:hover {
  border-color: transparent !important;
}

.select_box {
  position: relative;
  border-radius: 4px;
}
.select_box select {
  position: relative;
  z-index: 99;
}

.dropdown-menu {
  font-size: 1em !important;
  min-width: auto;
}
.dropdown-menu li {
  margin: 0 !important;
  padding: 0 !important;
}
.dropdown-menu li > a {
  padding: 10px 15px !important;
  border-radius: 0;
  white-space: normal;
  font-size: 1em !important;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li:focus, .dropdown-menu > li a:active {
  background: rgba(255, 255, 255, 0.9);
  color: #333;
}

.w-1000 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.w-800 {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.w-600 {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

.price_red {
  color: #900;
  font-size: 1.2em;
}

/*title_box*/
.title_box {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  position: relative;
}
.title_box.line_left h2 {
  margin-bottom: 0;
}
.title_box.line_left h2:before {
  content: "";
  height: 50px;
  width: 3px;
  display: block;
  background: #00a651;
  position: absolute;
  left: -17px;
  top: 5px;
}
.title_box.line_bottom h2 {
  margin-bottom: 40px;
}
.title_box.line_bottom h2:before {
  content: "";
  height: 3px;
  width: 50px;
  display: block;
  background: #00a651;
  position: absolute;
  bottom: -20px;
  margin: 5px 0;
}
.title_box.line_bottom.text-center h2:before {
  margin: 5px auto;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.title_box h2 {
  position: relative;
  margin-bottom: 0;
}
.title_box .small {
  color: #333;
  font-size: 1em;
  font-weight: 400;
  font-family: "Roboto", "微軟正黑體", "open-sans", "Times New Roman", sans-serif;
  margin-top: -5px;
  line-height: 190%;
}

/*for無障礙*/
/*cookie*/
#cookie {
  z-index: 99;
  display: block;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  line-height: 150%;
}

.cookie_con {
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  padding: 20px 0;
  position: fixed;
  bottom: 0;
  width: 100%;
}

.cookie_con .font {
  float: left;
  width: calc(100% - 130px);
}
.cookie_con .font a {
  color: #fff;
}
.cookie_con .font a:hover {
  color: #00a651 !important;
}

.cookie_con .btn_box {
  float: left;
  width: 130px;
  margin: 0;
  text-align: center;
}

.cookie_con .btn_01 {
  background: #00a651;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 5px 20px;
  margin: 3px 0;
}

.cookie_con .btn_01:hover {
  background: #f15a22;
  color: #fff;
}

/*header*/
#header {
  position: fixed;
  width: 100%;
}
#header .header-body {
  border-top: none;
  border-bottom: none;
  box-shadow: none !important;
  background-color: rgba(255, 255, 255, 0.9) !important;
}
#header .header-nav {
  padding: 5px 0;
}
#header .header-btn-collapse-nav {
  margin: 0 0 0 8px;
}
#header .header-container {
  display: block;
}
#header .header-container .header-column:nth-child(1) {
  margin: 0 -8px;
}
#header .header-logo a {
  float: left;
}
#header .header-logo img {
  height: 52px;
  width: auto !important;
  vertical-align: top;
  padding: 5px;
  margin: 0 !important;
}
#header .header-nav-main {
  margin: 0 0 0 -15px;
  padding: 0 !important;
  width: 100%;
}
#header .header-nav-main .nav.nav-pills {
  padding: 0 !important;
}
#header .header-nav-main .nav > ul > li:after {
  height: 0;
}
#header .header-nav-main .nav > ul > li:before {
  display: none;
}
#header .header-nav-main .nav > li > a img {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
#header .header-nav-main .nav > li > a i {
  padding-right: 7px;
}
#header .header-nav-main .nav > li:hover a {
  color: #f15a22;
}
#header .header-nav-main .nav > ul li.dropdown.open > .dropdown-menu {
  margin-left: 0;
  color: #333;
}
#header .header-nav-main .nav > ul > li.dropdown .dropdown-menu li:hover > a {
  background: #f15a22;
}
#header .header-nav-main .nav > ul li.dropdown-submenu.open > .dropdown-menu {
  background: #fff;
  margin-left: 0 !important;
}
#header .header-nav-main .nav > ul > li.dropdown-submenu.show .dropdown-menu {
  top: auto;
  display: block;
  opacity: 1;
}
#header .header-btn-collapse-nav {
  background: #00a651;
  padding: 8px 13px;
}

.nav-pills > li + li {
  margin-left: 0 !important;
}

.order_icon {
  position: relative;
  padding-right: 15px;
}
.order_icon .badge {
  font-size: 0.6em;
  padding: 5px;
  background: #f15a22;
  right: -30px;
  transform: translate(-50%, -50%) !important;
  min-width: 22px;
}

.fly-cart {
  z-index: 9999;
  width: 200px;
  position: absolute;
  right: 80px;
}

.member_icon .dropdown-menu {
  right: 0;
  min-width: 150px !important;
}
.member_icon .dropdown-menu i {
  padding-right: 10px;
}
.member_icon .title {
  background: #666;
  color: #fff;
  padding: 8px 10px 8px 40px !important;
  text-indent: -15px;
}

/*header-nav-login*/
.header-btn-collapse-nav-login i {
  font-size: 1.2em;
}
.header-btn-collapse-nav-login i:hover {
  color: #1c5136;
}

.header-nav-login {
  position: absolute;
  background: transparent;
  width: 150px;
  top: 100%;
  right: -60px;
  transform: translate3d(-50%, 0, 0);
  overflow-y: auto;
  max-height: calc(100vh - 60px);
}
.header-nav-login nav {
  float: left;
  width: 100%;
  background: #00a651;
  display: block;
}
.header-nav-login nav ul {
  border-radius: 10px;
}
.header-nav-login nav ul li {
  float: left;
  width: 100%;
  border-bottom: solid #ececec 1px;
}
.header-nav-login nav ul li a {
  float: left;
  width: 100%;
  color: #fff !important;
  padding: 6px 18px 6px 18px !important;
}
.header-nav-login nav ul li i {
  font-size: 1em;
  min-width: 30px;
  color: #fff;
}
.header-nav-login nav ul li:hover, .header-nav-login nav ul li:focus {
  background: rgba(0, 0, 0, 0.2);
}
.header-nav-login nav ul .user_mobile {
  padding: 10px 10px 10px 45px;
  text-indent: -25px;
  background: #666;
  color: #fff !important;
}
.header-nav-login nav ul .user_mobile i {
  color: #fff !important;
  text-align: center;
  margin-right: -10px;
}
.header-nav-login nav ul .user_mobile:hover, .header-nav-login nav ul .user_mobile:focus {
  background: #666;
}

/*search icon*/
/*main*/
.main {
  padding-top: 120px;
  margin-bottom: 3em;
}
.main .row > div {
  padding: 0 15px;
}
.main .menu_left .sidebar_menu {
  width: 320px;
}
.main .menu_left .main_con {
  width: calc(100% - 320px);
}
.main .menu_left > div:nth-child(3) {
  display: none;
}
.main .menu_right .sidebar_menu {
  width: 320px;
}
.main .menu_right .main_con {
  width: calc(100% - 320px);
}
.main .menu_right > div:nth-child(1) {
  display: none;
}
.main .menu_none .main_con {
  width: 100%;
}
.main .menu_none > div:nth-child(1), .main .menu_none > div:nth-child(3) {
  display: none;
}
.main .container {
  padding: 0 15px;
  min-height: 700px;
}

/*index*/
.index_bg {
  background-image: url(../img/customer/bg_01_index.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.index_bg .main {
  padding-top: 0;
}
.index_bg .main .container {
  padding: 0;
}
.index_bg .main .container h2 {
  text-shadow: 0 2px 3px rgba(255, 255, 255, 0.9);
}
.index_bg .main .container .index_btn {
  float: right;
  margin-top: -50px;
}

.index_box {
  width: 100%;
  max-width: 900px !important;
  padding: 70px 40px 20px 40px;
  margin: 0;
  float: right;
}

/*index_link*/
.index_link {
  float: left;
  width: calc(100% + 20px);
  padding: 0 0 20px 0;
  margin-left: -10px;
  min-height: 250px;
}
.index_link .item {
  float: left;
  width: 33.3%;
  display: inline-block;
  font-family: LiSong;
  font-size: 1.5em;
  font-weight: bold;
  padding: 10px;
}
.index_link .item a {
  float: left;
  width: 100%;
  border-radius: 10px;
  background: linear-gradient(to right, #c19b46, #f6e597);
  color: #fff;
  padding: 30px 20px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.index_link .item a i {
  position: absolute;
  font-size: 3em;
  right: -10px;
  top: -10px;
  opacity: 0.3;
}
.index_link .item a:hover {
  background: #a16f32;
  color: #fff !important;
}

/*footer*/
#footer {
  float: left;
  width: 100%;
  border: none;
  text-align: center;
  color: #fff;
}
#footer .footer_box {
  float: left;
  width: 100%;
  background: #333;
}
#footer .container {
  width: 100%;
  padding: 0 3%;
}
#footer ul {
  list-style: none;
  margin-bottom: 0;
}
#footer ul li {
  display: inline-block;
  padding: 0 10px;
}
#footer ul li i {
  color: #e7ae25;
  padding-right: 5px;
}

/*login*/
.login {
  float: left;
  width: 100%;
  background: rgb(255, 255, 255);
  border-radius: 10px;
  padding: 10%;
}
.login label {
  width: 100%;
  margin-bottom: 15px;
}
.login label .title:after {
  content: "/";
  color: #f15a22;
  display: inline-block;
  font-size: 0.7em;
  padding: 0 5px;
  opacity: 0.5;
}
.login .input-group-text {
  background: #999;
}
.login .input-group-text i {
  color: #fff;
}
.login .form-control {
  margin: 0;
}
.login .forget a {
  color: #900;
}

/*site_list*/
.site_list {
  float: left;
  width: 100%;
}
.site_list > .list {
  float: left;
  width: 100%;
  display: table;
}
.site_list > .list > .item {
  float: left;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  margin: 0 0 10px 0;
  position: relative;
  display: table-row;
}
.site_list > .list > .item:last-child {
  margin: 0;
}
.site_list > .list > .item:nth-child(odd) {
  background: #fff;
}
.site_list > .list > .item:nth-child(even) {
  background: #f2e9ce;
}
.site_list > .list > .item .no {
  float: left;
  display: table-cell;
  width: 140px;
  vertical-align: top;
}
.site_list > .list > .item .no .order_no {
  color: #00a651;
}
.site_list > .list > .item .no .open_time {
  font-size: 0.8em;
  line-height: 140%;
  color: #999;
}
.site_list > .list > .item .no .btn {
  background: #00a651;
  border-radius: 30px;
  font-size: 0.8em;
  color: #fff;
  padding: 2px 5px;
  position: relative;
  cursor: default;
}
.site_list > .list > .item .no .btn.lock {
  padding-left: 20px;
}
.site_list > .list > .item .no .btn.lock:before {
  content: "";
  background: url(../img/customer/icon_05.png);
  display: inline-block;
  background-size: 100%;
  width: 15px;
  height: 15px;
  left: 4px;
  top: 4px;
  position: absolute;
}
.site_list > .list > .item .font {
  display: table-cell;
  float: left;
  width: calc(100% - 270px);
}
.site_list > .list > .item .font .time {
  float: left;
  width: 100%;
  color: #000;
  margin-bottom: 5px;
  font-size: 1.3em;
  font-weight: bold;
}
.site_list > .list > .item .font .time span {
  white-space: nowrap;
  padding-right: 15px;
  color: #003f86;
}
.site_list > .list > .item .font .time a {
  white-space: nowrap;
  padding-right: 15px;
}
.site_list > .list > .item .font .time a.staff_btn {
  position: relative;
  top: -2px;
}
.site_list > .list > .item .font .time a i {
  padding: 0 5px 0 0 !important;
}
.site_list > .list > .item .font .title {
  float: left;
  width: 100%;
  color: #666;
}
.site_list > .list > .item .font ul {
  float: left;
  width: 100%;
  list-style: none;
  margin-bottom: 0;
  padding: 10px 0 0 0;
}
.site_list > .list > .item .font ul .btn_02 {
  padding: 8px 15px;
  font-size: 0.9em;
}
.site_list > .list > .item .font.one_font {
  width: calc(100% - 140px);
}
.site_list > .list > .item .font.one_font .order_btn {
  float: left;
  width: 100%;
  position: relative;
}
.site_list > .list > .item.lock {
  background: rgba(128, 128, 128, 0.5);
}
.site_list > .list > .item.lock a {
  cursor: none;
}
.site_list > .list > .item.lock .no, .site_list > .list > .item.lock .time, .site_list > .list > .item.lock .title, .site_list > .list > .item.lock .red {
  color: #333 !important;
}
.site_list > .list > .item.lock .btn_02 {
  color: #ccc !important;
}
.site_list > .list > .item.lock:before {
  content: url(../img/customer/icon_05.png);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.site_list > .list > .item.lock .btn_02:hover {
  background: #666;
}
.site_list > .list > .item .order_btn {
  display: table-cell;
  width: 130px;
  vertical-align: middle;
  right: 0;
  top: 5px;
  font-size: 0.9em;
  height: 100%;
}
.site_list > .list > .item .order_btn a {
  float: right;
  margin: 5px 5px 0 0;
  padding: 5px 10px;
}
.site_list > .list > .item .order_btn a .badge {
  background: #fff;
  margin: 0 0 0 5px;
  color: #e7ae25;
}
.site_list > .list > .item .order_btn a.record {
  background: #e7ae25;
  color: #fff !important;
}
.site_list > .list > .item .order_btn a.record:hover, .site_list > .list > .item .order_btn a.record:focus {
  background: #f15a22;
}
.site_list > .list > .item .order_btn a.record:hover .badge, .site_list > .list > .item .order_btn a.record:focus .badge {
  color: #f15a22;
}
.site_list > .list > .item .order_btn a.down {
  bottom: 20px;
}
.site_list > .list > .item ul li, .site_list > .list > .item ol li {
  margin-bottom: 0;
}
.site_list.bg-opacity .item {
  background: #fff;
}
.site_list .fa-triangle-exclamation {
  color: #ffba00;
}

.staff_btn img {
  max-height: 23px;
}

.heart_icon {
  float: right;
  cursor: pointer;
  padding: 5px 0 0 0 !important;
  color: #666 !important;
}
.heart_icon.active i {
  color: #00a651;
}

.down_menu {
  width: 225px !important;
}
.down_menu a {
  margin: 0 !important;
}
.down_menu a:hover, .down_menu a:focus {
  background: transparent !important;
}

.order_state {
  font-size: 0.8em;
  color: #000;
  line-height: 150%;
  padding-top: 5px;
}

/*news_list*/
.news_list {
  float: left;
  width: 100%;
}
.news_list > .list {
  float: left;
  width: 100%;
  display: table;
}
.news_list > .list > .item a {
  float: left;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  border-radius: 10px;
  margin: 10px 0;
  position: relative;
}
.news_list > .list > .item a:hover .title {
  color: #00a651;
}
.news_list > .list > .item .font {
  width: 100%;
}
.news_list > .list > .item .font .title {
  float: left;
  width: 100%;
  color: #000;
  font-size: 1.2em;
  font-weight: bold;
}
.news_list.bg-opacity .item {
  background: #fff;
}

.date {
  float: left;
  width: 100%;
  color: #999;
  margin-bottom: 5px;
}
.date .badge {
  background: #1c5136;
  color: #fff;
  padding: 5px 10px;
  font-size: 0.9em;
  font-weight: 400;
}

/*page_con*/
.page_con {
  float: left;
  width: 100%;
  background: rgb(255, 255, 255);
  padding: 20px;
  border-radius: 10px;
  margin: 0 0 10px 0;
  position: relative;
}

/*bootbox*/
.bootbox .modal-header button {
  border: none;
  background: transparent;
}
.bootbox .btn-primary {
  background: #00a651;
  border-color: #00a651;
}
.bootbox .btn-secondary {
  background: #666;
  color: #fff;
}
.bootbox [class*=btn-] {
  opacity: 0.8;
}
.bootbox [class*=btn-]:hover {
  opacity: 1;
}
.bootbox .site_info {
  color: #333;
  text-shadow: none;
}
.bootbox hr {
  float: left;
  width: 100%;
  margin: 10px 0;
}
.bootbox .form_list .item {
  margin-bottom: 10px;
}
.bootbox .modal-body .bootbox-close-button {
  border: none;
  background: transparent;
  position: absolute;
  right: 10px;
}

/*modal*/
.modal .btn-primary {
  background: #00a651;
  border-color: #00a651;
}
.modal .btn-secondary {
  background: #666;
  color: #fff;
}
.modal [class*=btn-] {
  opacity: 0.8;
}
.modal [class*=btn-]:hover {
  opacity: 1;
}
.modal .site_info {
  color: #333;
  text-shadow: none;
}
.modal hr {
  float: left;
  width: 100%;
  margin: 10px 0;
}
.modal .form_list .item {
  margin-bottom: 10px;
}
.modal .modal-title {
  float: left;
  width: calc(100% - 25px);
}

/*流程圖*/
.mt-element-step {
  max-width: 1000px;
  margin: 0 auto;
}
.mt-element-step .step-line .mt-step-col {
  width: 20%;
  padding: 30px 0;
  text-align: center;
  color: #999;
}
.mt-element-step .step-line .mt-step-number {
  font-size: 1.7em;
  border-radius: 50%;
  display: inline-block;
  margin: auto;
  padding: 11px 0;
  margin-bottom: 5px;
  position: relative;
  z-index: 5;
  height: 50px;
  width: 50px;
  text-align: center;
  color: #ffffff;
  background: #ccc;
  font-family: Anton-Regular;
}
.mt-element-step .step-line .mt-step-number > i {
  position: relative;
  top: 50%;
  transform: translateY(-120%);
}
.mt-element-step .step-line .mt-step-title {
  font-weight: bold;
  position: relative;
  color: #666;
  font-size: 1.2em;
  padding-top: 5px;
  text-shadow: 0 2px 3px rgba(255, 255, 255, 0.9);
}
.mt-element-step .step-line .mt-step-title:after {
  content: "";
  height: 2px;
  width: 50%;
  position: absolute;
  background-color: #fff;
  top: -32px;
  left: 50%;
  z-index: 4;
  transform: translateY(-100%);
}
.mt-element-step .step-line .mt-step-title:before {
  content: "";
  height: 2px;
  width: 50%;
  position: absolute;
  background-color: #fff;
  top: -32px;
  right: 50%;
  z-index: 4;
  transform: translateY(-100%);
}
.mt-element-step .step-line .first .mt-step-title:before {
  content: none;
}
.mt-element-step .step-line .last .mt-step-title:after {
  content: none;
}
.mt-element-step .step-line .active .mt-step-number {
  color: #ffffff !important;
  background: #00a651;
}
.mt-element-step .step-line .active .mt-step-title {
  color: #1c5136 !important;
}

/*site_info*/
.site_info {
  width: 100%;
  color: #000;
  font-weight: bold;
  text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
  margin: 0 auto;
  font-size: 1.1em;
}
.site_info .item {
  float: left;
  width: 100%;
}
.site_info .item .title {
  display: table-cell;
  width: 95px;
  text-align: right;
}
.site_info .item .title:after {
  content: "/";
  color: #f15a22;
  display: inline-block;
  font-size: 0.7em;
  padding: 0 5px;
  opacity: 0.5;
}
.site_info .item .font {
  display: table-cell;
  width: calc(100% - 80px);
}

.company_name {
  font-size: 1.5em;
  color: #00a651;
  position: relative;
}

/*time_list*/
.time_list {
  float: left;
  width: 100%;
}
.time_list .item {
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  border-radius: 10px;
  margin: 10px 0;
}

/*company_list*/
.company_list {
  float: left;
  width: 100%;
}
.company_list .item {
  float: left;
  width: 50%;
  padding: 1.5%;
}
.company_list .item:nth-child(4n+1), .company_list .item:nth-child(3n+1) {
  clear: none;
}
.company_list .item:nth-child(2n+1) {
  clear: both;
}
.company_list .item a {
  float: left;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  text-align: center;
}
.company_list .item a .img {
  padding: 10px;
}
.company_list .item a .title {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 8px;
  font-size: 1.1em;
}
.company_list .item a .font {
  font-size: 0.9em;
  color: #666;
  padding: 15px 10px;
}
.company_list .item a .tag {
  text-align: center;
  font-size: 0.8em;
}
.company_list .item a .tag div {
  border: solid #ccc 1px;
  border-radius: 5px;
  padding: 5px 10px;
  margin: 2px;
  display: inline-block;
  line-height: 130%;
}

/*edit_con*/
.edit_con img.float-start {
  padding: 0.5em 1em 1em 0;
}
.edit_con img.float-end {
  padding: 0.5em 0 1em 1em;
}

.page_nav {
  margin-bottom: 20px;
}
.page_nav .nav-link {
  background: #f5f5f5;
  margin: 3px 5px 3px 0;
}
.page_nav .nav-link.active {
  background: #f15a22 !important;
  color: #fff;
}
.page_nav .nav-link:hover {
  background: #00a651;
  color: #fff !important;
}

/*page_top*/
/*breadcrumb*/
/*page_share*/
/*main_con*/
.main_con {
  float: left;
  width: 100%;
  min-height: 500px;
  background: #fff;
  padding: 20px 5px 40px 5px;
}
.main_con h2 {
  position: relative;
  padding: 0 0 5px 5px;
  margin-bottom: 10px;
  z-index: 8;
}
.main_con img.float-start {
  padding: 0 2em 2em 0;
}
.main_con img.float-end {
  padding: 0 0 2em 2em;
}

/*page_bottom*/
.page_bottom {
  float: left;
  width: 100%;
  padding: 30px 0 10px 0;
}
.page_bottom .list {
  float: left;
  width: 100%;
}
.page_bottom .list a {
  float: left;
  width: calc(100% - 20px);
  background: #f5f5f5;
  padding: 10px 10px 10px 20px;
  margin: 3px 0 3px 20px;
  position: relative;
  border-radius: 10px;
}
.page_bottom .list a:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  left: -15px;
}
.page_bottom .link a:before {
  background: url(../img/icon_link.png);
  background-size: 30px;
}
.page_bottom .download a:before {
  background: url(../img/icon_download.png);
  background-size: 30px;
}

.social-icons li:hover.social-icons-line a {
  background: #4bc700 !important;
}

/*page_search*/
.page_search {
  width: 100%;
  list-style: none;
  padding-left: 0 !important;
  text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}
.page_search > li {
  display: inline-block;
  padding-right: 10px;
  align-self: center !important;
  vertical-align: middle;
}
.page_search .btn_01, .page_search .btn_02 {
  margin: 2px 0;
  vertical-align: top;
  padding: 5px 20px;
}
.page_search .title {
  display: inline-block;
  padding-right: 3px;
  font-weight: bold;
}
.page_search select, .page_search input, .page_search label {
  display: inline-block;
  width: auto;
}
.page_search select {
  margin: 2px 0;
}
.page_search .datepickers input {
  width: 142px;
}
.page_search .datepickers .input-group-addon {
  padding: 5px;
}
.page_search .font_b {
  font-size: 1.1em;
  color: #000;
}
.page_search .down_menu {
  width: 150px !important;
}

select.form-control {
  padding: 2.2px 30px 2.2px 10px;
  border: solid #ccc 1px !important;
}

.list_icon {
  vertical-align: top;
}
.list_icon .btn {
  border: solid #eee 1px;
  padding: 8px 7px 4.4px 10px;
  margin: 2px 0;
}
.list_icon .btn:hover {
  background: #f5f5f5;
}
.list_icon .btn.active {
  background: #00a651;
}
.list_icon .btn.active i {
  color: #ffffff;
}
.list_icon i {
  font-size: 1.5em;
  color: #666;
}

/*type_list*/
.type_list {
  text-shadow: none;
  margin-top: 10px;
}
.type_list li {
  display: inline-block;
}
.type_list li a {
  padding: 5px 25px !important;
  background: #fff;
}
.type_list li a .svg-img {
  width: 30px;
  height: 30px;
  line-height: 100%;
  padding-right: 5px;
  margin-top: -5px;
}
.type_list li a .svg-img:hover path {
  fill: #fff;
}
.type_list li a:hover {
  background: #f15a22;
}
.type_list li a:hover .svg-img path {
  fill: #fff;
}
.type_list li.active .svg-img path {
  fill: #fff;
}

/*type_list_01*/
.type_list_01 {
  text-shadow: none;
  margin: 5px 0 0 0;
  padding-left: 0;
}
.type_list_01 li {
  display: inline-block;
}
.type_list_01 li a {
  float: left;
  padding: 5px 25px !important;
  background: #fff;
  font-weight: bold;
  margin: 1px 0;
  transition: all 0.3s;
  cursor: pointer;
}
.type_list_01 li a:hover {
  background: #00a651;
  color: #fff !important;
}
.type_list_01 li a.active {
  background: #f15a22;
  color: #fff !important;
}

/*prod_list*/
.prod_list {
  float: left;
  width: 100%;
  background-color: #fff !important;
  border-radius: 20px;
  padding: 1.5% !important;
}
.prod_list .tab-pane {
  min-height: 500px;
}
.prod_list .item {
  float: left;
  width: 47%;
  margin: 1.5%;
  border-radius: 20px;
  border: solid #ccc 1px;
  overflow: hidden;
}
.prod_list .item .img img {
  border-radius: 20px 20px 0 0;
  width: 100%;
}
.prod_list .item .font {
  padding: 15px;
}
.prod_list .item .title {
  color: #000;
  font-size: 1.3em;
  font-weight: bold;
}
.prod_list .item .price {
  font-size: 1em;
  color: #900;
  padding: 5px 0;
}
.prod_list .item .unit label {
  margin: 0 2px 2px 0;
  vertical-align: top;
}
.prod_list .item .unit .unit_item {
  display: inline-block;
  background: #f5f5f5;
  padding: 3px 9px;
  margin: 0 3px 5px 0;
  border: solid #f5f5f5 1px;
  position: relative;
  overflow: hidden;
}
.prod_list .item .unit .unit_item:hover {
  border-color: #ccc;
  color: #333 !important;
}
.prod_list .item .unit .unit_item.active {
  border-color: #00a651;
}
.prod_list .item .unit .unit_item.active:before {
  content: "";
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  height: 20px;
  width: 20px;
  font-size: 0;
  box-sizing: border-box;
  transition: 150ms;
  border-color: transparent transparent transparent #00a651;
  border-style: solid solid solid solid;
  border-width: 0 0 20px 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.prod_list .item .unit .unit_item.active:after {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: block;
  font-size: 0.3em;
  color: #fff;
  position: absolute;
  top: -8px;
  left: 1px;
}
.prod_list .item .quantity_car {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
.prod_list .item .quantity_car .quantity {
  float: left;
  width: 60%;
  padding: 5px 0;
}
.prod_list .item .quantity_car .quantity .text_box {
  border: solid #ccc 1px;
  border-radius: 4px;
  max-width: 65px;
  text-align: right;
  padding: 3px;
}
.prod_list .item .quantity_car .quantity span {
  padding: 0 5px;
  cursor: pointer;
}
.prod_list .item .quantity_car .add_car {
  float: left;
  width: 40%;
}
.prod_list .item .quantity_car .add_car a {
  float: left;
  width: 100%;
  text-align: center;
  background: #00a651;
  color: #fff !important;
  padding: 5px;
  border-radius: 50px;
  margin: 3px 0;
}
.prod_list .item .quantity_car .add_car a i {
  padding-right: 5px;
}
.prod_list .item .quantity_car .add_car a:hover {
  background: #1c5136;
}
.prod_list .item .detail .accordion-item {
  border: none;
}
.prod_list .item .detail .accordion-item .accordion-button {
  padding: 8px 15px;
  background: #f5f5f5;
  color: #333;
  border: none;
  box-shadow: none;
}
.prod_list .item .detail .accordion-item .accordion-button:after {
  content: "\f139";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  background-image: none;
  color: #666;
  font-size: 1.2em;
  vertical-align: middle;
  margin-top: 8px;
  transform: rotate(-180deg);
}
.prod_list .item .detail .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.prod_list .item .detail .accordion-item .accordion-button[aria-expanded=true]:after {
  margin-top: -6px;
  transform: rotate(0deg);
}
.prod_list .item .detail .accordion-item .accordion-body {
  padding: 10px;
}
.prod_list .item .detail .accordion-item .accordion-body ul, .prod_list .item .detail .accordion-item .accordion-body ol {
  padding-left: 20px;
}

.quantity .text_box {
  border: solid #ccc 1px;
  border-radius: 4px;
  max-width: 75px;
  text-align: right;
  padding: 3px 8px;
}
.quantity span {
  padding: 0 5px;
  cursor: pointer;
}

/*menu_type_list*/
.menu_type_list {
  width: 100%;
  max-width: 1200px;
  text-align: center;
  margin: 0 auto;
}
.menu_type_list .item {
  display: inline-block;
  width: 26.6666666667%;
  margin: 20px;
  vertical-align: top;
}
.menu_type_list .item:nth-child(3n+1) {
  clear: both;
}
.menu_type_list .item a {
  float: left;
  width: 100%;
  border-radius: 10px;
  border-radius: 10px;
  background: #c19b46;
}
.menu_type_list .item a .box {
  padding: 20px;
  border-radius: 10px;
  position: relative;
}
.menu_type_list .item a .box:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  border-radius: 10px;
  border: solid #fff 1px;
  top: 10px;
  left: 10px;
}
.menu_type_list .item a .box .img {
  position: relative;
}
.menu_type_list .item a .box .img .svg-img {
  max-width: 100%;
  width: 100px;
  height: 100px;
}
.menu_type_list .item a .box .img .svg-img path {
  fill: #fff;
}
.menu_type_list .item a .box .img:before {
  position: absolute;
}
.menu_type_list .item a .box .title {
  font-size: 1.3em;
  font-weight: bold;
  color: #fff;
  line-height: 130%;
}
.menu_type_list .item a:hover {
  background: #a16f32;
  transition: all 0.5s;
}
.menu_type_list .item a:hover .box {
  border-color: #fff;
}
.menu_type_list .item a:hover .box:before {
  border-color: #f4e395;
}
.menu_type_list .item a:hover .svg-img path {
  fill: #fff;
}
.menu_type_list .item a:hover .title {
  color: #fff;
}

/*menu_list*/
.menu_list .font {
  text-align: center;
}
.menu_list .title {
  font-family: "微軟正黑體";
  font-weight: 400 !important;
}
.menu_list .price_con {
  padding-top: 5px;
  margin-bottom: -10px;
}
.menu_list .unit {
  font-size: 0.8em;
}
.menu_list .unit:before {
  content: "/";
  font-size: 0.6em;
  color: #ccc;
  padding: 0 3px;
}
.menu_list .down_menu {
  width: 150px !important;
}

/*menu_list_01*/
.menu_list_01 {
  float: left;
  width: 100%;
}
.menu_list_01 .item {
  float: left;
  width: 25%;
  padding: 1.5%;
}
.menu_list_01 .item:nth-child(4n+1) {
  clear: both;
}
.menu_list_01 .item a {
  float: left;
  width: 100%;
}
.menu_list_01 .item .img {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  border: solid #ccc 1px;
}
.menu_list_01 .item .title {
  font-family: LiSong;
  text-align: center;
  padding: 5px;
  line-height: 130%;
}

/*menu_company*/
.menu_company .title {
  border-radius: 0 0 15px 15px;
}
.menu_company .font {
  display: none;
}
.menu_company a:hover .title {
  background: #666;
}

/*menu_print_img*/
.menu_print_img {
  float: left;
  width: 100%;
}
.menu_print_img .item {
  float: left;
  width: 25%;
  padding: 10px 15px;
}
.menu_print_img .item .img {
  border: solid #ccc 1px;
  border-radius: 5px;
  overflow: hidden;
}
.menu_print_img .item .font {
  padding: 10px;
}
.menu_print_img .item .price_con {
  text-align: center;
}
.menu_print_img .item .price {
  color: #900;
}
.menu_print_img .item .unit {
  font-size: 0.8em;
}
.menu_print_img .item .unit:before {
  content: "/";
  font-size: 0.6em;
  color: #ccc;
  padding: 0 3px;
}

/*menu_print_text*/
.menu_print_text {
  float: left;
  width: 100%;
  margin: 5px 0 10px 0;
  border: solid #eee 1px;
  border-radius: 20px;
  padding: 25px 0;
  background: rgba(255, 255, 255, 0.7) !important;
  -webkit-print-color-adjust: exact !important; /* Chrome, Safari */
  print-color-adjust: exact !important; /* Chrome, Safari */
  color-adjust: exact !important; /*Firefox*/
}
.menu_print_text .item {
  float: left;
  width: 50%;
  background: transparent !important;
  padding: 5px 35px;
}
.menu_print_text .item:nth-child(2n+1) {
  clear: both;
}
.menu_print_text .item .box {
  float: left;
  width: 100%;
  position: relative;
}
.menu_print_text .item .box:after {
  content: "";
  border: dashed #eee 1px;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 15px;
  z-index: 0;
  width: 60%;
  margin: 0 20%;
}
.menu_print_text .item .img {
  display: none;
}
.menu_print_text .item .title {
  float: left;
  width: calc(100% - 120px);
  text-align: left;
}
.menu_print_text .item .title span {
  background: #fff;
  padding-right: 10px;
  position: relative;
  z-index: 1;
}
.menu_print_text .item .price_con {
  float: left;
  width: 120px;
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.menu_print_text .item .price {
  color: #900;
  padding-left: 10px;
}
.menu_print_text .item .unit {
  font-size: 0.8em;
}
.menu_print_text .item .unit:before {
  content: "/";
  font-size: 0.6em;
  color: #ccc;
  padding: 0 3px;
}

.menu_print {
  -webkit-print-color-adjust: exact !important; /* Chrome, Safari */
  print-color-adjust: exact !important; /* Chrome, Safari */
  color-adjust: exact !important; /*Firefox*/
  margin: 0;
  padding: 0;
  height: 100vh;
}
.menu_print.print_bg_01 {
  background: url(../img/customer/bg_print.jpg);
  background-repeat: repeat;
}
.menu_print.print_bg_02 {
  background: url(../img/customer/bg_print_03.jpg);
  background-size: cover;
}
.menu_print.print_bg_03 {
  background: url(../img/customer/bg_print_04.jpg);
  background-size: cover;
}
.menu_print .print_con_table {
  width: 1000px;
  padding: 20px 60px;
}

/*menu_print_text_02*/
.menu_print_text_02 {
  float: left;
  width: calc(100% + 40px);
  margin: 30px 0 30px -20px;
}
.menu_print_text_02 .item {
  float: left;
  width: 50%;
  padding: 5px 20px;
}
.menu_print_text_02 .item:nth-child(2n+1) {
  clear: both;
}
.menu_print_text_02 .item .box {
  float: left;
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0.7) !important;
  border-radius: 50px;
  padding: 5px 15px;
  -webkit-print-color-adjust: exact !important; /* Chrome, Safari */
  print-color-adjust: exact !important; /* Chrome, Safari */
  color-adjust: exact !important; /*Firefox*/
}
.menu_print_text_02 .item .img {
  display: none;
}
.menu_print_text_02 .item .title {
  float: left;
  width: calc(100% - 120px);
  text-align: left;
  background: transparent !important;
}
.menu_print_text_02 .item .title span {
  padding-right: 10px;
  position: relative;
  z-index: 1;
}
.menu_print_text_02 .item .price_con {
  float: left;
  width: 120px;
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 15px;
  z-index: 1;
  background: transparent !important;
  font-size: 1.15em;
}
.menu_print_text_02 .item .price {
  color: #900;
  padding-left: 10px;
}
.menu_print_text_02 .item .unit {
  font-size: 0.8em;
}
.menu_print_text_02 .item .unit:before {
  content: "/";
  font-size: 0.6em;
  color: #ccc;
  padding: 0 3px;
}

/***Hover效果1: 放大淡出down***/
.imh_down {
  background: #000;
  overflow: hidden;
  position: relative;
}
.imh_down img {
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
  width: 100%;
}
.imh_down:before {
  display: block;
  font-family: "Font Awesome 6 free";
  content: "\f019";
  font-weight: 900;
  font-size: 25px;
  color: #fff;
  background: #00a651;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: -30px;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99;
  transition: all 0.4s ease;
}

a:hover .imh_down:before {
  top: 50%;
}
a:hover .imh_down img {
  opacity: 0.3;
  transform: scale(1.05);
}

/*swiper*/
.swiper-pagination {
  bottom: 5px !important;
  line-height: 100%;
}

.swiper-pagination-bullet-active {
  background: #00a651 !important;
}

/*lightbox*/
.img-thumbnail:after {
  content: "\f002" !important;
}

/*order_info*/
.order_info {
  float: left;
  width: 100%;
  background: #e1e1e1;
  color: #000;
  border-radius: 0 50px 50px 0;
  padding: 3px 15px !important;
  list-style: none;
  margin: 10px 0 !important;
}
.order_info li {
  display: inline-block;
  padding-right: 20px;
  margin-bottom: 0;
}
.order_info .datetime {
  width: 105px !important;
}

/*order_list*/
.order_list > .item {
  float: left;
  width: 100%;
  display: flex;
  border-bottom: solid #ccc 1px;
}
.order_list > .item:nth-last-child(1) {
  border: none;
}
.order_list > .item:nth-last-child(1) > div:nth-child(4), .order_list > .item:nth-last-child(1) > div:nth-child(5) {
  transform: translateY(0%);
}
.order_list > .item > div {
  display: table-cell;
  padding: 5px;
}
.order_list > .item > div:nth-child(1) {
  width: 100px;
}
.order_list > .item > div:nth-child(2) {
  width: calc(100% - 480px);
}
.order_list > .item > div:nth-child(3) {
  width: 90px;
  text-align: right;
  transform: translateY(30%);
}
.order_list > .item > div:nth-child(4) {
  text-align: right;
  width: 135px;
  transform: translateY(30%);
}
.order_list > .item > div:nth-child(5) {
  width: 120px;
  text-align: right;
  transform: translateY(30%);
}
.order_list > .item > div:nth-child(6) {
  width: 35px;
  text-align: right;
  transform: translateY(30%);
}
.order_list > .item .order_font {
  vertical-align: top;
  color: #666;
}
.order_list > .item .order_font .order_title {
  font-size: 1em;
  color: #000;
  margin-bottom: 5px;
}
.order_list > .item.add .icon {
  width: 120px;
}
.order_list > .item.add .icon a {
  float: left;
  width: 100%;
  padding: 5px;
  background: #999;
  text-align: center;
  border-radius: 4px;
  line-height: 100%;
  color: #fff !important;
}
.order_list > .item.add .icon a i {
  color: #fff;
  font-weight: bold;
}
.order_list > .item.add .icon a:hover {
  background: #1c5136;
}
.order_list .form-select {
  border: solid #ccc 1px !important;
  margin: 1px;
}

.delete a:hover i {
  color: #900;
}

.print a:hover i {
  color: #003f86;
}

/*order_subtotal*/
.order_subtotal {
  float: left;
  width: 100%;
  font-weight: bold;
  font-size: 1.1em;
  color: #000;
}
.order_subtotal > .item {
  float: left;
  width: 100%;
}
.order_subtotal > .item .subtotal_title {
  float: left;
  text-align: right;
  width: calc(100% - 170px);
}
.order_subtotal > .item .subtotal_price {
  float: left;
  text-align: right;
  width: 170px;
  padding-right: 40px;
}
.order_subtotal > .item.total {
  border-top: double #ccc 3px;
  margin-top: 5px;
  padding-top: 5px;
}

/*order_total*/
.order_total {
  width: 100%;
  display: table;
}
.order_total > .item {
  width: 100%;
  display: table-row;
}
.order_total > .item:nth-last-child(1) {
  border-top: double #ccc 3px;
}
.order_total > .item > div {
  display: table-cell;
  text-align: right;
}
.order_total > .item > div:nth-child(1) {
  width: calc(100% - 150px);
}
.order_total > .item > div:nth-child(2) {
  width: 150px;
  padding-right: 40px;
}

/*order_record*/
.order_record {
  float: left;
  width: 100%;
  padding-top: 10px;
}
.order_record .item_title {
  background: #e1e1e1;
  color: #000;
  border-radius: 0 50px 50px 0;
  padding: 3px 15px !important;
  margin-bottom: 5px;
}
.order_record .item_title i {
  padding-right: 10px;
}
.order_record .list .item {
  float: left;
  width: 100%;
  display: table-row;
  padding: 2px 5px;
}
.order_record .list .item .record_time {
  display: table-cell;
  width: 100px;
  vertical-align: top;
  padding-top: 5px;
}
.order_record .list .item .record_font {
  display: table-cell;
  width: calc(100% - 100px);
}
.order_record .list .item .record_font .lock {
  position: relative;
}
.order_record .list .item .record_font .lock:before {
  content: "\f023";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  background-size: 100%;
  width: 15px;
  height: 15px;
}
.order_record a {
  float: left;
  background: #fff;
  color: #333 !important;
  border: solid #00a651 1px;
  padding: 3px 5px;
  white-space: nowrap;
  margin: 1px;
}

.bootstrap-datetimepicker-widget {
  z-index: 1111;
  background: #fff;
  text-shadow: none;
}
.bootstrap-datetimepicker-widget .list-unstyled li {
  width: 100%;
}
.bootstrap-datetimepicker-widget .table-condensed span::before {
  color: #00a651;
}

.datetime {
  text-shadow: none;
  width: 135px !important;
}

/*page_nember*/
#page_number {
  padding: 20px 0;
  font-size: 0.9em;
  float: left;
  width: 100%;
  margin-left: 5px;
}
#page_number .page_total {
  vertical-align: middle;
  margin: 0 0 10px 0;
}
#page_number .page_icon {
  text-align: right;
  margin-bottom: 10px;
}
#page_number .btn_page {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  border: none;
  padding: 2px 12px 3px 12px;
  font-size: 1em;
  background: #666;
  border-radius: 5px;
  margin: 1px;
  color: #fff;
  height: 34px;
}
#page_number .btn_page:hover, #page_number .btn_page:focus {
  background: #00a651;
  color: #fff;
}
#page_number select {
  margin: 0 2px;
  padding: 3.7px 35px 3.7px 15px;
}

label[for=page_select] select {
  margin: -2px 0 0 0;
}

/*page_author*/
/*form*/
.form_box {
  width: 100%;
  padding: 30px 0 0 0;
  max-width: 800px;
  margin: 0 auto;
}
.form_box .form_group {
  width: 100%;
}

.form-label {
  margin-bottom: 0;
  font-weight: bold;
}

.no_label {
  padding-top: 27px;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-radius: 0.25rem;
}

.input-group-text {
  background: transparent;
  border: none;
  color: #666;
  font-size: 0.9em;
}

.form-select {
  margin: 0 1px;
  line-height: 200%;
}

input[type=file] {
  border-color: transparent;
}

/*表單checkbox radio*/
input[type=checkbox], input[type=radio] {
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  vertical-align: top;
  margin-top: 3px;
}

.form_radio, .form_checkbox {
  vertical-align: middle;
  margin: 0 5px 0 0 !important;
}

.radio_padding {
  padding-right: 20px;
}

label.mt-radio-outline, label.mt-checkbox-outline {
  margin: 5px 25px 5px 5px;
}

.form-check-input:checked {
  background: #00a651;
  border-color: #00a651;
}
.form-check-input:disabled {
  background: #ccc;
}
.form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.1) !important;
  border-color: #00a651;
}

/*sitemap*/
.sitemap_list {
  list-style: none;
  float: left;
  width: 100%;
  display: table;
  margin-bottom: 30px;
  padding-left: 0;
}
.sitemap_list a {
  float: left;
  width: 100%;
  text-decoration: none !important;
  color: #333 !important;
}
.sitemap_list a:hover {
  color: #f15a22 !important;
}
.sitemap_list .item {
  border-top: solid 1px #ddd;
  border-left: solid 1px #ddd;
  border-right: solid 1px #ddd;
  vertical-align: middle !important;
  padding: 10px 10px 10px 20px;
  width: 100%;
  float: left;
}
.sitemap_list .item .no {
  display: table-cell;
}
.sitemap_list .item .font {
  padding-left: 10px;
  display: table-cell;
}
.sitemap_list .item > ul {
  list-style: none;
  float: left;
  width: 100%;
  display: table;
  margin-top: 5px;
  border: none;
}
.sitemap_list .item > ul li {
  border: none;
  padding: 5px 0;
}
.sitemap_list > .item:last-child {
  border-bottom: solid 1px #ddd;
}

/*智能客服smart robot*/
.ai_msg {
  background: #fff;
  margin: 0 auto 60px auto;
  width: 100%;
}
.ai_msg .message_con {
  height: 55vh;
  overflow-y: scroll;
}
.ai_msg .message_con .message_left {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.ai_msg .message_con .message_left .img {
  float: left;
  width: 60px;
}
.ai_msg .message_con .message_left .font {
  margin-left: 60px;
}
.ai_msg .message_con .message_left .con_font {
  margin: 5px 35px 5px 0;
  background: rgba(0, 166, 81, 0.08);
  padding: 5px 10px;
  border-radius: 10px;
  width: -moz-fit-content;
  width: fit-content;
  word-break: break-all;
}
.ai_msg .message_con .message_left .time {
  font-size: 0.75em;
  color: #999;
  margin-right: 10px;
  margin-top: -5px;
  float: left;
  width: 90%;
  text-align: left;
}
.ai_msg .message_con .message_right {
  width: 100%;
  float: right;
  margin-bottom: 10px;
}
.ai_msg .message_con .message_right .img {
  float: right;
  width: 60px;
}
.ai_msg .message_con .message_right .img i {
  font-size: 3em;
  color: #999;
  float: right;
  margin: 5px;
}
.ai_msg .message_con .message_right .font {
  margin-right: 60px;
}
.ai_msg .message_con .message_right .con_font {
  margin: 5px 0 5px 35px;
  background: rgba(0, 0, 0, 0.05);
  padding: 5px 10px;
  border-radius: 10px;
  width: -moz-fit-content;
  width: fit-content;
  float: right;
  word-break: break-all;
}
.ai_msg .message_con .message_right .time {
  font-size: 0.75em;
  color: #999;
  margin-right: 10px;
  margin-top: -5px;
  float: right;
  width: 90%;
  text-align: right;
}
.ai_msg .message_con img {
  width: 50px;
  margin: 5px;
  border-radius: 50%;
  border: solid #eee 1px;
}
.ai_msg .message_con a {
  text-decoration: underline !important;
}
.ai_msg .send {
  position: absolute;
  bottom: 20px;
  padding: 5px;
  width: calc(100% - 40px);
}
.ai_msg .send input {
  width: calc(100% - 50px);
  max-width: 100%;
  float: left;
  margin-right: 5px;
  line-height: 200% !important;
}
.ai_msg .send .send_icon {
  width: 40px;
  float: left;
  background: #666;
  color: #fff;
}
.ai_msg .send .send_icon i {
  font-size: 1.5em;
  margin-left: -5px;
}

/*--------------------------------------------------------------------------------------------------*/
@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
  /*header-nav-top*/
  .header-nav-top {
    position: relative;
  }
  .header-nav-top .nav {
    display: block;
    height: 53px;
    margin-top: -3px;
    z-index: 9;
  }
  .header-nav-top .nav li > a {
    text-transform: none !important;
    padding: 0 2px;
    color: #333 !important;
    font-size: 1.05em !important;
  }
  .header-nav-top .nav li > a:hover, .header-nav-top .nav li > a:focus {
    color: #f15a22 !important;
  }
  .header-nav-top .nav li:after {
    content: "|";
    display: inline-block;
    color: #ccc;
    font-weight: 400;
    font-size: 0.8rem;
    margin: 0 3px 0 0px;
  }
  .header-nav-top .nav li:last-child:after, .header-nav-top .nav li:first-child:after {
    display: none;
  }
  /*header*/
  .header-nav-bar {
    background: linear-gradient(#a6dffa 60%, #74d0fd 100%);
  }
  .header-nav-bar .container {
    height: auto;
  }
  #header .header-logo {
    margin: 0;
  }
  #header .header-logo img {
    max-width: 300px;
    width: auto;
    height: 70px !important;
  }
  #header .header-nav-main nav > ul > li > a {
    border-radius: 0;
    font-size: 1em;
    padding: 16px;
    color: #333;
    font-weight: 400;
    border-radius: 0 !important;
  }
  #header .header-nav-main nav > ul > li:hover a {
    color: #1c5136 !important;
  }
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    border: none;
    padding: 0;
    background: #00a651;
  }
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    white-space: normal;
    color: #fff !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  }
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:hover > a {
    background: rgba(0, 0, 0, 0.2);
  }
  #header .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
    opacity: 1;
    margin-top: -3px !important;
  }
  #header .header-nav-main nav > ul > li.dropdown.open a {
    background-color: #00a651;
  }
  #header .header-nav-main nav .dropdown-submenu.open > a {
    background: #2d5e96 !important;
    border-color: rgba(255, 255, 255, 0.1);
  }
  #header .header-nav-main nav .dropdown-submenu:hover > .dropdown-menu, #header .header-nav-main nav .dropdown-submenu.open > .dropdown-menu, #header .header-nav-main nav .dropdown-submenu:focus > .dropdown-menu {
    opacity: 1;
    top: 8px !important;
    background: #2d5e96 !important;
  }
  /*share_icon
  .share_icon {
  	a{
  		padding: 6px 0!important;
  	}
  	img{
  		width: 30px;
  	}
  }*/
  /*header-nav-links*/
  #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {
    min-height: auto;
    padding: 0 10px;
    border-radius: 4px;
  }
  /*header-nav-line*/
  #header .header-nav-line nav > ul > li {
    margin: 0 12px;
  }
  #header .header-nav-line nav > ul > li > a {
    padding: 0 !important;
    color: #333 !important;
  }
  #header .header-nav-line nav > ul > li > a:before {
    background: #00a651 !important;
  }
  /*index*/
  .index_bg .main {
    padding-top: 0;
  }
  .index_box {
    padding: 90px 40px 20px 40px;
  }
  /*main*/
  .main {
    padding-top: 120px;
    margin-bottom: 6em;
  }
  .main .menu_left .sidebar_menu, .main .menu_right .sidebar_menu {
    width: 250px;
  }
  .main .menu_left .main_con, .main .menu_right .main_con {
    width: calc(100% - 250px);
  }
  /*main_con*/
  .main_con {
    padding: 40px 0 60px 0;
  }
  .main_con .container {
    padding: 0 5%;
  }
  /*footer*/
  #footer .box .item:nth-child(1) {
    width: 100%;
  }
  #footer .box .item:nth-child(2) {
    width: 45%;
  }
  #footer .box .item:nth-child(3) {
    width: 35%;
  }
  #footer .box .item:nth-child(4) {
    width: 20%;
  }
  #footer .box .tel_title:before {
    left: 15px;
  }
  /*page_top*/
  /*breadcrumb*/
  .breadcrumb > span + span:before {
    padding: 0 8px;
  }
  /*company_list*/
  .company_list {
    float: left;
  }
  .company_list .item {
    width: 33.3%;
  }
  .company_list .item:nth-child(4n+1), .company_list .item:nth-child(2n+1) {
    clear: none;
  }
  .company_list .item:nth-child(3n+1) {
    clear: both;
  }
  .company_list .item .title {
    font-size: 1.3em;
  }
  /*prod_list*/
  .prod_list .item {
    width: 30.3%;
    margin: 1.5%;
  }
  .prod_list .item .quantity_car .quantity {
    width: calc(100% - 65px);
  }
  .prod_list .item .quantity_car .add_car {
    width: 65px;
    font-size: 0.9em;
  }
  .prod_list .item .font {
    padding: 10px;
  }
  .prod_list .item:nth-child(4n+1) {
    clear: none;
  }
  .prod_list .item:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 100% !important;
  }
  /*header*/
  #header .header-logo img {
    max-width: 350px;
    height: 80px !important;
  }
  /*header-nav-top*/
  #header a, #header .header-nav-top .nav > li > a {
    padding: 0 0 0 5px;
  }
  #header .header-nav-top .nav > li > a [class*=fa-] {
    font-size: 1.125em !important;
  }
  /*header-nav-main*/
  #header .header-nav-main nav > ul > li > a {
    font-size: 1.2em;
  }
  .header-nav-main .dropdown-menu {
    font-size: 1em;
  }
  /*header-nav-links*/
  #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {
    padding: 26px 20px;
    min-height: auto;
  }
  /*header-nav-line*/
  #header .header-nav-line nav > ul > li {
    margin: 0 25px;
  }
  #header .header-nav-line nav > ul > li > a {
    padding: 16px 0px !important;
  }
  /*main*/
  .menu_left .sidebar_menu, .menu_right .sidebar_menu {
    width: 250px;
  }
  .menu_left .main_con, .menu_right .main_con {
    width: calc(100% - 250px);
  }
  /*index*/
  .index_box {
    padding: 130px 40px 20px 40px;
  }
  /*footer*/
  #footer .box .item:nth-child(1) {
    width: 21%;
    margin-bottom: 0;
  }
  #footer .box .item:nth-child(2) {
    width: 35%;
    margin-bottom: 0;
  }
  #footer .box .item:nth-child(3) {
    width: 30%;
    margin-bottom: 0;
  }
  #footer .box .item:nth-child(4) {
    width: 14%;
  }
  /*page_top*/
  /*company_list*/
  .company_list {
    float: left;
  }
  .company_list .item {
    width: 25%;
  }
  .company_list .item:nth-child(3n+1), .company_list .item:nth-child(2n+1) {
    clear: none;
  }
  .company_list .item:nth-child(4n+1) {
    clear: both;
  }
  /*prod_list*/
  .prod_list .item {
    width: 22%;
    margin: 1.5%;
  }
  .prod_list .item .font {
    padding: 10px;
  }
  .prod_list .item:nth-child(3n+1), .prod_list .item:nth-child(2n+1) {
    clear: none;
  }
  .prod_list .item:nth-child(4n+1) {
    clear: both;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 100% !important;
  }
  /*header*/
  #header .header-logo img {
    max-width: 450px;
    height: 90px !important;
  }
  /*index*/
  .index_bg .main {
    padding-top: 0;
  }
  /*main*/
  .main {
    padding-top: 140px;
  }
  /*page_top*/
  /*prod_list*/
  .prod_list .item .quantity_car .quantity {
    width: 60%;
  }
  .prod_list .item .quantity_car .add_car {
    width: 40%;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1400px !important;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 1.5em;
  }
  h3 {
    font-size: 1.3em;
  }
  h4 {
    font-size: 1.1em;
  }
  h5 {
    font-size: 1em;
  }
  /*title_box*/
  .title_box.line_left h2:before {
    content: "";
    height: 22px;
    width: 2px;
    left: -10px;
    top: 6px;
  }
  .title_box.line_bottom h2 {
    margin-bottom: 20px;
  }
  .title_box.line_bottom h2:before {
    height: 2px;
    width: 22px;
    bottom: -15px !important;
  }
  .title_box .small {
    font-size: 0.8em;
  }
  /*header*/
  #header .header-body {
    background-color: rgb(255, 255, 255) !important;
    box-shadow: 0px 4px 4px rgba(55, 55, 55, 0.1) !important;
    border-bottom: none;
    border-top: none;
  }
  #header .header-nav {
    padding: 0;
    min-height: auto;
  }
  #header .header-nav.header-nav-links, #header .header-nav.header-nav-line {
    min-height: auto;
  }
  #header .header-nav-bar .header-nav {
    min-height: auto !important;
  }
  #header .header-container {
    padding: 0 10px;
    border-radius: 0;
  }
  #header .header-container > .header-row {
    padding: 0;
    border-radius: 0;
  }
  #header .header-container .header-column:nth-child(1) {
    margin: 0 -8px;
  }
  .header-logo {
    width: auto;
    max-width: 200px;
    height: 52px !important;
    margin: 0 !important;
  }
  .header-logo img {
    width: auto;
    height: 52px !important;
  }
  .header-nav-main nav {
    max-height: 70vh !important;
    width: calc(100% + 35px);
    background: #1c5136;
  }
  .header-nav-main nav a {
    font-size: 1em !important;
    border-radius: 0 !important;
    float: left;
    width: 100%;
    color: #fff !important;
    font-weight: 400 !important;
  }
  .header-nav-main nav > ul li {
    border-color: rgba(255, 255, 255, 0.5);
    float: left !important;
    width: 100%;
  }
  .header-nav-main nav > ul li a:active {
    background-color: rgba(0, 0, 0, 0.2) !important;
  }
  .header-nav-main nav ul > li > a {
    padding: 10px 15px !important;
  }
  .header-nav-main nav .dropdown.open > a {
    background-color: rgba(0, 0, 0, 0.2) !important;
  }
  .header-nav-main nav .dropdown ul {
    background: rgba(255, 255, 255, 0.2) !important;
  }
  .header-nav-main nav .dropdown ul li a {
    padding: 10px 15px 10px 12px !important;
  }
  .header-nav-main nav .dropdown ul li a:active {
    background-color: rgba(0, 0, 0, 0.2) !important;
  }
  .header-nav-main nav .dropdown .dropdown-menu {
    float: left !important;
    width: 100%;
    margin-left: 0 !important;
  }
  .header-nav-main nav .dropdown .dropdown-menu a:hover {
    background-color: rgba(255, 255, 255, 0.2) !important;
  }
  .header-nav-main nav .dropdown .dropdown-menu .dropdown-item:hover, .header-nav-main nav .dropdown .dropdown-menu .dropdown-item:focus {
    background-color: rgba(255, 255, 255, 0.2) !important;
  }
  .header-nav-main nav .dropdown .dropdown-submenu.open > a {
    background-color: rgba(0, 0, 0, 0.2) !important;
  }
  .header-nav-main nav .dropdown .dropdown-submenu.open .dropdown-menu {
    background: #333 !important;
  }
  .header-nav-main nav .dropdown .dropdown-submenu.open li a {
    padding: 10px 15px 10px 50px !important;
    color: #333 !important;
  }
  .order_icon {
    padding: 10px 0;
  }
  .order_icon img {
    width: 25px;
  }
  /*header-nav-login*/
  .header-nav-login {
    width: 100vw !important;
    right: -50% !important;
  }
  /*nav-top*/
  .nav-top {
    background: #444 !important;
    padding: 0 !important;
  }
  .nav-top li {
    width: 100% !important;
    float: left !important;
    margin: 0;
    height: 38px;
    display: table !important;
  }
  .nav-top li a {
    width: 100%;
    display: block;
  }
  .nav-top select {
    margin: 3px;
    padding: 2px 5px !important;
    height: 30px;
  }
  .nav-top .lang {
    float: left;
    width: 100% !important;
  }
  .nav-top .lang .title {
    color: #fff;
    float: left;
    padding: 5px 5px 5px 20px;
    font-size: 1em;
  }
  .nav-top .share_icon {
    text-align: center;
    width: 100%;
    float: left;
    padding: 2px;
  }
  .nav-top .share_icon a {
    width: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    padding: 5px 10px !important;
    width: 40px;
    margin: 0 5px;
  }
  .nav-top a i {
    font-size: 1.2em;
    width: 40px;
  }
  /*mobile serach*/
  #header .header-nav-features {
    padding-left: 0;
  }
  #header .header-nav-features a {
    padding: 10px;
  }
  #header .header-nav-features .header-nav-features-dropdown {
    margin-right: -100px;
    width: 101vw;
  }
  #header .header-nav-features .header-nav-features-dropdown.show {
    top: 20px;
    background: #f5f5f5;
    padding: 13px 10px 18px 15px;
  }
  #header .header-nav-features:before, #header .header-nav-features:after {
    display: none;
  }
  #header .header-nav-features .header-nav-top-icon, #header .header-nav-features .header-nav-top-icon-img {
    color: #00a651;
  }
  .search_box {
    margin: -5px 0 0 0 !important;
  }
  .search_box label {
    background: #fff;
    max-width: 100%;
  }
  /*main*/
  .main {
    padding-top: 52px;
  }
  .main .container {
    padding: 15px 15px 30px 15px;
  }
  .main .sidebar_menu {
    display: none;
  }
  .main .main_con {
    width: 100% !important;
  }
  /*page_share*/
  .page_share img {
    width: 35px;
  }
  /*index*/
  .index_box {
    padding: 70px 15px 20px 15px;
  }
  /*index_link*/
  .index_link .item {
    width: 50%;
    font-size: 1.2em;
  }
  .index_link .item a {
    padding: 15px;
  }
  /*footer*/
  #footer {
    font-size: 0.8em;
    line-height: 190%;
  }
  #footer .footer_03 {
    padding: 0 5%;
  }
  #footer .footer_03 .item {
    width: 100%;
  }
  #footer .footer_03 .item img {
    max-width: 150px;
  }
  #footer .footer_menu {
    padding: 15px 0 0 0;
  }
  #footer .menu li {
    width: 50%;
    float: left;
    padding-right: 10px;
  }
  #footer .menu li:nth-child(2n+1) {
    clear: both;
  }
  /*page_top*/
  /*site_list*/
  .site_list > .list > .item {
    float: left;
    height: calc(100% + 60px) !important;
  }
  .site_list > .list > .item .no {
    display: block;
    width: 100%;
  }
  .site_list > .list > .item .font {
    display: block;
    width: 100% !important;
  }
  .site_list > .list > .item .font ul > li > .btn_02 {
    padding: 8px 10px !important;
    font-size: 0.85em !important;
  }
  .site_list > .list > .item .order_btn {
    width: 100%;
    position: relative;
    float: right;
    right: -10px;
  }
  .site_list > .list > .item .order_btn a {
    padding: 3px 5px;
    display: inline-block;
  }
  .heart_icon {
    position: absolute;
    top: 0;
    right: 5px;
  }
  .order_state {
    display: inline-block;
    padding-left: 5px;
  }
  /*page_number*/
  #page_number .page_icon {
    text-align: center;
  }
  /*form*/
  /*edit_con*/
  .page_nav {
    font-size: 0.85em;
  }
  .page_nav .nav-link {
    padding: 0.3rem 1rem;
  }
  /*流程圖*/
  .mt-element-step {
    font-size: 0.65em;
  }
  .mt-element-step .mt-step-number {
    padding: 2px 0 !important;
    height: 30px !important;
    width: 30px !important;
  }
  .mt-element-step .mt-step-title:after {
    top: -20px !important;
  }
  .mt-element-step .mt-step-title:before {
    top: -20px !important;
  }
  /*prod_list*/
  .prod_list {
    border-radius: 10px;
  }
  .prod_list .item {
    width: 47%;
    margin: 1.5%;
    border-radius: 10px;
  }
  .prod_list .item:nth-child(4n+1), .prod_list .item:nth-child(3n+1) {
    clear: none;
  }
  .prod_list .item:nth-child(2n+1) {
    clear: both;
  }
  .prod_list .item .img img {
    border-radius: 10px 10px 0 0;
  }
  .prod_list .item .font {
    padding: 10px;
    font-size: 0.8em;
  }
  .prod_list .item .quantity_car .quantity {
    width: calc(100% - 70px);
  }
  .prod_list .item .quantity_car .text_box {
    padding: 3px 5px !important;
  }
  .prod_list .item .quantity_car .add_car {
    width: 70px;
  }
  /*order_info*/
  .order_info {
    font-size: 0.8em;
    padding: 3px 15px 3px 5px !important;
    border-radius: 0 20px 20px 0;
  }
  /*order_list*/
  .order_list > .item {
    display: block !important;
    float: left;
  }
  .order_list > .item:nth-last-child(1) {
    border: none;
  }
  .order_list > .item:nth-last-child(1) > div:nth-child(2) {
    display: none;
  }
  .order_list > .item:nth-last-child(1) > div:nth-child(3) {
    max-width: calc(25% - 100px);
  }
  .order_list > .item:nth-last-child(1) > div:nth-child(4), .order_list > .item:nth-last-child(1) > div:nth-child(5) {
    transform: translateY(0%);
  }
  .order_list > .item > div {
    float: left;
    display: block;
    padding: 5px;
  }
  .order_list > .item > div:nth-child(1) {
    width: 100px;
  }
  .order_list > .item > div:nth-child(2) {
    width: calc(100% - 100px);
    min-height: 100px;
  }
  .order_list > .item > div:nth-child(3) {
    transform: translateY(0%);
    font-size: 0.9em;
    width: 22%;
  }
  .order_list > .item > div:nth-child(4) {
    transform: translateY(0%);
    font-size: 0.9em;
    width: 40%;
  }
  .order_list > .item > div:nth-child(5) {
    transform: translateY(0%);
    font-size: 0.9em;
    width: 28%;
  }
  .order_list > .item > div:nth-child(6) {
    transform: translateY(0%);
    width: 10%;
  }
  /*order_subtotal*/
  .order_subtotal {
    font-size: 0.9em;
  }
  .order_subtotal > .item .subtotal_title {
    width: calc(100% - 165px);
  }
  .order_subtotal > .item .subtotal_price {
    width: 165px;
    padding-right: calc(10% + 5px);
  }
  /*order_total*/
  .order_total {
    font-size: 0.9em;
  }
  .order_total > .item > div:nth-child(1) {
    width: calc(100% - 80px);
  }
  .order_total > .item > div:nth-child(2) {
    width: 80px;
    padding-right: 10px;
  }
  /*order_record*/
  .order_record .list .item {
    display: block;
  }
  .order_record .list .item .record_time {
    display: block;
    width: 100%;
  }
  .order_record .list .item .record_font {
    display: block;
    width: 100%;
  }
  /*智能客服smart robot*/
  .ai_msg .message_con .message_left .img {
    width: 40px;
  }
  .ai_msg .message_con .message_left .font {
    margin-left: 35px;
  }
  .ai_msg .message_con .message_right .img {
    width: 30px;
  }
  .ai_msg .message_con .message_right .img i {
    font-size: 1.9em;
  }
  .ai_msg .message_con .message_right .font {
    margin-right: 40px;
  }
  .ai_msg .message_con .message_right .con_font {
    margin: 5px 0 5px 35px;
  }
  .ai_msg .message_con img {
    width: 30px;
    margin: 5px 5px 5px 0;
  }
  /*menu_type_list*/
  .menu_type_list .item {
    width: 26.6666666667%;
    margin: 10px;
  }
  .menu_type_list .item:nth-child(3n+1) {
    clear: both;
  }
  .menu_type_list .item a .box {
    border-radius: 5px;
  }
  .menu_type_list .item a .box:before {
    top: 5px;
    left: 5px;
  }
  .menu_type_list .item a .box .img .svg-img {
    width: 70px;
    height: 70px;
  }
  .menu_type_list .item a .box .title {
    font-size: 1em;
  }
  /*menu_list_01*/
  .menu_list_01 .item {
    width: 33.3333333333%;
  }
  .menu_list_01 .item:nth-child(4n+1) {
    clear: none;
  }
  .menu_list_01 .item:nth-child(3n+1) {
    clear: both;
  }
}
@media (max-width: 480px) {
  /*prod_list*/
  .prod_list .item .quantity_car .quantity {
    width: 100px;
  }
  .prod_list .item .quantity_car .quantity .text_box {
    max-width: 55px;
  }
  .prod_list .item .quantity_car .add_car {
    width: calc(100% - 100px);
  }
  .prod_list .item .quantity_car .add_car span {
    display: none;
  }
  .prod_list .item .quantity_car .add_car a i {
    padding-right: 0px;
  }
  /*order_list*/
  .order_list > .item:nth-last-child(1) > div:nth-child(3) {
    display: none;
  }
  .quantity .text_box {
    max-width: 60px;
  }
  .order_list > .item > div:nth-child(4) {
    width: 120px;
  }
  /*menu_type_list*/
  .menu_type_list .item {
    width: 37.5%;
    margin: 10px;
  }
  .menu_type_list .item:nth-child(3n+1) {
    clear: none;
  }
  .menu_type_list .item:nth-child(2n+1) {
    clear: both;
  }
  .menu_type_list .item a .box .img .svg-img {
    width: 50px;
    height: 50px;
  }
  .menu_type_list .item a .box .title {
    font-size: 0.9em;
  }
  /*menu_list_01*/
  .menu_list_01 .item {
    width: 50%;
  }
  .menu_list_01 .item:nth-child(4n+1), .menu_list_01 .item:nth-child(3n+1) {
    clear: none;
  }
  .menu_list_01 .item:nth-child(2n+1) {
    clear: both;
  }
}
/*print_con_table*/
.print_con_table {
  width: 1100px;
  padding: 20px 15px 15px 15px;
  margin: 0 auto;
  background: transparent;
  position: relative;
}
.print_con_table .title {
  font-size: 1.2em;
  text-align: center;
  font-family: "微軟正黑體";
}
.print_con_table .logo {
  max-width: 200px;
  margin: 0 auto;
}
.print_con_table h2 {
  text-align: center;
  margin: 15px 0 10px 0;
}
.print_con_table .print_date {
  float: right;
  margin-top: -55px;
  font-size: 0.85em;
  text-align: right;
  line-height: 150%;
}
.print_con_table .table_info {
  width: 100%;
  font-size: 0.85em;
}
.print_con_table .table_info td {
  line-height: 160%;
  vertical-align: top;
}
.print_con_table .table_info td:nth-child(2) {
  padding-right: 10px;
}
.print_con_table .table_order {
  font-size: 0.8em;
}
.print_con_table .table_order th {
  line-height: 130%;
  padding: 5px;
  background: #666;
  color: #fff;
}
.print_con_table .table_order td {
  line-height: 130%;
  padding: 5px;
}
.print_con_table .table_order .subtotal {
  background: #f5f5f5;
  border: none;
}
.print_con_table .table_order .subtotal .price {
  font-size: 1.2em;
  font-weight: bold;
}
.print_con_table .table_order .subtotal tr, .print_con_table .table_order .subtotal td {
  border: none;
}
.print_con_table .table_order .total {
  background: rgba(244, 227, 149, 0.3);
  border: none;
}
.print_con_table .table_order .total .price {
  font-size: 1.4em;
  font-weight: bold;
  color: #900;
}
.print_con_table .table_order .total td {
  border: none;
}
.print_con_table .table_order .total_border {
  border-top: double #ccc 3px;
}
.print_con_table .table-bordered td, .print_con_table .table-bordered th {
  border: 1px solid #999 !important;
}

.note {
  font-size: 0.9em;
  margin-top: -20px;
}
.note .note_list {
  margin-bottom: 0;
}

.article_con {
  font-size: 0.8em;
}

.print_btn {
  padding: 20px;
  text-align: center;
}

.print_top_btn {
  position: absolute;
  top: 10px;
  right: 10px;
}
.print_top_btn button {
  border: none;
  background: #00a651;
  border-radius: 4px;
  width: 32px;
}
.print_top_btn button i {
  color: #fff;
}
.print_top_btn button:hover {
  background: #1c5136;
}

/*-----------------------------------------for編輯器--------------------------------------------*/
h2, h3, h4, h5, h6 {
  text-transform: none;
}

img {
  max-width: 100%;
  height: auto !important;
}

.font-xlarge {
  font-size: 140%;
}

.font-large {
  font-size: 120%;
}

.font-small {
  font-size: 80%;
}

.font-xsmall {
  font-size: 60%;
}

.w-100 {
  width: 100%;
}

.w-80 {
  width: 80%;
}

.w-800 {
  max-width: 800px;
}

.w-600 {
  max-width: 600px;
}

.w-400 {
  max-width: 400px;
}

.w-200 {
  max-width: 200px;
}

.w-auto {
  width: auto;
  max-width: 100%;
}

.input-xlarge {
  width: 420px !important;
}

.input-large {
  width: 320px !important;
}

.input-medium {
  width: 240px !important;
}

.input-small {
  width: 145px !important;
}

.input-xsmall {
  width: 80px !important;
}

.float_left, .float-left {
  float: left;
}

.float_right, .float-right {
  float: right;
}

.text_center, .text-center {
  text-align: center;
}

.text_right, .text-right {
  text-align: right !important;
}

.text_left, .text-left {
  text-align: left !important;
}

.red {
  color: #900 !important;
}

.white, a.white {
  color: #ffffff !important;
}

.black {
  color: #000 !important;
}

.gray {
  color: #666 !important;
}

.gray_01 {
  color: #f5f5f5 !important;
}

.gray_02 {
  color: #ccc !important;
}

.gray_03 {
  color: #999 !important;
}

.gray_04 {
  color: #666 !important;
}

.gray_05 {
  color: #333 !important;
}

.blue_01 {
  color: #3e76b6 !important;
}

.blue_02 {
  color: #003f86 !important;
}

.green_01 {
  color: #588216 !important;
}

.green_02 {
  color: #00693E !important;
}

.orange_01 {
  color: #C45519 !important;
}

.orange_02 {
  color: #a6410a !important;
}

.brown_01 {
  color: #817461 !important;
}

.brown_02 {
  color: #513710 !important;
}

.pink {
  color: #B648B7 !important;
}

.purple {
  color: #800080 !important;
}

.bg_red {
  background: #c00 !important;
}

.bg_white {
  background: #ffffff !important;
}

.bg_black {
  background: #000 !important;
}

.bg_gray {
  background: #666 !important;
}

.bg_gray_01 {
  background: #f5f5f5 !important;
}

.bg_gray_02 {
  background: #ccc !important;
}

.bg_gray_03 {
  background: #999 !important;
}

.bg_gray_04 {
  background: #666 !important;
}

.bg_gray_05 {
  background: #333 !important;
}

.bg_blue_01 {
  background: #3e76b6 !important;
}

.bg_blue_02 {
  background: #003f86 !important;
}

.bg_green_01 {
  background: #588216 !important;
}

.bg_green_02 {
  background: #00693E !important;
}

.bg_orange_01 {
  background: #C45519 !important;
}

.bg_orange_02 {
  background: #a6410a !important;
}

.bg_brown_01 {
  background: #817461 !important;
}

.bg_brown_02 {
  background: #513710 !important;
}

.bg_pink {
  background: #B648B7 !important;
}

.bg_purple {
  background: #800080 !important;
}

.required {
  color: #900;
  font-size: 0.9em;
  line-height: 140%;
  padding: 3px 0;
}

.img_padding {
  padding: 10px;
}

.img_padding[align=left] {
  padding: 0 30px 30px 0;
}

.img_padding[align=right] {
  padding: 0 0 30px 30px;
}

.img_pic {
  border: solid #ddd 1px;
  padding: 10px;
  box-shadow: 0px 0px 2px 2px rgba(51, 51, 51, 0.1);
}

.margin_auto {
  margin: 0 auto !important;
}

.nomargin {
  margin: 0 !important;
}

.nopadding {
  padding: 0 !important;
}

.blockquote_font {
  max-width: 96%;
  margin: 30px auto;
  color: #333;
  border-left: 6px solid #2b50a8;
  padding-left: 1.5em;
}

table[align=center] {
  margin-left: auto;
  margin-right: auto;
}

.align-m {
  vertical-align: middle !important;
}

.align-t {
  vertical-align: top !important;
}

.align-b {
  vertical-align: bottom !important;
}

.display_none {
  display: none;
}

.display_inline {
  display: inline-block !important;
}

.font_nowrap {
  white-space: nowrap;
}

.btn_margin {
  margin: 2px;
}

.footer_laypu {
  display: inline-block;
}

@media (max-width: 480px) {
  .input-xlarge, .input-large, .input-medium, .input-small, .input-xsmall {
    max-width: 100% !important;
  }
}
/*table*/
.table {
  display: table;
  border-color: #ddd;
  width: 100%;
  margin-bottom: 20px;
  border-spacing: 0;
}
.table > :not(:first-child) {
  border-top: none;
}
.table thead {
  background: #e9e9e9;
}
.table thead th {
  border-bottom: none;
  border-left: none;
  border-right: none;
  padding: 10px;
  line-height: 130%;
  vertical-align: middle;
  text-align: center;
  font-weight: 400;
}
.table tbody tr {
  border-bottom: 1px solid #ddd;
}
.table tbody td {
  line-height: 170%;
  border-top: none;
  padding: 8px 10px;
  vertical-align: middle;
}
.table tbody td ol, .table tbody td ul {
  padding-left: 25px;
}
.table tbody td a {
  padding: 5px 10px;
  color: #666;
}
.table tbody td a.btn_01:hover {
  background: #1c5136 !important;
  color: #fff !important;
}
.table tbody td a:hover i:before {
  color: #1c5136 !important;
}
.table.table-bordered {
  border: 1px solid #ddd;
}
.table.table-bordered td, .table.table-bordered th {
  border: 1px solid #ddd;
}
.table.table-center th, .table.table-center td {
  text-align: center;
}
.table.table-even tr:nth-child(even) {
  background: #f5f5f5;
}
.table.table-hover tbody tr {
  border-bottom: 1px solid #ddd;
}
.table.table-hover tbody tr:hover > td {
  background: #f1fff8 !important;
  color: #fff;
}
.table.table-hover tbody tr:hover > td a:hover {
  color: #1c5136 !important;
}
.table.table-hover tbody tr:hover a {
  color: #fff;
}
.table.table-hover tbody tr:hover a.btn_01:hover {
  background: #1c5136 !important;
  color: #fff !important;
}
.table.table-hover tbody tr:hover a:focus i:before {
  color: #1c5136 !important;
}

table[align=center] {
  margin-left: auto;
  margin-right: auto;
}

.table-cell {
  display: table-cell;
}

/*table scroll*/
.table-scrollable {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  border: none;
}

.table-scrollable > .table, .table-scrollable > table {
  width: 100% !important;
  margin: 0 !important;
  min-width: 700px;
}

@media (max-width: 480px) {
  .table.m_100 > .table-row {
    display: block;
    width: 100%;
  }
  .table.m_100 > .table-row > .table-cell {
    display: block;
    width: 100%;
  }
  .table.m_100 .text-right {
    text-align: left !important;
  }
}
/*page_info*/
.page_info .table-row .table-cell:first-child {
  font-weight: bold;
}

.page_info .table-row .table-cell:first-child:before {
  content: "|";
  color: #bda26d;
  padding-right: 10px;
}

.page_info .table-cell {
  border-bottom: solid #ddd 1px;
  padding: 5px;
}

@media (max-width: 480px) {
  .page_info .table-row .table-cell:first-child {
    border-bottom: none;
    width: 100% !important;
    padding: 0 5px;
  }
  .page_info .table-row .table-cell:nth-child(2) {
    padding: 5px 5px 5px 20px;
  }
  .page_info.m_100 > .table-row {
    margin-bottom: 10px;
  }
}
/*縮排*/
.paddingleft22 {
  padding-left: 22px;
}

.textindent22 {
  text-indent: -22px;
}

.text_indent {
  text-indent: 2em;
}

/*edit_con*/
.edit_con {
  /*float: left;*/
  width: 100%;
}

.edit_con ul, .edit_con ol {
  padding-left: 30px;
  /*float:left;*/
  width: 100%;
  clear: both;
}

.edit_con a {
  color: #3e76b6;
  /*text-decoration:underline;*/
}

/*清單*/
.ol_01 {
  list-style-type: cjk-ideographic; /*一, 二, 三*/
}

.ol_02 {
  list-style-type: upper-latin; /*A, B, C*/
}

.ol_03 {
  list-style-type: lower-alpha; /*a, b, c*/
}

.ol_04 {
  list-style-type: decimal; /*1,2,3*/
}

.ul_01 {
  list-style-type: square; /*實心方塊*/
}

.ul_02 {
  list-style-type: disc; /*實心圓*/
}

.ul_none, .ol_none {
  list-style: none;
  padding-left: 0;
}

.ul_w50 {
  float: left;
  width: 100%;
}

.ul_w50 li {
  float: left;
  width: calc(50% - 40px);
  padding-right: 30px;
}

.ul_w50 li:nth-child(2n+1) {
  clear: both;
}

.ul_line {
  list-style: none;
}

.ul_line li:before {
  content: "-";
  display: inline-block;
  color: #e4c916;
  padding-right: 10px;
  font-weight: bold;
  margin-left: -16px;
}

@media (max-width: 767px) {
  .ul_w50 li {
    width: calc(100% - 40px);
  }
}
/*for IE*/
@media screen\0  {
  .ol_01 {
    list-style-type: decimal-leading-zero; /*01,02,03*/
  }
}
/*錨點*/
.anchor_list {
  float: left;
  width: 100%;
  list-style: none;
  margin-bottom: 15px;
  margin-left: 0px;
  padding-left: 0 !important;
}

.anchor_list a {
  float: left;
  padding: 5px 15px;
  border-radius: 5px;
  color: #333;
  margin: 5px 6px 5px 3px;
  border: solid #ccc 1px;
  text-decoration: none;
  box-shadow: none;
}

.anchor_list li {
  float: left;
}

.anchor_list a:hover, .anchor_list a:focus {
  background: #eee;
  color: #333;
}

.anchor_list a.active {
  background: #3e76b6;
  color: #fff;
  border: solid #3e76b6 1px;
}

@media (max-width: 767px) {
  .anchor_list a {
    font-size: 0.9em;
    padding: 3px 8px;
  }
}
/*頁籤*/
.tabs {
  float: left;
  width: 100%;
}

.tabs .nav > li > a {
  padding: 5px 15px;
  border-radius: 6px;
  margin-right: 5px;
  border: solid #ccc 1px;
  background-color: transparent;
  margin: 3px;
  color: #333;
  text-decoration: none;
  font-size: 1em;
  line-height: 170%;
}

.nav-tabs {
  border-bottom-color: transparent;
  /*text-align:center;*/
  font-size: 1em;
  margin-bottom: 15px;
  padding-left: 0 !important;
  list-style: none;
}

.nav-tabs li {
  display: inline-block;
  float: none;
}

.nav-tabs li a {
  border: none !important;
  background: #fff !important;
}
.nav-tabs li a:hover {
  background: #00a651 !important;
  color: #fff !important;
}

.nav-tabs li.active a,
.nav-tabs li.active a:focus, .nav-tabs li.active a:hover {
  background-color: #f15a22 !important;
  color: #fff !important;
}

.tab-content {
  float: left;
  width: 100%;
  border-radius: none;
  box-shadow: none;
  background-color: transparent;
  border: none;
  padding: 0;
  /*border:solid #ccc 1px;*/
  padding: 0;
}

/*併排*/
[class^=list_0] .title, .list_img .title, .list_font .title {
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  [class^=list_0] .title, .list_img .title, .list_font .title, .list_icon_img .title {
    font-size: 1.1em;
  }
}
/*併排5*/
.list_05 {
  float: left;
  width: 100%;
}

.list_05 > .item {
  display: inline-block;
  width: 16.5%;
  margin: 1.5%;
  vertical-align: top;
  line-height: 150%;
}

.list_05 > .item img {
  margin-bottom: 5px;
}

.list_05 > .item:nth-child(5n+1) {
  clear: both;
}

.list_05.nomargin > .item {
  margin: 0;
  width: 25%;
}

@media (max-width: 767px) {
  .list_05 > .item {
    width: 28%;
    margin: 2%;
  }
  .list_05 > .item:nth-child(5n+1) {
    clear: none;
  }
  .list_05 > .item:nth-child(3n+1) {
    clear: both;
  }
  .list_05.nomargin > .item {
    margin: 0;
    width: 33.3%;
  }
}
@media (max-width: 480px) {
  .list_05 > .item {
    width: 43%;
    margin: 3%;
  }
  .list_05 > .item:nth-child(5n+1), .list_05 > .item:nth-child(3n+1) {
    clear: none;
  }
  .list_05 > .item:nth-child(2n+1) {
    clear: both;
  }
  .list_05 > .item img {
    width: 100%;
  }
  .list_05.nomargin > .item {
    margin: 0;
    width: 50%;
  }
}
/*併排4*/
.list_04 {
  float: left;
  width: 100%;
}

.list_04 > .item {
  float: left;
  width: 22%;
  margin: 1.5%;
}

.list_04 > .item img {
  margin-bottom: 5px;
}

.list_04 > .item:nth-child(4n+1) {
  clear: both;
}

.list_04.nomargin > .item {
  margin: 0;
  width: 25%;
}

@media (max-width: 767px) {
  .list_04 > .item {
    width: 29.3%;
    margin: 2%;
  }
  .list_04 > .item:nth-child(4n+1) {
    clear: none;
  }
  .list_04 > .item:nth-child(3n+1) {
    clear: both;
  }
  .list_04.nomargin > .item {
    margin: 0;
    width: 33.3%;
  }
}
@media (max-width: 480px) {
  .list_04 > .item {
    width: 44%;
    margin: 3%;
  }
  .list_04 > .item:nth-child(4n+1), .list_04 > .item:nth-child(3n+1) {
    clear: none;
  }
  .list_04 > .item:nth-child(2n+1) {
    clear: both;
  }
  .list_04 > .item img {
    width: 100%;
  }
  .list_04.nomargin > .item {
    margin: 0;
    width: 50%;
  }
}
/*併排4-2*/
.list_04-2 {
  float: left;
  width: 100%;
}

.list_04-2 > .item {
  float: left;
  width: 22%;
  margin: 1.5%;
}

.list_04-2 > .item img {
  margin-bottom: 5px;
}

.list_04-2 > .item:nth-child(4n+1) {
  clear: both;
}

.list_04-2.nomargin > .item {
  margin: 0;
  width: 25%;
}

@media (max-width: 767px) {
  .list_04-2 > .item {
    width: 44%;
    margin: 3%;
  }
  .list_04-2 > .item:nth-child(4n+1) {
    clear: none;
  }
  .list_04-2 > .item:nth-child(2n+1) {
    clear: both;
  }
  .list_04-2.nomargin > .item {
    margin: 0;
    width: 50%;
  }
}
@media (max-width: 480px) {
  .list_04-2 > .item {
    width: 90%;
    margin: 5%;
  }
  .list_04-2 > .item:nth-child(even) {
    margin: -1% 5% 5% 5%;
  }
  .list_04-2 > .item img {
    margin-bottom: 0;
  }
  .list_04-2.nomargin > .item {
    margin: 0;
    width: 100%;
  }
}
/*併排3*/
.list_03 {
  float: left;
  width: 100%;
}

.list_03 > .item {
  float: left;
  width: 29.3%;
  margin: 2%;
}

.list_03 > .item img {
  margin-bottom: 5px;
}

.list_03 .item:nth-child(3n+1) {
  clear: both;
}

.list_03.nomargin > .item {
  margin: 0;
  width: 33.3%;
}

@media (max-width: 767px) {
  .list_03 > .item {
    width: 46%;
  }
  .list_03 > .item:nth-child(3n+1) {
    clear: none;
  }
  .list_03 > .item:nth-child(2n+1) {
    clear: both;
  }
  .list_03.nomargin > .item {
    margin: 0;
    width: 50%;
  }
}
@media (max-width: 480px) {
  .list_03 > .item {
    width: 90%;
    margin: 5%;
  }
  .list_03 > .item img {
    width: 100%;
  }
  .list_03.nomargin > .item {
    margin: 0;
    width: 100%;
  }
}
/*併排2*/
.list_02 {
  float: left;
  width: 100%;
}

.list_02 > .item {
  float: left;
  width: 44%;
  margin: 3%;
}

.list_02 > .item img {
  margin-bottom: 5px;
}

.list_02 > .item:nth-child(2n+1) {
  clear: both;
}

.list_02.nomargin > .item {
  margin: 0;
  width: 50%;
}

@media (max-width: 767px) {
  .list_02 > .item {
    width: 90%;
    margin: 5%;
  }
  .list_02.nomargin > .item {
    margin: 0;
    width: 100%;
  }
}
/*併排1+3*/
.list_img {
  float: left;
  width: 100%;
}

.list_img > .item:nth-child(2n-1) {
  float: left;
  width: 20%;
  margin: 2.5%;
}

.list_img > .item:nth-child(2n) {
  float: left;
  width: 70%;
  margin: 2.5%;
}

.list_img > .item img {
  margin-bottom: 5px;
}

.list_img > .item:nth-child(2n+1) {
  clear: both;
}

.list_img.nomargin > .item {
  margin: 0;
}

.list_img.nomargin > .item:nth-child(2n-1) {
  width: 25%;
}

.list_img.nomargin > .item:nth-child(2n) {
  width: 75%;
}

@media (max-width: 480px) {
  .list_img > .item {
    width: 95% !important;
  }
  .list_img.nomargin > .item {
    margin: 0;
    width: 100%;
  }
}
/*併排3+1*/
.list_font {
  float: left;
  width: 100%;
}

.list_font > .item:nth-child(2n) {
  float: left;
  width: 20%;
  margin: 2.5%;
}

.list_font > .item:nth-child(2n-1) {
  float: left;
  width: 70%;
  margin: 2.5%;
}

.list_font > .item img {
  margin-bottom: 5px;
}

.list_font > .item:nth-child(2n+1) {
  clear: both;
}

.list_font.nomargin > .item {
  margin: 0;
}

.list_font.nomargin > .item:nth-child(2n) {
  width: 25%;
}

.list_font.nomargin > .item:nth-child(2n-1) {
  width: 75%;
}

@media (max-width: 480px) {
  .list_font > .item {
    width: 95% !important;
  }
  .list_font.nomargin > .item {
    margin: 0;
    width: 100%;
  }
}
/*youtube影片*/
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

@media print {
  /*清除網址*/
  a[href]:after {
    content: none !important;
  }
  /*顯示背景圖*/
  *,
  *:before,
  *:after {
    background-color: inherit !important;
  }
  .bg_print {
    -webkit-print-color-adjust: exact !important; /* Chrome, Safari */
    print-color-adjust: exact !important; /* Chrome, Safari */
    color-adjust: exact !important; /*Firefox*/
  }
  /*解決Safari 在列印時使用異常小的字體*/
  .container {
    width: auto;
  }
  .con_box {
    margin: 0;
    border: initial;
    border-radius: initial;
    width: initial;
    min-height: initial;
    box-shadow: initial;
    background: initial;
    page-break-after: always;
  }
  .print_top_btn {
    display: none;
  }
}
/*列印尺寸電腦版*/
@page {
  size: A3;
  margin: 0;
}
/*rwd table*/
.rwd-table {
  background: #fff;
  overflow: hidden;
  min-width: 100%;
  /*font-size: 0.9em;*/
  color: #333;
}

.rwd-table th {
  display: none;
}

.rwd-table td {
  display: block;
}

.rwd-table td:before {
  content: attr(data-th) " : ";
  font-weight: bold;
  width: 9em;
  display: inline-block;
  color: #333;
}

.rwd-table.table-hover tr:hover td:before {
  color: #fff;
}

.rwd-table.table-bordered > tbody > tr > td {
  border-top: none;
  border-left: none;
  line-height: 150%;
}

.rwd-table td:nth-child(1) {
  /*border-top: solid #ddd 1px !important;*/
}

@media (min-width: 769px) {
  /*rwd table*/
  .rwd-table td:before {
    display: none;
  }
  .rwd-table th, .rwd-table td {
    display: table-cell;
    padding: 0.25em 0.5em;
  }
}
@media (max-width: 769px) {
  /*rwd table*/
  .rwd-table.table {
    border: none;
  }
  .rwd-table tr td:nth-child(1) {
    border-top: solid #ddd 1px !important;
  }
  .rwd-table tr td {
    border-bottom: solid #ddd 1px !important;
  }
  .rwd-table tr {
    margin-top: 20px;
  }
  .rwd-table.table-center td {
    text-align: left !important;
  }
  .rwd-table tbody tr {
    display: table;
    width: 100%;
    border: solid #ddd 1px;
  }
  .rwd-table tbody tr td {
    display: table-row;
  }
  .rwd-table tbody tr td:before {
    display: table-cell;
    padding: 8px;
    text-align: right;
  }
  .rwd-table .text-end, .rwd-table .text-center {
    text-align: left !important;
  }
}/*# sourceMappingURL=style.css.map */