﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	vertical-align: bottom;
}
body {
	line-height: 1;
	letter-spacing: 0.05rem;
	word-wrap: break-word;
	font-family: "Microsoft JhengHei UI", "Heiti TC", "黑體-繁", "微軟正黑體", "Microsoft JhengHei", "微軟雅黑體", "Microsoft YaHei", DFKai-SB;
	border-color: #406238;
}

#loading{background-color:rgba(0,0,0,0.81);left:0;right:0;top:0;bottom:0;position:fixed;z-index:9999999;display:none;}
#loading img{position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);}
*:focus { outline: none; }
#inputBT:focus { outline: 1px solid #164e48; }

.Top {
		display: none;
}
.BTT {
	position: relative;
	display: block;
	width: 50px;
	padding: 20px 20px 5px 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	left: 0;
	right: 0;
	z-index: 9999999;
}
.BG {
	width: 100%;
	height: 100vh;
	background-color: #ff40b4;
}
.MouseOver {
	transform: scale3d(1,1,1);
	-webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.MouseOver:hover {
	transform: scale3d(1.1,1.1,1.1);
	filter: brightness(1.1);
}

.Container {
	width: 100%;
	min-width:320px;
	max-width:640px;
	margin: auto;
	left: 0;
	right: 0;
	height: auto;
	position: absolute;
	z-index: 99;
	overflow: hidden;
	padding-bottom: 58px;
}
.disable {
	display: none;
}
.Header {
	position: fixed;
	z-index: 999;
	width: 100%;
	background-color: #145750;
}
.Header .Back {
	position: absolute;
	z-index: 9;
}
.Header .Title{
	width: 100%;
	padding: 15px;
	position: relative;
	text-align: center;
	line-height: 1.3em !important;
}
.Header .Status {
	width: 100%;
	display: block;
	background-color: #2f847b;
	padding: 15px 0;
	text-align: center;
	-webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.Header a.Status:hover {
	background-color: #3b9a90;
}
.Bar {
	width: 100%;
    float: left;
 	background: #fff;
 	padding: 30px 0;
	font-size: 1.5rem;
	font-weight: bold;
 	color: #2a2a2a;
	text-align: center;
	border-bottom: #e0e0e0 1px solid !important;
}
.CataBar {
	    width: 100%;
    float: left;
  background: #fafafa;
  padding: 10px 0;
	font-size: 1.2rem;
  color: #2a2a2a;
	text-align: center;
	border-bottom: #e0e0e0 1px solid !important;
}
.Caution {
	width: 100%;
	padding: 50px 0;
	color: #ff3434;
	text-align: center;
	float: left;
	font-weight: bold;
}
.List {
	width: calc(100% - 10px);
	height: auto;
	position: relative;
	background-color: #fff;
	border-bottom: #e0e0e0 1px solid !important;
	float: left;
	padding: 5px;
}
.List .Product {
	width: 60px;
	height: 60px;
	padding: 10px;
	float: left;
}
.List .Info {
	width: calc(100% - 160px);
	float: left;
}
.List .Info .Text {
	margin-top: 25px;
	margin-bottom: 10px;
}
.Info .Text .Note {
	padding-top: 5px;
}
.List .Item {
	width: calc(100% - 45px);
	float: left;
}
.List .Price {
	width: 45px;
	text-align: right;
	float: right;
}
.List .CS {
	width: 70px;
	height: 70px;
	margin: 5px;
	position: relative;
	float: left;
	background-color: #145750;
	border-radius: 100%;
	font-size: 1.3rem;
	color: #fafafa;
	line-height: 3.5rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
.List .Cross {
	width: 60px;
	height: 60px;
	margin: 10px;
	position: relative;
	float: left;
	background-color: #ff3434;
	background-image: url(../img/cross.png);
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 100%;
}
.List .CS .Count{
width: auto;
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px;
	border: solid 2px #145750;
	color: #145750;
	border-radius: 20px;
	background-color: #fff;
	font-size: 0.6rem;
	line-height: 0.6rem;
}
.List .Cross .Count{
width: auto;
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px;
	border: solid 2px #ff3434;
	color: #ff3434;
	border-radius: 20px;
	background-color: #fff;
	font-size: 0.6rem;
	line-height: 0.6rem;
}
.ListTwo {
	width: calc(100% - 10px);
	height: auto;
	position: relative;
	background-color: #fff;
	border-bottom: #e0e0e0 1px solid !important;
	float: left;
	padding: 5px;
}
.ListTwo .Product {
	width: 60px;
	height: 60px;
	padding: 10px;
	float: left;
}
.ListTwo .Info {
	width: calc(100% - 240px);
	float: left;
}
.ListTwo .Info .Text {
	margin-top: 25px;
	margin-bottom: 10px;
}
.Info .Text .Note {
	padding-top: 5px;
}
.ListTwo .Item {
	width: calc(100% - 45px);
	float: left;
}
.ListTwo .Price {
	width: 45px;
	text-align: right;
	float: right;
}
.ListTwo .Hot {
	width: 70px;
	height: 70px;
	margin: 5px;
	position: relative;
	float: left;
	background-color: #ff8282;
	background-image: url(../img/drink-hot.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 60%;
	border-radius: 100%;
	font-size: 1.3rem;
	color: #fafafa;
	line-height: 3.5rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
.ListTwo .Cold {
	width: 70px;
	height: 70px;
	margin: 5px;
	position: relative;
	float: left;
	background-color: #37a3ff;
	background-image: url(../img/drink-cold.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 55%;
	border-radius: 100%;
	font-size: 1.3rem;
	color: #fafafa;
	line-height: 3.5rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}


.ListTwo .Disable {
width: 70px;
	height: 70px;
	margin: 5px;
	float: left;
	background-color: #f0f0f0;
	border-radius: 100%;
}
.ListTwo .Cold .Count{
width: auto;
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px;
	border: solid 2px #37a3ff;
	color: #37a3ff;
	border-radius: 20px;
	background-color: #fff;
	font-size: 0.6rem;
	line-height: 0.6rem;
}
.ListTwo .Hot .Count{
width: auto;
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px;
	border: solid 2px #ff8282;
	color: #ff8282;
	border-radius: 20px;
	background-color: #fff;
	font-size: 0.6rem;
	line-height: 0.6rem;
}
.BottomBTN {
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
}
.CountBTN {
	position: relative;
	float: left;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
}
.CountBTN .CountMinus {
	background-image: url(../img/minus.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.CountBTN .CountPlus {
	background-image: url(../img/plus.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.CountBTN .CountMount {
	width: 100%;
	margin-top: 28px;
	pointer-events: none;
	position: absolute;
	z-index: 999;
	font-size: 1.1rem;
	text-align: center;
}
.Full {
	width: calc( 100% - 30px );
	display: block;
	padding: 15px 0;
	text-align: center;
}
.Half {
	width: 50%;
	padding: 15px 0;
	text-align: center;
	float: left;
}
.Gray {
	background-color: #0322d6;
	-webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.Red {
	background-color: #ff40b4;
	-webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.CusBTN {
	width: 100%;
	float: left;
	border-bottom: #e0e0e0 1px solid !important;
}
.Green {
	height: 35px;
	background-color: #145750;
	-webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.checked {
    background-color: green;
}
.checked::before {
  content:'✔';
  font-family: [my cool web icon font here];
  display:inline-block;
  vertical-align: top;
  line-height: 1em;
  width: 1em;
  height:1em;
  margin-right: 0.3em;
  text-align: center;
  color: white;
}
a.Gray.disabled {
	background-color: #504d4d;
}
a.Red:hover {
	background-color: #ff4b4c;
}
a.Green:hover {
	background-color: #1b6a62;
}

#mobile::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #aaa;
  opacity: 1; /* Firefox */
}

#mobile:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #aaa;
}

#mobile::-ms-input-placeholder { /* Microsoft Edge */
  color: #aaa;
}

#email-code-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: 80%;
  opacity: 1; /* Firefox */
}

#email-code-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-size: 80%
}

#email-code-input::-ms-input-placeholder { /* Microsoft Edge */
  font-size: 80%
}

.Total {
	width: calc(100% - 20px);
	float: left;
	padding: 30px 10px;
	border-bottom: #e0e0e0 1px solid !important;
}
.Total .TotalTitle {
	width: 80px;
	float: left;
	clear: left;
	font-weight: bold;
	line-height: 2.4rem;
}
.Total .TotalValue {
	width: calc(100% - 80px);
	text-align: right;
	float: right;
	clear: right;
	color: #145750;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5rem;
}
.Infor {
	float: left;
	width: 100%;
}
.CusInfor {
	float: left;
	width: 100%;
	padding: 0 ;
}
.CusProduct {
	width: 100%;
	float: left;
	padding: 15px 0;
	border-bottom: #e0e0e0 1px solid !important;
}
.CusProduct .Product {
	width: 100%;
	max-width: 220px;
	margin: auto;
}
.CusProduct .Text {
	width: 100%;
	margin: auto;
	font-size: 1.3rem;
	text-align: center;
	color: #000;
	font-weight: bold;
	padding-top: 15px;
}
.VouName {
	width: 100%;
	float: left;
	padding: 40px 0;
	border-bottom: #e0e0e0 1px solid !important;
}
.VouDate {
	width: 100%;
	float: left;
	padding: 20px 0;
}
.Line {
	width: calc(100% - 20px);
	float: left;
	padding: 15px 10px;
	border-bottom: #e0e0e0 1px solid !important;
}
.InforTitle {
	width: 140px;
	float: left;
	clear: left;
	font-size: 1.1rem;
	line-height: 1.5rem;
}
.InforValue {
	width: calc(100% - 140px);
	text-align: right;
	float: right;
	clear: right;
	color: #656565;
	font-size: 1.1rem;
	line-height: 1.5rem;
}
.LogGrid {
	width: 100%;
    min-width: 320px;
    max-width: 640px;
    margin: auto;
    left: 0;
    right: 0;
    height: auto;
    position: absolute;
    z-index: 99;
    overflow: hidden;
    padding-bottom: 58px;
}
.LogGrid .LogoL {
	width: 100%;
	max-width: 220px;
	padding: 30px 0 15px 0;
	margin: auto;
}
.LogGrid .Title {
	width: 100%;
	text-align: center;
	font-size: 1.3rem;
	color: #fff;
	padding-bottom: 30px;
}
.ResultGrid {
	width:calc(100% - 30px);
	padding: 15px;
	background-color: #fff;
	color: #000;
	float: left;
}
.History {
	width: calc(100% - 20px);
	float: left;
	padding: 10px;
	line-height: 1.5rem !important;
	border-bottom: #e0e0e0 1px solid !important;
}
/*表單OP*/
.Select {
	background-image: url(../img/down.png);
	background-position: center right;
	background-repeat: no-repeat;
}
.InforOption {
	width: 100%;
	text-align: left;
	height: auto ;
	color: #000 ;
	font-size: 1.1rem;
	padding: 20px 10px;
	-webkit-appearance: none;  
     -moz-appearance: none;
	background-color:  rgba(255,255,255,1) ;
	border-bottom: #e0e0e0 1px solid !important;
	border-top: 0px !important;
	border-left: 0px !important;
	border-right: 0px !important;
}
.TextInput {
	width:calc(100% - 10px);
	text-align: right;
	height: auto ;
	color: #656565 ;
	font-size: 1.1rem;
	-webkit-appearance: none;  
     -moz-appearance: none;
	background-color:  rgba(255,255,255,1) ;
	border: 0px !important;
	font-family: "Microsoft JhengHei UI", "Heiti TC", "黑體-繁", "微軟正黑體", "Microsoft JhengHei", "微軟雅黑體", "Microsoft YaHei", DFKai-SB;
}
.TextInput2 {
	width: calc(100% - 30px);
	text-align: left;
	padding: 15px;
	height: auto ;
	color: #145750 ;
	font-size: 1.1rem;
	-webkit-appearance: none;  
     -moz-appearance: none;
	background-color:  rgba(255,255,255,1) ;
	border: 0px !important;
	font-family: "Microsoft JhengHei UI", "Heiti TC", "黑體-繁", "微軟正黑體", "Microsoft JhengHei", "微軟雅黑體", "Microsoft YaHei", DFKai-SB;
}
.TextInput3 {
	width: calc(100% - 30px);
	height: 100px;
	text-align: left;
	padding: 15px;
	color: #145750 ;
	font-size: 1.1rem;
	-webkit-appearance: none;  
     -moz-appearance: none;
	background-color:  rgba(255,255,255,1) ;
	border: 0px !important;
	resize: none;
	font-family: "Microsoft JhengHei UI", "Heiti TC", "黑體-繁", "微軟正黑體", "Microsoft JhengHei", "微軟雅黑體", "Microsoft YaHei", DFKai-SB;
}
.TextInput::placeholder {
	color: #ff40b4 ;
}
.TextInput:-ms-placeholder {
	color: #ff40b4 ;
}
.TextInput::-ms-placeholder {
	color: #ff40b4 ;
}
.TextInput2::placeholder {
	color: #ff40b4 ;
}
.TextInput2:-ms-placeholder {
	color: #ff40b4 ;
}
.TextInput2::-ms-placeholder {
	color: #ff40b4 ;
}
.TextInput3::placeholder {
	color: #ff40b4 ;
}
.TextInput3:-ms-placeholder {
	color: #ff40b4 ;
}
.TextInput3::-ms-placeholder {
	color: #ff40b4 ;
}
.form-control {
	width: 100%;
	text-align: center;
	height: auto ;
    padding: 15px ;
	color: #666 ;
	-webkit-appearance: none;  
     -moz-appearance: none;
	background-color:  rgba(255,255,255,1) ;
	border-bottom: #e0e0e0 1px solid !important;
	border-top: 0px !important;
	border-left: 0px !important;
	border-right: 0px !important;
}
.form-control::placeholder {
	color: #666 ;
}
.form-control:-ms-placeholder {
	color: #666 ;
}
.form-control::-ms-placeholder {
	color: #666 ;
}
.checkbox-custom, .radio-custom {
    opacity: 0;
    position: absolute; 
}

.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.checkbox-custom-label, .radio-custom-label {
    position: relative;
	font-size: 1.1rem;
}

.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
	border-radius: 50%;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    background: #ff40b4;
    box-shadow: inset 0px 0px 0px 4px #fff;
}

.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
    background: #ff40b4;
    box-shadow: inset 0px 0px 0px 4px #fff;
}


.checkbox-custom:focus + .checkbox-custom-label, .radio-custom:focus + .radio-custom-label {
  outline: 1px solid #145750; /* focus style */
}
.collapse {
    display: none
}
.collapse.in {
    display: block
}
tr.collapse.in {
    display: table-row
}
tbody.collapse.in {
    display: table-row-group
}
.Album {
    width: 100%;
    text-align: left;
    height: auto;
    color: #000;
    font-size: 1.1rem;
    padding: 15px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: rgba(255,255,255,1);
    border-bottom: #e0e0e0 1px solid !important;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    background-image: url(../img/down.png);
    background-position: center right;
    background-repeat: no-repeat;
}
/*表單ED*/


/*按鈕OP*/

a.GridCTA {
}

a.GridCTA {
	text-decoration: none;
}
a.GridCTA .CTADarkGrey {
	width: 100%;
	padding: 10px 0;
	float: left;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-color: #252624;
	color: #fff;
	white-space: nowrap;
}
a:hover.GridCTA .CTADarkGrey {
	background-color: #2f302e;
	color: #c4d302;
}
a.GridCTA.Disable .CTADarkGrey {
	width: 100%;
	padding: 10px 0;
	float: left;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-color: #666666;
	color: #afafaf;
	white-space: nowrap;
}
a:hover.GridCTA.Disable .CTADarkGrey {
	background-color: #666666;
	color: #afafaf;
	cursor: auto;
}
a.GridCTA .CTAMidGrey {
	width: 100%;
	padding: 5px;
	float: left;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-color: #252624;
	color: #c4d302;
	white-space: nowrap;
}
.GridCTA.Disable .CTAMidGrey  {
	width: 100%;
	padding: 5px;
	float: left;
	color: #cccccc;
	background-color: #575757;
}
a:hover.GridCTA .CTAMidGrey {
	background-color: #2f302e;
	color: #c4d302;
}
a.GridCTA .CTAJB {
	width: 100%;
	padding: 10px;
	float: left;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-color: #c4d302;
	color: #000;
	white-space: nowrap;
}
a:hover.GridCTA .CTAJB {
	background-color: #e4f248;
	color: #000;
}

/*按鈕ED*/




/*字元OP*/
.ColorWhite {
	color: #fafafa;
}
.ColorWhite a {
	color: #fafafa;
	text-decoration: none;
}
.ColorBlue {
	color: #0098c9;
}
.ColorBlue a {
	color: #0098c9;
	text-decoration: none;
}
.ColorPink {
	color: #e9589a;
}
.ColorPink a {
	color: #e9589a;
	text-decoration: none;
}
.ColorBlack {
	color: #000;
}
.ColorBlack a {
	color: #000;
	text-decoration: none;
}
.ColorLightGrey {
	color: #afafaf;
}
.ColorLightGrey a {
	color: #afafaf;
	text-decoration: none;
}
.ColorMidGrey {
	color: #8f8f8f;
}
.ColorMidGrey a {
	color: #8f8f8f;
	text-decoration: none;
}
.ColorDarkGrey {
	color: #797979;
}
.ColorDarkGrey a {
	color: #797979;
	text-decoration: none;
}
.ColorGreen {
	color: #ccdb2a;
}
.ColorGreen a {
	color: #ccdb2a;
	text-decoration: none;
}
.FontXL {
	font-size: 2.6rem;
}
.FontLL {
	font-size: 1.8rem;
}
.FontL {
	font-size: 1.6rem;
}
.FontML {
	font-size: 1.2rem;
	line-height: 1.5rem
}
.FontM {
	font-size: 1rem;
	line-height: 1.3rem;
}
.FontS {
	font-size: 0.95rem;
	line-height: 1.2rem;
}
.TextCenter {
	text-align: center;
}
.TextRight {
	text-align: right;
}
.TextLeft {
	text-align: left;
}
.FontBold {
	font-weight: bold;
}
.FontBolder {
	font-weight: bolder;
}
/*字元ED*/

.fp-auto-height.fp-section, .fp-auto-height .fp-slide, .fp-auto-height .fp-tableCell {
	height: auto !important;
}
.fp-responsive .fp-auto-height-responsive.fp-section, .fp-responsive .fp-auto-height-responsive .fp-slide, .fp-responsive .fp-auto-height-responsive .fp-tableCell {
	height: auto !important;
}

}