.slick-slider {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.slick-list.draggable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* next & prev button */
/* .card-next-btn,
.card-prev-btn {
  width: 44px;
  height: 44px;
  box-shadow: 0 4px 6px 0 rgba(0, 41, 83, 0.08);
  background-color: #ffffff;
  border-radius: 45px;
  position: absolute;
  top: calc(50% - 22px);
  cursor: pointer;
  background-position: center;
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-image: url(/images/ic_arrow_green_go@2x.png);
} */

/* .card-next-btn:hover {
  box-shadow: 0 4px 10px 0 rgba(0, 41, 83, 0.2);
  background-color: #f9fafb;
}

.card-prev-btn:hover {
  box-shadow: 0 -4px 10px 0 rgba(0, 41, 83, 0.35);
  background-color: #f9fafb;
} */

.card-prev-btn {
  left: -10px!important;
}
.card-next-btn {
  right: -10px!important;
}

/* announce */
.cashback-announce{
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}

.announce-wrap{
  width: 100%;
}

.announce-item{
  padding: 0px 15px 13px 15px;
  outline: none;
  cursor: pointer;
}

[data-announce-store] {
  cursor: pointer;
}

.announce-card {
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0px 3px 7px var(--shadow-1);
  background-color: var(--background-1);
  height: 193px;
  width: 368px;
}

.announce-card:hover {
  box-shadow: 0px 3px 7px var(--shadow-2);
}

.announce-title{
  font-size: 14px;
  font-weight: bold;
  line-height: 1.19;
  color: var(--foreground-1);
  height: 33px;
  margin-bottom: 10px;
  margin-top: 16px;
  word-break: break-word !important;
}

.announce-body {
  font-size: 14px;
  color: var(--foreground-3);
  height: 63px;
  margin-bottom: 5px;
}

.announce-date{
  font-size: 13px;
  color: var(--foreground-4);
  margin-bottom: 10px;
}

.announce-store-btn {
  padding: 10px 20px;
  border-radius: 5px;
  border: solid 1px var(--stroke-2);
  color: var(--foreground-1);
  background-color: var(--background-1);
  font-size: 14px;
  min-width: calc(50% - 7.5px);
  max-width: 100%;
  cursor: pointer;
}

.announce-store-btn img {
  height: 20px;
  margin-right: 6px;
}

.announce-store-btn:hover {
  background-color: var(--background-1-hover);
}

@media (max-width: 576px) {
  .announce-store-btn {
    width: 100%;
  }
}

.mobile-all-announce {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: var(--bg-color-BgWhite);
  z-index: 2001;
}

.mobile-announce-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 56px;
  font-weight: 700;
  font-size: 16px;
  padding: 0 8px;
  background-color: var(--background-1);
  box-shadow: 0 3px 6px 0 rgba(0, 23, 46, 0.06);
}

.mobile-announce-body {
  height: calc(100% - 56px);
  overflow-y: auto;
  padding-bottom: 61px;
  background-color: var(--background-1);
}

.mobile-announce-item {
  padding: 20px;
  border-bottom: 1px solid var(--border-color-BorderOGray2);
}

.mobile-announce-item .title {
  font-size: 14px;
  margin: 10px 0 6px;
  font-weight: bold;
  color: var(--foreground-1);
}

.mobile-announce-item .store-img-wrap {
  display: flex;
  align-items: center;
  column-gap: 6px;
}

.mobile-announce-item .body {
  font-size: 14px;
  color: var(--foreground-3);
}

.mobile-announce-item .date {
  font-size: 13px;
  color: var(--text-color-TextGray2);
}

.mobile-announce-item[data-store]:hover,
.mobile-announce-item[data-store]:active {
  background-color: rgba(36, 52, 63, 0.04);
}

.hover-circle-gray:hover, .hover-circle-gray:active {
  border-radius: 50px;
  background-color: #e6e6e6;
}

