@charset "utf-8";
/* CSS Document */
.maintag{
	width:100%;
	height:auto;
	display:table;
	background-repeat:no-repeat;
	background-size:cover;
	background-image:url(../img/tag_bg.jpg);
	}



/*.maintag .sq ul li {
	float: left;
	width: 33%;
}*/

.maintag .sq ul li {
	float: left;
	width: 50%;
}


.maintag .sq ul li a {
	background-color: #fffed5;
	display: block;
	adding: 10px 5px;
	margin-right: 2px;
	margin-left: 2px;
	text-align: center;
	color: #5b3a1c;
	font-weight: bold;
	font-size: 28px;
	line-height:40px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	box-shadow: 3px -3px 5px rgba(0,0,0,0.2);
	cursor: pointer;

}

.maintag .sq ul li a .s1 {
	font-size: 22px;
    line-height:32px;
}


.maintag .sq ul li.stay a {
	background-color: #ff4027;
	position: relative;
	color: #f6ff00!important;
	background-image: url(../img/stay_bt_bg.png);
	background-repeat: no-repeat;
	background-position: center 3px;
	background-size:80% auto;
	
}

@media (max-width:575px){
	
	
	.maintag .sq ul li a {
	font-size: 18px;
	line-height:20px;
		
}
	
	.maintag .sq ul li a .s1 {
	font-size: 13px;
	line-height:20px;
}
	
	.maintag .sq ul li.stay a {
	background-image: url(../img/stay_bt_bg2.png);
		background-repeat: no-repeat;
	background-position: center 3px;
	background-size:80% auto;
}
		
}
@media (max-width:325px){
	.maintag .sq ul li a {
	padding: 5px;;
}
		
}
.maintag .sq ul li.stay a:before {
width: 0;
height: 0;
border-style: solid;
border-width: 10px 5px 0 5px;
border-color: #ff5186 transparent transparent transparent;
content:"";
left:calc(50% - 5px);
top:100%;
position:absolute;
}
}










/*測試*/

#pagearea .sq .page h4 {
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 5px;
	color: #4267b2;
	text-align:center;
}


.praise .txt{
	font-size: 2.4rem;
	line-height: 32px;
	padding: 10px 20px 0px 0px;
}

@media screen and (max-width: 480px) {
.praise .txt{
	font-size: 2.2rem;
	line-height: 22px;
	
}
}	


..praise {
	height: auto;
	width: 100%;	
	}
	
.praise ul{
	display: table;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	}
	
.praise ul li{
	width:calc((100% - 20px) / 2);
	float:left;
	margin-top: 10px;
	margin-bottom: 10px;
	box-shadow: 0 0 5px rgba(255, 204, 5, 0.5);
	border-radius: 15px;
	background-color: #ffffff;
	margin-right:20px;
	display:flex;
	flex-wrap:nowrap;
}


.praise ul li:nth-child(2){
	margin-right:0px;
}
.praise  ul li .picp{
	background-repeat: no-repeat;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.praise  ul li .picp{
	background-repeat: no-repeat;
	width: 96%;
	position: relative;
	overflow: hidden;
	padding: 5px 2% 10px 2%;
}

.praise  ul li>div{
	width: 100%;
	/*display: flex;*/
justify-content: space-between;
flex-wrap: nowrap;
	    padding: 10px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	    align-items: center;
}




.praise  ul li .text{
	width: 90%;
	font-family: "微軟正黑體", Arial;
	color: #585657;
	font-size: 1.2rem;
	margin-right: 4%;
	position: relative;
	padding: 5px 5% 15px 5%;
	
}




.praise ul li div .text .t {
font-size: 1.4rem;
line-height: 32px;
margin-top: 10px;
font-family: "微軟正黑體", Arial;
color: #4267b2;
}
.praise ul li div .text div .d{
	font-size: 1.2rem;
	color: #ff6000;
}
.praise ul li div .text .tag {
	height: auto;
	width: 75%;
	margin-right: 25%;
	margin-bottom: 10px;
}


@media screen and (max-width: 480px) {
.praise ul li {
	width:100%;
	margin-bottom: 10px;
	margin-right:0px;
}	

}


.page .ps{
	width:90%;
	padding: 5px 5% 15px 5%;
}	

.page .ps ul li{
	list-style:disc;
}


/*5/19號新增*/
div#knote {
    background: #fffdd5;
    padding: 10px;
}

div#knote>.sq {
	text-align:center;
	font-weight:bold;
}

div#knote>.sq a{
    display: inline-block;
    margin-left: 1em;
    padding: 5px 15px;
    background: #ff5186;
	background-image: url("../images/gift/o_tag_bg.jpg");
    color: #fdff58;
    border-radius: 15px;
	border:3px #ffffff dashed;
	box-shadow:2px 2px 2px 2px #dcbb90;
}

div#knote>.sq span{
    color: #ff5186;
}

.two_discount{
	margin-top:1em;
	margin-bottom:1em;
}


