.bg-sec {
  background: #f1ece3 url(https://event.cdn-eztravel.com.tw/events/TTEcoupon/pattern01.png) repeat ;
  background-size: 123px 71px;
}

@media screen and (min-width:992px){
  .bg-sec{
    background-size: 247px 142px;
  }
}

a:active, a:hover, a:link, a:visited {
  text-decoration: none;
}


/* -------------format------------- */
body{
  line-height: 1.5;
  font-family: Verdana, "微软雅黑", sans-serif;
}
.wrapper{
  max-width: 1100px;
  margin: 0 auto;
}

.wrapper [class*="_block"]{
  padding: 0 15px;
}

section[class*="section_"]{
  padding: 1rem 0;
}

[class*="_block"] [class*="_title"]{
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  padding-bottom: 30px;
}

.list_couponImg { 
  background: url(https://event.cdn-eztravel.com.tw/events/TTEcoupon/icons/list.png) no-repeat 2px 2px; 
  padding-left: 27px;
}
@media screen and (min-width:992px) {
  section[class*="section_"]{
    padding: 2rem 0;
  }
}
/* -------------section_banner------------- */

.section_banner img{
  width: 100%;
  vertical-align: middle;
}


/* -------------section_notice------------- */

.section_notice{
  background: #e6e6e6;
}

section.section_notice{
    padding-bottom: 130px;
}

.notice_item+.notice_item{
  padding-top: 40px;
}

.notice_item h3{
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}

.notice_list+.notice_list{
  margin-top: 8px;
}

/* @media screen and (min-width:992px){
  section.section_notice {
      padding-bottom: 130px;
    }
} */

/* -------------section-fixedLink------------- */

.section_fixedLink{
  background-color: rgba(68, 144 , 202, 0.75);
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

section.section_fixedLink{
  padding: 0.5rem 0;
}

.fixedLink_block{
  position: relative;
  display: flex;
}

.section_fixedLink img{
  width: 100%;
  display: block;
}

.btn{
  color: #fff;
  margin-left: auto;
  margin-right: 70px;
  background-color: rgba(50, 50, 124, 1);
  border-radius: 87px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all 500ms ease;
  position: relative;
  overflow: hidden;
}

.btn:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(135deg, rgba(244, 225, 193, 0) 30%, rgba(244, 225, 193, 0.7) 50%, rgba(244, 225, 193, 0) 70%);
  transition: all 500ms ease-in-out;
}

.btn:hover{
  color: #fff;
}

.btn:hover:after{
  opacity: 1;
  transform: translateX(100%);
}

.fixed-img{
  display: block;
  width: 60px;
  position: absolute;
  bottom: 0;
  right: 15px;
}

@media screen and (min-width:992px) {
  .btn {
      margin-right: 110px;
    }

  .fixed-img {
      width: 100px;
    }
}

/* -------------section_activityCoupon------------- */

.activity-card{
  max-width: 850px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  color: #fff;
}

.activity-title{
  text-align: center;
  padding: 20px 0;
  background: #1963AA;
  background: rgb(25,99,170); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(25,99,170,1) 0%, rgba(50,50,124,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(25,99,170,1) 0%,rgba(50,50,124,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(25,99,170,1) 0%,rgba(50,50,124,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4008f', endColorstr='#1963AA',GradientType=0 ); /* IE6-9 */
}

.activity-title h2{
  font-size: 1.5rem;
  font-weight: 800;
  color: #F0CA58;
  line-height: 1.3;
  box-sizing: border-box;
  padding: 0 15px 1rem;
  text-align: initial;
}

.activity-title h2 span{
  display: block;
  font-weight: 800;
}

.activity-title p{
  font-weight: bold;
  font-size: 15px;
  color: #fff;
  letter-spacing: 2px;
}

.activity-content{
  background-color: #fff;
  padding: 20px 15px;
}

.activity-content li+li{
  margin-top: 10px;
}

.coupon-link{
  display: block;
  padding: 0.5rem 1.5rem;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  text-shadow: 1px 2px 2px rgb(0 0 0 / 70%);
  transition: all 0.25s ease;
  background: #C58011 ;
  position: relative;
  cursor: pointer;
}

.activity-content li:nth-child(n+5) .coupon-link{
  background-color: #4490ca;
}

.coupon-link:hover,
.coupon-link:focus{
  color: #fff;
  background-color: #df9b2f;
}

.activity-content li:nth-child(n+5) .coupon-link:hover,
.activity-content li:nth-child(n+5) .coupon-link:focus{
  background-color: #5fa7dd;
}

.title-meta{
  color: #F0CA58;
}

@media screen and (min-width:992px) {
  .activity-title h2{
    text-align: center;
  }

  .activity-content{
    padding: 20px 30px;
  }

  .coupon-link:after{
    content: '';
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    background: url(https://event.cdn-eztravel.com.tw/events/TTEcoupon/click-01.png) no-repeat top left/ contain;
    transition: all 0.25s ease ;
  }

  .coupon-link:hover:after,
  .coupon-link:focus:after{
    transform: translateX(-20px) translateY(-50%);
    transition: all 0.25s ease ;
  }
}

/* -------------section_product------------- */
.product_block{
  position: relative;
  z-index: 1;
}
.product-group{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.product-item{
  padding: 10px;
  width: 50%;
}

.product-link{
  display: block;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.product-img{
  height: 0;
  padding-bottom: 60%;
  overflow: hidden;
}

.product-img img{
  width: 100%;
  vertical-align: middle;
}

.product-descr{
  padding: 10px;
}

.product-descr h3{
  font-size: 1rem;
  font-weight: 600;
  padding-bottom: .5rem;
}

.product-descr p:not(.product-sale){
  color: #172856;
  font-size: 0.9rem;
}

.product-sale{
  color: #ce0000;
  text-align: right;
  font-size: 0.9rem;
}

.product-sale span{
  font-weight: 800;
  font-size: 1.25rem;
  padding-left: 10px;
}

@media screen and (min-width:992px){
  .product-group{
    justify-content: initial;
  }

  .product-item{
    width: 32%;
  }

  .product-descr h3{
    font-size: 1.2rem;
  }
  
  .product-descr p{
    font-size: 1rem;
  }
  
  .product-sale span{
    font-size: 1.5rem;
  }

}

/* -------------section_step------------- */

.section_step{
  background: #e4c493;
}

.step_content ul{
  overflow: hidden;
}

.step-list{
  float: left;
  width: 50%;
  margin-bottom: 1.875rem;
}

.step_list_img{
  width: 150px;
  height: 150px;
  border-radius: 50%;
  box-sizing: border-box;
  padding: 24px;
  margin: 0 auto 1rem;
}

.step-list:nth-child(1) .step_list_img{
  background: #bc1717;
}

.step-list:nth-child(2) .step_list_img{
  background: #172856;
}

.step-list:nth-child(3) .step_list_img{
  background: #009999;
}

.step-list:nth-child(4) .step_list_img{
  background: #00cc99;
}

.step_list_img img{
  width: 100%;
  display: block;
}

.step-list p{
  line-height: 1.3;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
}

@media screen and (min-width:768px){
  .step-list{
    width: 32%;
  }
}

@media screen and (min-width:992px){
  .step_content ul{
    max-width: 800px;
    margin: 0 auto;
  }

  .step-list{
    width: 25%;
    margin-bottom: 0;
  }
}