.view-announce{
  font-size: 14px;
  color: #00b5b7;
  text-align: right;
}

.view-announce-link{
  display: inline-flex;
  align-items: center;
}

/* hotlist */
.hotlist-hint-wrap{
  width: 191px;
  height: 100%;
  padding: 14px 17px 24px;
  background-image: url('/images/img-tophits-pc-index@2x.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  color: #FFF;
}

.hotlist-hint-title{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 7px;
}

.hotlist-hint-body{
  font-size: 14px;
}

.hotlist-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 153px;
  height: 32px;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 #af0300;
  border-radius: 16px;
  font-size: 15px;
  color: #af0300;
  position: absolute;
  bottom:24px;
  /* ie 半透明 */
  filter:Alpha(opacity=80);
}

.hotlist-btn:hover {
  background-color: #fceded;
  box-shadow: none;
  /* ie 半透明 */
  filter:Alpha(opacity=80);
}

#hotlist-list a{
  width: 190px !important;
}

#hotlist-list .tooltip-inner{
  max-width: 344px;
}

/* video */
.video-wrap{
  max-width: 460px;
  max-height: 268px;
}

.video-title{
  font-size: 17px;
  font-weight: bold;
  line-height: 1.29;
  color: #24343f;
  margin-bottom:11px;
}

.video-area{
  min-width: 460px;
  max-width: 460px;
  min-height: 235px;
  max-height: 235px;
  position: relative;
  background-color:#ccc;
}

.video-player{
  width:100%;
  position: absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
}

.video-btn{
  min-width: 252px;
  max-width: 300px;
  text-align: center;
  height: 44px;
  border-radius: 8px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.36);
  background-color: #ffffff;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.29;
  color: #24343f;
  z-index: 500;
  padding: 8px;
}
/* coupon */
.coupon-wrap{
  width: 307px;
  height: 207px;
  border-radius: 8px;
  box-shadow: 0 3px 7px 0 var(--shadow-1);
  background-color: var(--background-1);
}

.coupon-wrap:hover{
  box-shadow: 0 3px 15px 0 var(--shadow-2);
}

.coupon-info{
  padding-top:14px;
  padding-left:24px;
  padding-right:24px;
  border-bottom: 4px dotted var(--background-3);
  position:relative;
}

.coupon-img {
  min-height: 70px;
  margin-bottom:6px;
}

.coupon-img img{
  max-width: 160px;
  max-height: 70px;
  background-color: #fff;
}

