vPlaykol@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);
}
/*-------------------eventlist-------------------*/
.eventList .eventListTwo li em {
  color: #333;
  font-size: 13px;
  background: #999;
  padding: 0px 4px;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.type {
  background: #efefef;
  padding: 5px 8px;
  margin: 5px 0px;
}
span.enlarge {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  color: #fff;
}
/*------------------ buyflow -----------------*/
#buyflow li:first-child {
  background-image: url(../images/login.svg);
}
#buyflow li:nth-child(2) {
  background-image: url(../images/membercenter.svg);
}
#buyflow li:last-child {
  background-image: url(../images/card.svg);
}
#buyflow li p.italic {
  font-size: 14px;
}
.KolMedia {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center
}
.box {
  margin: 5px 10px
}
.fa-brands {
  font-size: 180%
}
/*-----------------------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: 30%;
    margin: 0 5px 1% 5px;
    border: 1px solid #e0e0e0;
    padding: 10px;
    height: 440px
  }
  .codeGift li:nth-child(3n) {
    margin-right: 0;
  }
 /* .codeGift li a {
    display: block;
    text-decoration: none;
    color: #000
  }*/
  .codeGift li a:hover {
    color: #c8965a;
  }
  .codeGift li h4 {
    color: #63A9FF;
  }
/*-------------------ChampMarket---------------------*/
  .CMarket li {
    float: left;
    /*width: 23.8%;*/
    width: 31%;
    margin: 0 5px 1% 5px;
    border: 1px solid #e0e0e0;
    padding: 10px;
    height: 450px;
	border-radius: 5px;
	box-shadow: 0 1px 6px rgba(20, 20, 20, 0.12);
  }
  .CMarket li:nth-child(3n) {
    margin-right: 0;
  }
  .CMarket li a:hover {
    color: #c8965a;
  }
  .CMarket li h4 {
    color: #c8965a;
	line-height: 140%;
  }
  /*----------------- eventList lsit---------------*/
  .eventList li {
    border-bottom: 1px solid #ddd;
    display: block;
    position: relative;
    padding: 10px 0;
    width: auto;
  }
  .eventList li:first-child {
    padding-top: 0;
  }
  .eventList li div.left {
    width: 160px;
    float: left;
    position: relative;
  }
  .eventList li div.right {
    width: auto;
    margin-left: 180px;
  }
  .eventList li div.right h4 em {
    font-weight: bold;
  }
  .eventList li div.right h4 span {
    font-size: 15px;
  }
  .eventListTwo li {
    border: 1px solid #ddd;
    display: block;
    position: relative;
    padding: 10px 5px;
    width: 49%;
    float: left;
    margin: 3px;
    height: 120px
  }
  .eventListTwo li:first-child {}
  .eventListTwo li div.left {
    width: 62%;
    float: left;
    position: relative;
  }
  .eventListTwo li div.right {
    width: 35%;
    margin: 15px 10px 0px 0px;
    float: right;
    text-align: right
  }
  .eventListTwo li div.right h4 em {
    font-weight: bold;
  }
  .eventListTwo li div.right h4 span {
    font-size: 15px;
  }
  .eventListTwo li iframe {
    width: 150px;
    height: 150px;
  }
  /*-----------------------buyflow-----------------------*/
  #buyflow {
    overflow: auto;
    text-align: center;
    margin: 0 auto;
    width: 750px
  }
  #buyflow li {
    width: 28%;
    margin: 0 3%;
    float: left;
    display: block;
    padding-top: 120px;
    background-position: top center;
    background-size: 100px 100px;
    background-repeat: no-repeat;
    position: relative;
  }
  #buyflow li:last-child {
    margin: 0;
  }
  #buyflow li h2 {
    color: #B6871E;
    margin-bottom: 8px;
    font-weight: normal;
    font-size: 21px;
  }
  #buyflow li h2.pink {
    color: #D16E74
  }
  #buyflow li h2 i {
    font-size: 50px;
  }
  #buyflow li span {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 50%;
    right: -30px;
    margin-top: -15px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/arrow.svg);
  }
 .vPlay li {
    float: left;
    width: 23.5%;
    margin: 0 0 8px 10px;
    border: 1px solid #e0e0e0;
    padding: 15px 5px;
  }
  .vPlay li:nth-child(4n) {
    margin-right: 0;
  }
  .vPlay li h4 {
    color: #1fb0b2;
    font-size: 105%;
    font-weight: normal;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .vPlaykol li {
    float: left;
    width: 23.5%;
    margin: 0 0 8px 10px;
    border: 1px solid #e0e0e0;
    padding: 15px 5px;
    /*height: 450px }*/
  }
  .vPlaykol li:nth-child(4n) {
    margin-right: 0;
  }
  .vPlaykol li h4 {
    color: #1fb0b2;
    font-size: 105%;
    font-weight: normal;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .vPlaykol li h3 {
	font-size: 115%;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1; /*行數*/
    -webkit-box-orient: vertical;
    white-space: normal;
  }
}
/*------------------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-bottom: 10px;
    border: 1px solid #e0e0e0;
    padding: 10px;
    float: left;
    /*width: 48%;
    margin: 2px;
    height: 320px*/
  }
  .codeGift li:last-of-type {
    margin-bottom: 0;
  }
  /*.codeGift li a {
    display: block;
    text-decoration: none;
    color: #000
  }*/
  .codeGift li a:hover {
    color: #c8965a;
  }
  .codeGift li h4 {
    color: #C8965A;
  }
 /*-------------------ChampMarket---------------------*/
  .CMarket li {
    margin-bottom: 10px;
    border: 1px solid #e0e0e0;
    padding: 10px;
    float: left;
    /*width: 48%;
    margin: 2px;
    height: 320px*/
  }
  .CMarket li:last-of-type {
    margin-bottom: 0;
  }
  .CMarket li a:hover {
    color: #c8965a;
  }
  .CMarket li h4 {
    color: #C8965A;
  }
  /*-----------------------buyflow-----------------------*/
  #buyflow {
    overflow: auto;
    text-align: center;
    margin: 0 auto;
  }
  #buyflow li {
    width: 100%;
    margin: 0 0% 15% 0%;
    float: left;
    display: block;
    padding-top: 100px;
    background-position: top center;
    background-size: auto 60%;
    background-repeat: no-repeat;
    position: relative;
  }
  #buyflow li:last-child {
    margin: 0;
  }
  #buyflow li h2 {
    color: #B6871E;
    margin-bottom: 8px;
    font-weight: normal;
    font-size: 19px;
  }
  #buyflow li h2.pink {
    color: #D16E74
  }
  #buyflow li h2 i {
    font-size: 40px;
  }
  #buyflow li span {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    left: 50%;
    bottom: -40px;
    margin-left: -15px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/arrowM.svg);
  }
  /*.vPlay li {
    margin-bottom: 10px;
    border: 1px solid #e0e0e0;
    padding: 10px;
  }
  .vPlay li h4 {
    color: #1fb0b2;
    font-size: 150%;
    font-weight: normal;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .vPlay li:last-of-type {
    margin-bottom: 0;
  }*/
  .vPlaykol li {
    margin: 2px;
    border: 1px solid #e0e0e0;
    padding: 5px;
    float: left;
    width: 48%;
  }
  .vPlaykol li h4 {
    color: #1fb0b2;
    font-size: 120%;
    font-weight: normal;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .vPlaykol li:last-of-type {
    margin-bottom: 0;
  }
  .vPlaykol li h3 {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1; /*行數*/
    -webkit-box-orient: vertical;
    white-space: normal;
  }
}