@charset "utf-8";
/* CSS Document */
@import url("reset.css");
@import url("/css/font-awesome.css");
@import url("/css/animate.css");
@import url("/css/bootstrap.css");
@import url("/css/hover.css");
@import url("https://fonts.googleapis.com/earlyaccess/notosanstc.css");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
html, body {
  width: 100%;
  height: auto;
  overflow-X: hidden;
}
body {
  font-size: 100%;
}
iframe {
  display: ;
}
* {
  transition: all .3s;
  -webkit-transition: all .3s;
}
/*:before{ content:"\f146";font-family: 'FontAwesome'; }*/
.btnTop {
  background: #CCC \9;
  background: rgba(0, 0, 0, .2);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 15px;
  bottom: 15px;
  cursor: pointer;
  z-index: 99;
  color: #FFF;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  display: none;
  z-index: 999;
}
.btnTop:before {
  content: "\f106";
  font-family: 'FontAwesome';
  font-size: 20px;
  color: #FFF;
  display: block;
  padding-top: 6px;
}
.btnTop:hover {
  background: rgba(0, 0, 0, .4);
}
.img-response {
  max-width: 100%;
  height: auto;
}
/*------------item-inline-block------------*/
.item-inline-block {
  letter-spacing: -5px;
}
.item-inline-block > * {
  display: inline-block !important;
  letter-spacing: 1px;
  vertical-align: top;
}
/*------------item-table-cell------------*/
.item-table-cell {
  display: table;
}
.item-table-cell > * {
  display: table-cell !important;
  vertical-align: top;
}
/*------------item-flex------------*/
.item-flex {
  display: flex !important;
  display: -webkit-flex !important;
  flex-flow: row wrap
}
.item-flex > * {
  flex: 1;
  -webkit-flex: 1
}
@media screen and (max-width: 640px) {
  .vertical-xs {
    display: block !important;
  }
  .vertical-xs > * {
    display: block !important;
    width: 100% !important;
    float: none !important;
  }
}
.show {
  display: block !important;
}
.hide {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .hide-xs {
    display: none !important;
  }
  .show-xs {
    display: block !important;
  }
}
.wrap {
    width: 100%;
    height: auto;
    position: relative;
    font-family: 'Noto Sans TC', "微軟正黑體", Microsoft Yahei;
    line-height: 1.6;
    background-color: #f5eeda;
}
/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃ 版頭 ▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/
.header {
  width: 100%;
  position: relative;
  height: auto;
  overflow: hidden;
}
.header span img {
  width: 100%;
  height: auto;
}
.header .center {
  width: 100%;
  max-width: 1000px;
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
.header .center img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.header .logo {
  position: absolute;
  left: 8px;
  top: 2px;
  z-index: 6;
  width: 187px;
}
.header .logo img {
  width: 100%;
  height: auto;
  min-width: 100px;
}
.header-word {
  display: inline-block;
}
.header-word img {
      max-width: 935px;
}


/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃ 內容 ▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/
.container {
  width: 100%;
  margin: 0 auto;
}
.content {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    background-color: #ea372c;
    background-image: url("../images/bg.png");
}
.price-list {
  font-size: 48px;
  color: #fff;
  letter-spacing: 1px;
  font-weight: bolder;
  text-shadow: #cf5048 0px 4px;
  margin: 65px 0 30px;
}
table.table {
  background-color: #8b33af;
  border-radius: 50px 0 50px 0;
  box-shadow: #cf5048 0px 10px 15px;
}
.table-title {
  font-size: 30px !important;
  font-weight: bold;
  color: #fff;
}
.purple-text {
  color: #c62294 !important;
  background-color: #fff;
  width: 23% !important;
}


.ver-flash .word {
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 22px;
    height: auto;
}

.ver-flash .word span {
    background: #ffe539;
    color: #6722e4;
    border: 3px solid #ffe539;
    padding: 0 6px;
    margin: 0 5px;
}

/*
.table th, .table td {
  vertical-align: middle !important;
}
.table tr:first-child td {
  border-top: none;
}
.table tr:nth-child(2) td, .table tr:nth-child(3) td, .table tr:nth-child(4) td {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
span.largeNumber {
  font-size: 36px;
  font-weight: bold;
  margin: 0 5px;
}

.link-yellow {
  color: #ffd800 !important;
}
.bomb {
  position: relative;
}
.bomb img {
  position: absolute;
  top: -2em;
  right: 0;
  min-width: 60px;
  width: 25%;
}
br.show {
  display: none;
}
*/
.notice {
    color: #fff;
    text-align: left;
    /* font-weight: bold; */
    padding: 30px 0 60px;
    letter-spacing: 1px;
    max-width: 585px;
    margin: 0 auto;
}
.block_wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;margin: 0 auto !important;
}

