@charset "UTF-8";

/*共用*/
body {
    background-color: #7ab52b;
    background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
    background-size: 100% auto;
    background-attachment: fixed;
    overflow-y: scroll;
}
.container { padding: 35px 0 0 0; }

/*主視覺*/
.kv-area { position: relative; width: 100%; padding: 0; margin: 0; overflow: hidden; }
.kv-area img { width: 100%; }
.kv-pc { width: 100%; position: relative; display: block; }
.kv-m { position: relative; display: none; }
.kv-txt1 {
    width: 33.5%;
    position: absolute; top: 4%; left: 10.5%;
    -webkit-animation: pulse 0.5s linear 0s 1;
	-moz-animation: pulse 0.5s linear 0s 1;
	-ms-animation: pulse 0.5s linear 0s 1;
	-o-animation: pulse 0.5s linear 0s 1;
	animation: pulse 0.5s linear 0s 1;
}
.kv-txt2 {
    width: 12%;
    position: absolute; top: 34.5%; left: 40.5%;
}
.kv-txt3 {
    width: 9.4%;
    position: absolute; top: 31%; left: 52%;
    -webkit-animation: fadeInLeft 0.2s linear 0.5s 1;
	-moz-animation: fadeInLeft 0.2s linear 0.5s 1;
	-ms-animation: fadeInLeft 0.2s linear 0.5s 1;
	-o-animation: fadeInLeft 0.2s linear 0.5s 1;
	animation: fadeInLeft 0.2s linear 0.5s 1;
}
.kv-txt4 {
    width: 9.4%;
    position: absolute; top: 31%; left: 62.5%;
    -webkit-animation: fadeInLeft 0.2s linear 0.7s 1;
	-moz-animation: fadeInLeft 0.2s linear 0.7s 1;
	-ms-animation: fadeInLeft 0.2s linear 0.7s 1;
	-o-animation: fadeInLeft 0.2s linear 0.7s 1;
	animation: fadeInLeft 0.2s linear 0.7s 1;
}
.kv-txt5 {
    width: 9.4%;
    position: absolute; top: 31%; left: 73.5%;
    -webkit-animation: fadeInLeft 0.2s linear 0.9s 1;
	-moz-animation: fadeInLeft 0.2s linear 0.9s 1;
	-ms-animation: fadeInLeft 0.2s linear 0.9s 1;
	-o-animation: fadeInLeft 0.2s linear 0.9s 1;
	animation: fadeInLeft 0.2s linear 0.9s 1;
}
.kv-txt6 { /*下單續會*/
    width: 11.2%;
    position: absolute; top: 10.2%; left: 74%;
    -webkit-animation: swing 0.7s linear 1.1s 1;
	-moz-animation: swing 0.7s linear 1.1s 1;
	-ms-animation: swing 0.7s linear 1.1s 1;
	-o-animation: swing 0.7s linear 1.1s 1;
	animation: swing 0.7s linear 1.1s 1;
}
.kv-txt7 { /*99*/
    width: 16.5%;
    position: absolute; top: 50%; left: 46.5%;
    -webkit-animation: tada 0.5s linear 1.7s 1;
	-moz-animation: tada 0.5s linear 1.7s 1;
	-ms-animation: tada 0.5s linear 1.7s 1;
	-o-animation: tada 0.5s linear 1.7s 1;
	animation: tada 0.5s linear 1.7s 1;
}
.kv-bw1 {
    width: 3%;
    position: absolute; top: 55%; left: 6%;
    -webkit-animation: floating 2s linear 2.2s infinite;
	-moz-animation: floating 2s linear 2.2s infinite;
	-ms-animation: floating 2s linear 2.2s infinite;
	-o-animation: floating 2s linear 2.2s infinite;
	animation: floating 2s linear 2.2s infinite;
}
.kv-bw2 {
    width: 3%;
    position: absolute; top: 72%; left: 41%; z-index: 1;
    -webkit-animation: floating 2s linear 2.6s infinite;
	-moz-animation: floating 2s linear 2.6s infinite;
	-ms-animation: floating 2s linear 2.6s infinite;
	-o-animation: floating 2s linear 2.6s infinite;
	animation: floating 2s linear 2.6s infinite;
}
.kv-bw3 {
    width: 3%;
    position: absolute; top: 12.5%; left: 49.5%;
}
.kv-bw4 {
    width: 2.9%;
    position: absolute; top: 65%; left: 87.5%;
    -webkit-animation: return 3s linear 3s infinite;
	-moz-animation: return 3s linear 3s infinite;
	-ms-animation: return 3s linear 3s infinite;
	-o-animation: return 3s linear 3s infinite;
	animation: return 3s linear 3s infinite;
}

