/* 各頁面CSS */

/*切換PC置頂選單*/
.cantantBase1{ display: block; }
.cantantBase2{ display: none; }




/*momo幣這裡用*/
@media screen and (min-width: 768px) {
	.Area_grabmoney_coupon .PD_layout ul { padding: 0 25px; grid-gap: 15px;}
	.Area_grabmoney_coupon .PD_layout img {	border-radius: 10px;}
}
@media screen and (max-width: 767px) {
	.Area_grabmoney_coupon .PD_layout ul { grid-gap: 1.8vw;}
	.Area_grabmoney_coupon .PD_layout img { border-radius: .5em;}
}


.pd-info-brand b{color: #ff0072;}


/*流程*/
.Area_step{color: #fff;text-align: center;}

.step02 img{width: 50%;}
@media screen and (max-width: 767px) {
	.step02 img{width: 90%;}
	.Area_step .step img{margin: -2vw auto 0 auto;}
	.Area_step  .step02{margin: 0 auto 5vw auto;}
}

