@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,400,700|Montserrat+Subrayada|Permanent+Marker&display=swap');

body,html {
  color: #e1e1e1;
  font-size:16px;
  letter-spacing: 1px;
  height: 100%;
  background:#000020;
	background: #000020 url('../img/bg-0227.jpg') center center;
    background-size: cover;
}
*{
  font-family: "Noto Sans TC",Microsoft JhengHei;
}
a{
  color: #ffe16e;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  outline: none;
  text-decoration: none;
  color: #ffb300;
}
p{
	margin-bottom: 0;
}
ul,li,ol{
  list-style-type:none;
  padding: 0;
  margin: 0;
}
header{
	position: absolute;
	left: 0;
	right: 0;
}
header > *{
	margin-top: 50px;
	margin-bottom: 40px;
}
main{
	position: relative;
	height: 100%;
}
.bg-g{background: #e8e0c2;padding: 15px;}
.bg-v{background: #aadbad;padding: 15px;}
.bg-g .row,.bg-v .row{margin-left: 0;margin-right: 0;}
.page{
	padding-top:100px;
}
.wrapper{
	height: 100%;
	overflow-x: hidden;
}
#stage{
	overflow: hidden;
	position: relative;
	width: 100vw;
	height: 90vh;
}
.items__layer.layer img{
  position: absolute;
  transition: all .5s;
}
.items__layer.layer.child img{
top: 250px;
right: 10%;
width: auto;
max-width: 500px;
}

.items__layer.layer:nth-child(2) img{
  top: 400px;
  left: 500px;
}
.items__layer.layer:nth-child(3) img{
  top: 300px;
  left: 260px;
}
.items__layer.layer:nth-child(4) img{
  top: 200px;
  left: 400px;
}
.items__layer.layer:nth-child(5) img{
  top: 600px;
  left: 1400px;
}

.slick-slider{
	background-color: transparent;
}
.slick-list{
	overflow: hidden;
}
.main-slider.rwd .slick-slide .image-entity {
	display: block;
	max-width: 480px;
	margin: 0 auto;
}

.slick-prev, .slick-next{
	width: 69px;
	background:rgba(0,0,0,.6);
	top: 70%;
	border-radius: 15px;
}
.slick-next {right: -100px;}
.slick-next:hover,.slick-next:focus,.slick-prev:hover,.slick-prev:focus{background:rgba(0,0,0,1);}
.slick-prev {left: -100px;}
.item.first{position: relative;}
.item h3{
	display: none;
	position: absolute;
	z-index: 99;
	top: 0;
	left: 5px;
	width: 120px;
	height: 120px;
	line-height: 120px;
	color: #FFF;
	font-family: 'Permanent Marker', sans-serif;
	font-size: 60px;
	text-shadow: 4px 3px 0 #000;
	text-align: center;
	border-radius: 100px;
	background-color: rgb(255, 208, 25);
	transform:rotate(-10deg);
}

.item .title{
	margin-bottom: 15px;
	margin-top: 15px;
}
.item h1{
	color: rgb(255, 208, 25);
	text-shadow: #041300 2px 1px 0;
}
.first.item .title{
	padding-left: 160px;
}
.first.item h3{
	display: block;
}
.class-hot .hot .item {
    background: #f0f0f0;
    padding: 15px;
    margin-right: 5px;
    margin-bottom: 20px;
    min-height: 200px;
    display: inline-flex;
    display: flex;
    align-items: stretch;
    border: 1px solid #ededed;
}
.class-hot .hot .item ul {
    width: 100%;
}
.img-book-size{
	margin: 20px auto;
}
.img-book-size h4{
	color: #8a4700;
	font-size: 36px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom:1px #868686 dotted;
}
.img-book-size p{
	color: #666;
	line-height: 200%;
}
.img-book-size figure {
    position: relative;
    padding-bottom: 140%;
    height: 0;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 0;
    background-size: auto 100% !important;
    background-position: center center !important;
}
.price{color: #666;}
.bg-gray{
	background-color: #efefef;
}

.index ul.into-btn li{
	padding: 0 25px;
	margin-top: 25px;
}
.btn-diamond {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 120px;
  height: 120px;
  border-radius: 100px;
  background: gainsboro;
  color: #111;
          overflow: hidden;
}
.btn-diamond:before {
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  background: #fff100;
  -webkit-transition: all 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.btn-diamond:hover {
  color: #FFF;
  text-decoration: none;
}
.btn-diamond:hover:before {
	position: absolute;
  width: 80%;
  height: 80%;
  border-radius: 100px;
  color: #ccc;
  white-space: pre;
          padding-top: 55px;
}

.btn-diamond span {
	color: #004d05;
	font-size: 24px;
  position: relative;
  z-index: 10;
}
.btn-diamond:hover span {
	color: #000;
}
.btn-diamond.none{
	pointer-events: none;
	border:10px solid #eeeeee;
}
.alert-primary {
    color: #000;
    background-color: #dbdbdb;
    border-color: #dbdbdb;
}
ul.option li{
	margin-bottom: 15px;
    padding-right: 5px;
	padding-left: 5px;
	flex: 0 0 20%;
	max-width: 20%;
}
ul.option a{
	color: #000;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #f0f0f0;
    display: -webkit-flex;
    display: flex;
    flex-direction: column !important;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    transition: all .5s;

}
ul.option a:hover{
    background: #ccc;
    box-shadow: 0 2px 2px rgba(0,0,0,.4)
}
/* page */

.flex-center {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.banner{
	position: absolute;
	left: 0;
	top: 100px;
	bottom: 0;
	right: 0;
	margin: auto;
	transition: top .5s;
}
.banner h3{
	color: #fff100;
	font-size: 60px;
	text-shadow: #041300 1px 1px 0;
}
.banner h1{
	color: #fff100;
	font-size: 100px;
text-shadow: #041300 2px 1px 0;
}
.qrcode{
	background: #aaa
}
.qrcode img{
	width: 80%;height: auto;display: block;padding: 15px;
}
.quick-link{
	position: fixed;
	right: 0;
	bottom:0;
	margin: auto;
}
.quick-link{
	position: fixed;
	right: 0;
	bottom:0;
	margin: auto;
	transition: bottom .5s;
}
.quick-link a{
	display: block;
	text-align: center;
	font-size: 12px;
	width: 80px;
	height: 100px;
	background: #dbdbdb;
	border-bottom:1px solid #fff;
	padding: 2px;
}
.quick-link img{
	display: block;
	margin: 0 auto;
}
.quick-link a.switch{
	display: none;
	height: auto;
	background: none;
	text-align: right;
	padding: 0;
	border-bottom: none;
}
.quick-link a.switch .s-2x{
	font-size: 18px;
	margin: 5px 0 0 0;
	padding: 0;
	width: 30px;
	height: 30px;
	background: #ccc;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.backhome{
	width: 60px;
	height: 60px;
	border-radius: 100px;
	position: fixed;
	right: 30px;
	bottom: 15px;
	background: rgba(0, 172, 116, 1);
}
.backhome:hover{
	background: rgba(0,0,0,.1);
	box-shadow: 2px 2px 0 rgba(0,0,0,.2)
}
footer{
	text-align: center;
	background: #000;
	font-size: 12px;
}
footer img{
	display: none;
}
@-moz-document url-prefix() {
 #flexible-content{
      flex: 1;
    }
}
@media (max-width: 1600px) {
.banner h3 span{
	display: block;
}
.items__layer.layer.child img{
top: 150px;
right: 0;
width: 350px;
}
}
@media (max-width: 1300px) {

.slick-next {right: 0!important;}
.slick-prev {left: 0!important;}
.slick-next::before {
    content: url(../img/32x32-next.png);
}
.slick-prev::before {
    content: url(../img/32x32-prve.png);
}
.items__layer.layer.child img {
    right: -5%;
}

}
@media (max-width: 800px) {
body{
		overflow-x: hidden;
	}
#stage{
		overflow: visible;
	}

.banner h3 span{
	display: block;
	font-size: 36px;
}
.items__layer.layer.child img {
    right: -5%;
    top: 5%;
}
}
@media (max-width: 640px) {

}
@media (max-width: 480px) {
.slick-prev, .slick-next {
    width: 32px;
    height: 32px;
    top: 140%;
}
.item h3{
	transform:scale(.6);
	left: -20px;
}
.first.item .title {
    padding-left: 100px;
}
.items__layer.layer.child img {
    right: -5%;
    top: 30px;
    width: 250px;
}
	.btn-diamond span {
    	font-size: 18px;
	}
	.banner h1{
		font-size: 60px;
	}
}