.ver-plus .block {
    margin-left: 5px;    margin-right: 5px;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 40%);
}
.ver-triple .block{width:100%;max-width: 600px;}
.block {
    display: inline-block;
    position: relative;
    width: 290px;
    height: 300px;
    border-radius: 50px 0 50px 0;
    background: #e32c34;
    background: -moz-linear-gradient(to bottom,  #f45666 0%,#e32c34 100%);
    background: -webkit-linear-gradient(to bottom,  #f45666 0%,#e32c34 100%);
    background: linear-gradient(to bottom,  #f45666 0%,#e32c34 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba00ff', endColorstr='#4a2edb',GradientType=0 );
    text-align: left;
    /* padding-left: 30px; */
    padding-top: 20px;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 0.6);
}


.oc .block {
    max-width: 850px;
    width: 100%;
    height: auto;
    background: #f5eeda;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
}


.newo .block {
    background: #f5eeda !important;
}


.block:nth-child(2) {
    margin-top: -2px;
}
.newo .block:first-child, .newo .block:nth-child(3) {
    margin-top: 50px;
}

.newo .block_wrap {
    padding-top: 50px;
}
.newo a.order-link {
    margin-bottom: 0;
}

.newo .block p {
    letter-spacing: 0;
}

.block p {
    color: #232323;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 4px;
    text-align: center;
    line-height: 1.5;
}

.ver-plus .block p {
    font-size: 30px;
    letter-spacing: 2px;
}
.ver-plus .block p span {
    font-size: 40px;
    color: #dc3232;
}

.deep-block {
    background: #fffaeb;
    padding: 10px;
    border-radius: 15px;
    width: 100%;
    max-width: 650px;
    text-align: left;
    margin: 10px 0;
}
.deep-block p {
    font-size: 22px !important;
    text-align: left;
    display: inline-flex;
    align-items: center;
    width: 100%;
}

.deep-block.plus p {
    font-size: 18px !important;
    letter-spacing: 0;
    font-weight: 500;
}

.block .deep-block  p span {
    max-width: 185px;
    width: 100%;
    display: inline-block;
    text-align: left;
    letter-spacing: 0;
    font-size: 36px;font-weight: bold;
}


.super-highlight {
    color: #e11414;
    font-size: 50px;
    font-weight: 800;
}

.ver-plus .block p.normal {
    font-size: 20px;
    max-width: 500px;
    width: 100%;
    display: block;
    margin-bottom: 30px;
}



.ver-plus .block p.normal span {
    font-size: 20px;
}

span.vertical {
    color: #ffd200;
    font-size: 32px;
    font-weight: bold;
    width: 40px;
    display: inline-block;
    line-height: 1.2;
}
.large {
    font-size: 72px;
    font-weight: bold;
    color: #e72b34;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 1;
    margin-top: -20px;
}
span.small-word {
    font-size: 36px;
}
.little-word {
    display: inline-block;
    font-size: 24px;
    letter-spacing: 2px;
}
.large:last-of-type {
    letter-spacing: -3px;
}
a.order-link {
    display: inline-block;
    font-size: 24px;
    text-decoration: none;
    text-align: center;
    border-radius: 50px;
    height: 65px;
    padding: 10px 60px;
    background-color: #dc3232;
    color: #fff;
    border: 2px solid #bb2b2b;
    margin-bottom: 30px;
}
a.order-link i {
  margin-left: 5px;
}
a.order-link:hover {
    background-color: #bb2b2b;
    border: 2px solid #dc3232;
}

.love_icon img {
    width: 80%;
}
.love_icon {
    position: absolute;
    right: 5px; 
}
.credit-card {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin: 40px 0 0;    letter-spacing: 2px;
}
.credit-card span {
    font-size: 30px;
        margin: 0 10px;border-bottom: 3px solid;

}

.credit-card i {
    color: #ffd800;
    margin: 5px;
}



/*----------------------------- 注意事項文字 -----------------------------------  */
/* ul { width:80%; margin:0 auto; color:#a3a3a3; list-style:decimal; padding-left:30px;}
 ul li{ margin-bottom:10px; font-size:15px; color:#333333; line-height:1.5;}
*/
@media screen and (max-width: 1024px) {
  .content {
    padding: 0 5% !important;
  }
	
	
.block {
/*    width: 100%;*/
    max-width: 270px;
/*        margin: 10px auto !important;*/

}
	.block p {
/*    margin-bottom: -10px;*/
/*    margin-top: 30px;*/
    font-size: 24px;
    letter-spacing: 2px;
}
.large {
    margin-top: 0;
}

}

@media screen and (max-width: 960px) {


.block {
    width: 100%;
    margin: 10px auto !important;
    max-width: 420px;
}
	
}


@media screen and (max-width: 768px) {
	
	
.block {
    padding: 0;
    text-align: center;
    padding-top: 10px;    max-width: 85%;
}
a.order-link {
    margin: 0px auto 20px;
    display: block;
}
	
	.newo .block_wrap {
    flex-direction: column;
}
	
	.newo .block p {
    letter-spacing: 0;
    font-size: 36px;
}
	
	
}
@media screen and (max-width: 640px) {
	
	.header-word {
    margin-bottom: 25px;
}
	
	
	.price-list {
    margin: 20px 0;
}
	
  .header-word img, .header-word img {
    margin: 0 auto;
  }
  .purple-text {
    width: 16% !important;
    font-size: 18px !important;
  }
  .table tr:nth-child(2) td, .table tr:nth-child(3) td, .table tr:nth-child(4) td {
    font-size: 18px;
  }
  span.largeNumber {
    font-size: 26px;
    margin: 0;
  }
  .purple-text span.largeNumber {
    display: block;
  }
  .notice {
    padding: 30px 10px 60px;
  }
  .bomb img {
    right: -3em;
  }
	
	.deep-block p {
    flex-direction: column;
    text-align: center;
    letter-spacing: 0 !important;
}
	.block .deep-block p span {
    text-align: center;
}
	.super-highlight {
    font-size: 40px;
}
	.ver-plus .block p.normal {
    font-size: 18px;
    padding: 0 30px;
}
	
	.deep-block {
    width: 85%;
}
	
	
	
}

@media screen and (max-width: 450px) {
  .content {
    padding: 0 2% !important;
  }
  .header {
    padding: 0 5%;
  }
  .price-list {
    margin: 30px 0;
  }
  .table tr:nth-child(2) td:first-child, .table tr:nth-child(3) td:first-child, .table tr:nth-child(4) td:first-child {
    padding-right: 2.5em !important;
    text-align: left;
    white-space: nowrap;
  }
	.table tr:nth-child(2) td:first-child{padding-right: 0 !important;text-align: center;}
  .bomb img {
    right: -2.5em;
    width: 20%;
  }
  br.show {
    display: block;
  }
  .table tr:nth-child(2) td, .table tr:nth-child(3) td, .table tr:nth-child(4) td {
    font-size: 16px;
  }
	.purple-text {
		width: 17% !important;}
}