.two_discount ul {
    display: table;
    margin-left: auto;
    margin-right: auto;
    list-style: none;
	width: 90%;
}

.two_discount ul li {
    list-style: none;
    float: left;
	margin: 0px 3%;
	font-size: 26px;
	line-height: 36px;
	width: 44%;
	}


.two_discount ul li a{
	width: 100%;	
	display: inline-block;
	padding: 15px 60px 15px 40px;
	color: #fff;
	text-align: center;
	background-color: #0ea9e9;
	font-weight: bold;
	/*background-image: url(../images/gift/gift_icon1.png);*/
	background-position: center right;
	background-repeat: no-repeat;
	background-size: auto 45px;
	background-position: 95% center;
	min-width: 300px;
	box-sizing: border-box;
	cursor: pointer;
	border-radius: 30px;
	border: 5px #ffffff solid;
	box-shadow: 2px 2px 2px 2px #dcbb90;
}

@media (max-width:575px){
	.two_discount ul li {
	width: calc(100% - 30px);
		margin: 10px 20px;
	}
	.two_discount ul li a{
		width:100%;
		}
	
	
}

.two_discount ul li:last-child a{

	background-color:#ff0058;
	/*background-image: url(../images/gift/gift_icon2.png);*/
}

.giftline{
	display:flex;
	justify-content: center;
	width:100%;
	font-size:32px;
	font-weight:bold;
	align-items: center;
	color:#00709e;
	}
	
.giftline span{
	font-size:16px;
	color:#fff;
	background-color:#0ea9e9;
	padding:5px 15px;
	border-radius:10px;
	margin-left:10px;
	}
.giftline>img{width:100px;}

.gift_list {
	width: 100%;
	display: table;
	text-align: center;
}

.gift_list>ul{
    width: 100%;
	display:flex;
    align-items: stretch;
}

.gift_list.one>ul>li{
	width:calc(100% - 30px); 
	margin:15px;
	line-height:180%;
}
.gift_list.one>ul>li ul li{
padding-left:1em;
}
.gift_list.one>ul>li ul li:before{
content:"※";
    margin-left: -1em;
    display: inline-block;
}
.gift_list.one .picp {
    display: flex;
    margin: 0px 5%;
}
.gift_list.one .picp img {
	width:50%;
}
.gift_list.one h4 {
	/*text-align:left!important;*/
}
.gift_list>ul>li{
	width:calc(50% - 30px);
	margin:15px;
	background-color:#fff;
	border-radius:15px;
	list-style:none;
	box-shadow:0 0 5px rgba(0,0,0,0.3);
	overflow:hidden!important;
}
.gift_list.three>ul>li{
	width:calc(33.33333% - 30px);
	margin:15px;
	background-color:#fff;
	border-radius:15px;
	list-style:none;
	box-shadow:0 0 5px rgba(0,0,0,0.3);
}
.gift_list ul li ul {
    padding: 20px;
    font-size: 16px;
    line-height: 180%;
}
.gift_list ul li ul li {
    list-style: none;
	    overflow: hidden;
		    text-align: left;
}

.gift_list ul li h4{
	margin:15px!important;
	margin-bottom:0px!important;
}

.gift_list ul li .titlex{
	text-align:center;
	color:#fff;
	font-weight:bold;
	padding:10px;
	box-sizing:border-box;
}
h5.rr {
	font-size: 20px;
	color: #FF0058;
	margin: 15px 0px;
}
.gift_list.one ul li .text ul li {
	padding-left: 1em;
}
.gift_list.one ul li .titlex span {
	color: #FFFCA5;
	transform:scale(1.5);
	display:inline-block;
	    transform-origin: center left;
}

@media (max-width:575px){
.giftline {
    flex-wrap: wrap;
}
.giftline span {
    width: 100%;
}
.gift_list>ul,.gift_list.three>ul {
    flex-wrap: wrap!important;
}
.gift_list>ul>li,.gift_list.three>ul>li {
    width: calc(100% - 30px)!important;
    margin: 15px;
}
.gift_list.one .picp img {
    width: 100%;
}
.gift_list.one .picp {
    flex-wrap: wrap;
}

}





.ruru {
	font-size: 18px;
	color: #333;
	background-color: #FFF;
	margin-right: 20px;
	margin-left: 20px;
	border: 5px solid #b58970;
	padding: 40px 5%;
	border-radius:20px;
}

/*.fsection .contain .ruru ul {
	margin: 0px;
	background-image: url(../images/book.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 22%;
	background-size:20% auto;
	padding-left:0px;
}*/

.ruru ul {
	margin: 0px;
	background-repeat: no-repeat;
	background-position: right top;
	background-size:20% auto;
	padding-left:0px;
}

