@charset "utf-8";
/*-----------------------for both-----------------------*/
/*-------------------eventRock-------------------*/
.eventRock li {
  background-image: url(../images/event/climb.png);
  background-position: left top;
  background-repeat: no-repeat;
  /*垂直致中*/
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.eventRock li:nth-child(2) {
  background-image: url(../images/event/rope.png);
}
.eventRock li:nth-child(3) {
  background-image: url(../images/event/walk.png);
}
.eventRock li:nth-child(4) {
  background-image: url(../images/event/finger.png);
}
.codeGift li p span {
  background: #F0844F;
  color: #fff;
  padding: 5px 10px;
  font-size: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
/*-----------------------for PC-----------------------*/
@media screen and (min-width:801px) {
  /*-------------------eventRock-------------------*/
  .eventRock li {
    width: 48%;
    float: left;
    margin: 0 4% 2% 0;
    height: 100px;
    background-size: 100px 100px;
    padding-left: 110px;
  }
  .eventRock li h4 {
    margin-bottom: 10px;
  }
  .eventRock li:nth-child(even) {
    margin-right: 0;
  }
  /*-------------------Code Gift---------------------*/
  .codeGift li {
    float: left;
    width: 24%;
    margin: 0 3px 1% 3px;
    border: 1px solid #e0e0e0;
    padding: 10px;
    /*height: 50px;*/
  }
  .codeGift li:nth-child(3n) {
    margin-right: 0;
  }
  .codeGift li a {
    display: block;
    text-decoration: none;
    color: #000
  }
  .codeGift li a:hover {
    color: #91BD1E
  }
  .codeGiftPN {
    height: 80px;
    display: flex;
    /*flex-wrap: wrap;
    flex-direction: row;*/
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
  }
  .codeGiftPN h4 {
    font-weight: normal;
    /*font-size: 17px;*/
    padding: 10px 5px 5px 5px;
    text-align: center;
    vertical-align: middle;
  }
  .codeGift li ol li {
    border: none;
    width: 95%;
    padding: 0px;
    margin: 2px 0px 2px 15px;
    height: auto;
    list-style: decimal
  }
  /*-----------------咖啡器具 lightbox----------------*/
  .lightbox {
    padding: 25px;
      width: 80%
  }
  .lightbox div.lightboxL {
    float: left;
    width: 250PX;
    margin-right: 3%
  }
  .lightbox div.lightboxR {
    width: 300PX;
    float: right
  }
}
/*------------------for mobile------------------------*/
@media screen and (max-width:800px) {
  /*-------------------eventRock-------------------*/
  .eventRock li {
    width: 100%;
    margin: 0 0 20px 0;
    height: 100px;
    background-size: 100px 100px;
    padding-left: 110px;
  }
  .eventRock li h4 {
    margin-bottom: 8px;
  }
  .eventRock li:last-child {
    margin: 0;
  }
  /*-------------------Code Gift---------------------*/
  .codeGift li {
    margin: 2px;
    border: 1px solid #e0e0e0;
    padding: 10px;
    width: 48%;
    float: left;
  }
  .codeGift li:last-of-type {
    margin-bottom: 0;
  }
  .codeGift li a {
    display: block;
    text-decoration: none;
  }
  .codeGift li a:hover {}
  .codeGiftPN {
    height: 80px;
    display: flex;
    /*flex-wrap: wrap;
    flex-direction: row;*/
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
  }
  .codeGiftPN h4 {
    font-weight: normal;
    /*font-size: 17px;*/
    padding: 10px 5px 5px 5px;
    text-align: center;
    vertical-align: middle;
  }
  /*-----------------------lightbox-----------------------*/
  .lightbox {
    padding: 15px;
    width: 100%
  }
  .lightbox div.lightboxL {
    width: 100%;
    margin: 0 auto 15px auto;
  }
}