/*section*/
section { position: relative; }
.area { width: 73%; margin: 0 auto; overflow: hidden; }
.area img { width: 100%; margin: 0 auto; }
.title { position: relative; width: 57%; margin: 0 auto; }
.title img { width: 100%; }

.s3-title:before, .s5-title:before, .s7-title:before {
    content: "";
    position: absolute; 
    height: 100%;    
	background-repeat: no-repeat;
	background-position: center top;
    background-size: 100% auto;
}
.s3-title:before {
    top: 47%; left: -10%;
    width: 17%;
    background-image: url(../images/bw-1.png);
}
.s5-title:before {
    top: 9%; left: -8%;
    width: 18%;
    background-image: url(../images/bw-2.png);
}
.s7-title:before {
    top: -5%; left: -17%;
    width: 18%;
    height: 110%; 
    background-image: url(../images/bw-3.png);
}

.s2 .area, .s3 .area, .s4 .area, .s5 .area, .s6 .area  {
	background-repeat: no-repeat;
	background-position: center center;
    background-size: 100% 100%;
    border: 4px solid #fffff5;
    border-radius: 50px;
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2);
    padding: 1% 2% 2.5% 2%;
    margin: 0 auto 3% auto;
}
.s1 .area { padding: 1% 2% 0 2%; margin: 0 auto 3% auto; }
.s2 .area {
    background-image: url(../images/bg-s2.jpg);
    padding: 1% 2%; 
}
.s3 .area {
    background-image: url(../images/bg-s3.jpg);
}
.s4 .area {
    background-image: url(../images/bg-s4.jpg);	    
}
.s5 .area {
    background-image: url(../images/bg-s5.jpg);
    padding: 2% 2% 1.5% 2%;
}
.s6 .area {
    background-image: url(../images/bg-s6.jpg);
}
.s7 .area { padding: 0 0 4% 0; }

#s1, #s2, #s3, #s4, #s5, #s6, #s7, #s8, #s9, #r1, #r2, #r3, #r4, #r5 { padding-top: 35px; margin-top: -35px; }
.list-1 ul, .list-3 ul, .list-4 ul, .list-5 ul, .list-6 ul, .bn ul { overflow: hidden; }

.bg-line {
    width: 30%;
    text-align: center;
    margin: 3% auto;
}
.bg-line img { width: 100%; }

/*tag*/
.tag { position: absolute; top: 0; left: 0; z-index: 1; }
.tag img { width: 100%; }
.tag-1 { width: 16%; }
.tag-2 { width: 35%; }
.tag-ptop {
    width: 36px;
    height: 25px;
    font-size: 0.8em;
    line-height: 25px;
    text-align: center;
    color: #FFF;
    background-color: #fe6b80;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 90%, 50% 100%, 0 90%);
    clip-path: polygon(0% 0%, 100% 0, 100% 90%, 50% 100%, 0 90%);
}