@media screen and (max-width: 1000px){


.ruru {
		font-size: 16px;
	padding-top: 25px;
	padding-right: 2%;
	padding-bottom: 25px;
	padding-left: 5%;
}	
/*.fsection .contain .ruru ul {
	margin: 0px;
	background-image: url(../images/book.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-right: 0%;
	padding-bottom: 150px;
	background-size: auto 150px;
	;
	padding-left: 0px;
}*/
	
.ruru ul {
	margin: 0px;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-right: 0%;
	background-size: auto 150px;
	padding-left: 0px;
}
	
}
.ruru ul li span {
	font-weight: bold;
	color: #b81c22;
}



.ruru ul li {
	margin-bottom: 5px;
	list-style-type: none;
}


/*.ruru ul li:before {
    content:"★";
    color: red;
	margin-right: 5px;
	}*/

.ruru .note {
	font-size: 16px;
	color: #666;
	margin-top: 20px;
	text-align:center;
}




.ruru ol, .ruru ol li {
    list-style-type: decimal;
	margin-left: 10px;
}



@media screen and (max-width: 1000px){
.ruru .note {
	text-align:center;
}
}



:target:before {
content: "";
display: block;
height: 0px;
}



/*右邊選單css*/

#rightment_pc ul {
	list-style-type: none;
}
#rightment_pc ul li {
	list-style-type: none;
}

#rightment_pc {
    background-color: #FFF;
    width: 214px;
    position: fixed;
    top: 10%;
    right: -214px;
    z-index: 220;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	transition:all 0.5s ease-in-out;
}

#rightment_pc.open {
    right:0px;
	transition:all 0.5s ease-in-out;
}

#rightment_pc .openbar {
    display: block;
    width: auto;
    padding: 3px;

    box-sizing: border-box;
    height: 100%;
    background-color: #ff4c98;
    color: #fff;
    position: absolute;
    right: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	border-top-left-radius:15px;
	border-bottom-left-radius:15px;
	min-width:35px;
	font-size:20px;
	cursor:pointer;
	-webkit-writing-mode: vertical-rl;
writing-mode: vertical-rl;
}
#rightment_pc .openbar::before {
	content:"▲";
	transform:rotate(-90deg);
	transition:all 0.5s ease-in-out;
	margin-bottom:10px;
}

#rightment_pc.open .openbar::before {
	content:"▲";
	transform:rotate(90deg);
	transition:all 0.5s ease-in-out;
}

div#rightment_pc ul li a {
    font-size: 24px;
    display: block;
    padding: 0.8em 20px;
    border-bottom: dashed 1px #ccc;
}


div#rightment_pc ul li:first-child a {
    color:#ff0000;
}
div#rightment_pc ul li:nth-child(2) a {
    color:#fabe00;
}
div#rightment_pc ul li:nth-child(3) a {
    color:#55b5dd;
}
div#rightment_pc ul li:nth-child(4) a {
    color:#079f3e;
}
div#rightment_pc ul li:nth-child(5) a {
    color:#0666b2;
}
div#rightment_pc ul li:nth-child(6) a {
    color:#e0973d;
}
div#rightment_pc ul li:nth-child(7) a {
    color:#53d5b8;
}

div#rightment_pc ul li:first-child a:hover {
    background-color:#ff0000;
}
div#rightment_pc ul li:nth-child(2) a:hover  {
    background-color:#fabe00;
}
div#rightment_pc ul li:nth-child(3) a:hover  {
    background-color:#55b5dd;
}
div#rightment_pc ul li:nth-child(4) a:hover  {
    background-color:#079f3e;
}
div#rightment_pc ul li:nth-child(5) a:hover  {
    background-color:#0666b2;
}
div#rightment_pc ul li:nth-child(6) a:hover  {
    background-color:#e0973d;
}
div#rightment_pc ul li:nth-child(7) a:hover  {
    background-color:#53d5b8;
}




div#rightment_pc ul li a span {
	color:#666;
	font-size:14px;
	    padding-left: 5px;
}

div#rightment_pc ul li a:hover,div#rightment_pc ul li a:hover span {
	color:#fff;
}
li.impotant a {
    color: #fe0057!important;
}

@media (max-width: 575px){
.mz_tab_btn div {
    width: 50%;
    margin: 0px;
    border-radius: 0px;
    border-right: solid 1px #fff;
	    display: flex;
    justify-content: center;
    
}
.mz_tab_btn div span {
	color:#fff;
    
}
.mz_tab_btn div span {
	color:#fff;
    
}
.mz_tab_btn div.active span {
    color: #000!important;
}
}
	
	






.giftitle{
	display:flex;
	justify-content: center;
	width:100%;
	font-size:32px;
	font-weight:bold;
	align-items: center;
	color:#0ea9e9;
	}
	
.giftline span{
	font-size:16px;
	color:#fff;
	background-color:#0ea9e9;
	padding:5px 15px;
	border-radius:10px;
	margin-left:10px;
	}
.giftitle>img{width:60%;}

@media (max-width: 575px){
	.giftitle>img{width:95%;}
	}


@media (max-width: 575px){
#bannerpart {
	margin-top: 1.7em;
	margin-bottom: 0.3em;
	overflow: hidden;
	position:relative;
		
}
	}



.titlex_t1{
	font-size:32px;
	}




