body {
	font-family: Arial,"Heiti TC","微軟正黑體","Microsoft JhengHei",sans-serif;
}
ul {
	list-style: none;
}
ol {
	list-style: decimal;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/*remember to define visible focus styles! */
:focus {
	outline: 0;
} 

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	width: 100%;
	height: 100%;
	background: black url('../images/bbg.jpg') center center no-repeat;
	background-size: cover;
}
.box {
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
	display: block;
}
.wrapper {
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
	display: block;
	background: url('../images/bg.jpg') center center no-repeat;
	background-size: cover;
	position: relative;
}
.wrapper img{
	display: block;
}
.logo {
	width: 21%;
	top: 6%;
	left: 11%;
}
.head {
	width: 60%;
	top: 5%;
	left: 32%;
}
.hform {
	width: 18%;
	top: 23%;
	left: 40%;
}
.formbox {
	width: 84%;
	top: 25%;
	left: 8%;
}
.formbox li {
	padding: 7% 5%;
	background: url('../images/inputbox.png') center center no-repeat;
	background-size: contain;
}
.formbox label {
	color: #fff;
	font-size: 3vw;
	letter-spacing: 2px;
}
.formbox li input {
	background: transparent;
	border: 0;
	padding: 0 3%;
	color: #000;
	font-size: 3vw;
	width: 68%;
}
.send {
	width: 26%;
	top: 62%;
	left: 37%;
}
.xl {
	width: 40%;
	top: 70%;
	left: 10%;
}
.xs {
	width: 48%;
	top: 76%;
	left: 8%;
}
.xlbox {
	width: 63%;
	top: 76%;
	left: 18%;
}
.price {
	width: 24%;
	top: 90%;
	left: 63%;
}

@media (min-width: 480px)  {
.formbox label {
	font-size: 15px;
}
.formbox li input {
	font-size: 16px;
}
}

.box {
  background-color: rgba(0,0,0,0.9);
  padding: 6% 0;
}
.hterms {
  margin: 0 auto;
  width: 30%;
  display: block;
}
.close {
  width: 10%;
  top: 3%;
  left: 3%;
}
.content {
  margin: 0 auto;
  padding-top: 3%;
  width: 80%;
  color: #fff;
  font-size: 4vw;
  line-height: 150%;
  text-align: center;
}
.subhead {
  color: #c70026;
  text-align: center;
  padding: 3% 0;
}
#terms {
  background: #000;
  padding: 1.5em;
  box-sizing: border-box;
}
.energybar {
  position: absolute;
  width: 450px;
  height: 37px;
  padding-left: 20px;
  transform-origin: left top;
  overflow: hidden;
  z-index: 999;
}
.energybar img {
  display: block;
  float: left;
  margin-left: -20px;
  opacity: 0;
  transition: opacity .2s ease-in;
}
@media (min-width: 480px) {
  .content {
    font-size: 20px;
  }
}

.dialog-mask {
  z-index: 999;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .5);
}
.dialog-main {
  position: absolute;
  background: #fff;
  border-radius: .8em;
  width: 88%;
  left: 50%;
  top: 25%;
  margin-left: -44%;
  font-size: 123%;
}
.dialog-main .con {
  padding: 1.5em;
  line-height: 150%;
}

.dialog-main .con a {
  color: #08e;
}
.dialog-main .buttons {
  border-top: 1px solid #ccc;
  overflow: hidden;
}
.dialog-main .buttons button:first-child {
  border-right: 1px solid #ccc;
}
.dialog-main .buttons button {
  display: block;
  border: 0;
  box-sizing: border-box;
  width: 50%;
  color: blue;
  font-size: 100%;
  color: #08e;
  background: none;
  float: left;
  padding: .75em 0;
}