/*name*/
.box {
    width: 100%;    
    padding: 0.5em 0;
    margin: 0 auto 3% auto;   
}
.box-1 { background-color: #9351f4; }
.box-4 { background-color: #ff00ff; }
.box-7 { background-color: #006837; }

.name-base {
    width: 100%;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.3em; /*行高值*/
	height: 1.3em; /*限定高度為行數乘行高的值*/
    -webkit-line-clamp: 1;  /*顯示行數*/
    text-align: center;
    padding: 0 5%;
    margin: 0 auto;
    overflow: hidden;
}
.name-1 {
    color: #FFF;
    padding: 0 5%;
}
.name-3 {
	height: 2.5em; /*限定高度為行數乘行高的值*/
    text-align: left!important;
    -webkit-line-clamp: 2;  /*顯示行數*/
    color: #FFF;
    padding: 0;
    margin: 0 0 10% 0;
}
.name-4 { color: #FFFF00; }
.name-6 { color: #333; margin: 3% auto; }

/*sale*/
.sale-base { font-size: 1.1em; color: #ed1c24; padding: 0 1% 2% 1%; margin: 0 auto; }
.sale-base del { color: #666;}
.sale-base b { font-weight: bold; }
.sale-1 { color: #ed1c24; padding: 0 1% 4% 1%; }
.sale-1 del { color: #666; }


/*new*/
.s1 .title { margin: 0 auto; }
.s1 .title:after {
    position: absolute; top: 0%; right: -35%;
    content: "";
    width: 32%;
    height: 100%;    
    background-image: url(../images/list-1p.png);
	background-repeat: no-repeat;
	background-position: center top;
    background-size: 100% auto;
}
.list-1 { width: 100%; padding: 0; margin: 0 auto; }
.list-1 ul {
    position: relative;
    background-color: #006837;
    border-radius: 20px;
    padding: 1%;
    margin: -3% auto 0 auto;
    z-index: 1;
}
.list-1 li {
    position: relative;
    float: left;
    width: 19.5%;
    background-color: #FFF;
    padding: 0;
    margin: 0 0.25% 0.5% 0.25%;
}
.list-1 li:nth-child(6), .list-1 li:nth-child(7), .list-1 li:nth-child(8) {
    width: 32.81%;
    background-color: transparent;
    padding: 0;
    margin: 0 0.25%;
}
.list-1 li:nth-child(6) img, .list-1 li:nth-child(7) img, .list-1 li:nth-child(8) img {
    width: 100%; border: 2px solid #FFF; }
.photo-1 {
    width: 100%;
    height: 280px;
    padding: 5px;
    margin: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.photo-1 img { max-height: 270px; }
.photo-1 img:hover,
.list-1 li:nth-child(6) img:hover, .list-1 li:nth-child(7) img:hover, .list-1 li:nth-child(8) img:hover,
.list-3 li img:hover {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

/*身份別*/
.card {
    width: 80%;
    margin: 0 auto;
}
.card ul { overflow: hidden; display: flex; }
.card li {
    position: relative; 
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card img { width: 100%; }
.card li:nth-child(1) {
    width: 40%;
    margin: 0 2.5%;
}
.card li:nth-child(2) {
    width: 50%;
    margin: 0 2.5%;
}
.card li:nth-child(1) img:nth-child(1) { display: block; }   
.card li:nth-child(1) img:nth-child(2) { display: none; }   
.card-0 { display: block; }
.card-1 { display: none; }
.card-1 p {
    position: absolute;
    top: 20%; left: 32%;
    width: 60%;
    font-size: 2.5em;
    font-weight: bold;
    line-height: 1.3em; /*行高值*/
	height: 1.3em; /*限定高度為行數乘行高的值*/
    -webkit-line-clamp: 1;  /*顯示行數*/
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align: center;
    color: #FFF;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
}
.card-0:active {
    transform: translateY(2px);
    transition: all 0.1s;
}

/*一本升級*/
.list-3 li {
    float: left;
    width: 32.3333%;
    margin: 0 0.5%;
}

/*紅利*/
.list-4, .list-5, .list-7, .bn { margin: 0.5% auto 0 auto; }
.list-4 li {
    position: relative;
    float: left;
    width: 19.5%;
    background-color: #FFF;
    border-radius: 10px;
    padding: 0 0 1% 0;
    margin: 0 0.25%;
}
.photo-4 {
    width: 100%;
    height: 280px;
    background-color: #FFF;
    padding: 5px;
    margin: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.photo-4 img { max-height: 270px; }

/*$99*/
.list-5 { width: 1240px; }
.list-5 li {
    float: left;
    margin: 0 5px;
}
.list-5 li .txt-5 a {
    width: 85%;
    height: 130px;
    font-size: 1.75em;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    background-image: url(../images/bg-list5a.png);
	background-repeat: no-repeat;
	background-position: center top;
    background-size: 100% auto;
    padding: 4% 2%;
    margin: 0 auto;
    display: block;
}
.list-5 li:nth-child(4) .txt-5 a {
    color: #603813;
    background-image: url(../images/bg-list5b.png);
}
.list-5 li .txt-5 a:hover, .list-5 li .txt-5 a:active {    
    color: #FFFF00;
}
.list-5 li:nth-child(4) .txt-5 a:hover, .list-5 li:nth-child(4) .txt-5 a:active {    
    color: #f15a24;
}
.photo-5 {
    position: relative;
    width: 300px;
    height: 300px;
    text-align: center;
    background-color: #FFF;
    border: 5px solid #ffbdad;
    border-radius: 50%;
    margin: -25% auto 0 auto;
    overflow: hidden;
    z-index: 1;
}
.photo-5 img { max-height: 280px; }
.sale-5 {
    position: absolute;
    top: 82%; 
    width: 100%;
    height: 18%;   
    color: #FFFF00;
    background-color: #f15a24;
    padding: 2% 1% 5% 1%;
}

/*set*/
.list-6 ul {
    background-color: #ffbdad;
    border-radius: 15px;
    padding: 1.5%;
}
.list-6 li {
    float: left;
    width: 19.5%;
    margin: 0 0.25%;
}

/*分類*/
.list-7 ul { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; }
.list-7 li {
    position: relative;
    width: 19.5%;
    border-radius: 20px;
    border: 3px solid #0d42c9;
    margin: 0 0.25% 1% 0.25%;
    overflow: hidden;
}
.photo-7 {
    width: 100%;
    height: 280px;
    background-color: #FFF;
    padding: 0;
    margin: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.photo-7 img { max-height: 270px; }
.list-7 p a {
    position: relative;
    background-color: #0d42c9;
    padding: 3% 15% 2% 15%; 
    margin: -5% 0 0 0;
    display: block;
    z-index: 1;
}
.list-7 p img { width: 100%; }
.list-7 li:nth-child(6) .photo-7 { display: none; }
.list-7 li:nth-child(6) p a, .list-7 li:nth-child(7) p a, .list-7 li:nth-child(8) p a {
    margin: 0;
}
.list-7 p a:hover, .list-7 p a:active,
.list-7 li:nth-child(6) p a:hover, .list-7 li:nth-child(7) p a:hover, .list-7 li:nth-child(8) p a:hover,
.list-7 li:nth-child(6) p a:active, .list-7 li:nth-child(7) p a:active, .list-7 li:nth-child(8) p a:active {
    background-color: #2f54d6;
    -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

/*uncite*/
.list-8, .list-9 { margin: 0 auto; }
.list-8 ul { background-color: #0091ff; border-radius: 25px; padding: 1%; margin: 0 auto 4% auto; }
.list-9 ul { background-color: #ff9033; border-radius: 25px; padding: 1%; }

/*bn*/
.bn li {
    float: left;
    transition: 0.3s transform ease-out;
}
.bn li { width: 32.3333%; margin: 0 0.5%; }
.bn li:hover, .bn li:focus {
    -webkit-transform: scale(0.98);
    -moz-transform: scale(0.98);
    -ms-transform: scale(0.98);
    -o-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.bn li img { width: 100%; border-radius: 10px; border: 1px solid #FFF; }


/*page------------------------------------------------------------------*/
.main { width: 85%; padding: 35px 0 0 0; margin: 0 auto; }
.kv-pbn { text-align: center; margin: 0px auto 0 auto; }
.kv-pbn img { width: 100%; }
.kv-pbn img:nth-child(1) { display: block; }
.kv-pbn img:nth-child(2) { display: none; }
.bg-none { background-color: transparent; }

/*選單*/
.nav-area {
    position: relative; 
    width: 100%;
    background-color: #EAEAEA;
    padding: 1% 1% 0.5% 1%;
}
.nav-box { position: relative; width: 100%; height: auto; margin: 0 auto; }
.nav ul { padding: 0; overflow: hidden; }
.nav li a, .nav li.on a {
    float: left; 
	width: 10.81%;
    min-width: 100px;
    height: 60px;
    line-height: 60px;
	font-size: 1.7em;
	font-weight: bold;
    white-space: nowrap;
    text-align: center;
    text-shadow: -1px -1px 0 #006837, 1px -1px 0 #006837, -1px 1px 0 #006837, 1px 1px 0 #006837, 2px 2px 2px black;
    background-repeat: no-repeat;
	background-position: center center;
    background-size: 100% 100%;
    margin: 0 0.3% 0 0;
	display: block;
}
.nav li a { color: #FFF; background-image: url(../images/bg-nav1.png); }
.nav li.on a { color: #FFFF00; background-image: url(../images/bg-nav2.png); }
.nav li a:hover, .nav li a:focus {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.nav-more { display: none; }

/*分類選單*/
.subnav-box { width: 100%; padding: 1% 0 0 0; margin: 0 auto; }
.subnav ul { padding: 0; margin: 0 auto; overflow: hidden; }
.subnav li a, .subnav li.on a {
    float: left;
    width: 10%;
    min-width: 80px;
    height: 36px;
    line-height: 36px;
	font-size: 1.125em;
    font-weight: 600;
	text-align: center;
    white-space: nowrap;
    border-bottom: 2px solid #EAEAEA;
    border-right: 2px solid #EAEAEA;
	display: block;
}
.subnav li a {
	color: #006837;
    background-color: #FFF;
}
.subnav li.on a {
	color: #FFFFFF;
	background-color: #006837;
}
.subnav li a:hover, .subnav li a:focus, .subnav li.on a:hover, .subnav li.on a:focus {
	color: #FFFFFF;
	background-color: #006837;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

/*路徑*/
.path { background-color: #EAEAEA; padding: 0.5% 1%; }
.path li {
	float: left;
	font-size: 1em;
    font-weight: bold;
	line-height: 130%;
	color: #666;
	display: block;
}
.path ul { overflow: hidden; }
.path li a:link, .path li a:visited { color: #666; }
.path li a:hover, .path li a:focus { color: #3346FE; }
.path span { margin: 0 5px; }
.path h2 { font-size: 1.4em; line-height: 130%; }
.path h2 b { color: #FF0000; }

.orange { background-color: #F15A24; }
.path li.white { color: #FFF; }

/*list*/
.list-area { background-color: #EAEAEA; padding: 0; margin: 0 auto;}
.list-area-game { background-color: #c32649; }
.list { min-height: 800px; }
.list ul { padding: 0 0.5% 1% 0.5%; overflow: hidden; }
.list li {
    position: relative;
	float: left;
	width: 15.6666%;
	background-color: #FFFFFF;
	padding: 5px 15px 15px 15px;
	margin: 0 0.5% 1% 0.5%;
	display: block;
}
.list li:hover { box-shadow: 0 0 6px 0px rgba(0,0,0, 0.3); }
.photo { width: 100%; height: 200px; margin: 0 0 5px 0; display: flex; justify-content: center; align-items: center; }
.photo img { width: auto; max-height: 200px; }
.name {
    height: 2.6em;
    font-size: 1.125em;
	line-height: 1.3em;
	-webkit-line-clamp: 2;
    color: #444;
    margin: 0 0 5px 0; 
}
.price del { color: #666; }
.sale { font-size: 1em; color: #ed1c24; padding: 0; margin: 0 auto 8px auto; }
.sale b { font-weight: bold; }


/*頁碼*/
.page {
	width: 100%;
	text-align: center;
	padding: 1.5% 1% 4% 1%;
	margin: 0 auto;
}
.page ul {
	width: 65%;
	text-align: center;
    margin: 0 auto;
	display: inline-block;
}
.page li {
	float: left;
	width: 31.3333%;
	margin: 0 1%;
}
a.page_prev, a.page_next {
	height: 48px;
	font-size: 1.2em;
	line-height: 48px;
	text-align: center;
	color: #666;
	background-color: #FFFFFF;
	border-radius: 5px;
	display: block;	
}
a.page_prev {
	background-image: url(../images/page_prev.png);
	background-repeat: no-repeat;
	background-position: 10% center;
}
a.page_next {
	background-image: url(../images/page_next.png);
	background-repeat: no-repeat;
	background-position: 90% center;
}
a.page_prev:hover, a.page_prev:focus {
	color: #FFF;
	background-color: #29ABE2;
	background-image: url(../images/page_prev_w.png);
}
a.page_next:hover, a.page_next:focus {
	color: #FFF;
	background-color: #29ABE2;
	background-image: url(../images/page_next_w.png);
}
a.page_prev_off, a.page_next_off {
	height: 48px;
	font-size: 1.2em;
	line-height: 48px;
	text-align: center;
	color: #D5D5D5;
	background-color: #FFFFFF;
	border-radius: 5px;
	display: block;
	cursor: default;
}
.page_number {
	width: 100%;
	height: 48px;
	font-size: 1.2em;
	line-height: 48px;
	text-align-last: center;
	color: #666666;
	background-color: #FFFFFF;
	border-radius: 5px;
	padding: 4px;
}

/*rule*/
.rule-area {
	width: 100%;
	background-color: #EAEAEA;
	padding: 0 1% 0.5% 1%;
	margin: 0 auto;
	overflow: hidden;
}
.rule {
	background-color: #FFF;
	padding: 2% 3%;
    margin: 0 auto;
    overflow: hidden;
}
.rule h2 {
    font-size: 1.125em;
    font-weight: 600;
    line-height: 130%;
    color: #0070E0;
    margin: 0 0 8px 0;
}
.rule h3 {
	font-size: 1.125em;
	font-weight: bold;
	line-height: 130%;
	color: #FF0000;
	margin: 0 0 8px 0;
}
.rule ol {
	list-style: decimal;
	margin: 0 0 0 30px;
}
.rule ul {
	list-style: disc;
	margin: 5px 0 0 30px;
    overflow: visible!important;
}
.rule > ol > li {
	font-size: 1em;
	line-height: 140%;
	color: #666;
	margin: 0 0 5px 0;
}
.rule > ol > li > ul > li,  .rule > ol > li > ul > li > ol > li {
	font-size: 1em;
	line-height: 140%;
	color: #666;
	margin: 0 0 5px 0;
}
.rule p {
	font-size: 1em;
	line-height: 140%;
	color: #666;
	padding: 0 0 5px 0;
}
.rule a:link, .rule a:visited, .rule a:hover, .rule a:focus {
	font-size: 1em;
	font-weight: bold;
	line-height: 140%;
	color: #666;
	text-decoration: underline;
}
.rule-btn a:link, .rule-btn a:visited {
    width: 160px;
	font-size: 1.125em;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background-color: #d9534f;
    border-radius: 5px;
    padding: 10px 20px;
	margin: 10px 0 0 0;
	display: block;
}
.rule-btn a:hover, .rule-btn a:focus {
	color: #FFFFFF;
	background-color: #CC0000;
}
.gift { float: right; width: 300px; margin: 15px; }
.gift img { width: 100%; }

.rule-bn { margin: 0 auto 15px auto; }
.rule-bn img { width: 100%; }
.rule-bn ul { margin: 0; overflow: hidden; }
.rule-bn li:nth-child(1) { display: block; }
.rule-bn li:nth-child(2) { display: none; }