.coupon-title{
  width: 259px;
  max-height: 40px;
  min-height: 40px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: var(--foreground-1);
  margin-bottom:8px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.l-semicircle{
  width:5px;
  height:10px;
  border-radius:0 90px 90px 0;
  background-color: var(--background-3);
  position:absolute;
  left:0;
  bottom:-7px;
  z-index:500;
}

.r-semicircle{
  width:5px;
  height:10px;
  border-radius:90px 0 0 90px;
  background-color: var(--background-3);
  position:absolute;
  right:0;
  bottom:-7px;
  z-index:500;
}

.coupon-item-wrap {
  width: 292px;
  height: 50px;
  margin:8px;
  border-radius: 5px;
  padding: 9px 12.5px;
  cursor: pointer;
}

.coupon-copy-wrap {
  background-color: var(--bg-color-Negative1);
}

.coupon-btn-wrap{
  background-color: var(--btn-color-BigGoY2);
  color: var(--text-color-TextGray4);
  font-size: 17px;
  font-weight: 500;
}

.hotlist-slide-btn-l{
  left:160px !important;
}
.hotlist-slide-btn-r{
  right: -35px;
}

@media (max-width: 992px) {
  .hotlist-slide-btn-l{
    left:-30px!important;
  }
}
@media (min-width: 1360px) and (max-width: 1390px) {
  .hotlist-slide-btn-r{
    right: -18px;
  }
}

.copy-text{
  height: 32px;
  font-size: 12px;
  text-align: center;
  color: var(--text-color-Negative);
  margin-right:12px;
}

.copy-code{
  font-size: 17px;
  font-weight: bold;
  color: #24343f;
  overflow: hidden;
}

/* store-list */

.store-navbar{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top:5px;
}
.store-tab{
  display:flex;
}

.all-cashbackstore-title{
  font-size: 17px;
  font-weight: bold;
  color: var(--foreground-1);
  margin-top:11px;
  margin-bottom:11px;
  margin-left:20px;
  display:none;
}

.nav-item{
  max-width: 150px;
  font-size: 17px;
  font-weight: bold;
  color: var(--foreground-1);
  text-align:center;
  padding-bottom: 8px;
  cursor: pointer;
  padding-left: 15px;
  padding-right: 15px;
}

.avtive{
  border-bottom: 4px solid var(--actice-icon);
  color:var(--actice-text);
}

.all-store-link{
  font-size: 14px;
  color: var(--foreground-1);
  display: flex;
  align-items: center;
  text-decoration: none;
  white-space: nowrap;
  line-height: 0;
  margin-right:15px;
}
.all-store-link:hover{
  color: var(--text-color-BigGoB);
  text-decoration: none;
}
.all-store-link:hover i{
  filter: var(--svg-color-BigGoB);
}


.store-wrap{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  border-top: 2px solid var(--stroke-2);
  overflow: auto;
  min-height: 370px;
  max-height: 370px;
  background-color: var(--background-1);
  padding: 4px;
  -webkit-overflow-scrolling: touch;
}

.store-link{
  width:14.2%;
  height:120px;
}

.store-item {
  height: 100%;
}

.store-item:hover{
  box-shadow: 0 3px 7px 0 var(--shadow-2);
}

.store-img{
  max-width:102px;
  max-height:45px;
  min-height:45px;
  background-color: #fff;
}

.store-img img{
  max-width:102px;
  max-height:45px;
}

.cashback{
  font-size: 14px;
  color: var(--text-color-BigGoY);
}

@media (max-width: 1360px) {
  .store-link{
    width: 20%;
  }
}

@media (max-width: 992px) {
  .store-link{
    width:20%;
    height:106px;
  }
}

@media (max-width: 768px) {
  .store-link{
    width:25%;
    height:150px;
  }
  .store-tab{
    display: none;
  }

  .all-cashbackstore-title{
    display:flex;
  }
}

@media (max-width: 576px) {
  .cashback-announce{
    margin-left: 0;
    margin-right: 0;
  }

  .announce-wrap{
    display: flex;
    align-items: center;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .announce-item{
    padding: 0px 13px 7px 13px;
  }

  .announce-card{
    width: 307px;
  }

  .announce-card:active {
    background-color: #edf0f4;
  }

  .store-link{
    width:50%;
    height:150px;
    border: solid 1px var(--stroke-2);
  }

  .store-wrap{
    border:0;
    min-height: 450px;
    max-height: 450px;
    padding: 0;
    overflow: hidden;
  }

  .cashback{
    margin-top:5px;
    font-size:17px;
  }

  .store-img{
    max-width:140px;
    min-height:65px;
  }

  .store-img img{
    max-width:140px;
    max-height:65px;
  }

  .announce-body {
    max-height: unset;
  }
}

/* ad banner 輪播 */
.swiper-pagination-bullet{opacity:.6;background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#fff}.swiper-container{--swiper-theme-color:#FFFFFF;--swiper-navigation-color:#FFFFFF;--swiper-navigation-size:20px}.swiper-button-next,.swiper-button-prev,.swiper-container-rtl .swiper-button-next,.swiper-container-rtl .swiper-button-prev{width:50px;height:50px;background-color:rgb(0,0,0,.35);border-radius:50%;top:calc(50% - 15px)}.swiper-button-next:hover,.swiper-button-prev:hover{background-color:rgb(0,0,0,.7)}