@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);

body{
    margin: 0;
    background-color: #EFF2F5;
    /*font-family: sans-serif,'PingFangTC','Noto Sans TC';*/
}
a, a:link, a:visited, a:hover, a:active {
/* 　color: #7D7AF4; */
    color: #fff;
    text-decoration: none;
}
input{
    caret-color :#fff;
    box-sizing: border-box;
    -webkit-appearance: none;
}
input:focus{
    outline: none;
}
select:focus{
    outline: none;
}
ol{
    list-style: decimal!important;
}
.popdaily-event {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
}
.popdaily-event .slick-slide:focus { outline: none; }
.popdaily-event-loadingBlock{
    position: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: url('../img/loading.gif?') no-repeat;*/
    background-size: 375px 667px;
    background-position: center;
    background-color: #fff;
    overflow: hidden;
    z-index: 9999;
}
.popdaily-event .slick-dots
{
    bottom: 0;
    z-index: 1;
    position: fixed;
    right: 114px;
    bottom: 274px;
    width: initial;
}
.popdaily-event .slick-dots li
{
    margin: 0 auto;
    display: block;
}
.popdaily-event .slick-dotted.slick-slider{
    margin-bottom: 0;
}
.popdaily-event .slick-dots li button{

}
.popdaily-event .slick-dots li button:before{
    font-family: 'slick';
    font-size: 18px;
    line-height: 12px;
    position: absolute;
    top: 0;
    left: 0;
    width: 13px;
    height: 12px;
    content: '•';
    text-align: center;
    opacity: .4;
    color: #fff;
    border:0px solid #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 6px;

}
.popdaily-event .slick-dots li.slick-active button:before
{
    opacity: 1;
    color: #fff;
}
.popdaily-event .flex{
    display: -webkit-flex;
    display: flex;
}
.popdaily-event .inline-flex{
    display: -webkit-inline-flex;
    display:inline-flex;
}
.popdaily-event .flex-wrap
{
    flex-wrap: wrap;
}
.popdaily-event .flex-ball-con
{
    padding-right: 30px;
    padding-left: 30px;
}
.popdaily-event .flex-column{
    flex-direction:column;
}
.popdaily-event .flex-start{
    justify-content:flex-start;
}
.popdaily-event .space-between{
    justify-content:space-between;
}
.popdaily-event .space-around{
    justify-content:space-around;
}
.popdaily-event .justify-center{
    justify-content:center;
}
.popdaily-event .align-center{
    align-content:center;
    /*width: 100%;*/
}
.popdaily-event .wrap{
    flex-wrap:wrap;
    max-width: 700px;
    margin: 0 auto;
}
.popdaily-event .float-left{
    float: left;
    display: inline-block;
}
.popdaily-event .inline-block{
    display: inline-block;
}
.popdaily-event img{
    width: auto;
    height: auto;
}
.popdaily-event .event-input{
    background-color: transparent;
    border:1px solid #fff;
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 1.5em;
    color: #fff;

}
.popdaily-event .event-input1{
    /*width: 454px;*/
    width: 408px;
    height: 66px;
    line-height: 66px;
    margin-top: 24px;
    font-size: 1.1em;
    outline: none !important;
    border:1px solid #FFF;
    box-shadow: 0 0 0px #719ECE;
    -webkit-appearance: textarea;
    /* background-color: white; */
    -webkit-rtl-ordering: logical;
    flex-direction: column;
    resize: auto;
    cursor: text;
    white-space: pre-wrap;
    overflow-wrap: break-word;
}
.popdaily-event .event-input1-dec{
    margin-top: 36px;
}
.popdaily-event .event-input2{
    width: 280px;
    height: 66px;
    line-height: 66px;
    font-size: 1.5em;
    text-align: center;
}
.popdaily-event .txt-rainbow{
    text-transform:uppercase;
    color: transparent;
    background: -webkit-linear-gradient(right,#8127fb,#3a92f5,#cacaff,#fd35a6,#e02cbf,#8127fb);
    background: -o-linear-gradient(right, #8127fb,#3a92f5,#cacaff,#fd35a6,#e02cbf,#8127fb);
    background: linear-gradient(to left,#8127fb,#3a92f5,#cacaff,#fd35a6,#e02cbf,#8127fb);
    background-size: 1100px 100%;
    animation: bg 15s linear infinite;
    background-clip: text;
    -webkit-background-clip: text;
}
@keyframes bg {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 10000px;
  }
}
/*nav*/
.popdaily-event .the_navbar{
    /*overflow: hidden;*/
}
.popdaily-event .the_navbar .nav_bg{
    position:absolute;
    top: 0;
    bottom:0;
    width: 100%;
    /*background-color:transparent;*/
    /*opacity: 0;*/
}
.the_navbar .nav-container
{
    position: relative;
    margin: 0 auto;
}
.the_icon{
    display: block;
    width: 80px;
    height: 34px;
    background-image: url(https://static.popdaily.com.tw/app/event/2019lovedaily/img/logo@3x.png);
    background-position: bottom;
    background-size: 80px 68px;
}
.popdaily-event .the_navbar .nav-container ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.popdaily-event .the_navbar .nav-container .navbar-left{
    display: block;
    margin-top: 20px;
    margin-left: 80px;
}
.popdaily-event .the_navbar .nav-container .navbar-right{
    margin-top: 50px;
    margin-right: 100px;
}
.popdaily-event .the_navbar .nav-container .sub-navbar-left{
    display: block;
    margin-top: 0;
    margin-left: 0;
}
.popdaily-event .the_navbar .nav-container .sub-navbar-right{
    margin-top: 0;
    margin-right: 0;
}
.popdaily-event .the_navbar .nav-container .navbar-left li,
.popdaily-event .the_navbar .nav-container .sub-navbar-left li,
.popdaily-event .the_navbar .nav-container .sub-navbar-right li
{
    margin: 0;
    padding: 0;
    float: left;
    font-size: 1em;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    color: #fff;
}
.popdaily-event .the_navbar .nav-container .navbar-right li
{
    margin: 0;
    padding: 0;
    float: left;
    font-size: 1em;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    color: #444E8F;
}
/*.popdaily-event .the_navbar .nav-container .navbar-right li:nth-child(4)
{
    color: transparent;
}*/
.popdaily-event .the_navbar .nav-container .navbar-left > li{

}
.popdaily-event .the_navbar .nav-container .sub-navbar-left > li{
    padding-top:10px;
    padding-bottom:2px;
    padding-right:20px;
    /*padding-left:20px;*/
    cursor: pointer;
}
.popdaily-event .the_navbar .nav-container .navbar-right > li {
    padding-top:5px;
    padding-bottom:5px;
    padding-right:20px;
    padding-left:20px;
    cursor: pointer;
}
.popdaily-event .the_navbar .nav-container .sub-navbar-right > li{}
.popdaily-event .the_navbar .nav-container .navbar-right > li span{

    display: block;
    width: 100%;
    line-height: 25px;
    border-bottom: 0px solid #fff;
}
.popdaily-event .the_navbar .nav-container .sub-navbar-left > li span{

    /*display: block;*/
    width: 100%;
    line-height: 25px;
    font-size: 1.15em;
    /*color: #000;*/
}
.popdaily-event .the_navbar .nav-container .navbar-right li:nth-child(2) {
    background-color: #ffffff;
    border-radius: 20px;
}
.popdaily-event .the_navbar .nav-container .navbar-right li:nth-child(1) span{

    display: block;
    width: 100%;
    line-height: 25px;
    /*border-bottom: 2px solid #555251;*/
}
.popdaily-event .the_navbar .nav-container .navbar-right li span:hover {
    line-height: 25px;
    border-bottom: 2px solid #316BE1;
    color: #316BE1;
}
.popdaily-event .the_navbar .nav-container .navbar-right li:nth-child(2) span{

    display: block;
    width: 100%;
    line-height: 25px;
    /*border-bottom: 2px solid #555251;*/
}
.popdaily-event .the_navbar .nav-container .sub-navbar-left li span{
    white-space: nowrap;
}

.popdaily-event .the_navbar .nav-container .sub-navbar-left li:nth-child(1) span{

    display: block;
    width: 100%;
    line-height: 25px;
    color: #8d6be7;
}
.popdaily-event .the_navbar .nav-container .fb-icon{
    margin-top: 9px;
    display: block;
    width: 26px;
    height: 26px;
    line-height: 45px;
    background-image: url(../img/fb02@2x.png);
    background-size: 26px 26px;
}
.popdaily-event .the_navbar .nav-container .ig-icon{
    margin-top: 9px;
    display: block;
    width: 26px;
    height: 26px;
    line-height: 45px;
    background-image: url(../img/ig02@2x.png);
    background-size: 26px 26px;
}
.popdaily-event .the_navbar .nav-container .navbar-mobile{
    display: none;
}
.popdaily-event .the_navbar .nav-container #menuToggle
{
  display: none;
  position: absolute;
  top: 18px;
  right: 18px;

  z-index: 1;

  -eventkit-user-select: none;
  user-select: none;
}

.popdaily-event .the_navbar .nav-container #menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -12px;
  left: 0px;
  cursor: pointer;
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */

  -eventkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
.popdaily-event .the_navbar .nav-container #menuToggle span
{
  display: block;
  width:25px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;

  background: #3772E3;
  border-radius: 3px;

  z-index: 1;

  transform-origin: 4px 0px;

  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}
.popdaily-event .the_navbar .nav-container #menuToggle span:first-child
{
  transform-origin: 0% 0%;
}
.popdaily-event .the_navbar .nav-container #menuToggle span:nth-last-child(2)
{
    width:20px;
  transform-origin: 0% 100%;
}
/*
 * Transform all the slices of hamburger
 * into a crossmark.
 */
.popdaily-event .the_navbar .nav-container #menuToggle input:checked ~ span
{
      opacity: 1;
      transform: rotate(-45deg) translate(1px, -1px);
      background: #3772E3;
}
/*
 * But let's hide the middle one.
 */
.popdaily-event .the_navbar .nav-container #menuToggle input:checked ~ span:nth-last-child(2)
{
      opacity: 0;
      transform: rotate(0deg) scale(0.2, 0.2);
}
/*
 * Ohyeah and the last one should go the other direction
 */
.popdaily-event .the_navbar .nav-container #menuToggle input:checked ~ span:nth-last-child(3)
{
    transform: rotate(45deg) translate(1px, -1px);
}
.popdaily-event .the_navbar .nav-container #menuToggle input:checked ~ ul
{
  transform: none;
}
.popdaily-event .sec-block{
    width: 100%;
    height: 150px;
}
.style-margin
{
    display: block;
    margin-top: 35px;
}
.popdaily-event .link-style1{
    color: #8d6be7;
    text-decoration: underline;
}
.popdaily-event .font-style1
{
    /*font-family: PingFangTC;*/
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: justify;
    color: #8d6be7;
}
.popdaily-event .font-style2
{
    /*font-family: PingFangTC;*/
    font-size: 16px;
    /*font-weight: 500;*/
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: justify;
    color: #000;
    margin-bottom:12px;
}
.popdaily-event .h-font-style1
{
    font-size: 35px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.69;
    letter-spacing: normal;
    color: #2b2b2b;
    height: 40px;
    line-height: 40px;
    margin-bottom: 25px;
}
.popdaily-event .sec-con2{
    padding: 0;
    position: relative;
}
.popdaily-event .sec-con2 .sec-article-width{
    margin: 0 auto;
    max-width: 940px;
    width: 100%;
}
.popdaily-event .sec-con2 .sec-article-width.pop-btn-con{
    overflow: hidden;
}
.popdaily-event .sec-con2 .sec-article-width .pop-btn{
    position: relative;
    display: block;
    padding: 14px 0;
    margin: 7px auto;
    max-width: 300px;
    width: 80%;
    font-size: 1.5em;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    background: transparent;
    border:1px #fff solid;
    color: #fff;
    background-color: #ffa792;
    /*color: #416db6;*/
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    background-position: 0 0;
    border-radius: 4px;
}
.popdaily-event .sec4 .sec-article-width .pop-btn{
    margin: 7px 10px;
}
.popdaily-event .sec2 .sec-article-width .pop-btn{
    /*opacity: 0;*/
    /*transform: scale(1.5);*/
}
.popdaily-event .sec4 .sec-article-width .pop-btn{
    /*opacity: 0;*/
    /*transform: scale(1.5);*/
    margin: 10px auto;
}
/*.popdaily-event .sec-con2 .sec-article-width .pop-btn:hover{
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    background-color:#fff;
    color:#416db6;

}*/
/*.popdaily-event .sec-con2 .sec-article-width .pop-btn:hover:before{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
    left: 0;
    opacity: 0;
}
.popdaily-event .sec-con2 .sec-article-width .pop-btn:before{
    position: absolute;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    content: '';
    width: 0;
    bottom: 0;
    left: inherit;
    right: 0;
    height: 50px;
    opacity: 1;
    background: #ffffff;
}*/
/*sec1*/
.popdaily-event .sec1{
    overflow: hidden;
    padding: 0;
}
.popdaily-event .sec1 .pop-web-carousel{
    display: block;
}
.popdaily-event .sec1 .pop-mb-carousel{
    display: none;
}
.popdaily-event .sec2 .pop-web-carousel{
    display: block;
}
.popdaily-event .sec2 .pop-mb-carousel{
    display: none;
}
.popdaily-event .sec3 .pop-web-carousel{
    display: block;
}
.popdaily-event .sec3 .pop-mb-carousel{
    display: none;
}

.popdaily-event .sec1 .carousel-img img {
    width: 100%;
    height: auto;
}
.popdaily-event .sec2 .carousel-img img {
    width: 100%;
    height: auto;
}
.popdaily-event .sec3 .carousel-img img {
    width: 100%;
    height: auto;
}
.popdaily-event .sec1 .carousel-img .counter-con1
{
    /*opacity: 0;*/
    font-family: 'Archivo Black', sans-serif;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-113%,20%);
    /*transform: translate(-100%,20%);*/
}
.popdaily-event .sec1 .carousel-img .counter-con1 .count1{
    display: inline-block;
    font-size: 4.5vw;
    font-weight: 900;
    font-style: italic;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    /*color: #f8f800;*/
    color: #fff;
}
.popdaily-event .sec1 .carousel-img .counter-con1 > p{
    display: inline-block;
    font-size: 1vw;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    /*color: #f8f800;*/
    color: #fff;
}
.popdaily-event .sec1 .carousel-img .counter-con2
{
    /*opacity: 0;*/
    font-family: 'Archivo Black', sans-serif;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-112%,21%);
    /*transform: translate(-100%,20%);*/
}

.popdaily-event .sec1 .carousel-img .counter-con2 .count2{
    display: inline-block;
    font-size: 4.5vw;
    font-weight: 900;
    font-style: italic;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    /*color: #f8f800;*/
    color: #e9ba9c;
}
.popdaily-event .sec1 .carousel-img .counter-con2 > p{
    opacity: 0;
    display: inline-block;
    font-size: 1vw;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    /*color: #f8f800;*/
    color: #e9ba9c;
}
.popdaily-event .sec1 .full-img{
}
.popdaily-event .sec1 .full-img img{
    width: 100%;
    height: auto;

}
.popdaily-event .img-margin
{
    margin: 30px 0;
}
/*sec2*/
.popdaily-event .sec2{
    padding: 0;
}
.popdaily-event .sec2 .sec-article-width .sec-tube-section{
    opacity: 0;
    position: relative;
    border:1px solid #fff;
    margin: 5px auto;
    width: 49%;
    height: 458px;
    overflow: hidden;
    background-color: #416db6;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.popdaily-event .sec2 .sec-article-width .sec-tube-section .tube-tittle{
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 1.5em;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.09;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}
.popdaily-event .sec2 .sec-article-width .sec-tube-section .tube-img{
    display: block;
    margin: 81px auto;
    width: 20%;
    -webkit-transition: transform .5s;
    -moz-transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
}
.popdaily-event .sec2 .sec-article-width .sec-tube-section:hover > .tube-img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.popdaily-event .sec2 .sec-article-width .sec-tube-section .tube-dec{
    font-size: 1em;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}
.popdaily-event .sec2 .sec-article-width .sec-tube-section .tube-dec a{
    text-decoration: underline;
}
.popdaily-event .sec2 .sec-article-width .sec-tube-section .tube-dec.web-view{
    display: block;
}
.popdaily-event .sec2 .sec-article-width .sec-tube-section .tube-dec.mobile-view{
    display: none;
}
.popdaily-event .sec2 .sec-article-width .sec-tube-section .triangle-block{
    display: none;
}
.popdaily-event .sec3 .sec-article-width .triangle-block{
    display: none;
}
.popdaily-event .sec-cycle-content label{
    color: #fff;
}
.popdaily-event .sec-txt-color1:hover,.sec-txt-color1:active{
    background-color: #fff;
    color: #9fdbe2;
    -webkit-animation: fade-bg-color .3s;
    animation: fade-bg-color .3s;
    -moz-animation: fade-bg-color .3s;
    -o-animation: fade-bg-color .3s;
}
.popdaily-event .sec-txt-color2:hover,.sec-txt-color2:active{
    background-color: #fff;
    color: #dec5a3;
    -webkit-animation: fade-bg-color .3s;
    animation: fade-bg-color .3s;
    -moz-animation: fade-bg-color .3s;
    -o-animation: fade-bg-color .3s;
}
.popdaily-event .sec-txt-color3:hover,.sec-txt-color3:active{
    background-color: #fff;
    color: #6aba87;
    -webkit-animation: fade-bg-color .3s;
    animation: fade-bg-color .3s;
    -moz-animation: fade-bg-color .3s;
    -o-animation: fade-bg-color .3s;
}
@-webkit-keyframes fade-bg-color {
    0% {opacity: 0}
    100% {opacity:1}
}

@-moz-keyframes fade-bg-color{
    0% {opacity: 0}
    100% {opacity:1}
}

@keyframes fade-bg-color {
    0% {opacity: 0}
    100% {opacity:1}
}
@-o-keyframes fade-bg-color {
    0% {opacity: 0}
    100% {opacity:1}
}
.popdaily-event .sec-txt-oneLine{
    position: absolute;
    top:50%;
    left: 50%;
    transform:translate(-50%,-50%);
}
.popdaily-event .sec-txt-twoLine{
    position: absolute;
    top: 29px;
    left: 50%;
    transform:translate(-50%);
    width: 55px;
}
.popdaily-event .sec-txt-twoLine-big{
    position: absolute;
    top: 40px;
    left: 50%;
    transform:translate(-50%);
    width: 55px;
}
.popdaily-event .sec-con2 .sec-txt-style-title{
    position: relative;
    display: block;
    height: 1em;
    font-size: 2.25em;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.04;
    letter-spacing: 1px;
    text-align: center;
    color: #4a4a4a;
    margin-bottom: 30px;

}

.popdaily-event .sec-con2 .sec-txt-style-dec{
    font-size: 1.5em;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
}
.popdaily-event .sec-con2 .sec-txt-style-dec.web-view{
    display: block;
}
.popdaily-event .sec-con2 .sec-txt-style-dec.mobile-view{
    display: none;
}
.popdaily-event .sec-con2 .sec-txt-style-sub-dec{
    font-size: 1em;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
}
.popdaily-event .sec-con2 .sec-txt-style-sub-dec.web-view{
    display: block;
}
.popdaily-event .sec-con2 .sec-txt-style-sub-dec.mobile-view{
    display: none;
}
.popdaily-event .sec2 .sec-txt-style-title{
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
}
.popdaily-event .sec2 .sec-txt-style-dec{
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
}
.popdaily-event .sec3 .sec-txt-style-title{
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
}
.popdaily-event .sec4 .sec-txt-style-title {
    background-image: url(https://www.popdaily.com.tw/app/event/2019crest/img/btn003.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 40%;
    height: auto;
    margin: auto;
    background-position: center center;
    cursor: pointer;
    margin-left: 32%;
    /*opacity: 0;*/
    /*-webkit-transform: translate3d(0, 40px, 0);*/
    /*transform: translate3d(0, 40px, 0);*/
}
.popdaily-event .sec4 .sec-txt-style-title:hover {
    background-image: url(https://www.popdaily.com.tw/app/event/2019crest/img/btn003_.png);
}
.popdaily-event .sec4 .web-con-txtarea .sec-txt-style-sub-dec{
    /*opacity: 0;*/
    /*-webkit-transform: translate3d(0, 40px, 0);*/
    /*transform: translate3d(0, 40px, 0);*/
    font-size: 1em;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: 1px;
    text-align: center;
    color: #ffa792;
    margin-top: 10px;
    margin-bottom: 10px;
}
.popdaily-event .sec4 .web-con-txtarea .sec-txt-style-sub-dec.black{
    /*opacity: 0;*/
    /*-webkit-transform: translate3d(0, 40px, 0);*/
    /*transform: translate3d(0, 40px, 0);*/
    font-size: 1em;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #4a4a4a;
}
.popdaily-event .sec4 .web-con-txtarea .sec-txt-style-sub-dec.web-view{
    display: block;
}
.popdaily-event .sec4 .web-con-txtarea .sec-txt-style-sub-dec.mobile-view{
    display: none;
}
.popdaily-event .sec-txt-style-btn{
    max-width: 25em;
    /*width: 100%;*/
    width: 70%;
    /*height: 58px;*/
    border: solid 2px #ffffff;
    text-align: center;
    cursor: pointer;
    font-size: 1.2em;
}
.popdaily-event .sec-txt-style-btn span{
    font-size: 1.5em;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 58px;
    letter-spacing: normal;
}
.popdaily-event .sec-txt-style-btn-lock{
    opacity: .3;
}
.popdaily-event .btn-radius{
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
}
.popdaily-event .sec-cycle-content{
    position: relative;
    margin-left: 0;
    margin-right: 0;
    cursor: pointer;
}
.popdaily-event .sec-cycle-content p{
    text-align: center;
    letter-spacing: 1.1px;
    font-size: .9em;
    margin: 3px auto;
    color: #fff;
    display: none;
}
.popdaily-event .sec-cycle-content span{
    display: inline-block;
}
.popdaily-event .sec-cycle-content label{
    margin: 0;
    cursor: pointer;
}
.popdaily-event .sec-cycle-content input[type=radio]{
  position: absolute;
  visibility: hidden;
}
.popdaily-event .sec-cycle{

    width: 132px;
    height: 132px;
    background: #fff;
    border:2px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

}
.popdaily-event .sec-cycle-content label{
    background: rgba(255, 255, 255, 0.4);
    border: rgba(255, 255, 255, 0.4);
    display: table-cell;
    vertical-align: middle;
}

.popdaily-event .sec-cycle-lineHH{
    line-height: 132px;
}
.popdaily-event .sec-cycle-smW{
    width: 105px;
    height: 105px;
    margin: 0 5px;
}
.popdaily-event .sec-cycle-sm-padding{
    padding: 0 25px;
}
.popdaily-event .sec-cycle-back, .popdaily-event .sec-cycle-content input[type=radio]:checked + label{
    background:transparent;
    border:2px solid #fff;
}
.popdaily-event .sec-cycle-content input[type=radio]:disabled + label{
    color: #ffffff66;
    background: #ffffff66;
    border: #ffffff66;
}
.popdaily-event .sec-cycle-opacity{
    opacity: .4;
}
.popdaily-event .sec-text-black{
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
}
.popdaily-event .sec-cycle-txt-style, .popdaily-event .sec-cycle-content label{
    font-size: 1.5em;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
}
.popdaily-event .sec-cycle-num-style{
    font-size: 1.875em;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
}


.popdaily-event .pop-p2r1{
    display: block;
}
.popdaily-event .pop-p2r2{
    display: none;
}
.popdaily-event .pop-p2r2-margin{
    margin-bottom: 50px;
}
/*sec3*/
.popdaily-event .sec3{
    padding: 0;
}
.popdaily-event .sec3 .empty-block{
    height: 130px;
}
.popdaily-event .sec3 .sec-article-width .sec-tube-section{
    opacity: 0;
    position: relative;
    margin: 10px auto;
    margin-bottom: 10px;
    width: 50%;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
}
.popdaily-event .sec3 .sec-article-width .sec-tube-section .tube-Num{
    font-family: 'Archivo Black', sans-serif;
    font-size: 7.3em;
    font-weight: 900;
    font-style: italic;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}
.popdaily-event .sec3 .sec-article-width .sec-tube-section .tube-tittle{
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 1.5em;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.09;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}
.popdaily-event .sec3 .sec-article-width .sec-tube-section .tube-dec{
    font-size: 1em;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}
.popdaily-event .sec-con2 .event-icon-notice{
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    background-image: url(../img/alert-triangle@2x.png);
    background-size: 21px 21px;
}
.popdaily-event .sec-con2 .sec-notice-style-title{
    margin: 0 5px;
    display: inline-block;
    font-size: 1.3em;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-bottom: 20px;
}
.popdaily-event .sec3 .sec-article-width.sec-notice-article{
    opacity: 0;
    border:1px solid #fff;
    margin: 0 auto;
    padding: 15px;
    width: 100%;
    font-size: 1em;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.88;
    letter-spacing: normal;
    text-align: justify;
    color: #ffffff;
}
.popdaily-event .sec3 .sec-article-width.sec-notice-article ol{
    padding-left:15px;
}
/*sec4*/
.popdaily-event .sec4{
    padding: 0;
}
.popdaily-event .sec4 .web-con-txtarea .empty-block{
    height: 10px;
}
/*.popdaily-event .sec-div940 .the_navbar {
    padding-bottom: 50px;
}*/

.popdaily-event .fixed-copyright
{
    position: fixed;
    left: -15px;
    bottom: 160px;
    transform:rotate(-90deg);
    font-size: .1em;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #555251;
    /*設定寬、高來消除CSS过渡效果导致文字模糊或抖動*/
    width: 268px;
    height: 24px;

}
.popdaily-event .fixed-icon-link
{
    position: fixed;
    right: 120px;
    bottom: 50px;
}
.popdaily-event .fixed-icon-link .fixed-line{
    position: relative;
    margin-left: 100%;
    margin-bottom: 10px;
    right: 0px;
    width: 0.1px;
    height: 100px;
    /*border: solid 1px #ffffff;*/
}
.popdaily-event .fixed-icon-link .fixed-icon
{
    display: block;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    height: 25px;
    line-height: 2;
    letter-spacing: 2.6px;
    text-align: right;
    color: #555251;
    cursor: pointer;
    margin: 2px 0;
}
.popdaily-event .fixed-icon-link .fixed-icon > img{
    width: 143px;
    height: 20px;
}
.popdaily-event .fixed-icon-link .chatroom:hover,
.popdaily-event .fixed-icon-link .ig-link0:hover,
.popdaily-event .fixed-icon-link .ig-link1:hover,
.popdaily-event .fixed-icon-link .ig-link2:hover
{
    color: #EF7054 !important;
}
.popdaily-event .fixed-icon-link .fixed-icon-on
{
    color: #8d6be7;
}
.popdaily-event .fixed-adv{
    position: fixed;
    display: block;
    bottom: 0;
    left: 50%;
    transform:translate(-50%);
    max-width: 760px;
    width: 100%;
}
.popdaily-event .fixed-adv .fixed-adv-close{
    position: absolute;
    top: 43px;
    right: 262px;
    width: 32px;
    height: 32px;
    display: block;
    cursor: pointer;
    background-image: url(../img/webXX@2x.png);
    background-size: 32px 32px;
}
.popdaily-event .fixed-adv .fixed-adv-web{
    display: block;
}
.popdaily-event .fixed-adv .fixed-adv-mb{
    display: none;
}

.tagNumArea
{

}
.popdaily-event .fixed-icon-link-mb
{
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 2;
}
.popdaily-event .fixed-icon-link-mb li
{
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.42;
    letter-spacing: normal;
    text-align: center;
    color: #2b2b2b;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.popdaily-event .web-color-layer{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}
.popdaily-event .web-color-layer.web-color-sec2{
    background-color: #EFF2F5;
}
.popdaily-event .web-color-layer.web-color-sec3{
    background-color: #EFF2F5;
}
.popdaily-event .web-color-layer.web-color-sec4{
    /*background-color: #EFF2F5;*/
}
.popdaily-event .web-color-layer .color-layerTop{
    position: absolute;
    top: 0;
    width: 100%;
    height:50%;
    background-color: #5bc3d1;
}
.popdaily-event .web-color-layer .color-layerBottom{
    position: absolute;
    top: 50%;
    width: 100%;
    height:50%;
    background-color: #67c5d3;
}
.popdaily-event .mb-color-layer{
    display: none;
    position: relative;
    height: 100%;
    width: 100%;
    padding-top: 20px;
}
.popdaily-event .mb-color-layer .color-layerOnly{
    position: absolute;
    top: 0%;
    width: 100%;
    height:100%;
    background-color: #67c5d3;
}
.popdaily-event .sec-con2 .web-con-txtarea
{
    position: relative;
    margin-left: 0;
    margin-right: 0;
}
.popdaily-event .web-con-imgarea
{
    position: relative;
    overflow: hidden;
}
.popdaily-event .web-con-imgarea .imgarea-part
{
    position: relative;
    display: block;
    cursor: pointer;
}
.pop-mb-carousel-sub .mb-imgarea-part{
    margin: 0 15px;
}
.popdaily-event .web-con-imgarea .img-mask-white
{
    position: absolute;
    top:0;
    left: 0;
    right:0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background-color: #fff;

}
.popdaily-event .web-con-imgarea .img-mask-white-off
{
    opacity: 0;
}
.popdaily-event .web-con-imgarea img
{
    display: block;
    width: 314px;
    height: 432px;
}
.mb-nav-bottom-logo
{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -143px;
    display: block;
    width: 286px;
    height: 40px;
    background-image:url('../img/popdaily-x-funnow@2x.png');
    background-size: 286px 40px;
}
.popdaily-event-fixed-mobile-nav{display: none;}
.popdaily-event-fixed-mobile-nav ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
.poster-group
{
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #feb2a2;
  padding-top: 1px;
}
.poster-tittle
{
    position: relative;
    /*width: 90%;*/
    line-height: 22px;
    overflow: auto;
    padding: 0;
    margin: 0;
    font-size: 17px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.7px;
    color: #2b2b2b;
}
.poster-tittle span{
    width: calc(100%);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.poster-sub-tittle
{
    position: relative;
    /*width: 90%;*/
    line-height: 22px;
    overflow: auto;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #2b2b2b;
}
.poster-sub-tittle span{
    width: calc(100%);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.poster-name
{
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #2b2b2b;
}
.popdaily-event .popapp-loader{
    float: left;
    width: 100%;
    /* padding-top: 50px; */
    /*left: 0;
    position: absolute;
    padding-bottom: 50px;*/
    padding-bottom: 50px;
}
.popdaily-event .div-blur
{
    /*-webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);*/
}
.popdaily-event .sec-article-style-width{
    margin: 0 auto;
    max-width: 940px;
    width: 100%;
    margin-bottom: 40px;
}
.popdaily-event .article-con{
    position: relative;
    display: block;
    width: 227px;
    /*height: 350px;*/
    height: 296px;
    border-radius: 7px;
    background-color: #ffffff;
    margin: 0 4px;
    margin-bottom: 10px;
}
.popdaily-event .article-txt-normal{
    margin: 0 11px;
    margin-top: 6px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
}
.popdaily-event .article-img{
    position: relative;
    width: 205px;
    height: 190px;
    margin: 0 auto;
    margin-top: 10px;
}
.popdaily-event .article-tittle{
    position: relative;
    overflow: auto;
    margin-top: 10px;
    font-size: 14px;
    color: #2b2b2b;
}
.popdaily-event .article-tittle span{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.popdaily-event .article-dec{
    position: relative;
    overflow: auto;
    font-size: 14px;
    color: #9b9b9b;
}
.popdaily-event .article-dec span{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.popdaily-event .article-price{
    position: relative;
    font-size: 16px;
    color: #ff6893;
    margin: 10px;
}
.popdaily-event .article-btn{
    font-size: 12px;
    text-align: center;
    color: #2b2b2b;
    width: 90%;
    height: 30px;
    line-height: 30px;
    border-radius: 18.5px;
    border: solid 1px #dcdcdc;
    cursor: pointer;
}
@media only screen and (max-width: 1200px) {


}
@media only screen and (max-width: 992px) {

    .popdaily-event .sec-div940
    {
        width: 100%;
    }
    .popdaily-event .popapp-loader{
        position: relative;
        /* width: calc(100% + 15px); */
        /*left: 0;*/
        /* margin-left: -15px; */
        width: 100%;
    }
    .popdaily-event .event-input1{
        width: 72%;
        height: 2.5em;
        line-height: 2.5em;
        margin-top: 36px;
        font-size:1em;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 929px) {

    .popdaily-event .the_navbar .nav-container .navbar-right{
        margin-right: 0;
    }
    .popdaily-event .the_navbar .nav-container .navbar-left{
        margin-left: 30px;
    }
    .popdaily-event .fixed-copyright
    {
        left: -80px;
    }
    .popdaily-event .fixed-icon-link
    {
        right: 20px;
    }
    .popdaily-event .sec3 .sec-article-width.sec-notice-article{
        width: 96%;
    }
    .popdaily-event .web-color-imgline img
    {
        display: block;
        width: 188px;
        height: 259px;
    }
    .popdaily-event .event-input1 {
        /*width: 70%;*/
        width: 67%;
        height: 2.5em;
        line-height: 2.5em;
        margin-top: 24px;
        font-size:1em;
        margin-bottom: 20px;
    }
    .popdaily-event .event-input1-dec{
        margin-top: 25px;
    }
    .popdaily-event .slick-dots {
        right: 15px;
    }
    .popdaily-event .sec-cycle-sm-padding{
        padding: 0;
    }
}
@media only screen and (max-width: 768px) {
    .popdaily-event .slick-dots
    {
        bottom: 0;
        z-index: 1;
        position: absolute;
        right: 0;
        width: 100%;
    }
    .popdaily-event .slick-dots li
    {
        display: inline-block;
    }
    .the_icon{
        display: block;
        background-position: top;
    }
    .popdaily-event .the_navbar .nav_bg
    {
        /*background-color: #4a4a4a;*/
        opacity: 1;
    }
    .popdaily-event .the_navbar .nav-container .navbar-left {
        margin-top: 20px;
        margin-left: 20px;
        padding-bottom: 50px;
        float: none !important;
    }
    .popdaily-event .the_navbar .nav-container #menuToggle
    {
        display: block;
        top: 8px;
        right: 30px;
        z-index: 2;
    }

    .popdaily-event .the_navbar .nav-container .navbar-right{
        display: none;
    }

    .popdaily-event .the_navbar .nav-container .sub-navbar-left > li{
        /*padding-top:10px;*/
        /*padding-bottom:2px;*/
        /*padding-right:4px;*/
        /*padding-left:4px;*/
        cursor: pointer;
        /*display: block;*/
        /*margin: 0 .5%;*/
        text-align: center;
        width: calc(100% / 4);
    }
    .tagNumArea
    {
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    .popdaily-event .fixed-icon-link
    {
        display: none;
    }
    .popdaily-event .fixed-icon-link-mb
    {
        display: block;
        list-style: none;
        margin: 0;
        margin-top:20px;
        padding: 0;
        /*overflow: auto;*/
        float: left;
        width: 100%;
    }
    .popdaily-event .fixed-icon-link-mb li
    {
        float: left;
        height: 28px;
        line-height: 28px;
        border-radius: 8px;
        border: solid 1px #d8d8d8;
        margin: 0 1.4%;
        padding: 0 2%;
        font-size: .8em;
        width: calc(100% / 3 - 21px);
    }
    .popdaily-event .fixed-copyright
    {
        display: none;
    }
    .popdaily-event-fixed-mobile-nav {
        display: none;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 13;
    }
    .popdaily-event-fixed-mobile-nav .fixed-mobile-nav-bg{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #ffffff;
        /*opacity: .7;*/
    }
    .popdaily-event-fixed-mobile-nav .navbar-mobile .fixed-mobile-nav-list{
        display: block;
        position: relative;
        font-size: 18px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 1.3px;
        text-align: center;
        color: #444E8F;
        height: 25%;
        cursor: pointer;
        border-bottom: 2px solid #d0cfcf;
    }
    .popdaily-event-fixed-mobile-nav .navbar-mobile .fixed-mobile-nav-list .mb-nav-bottom-logo{

        transform: scale(.6);
    }
    .popdaily-event-fixed-mobile-nav .n0
    {
        /*display: none;*/
        position: relative;
        /*background-color: rgba(228, 232, 238, 0.1);*/
    }
    .popdaily-event-fixed-mobile-nav .n1
    {
        position: relative;
        /*background-color: rgba(228, 232, 238, 0.3);*/
    }
    .popdaily-event-fixed-mobile-nav .n2
    {
        position: relative;
        /*background-color: rgba(228, 232, 238, 0.5);*/
    }
    .popdaily-event-fixed-mobile-nav .n3
    {
        position: relative;
        /*background-color: rgba(228, 232, 238, 0.7);*/
    }
    .popdaily-event-fixed-mobile-nav .n4
    {
        position: relative;
        /*background-color: rgba(228, 232, 238, 0.9);*/
    }
    .popdaily-event .sec-con2{
        padding: 0;
        position: relative;
    }
    .popdaily-event .sec-con2 .web-con-txtarea
    {
        position: relative;
        overflow: hidden;
        margin-left: 15px;
        margin-right: 15px;
    }
    /*sec1*/
    .popdaily-event .sec1 {
        overflow: hidden;
        padding: 0;
    }
    .popdaily-event .sec1 .pop-web-carousel{
        display: none;
    }
    .popdaily-event .sec2 .pop-web-carousel{
        display: none;
    }
    .popdaily-event .sec3 .pop-web-carousel{
        display: none;
    }
    .popdaily-event .sec1 .pop-mb-carousel{
        display: block;
    }
    .popdaily-event .sec2 .pop-mb-carousel{
        display: block;
    }
    .popdaily-event .sec3 .pop-mb-carousel{
        display: block;
    }
    /*sec2*/
    .popdaily-event .sec2 .sec-article-width .sec-tube-section {
        position: relative;
        border: 0px solid #fff;
        margin: 5px 15px;
        width: 100%;
        height:auto;
        overflow: hidden;
    }
    .popdaily-event .sec2 .sec-article-width .sec-tube-section .tube-tittle{
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .popdaily-event .sec2 .sec-article-width .sec-tube-section .tube-img{
        display: block;
        margin: 40px auto;
        width: 20%;
        -webkit-transition: transform .5s;
        -moz-transition: transform .5s;
        -o-transition: transform .5s;
        transition: transform .5s;
    }
    .popdaily-event .sec2 .sec-article-width .sec-tube-section:hover > .tube-img{
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
    .popdaily-event .sec2 .sec-article-width .sec-tube-section .tube-dec.web-view{
        display: none;
    }
    .popdaily-event .sec2 .sec-article-width .sec-tube-section .tube-dec.mobile-view{
        display: block;
    }
    .popdaily-event .sec2 .sec-article-width .sec-tube-section .triangle-block{
        display: block;
        margin:0 auto;
        margin-top: 35px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 14px 12px 0 12px;
        border-color: #ffffff transparent transparent transparent;
    }
    /*sec3*/
    .popdaily-event .sec3 .sec-article-width .sec-tube-section{
        margin: 15px;
        width: 100%;
    }

    .popdaily-event .sec3 .sec-article-width .sec-tube-section .tube-Num{
        font-family: 'Archivo Black', sans-serif;
        font-size: 5.6em;
        font-weight: 900;
        font-style: italic;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;
        margin-bottom: 0px;
    }
    .popdaily-event .sec3 .sec-article-width .sec-tube-section .tube-tittle{
        margin-top: 5px;
        margin-bottom: 0px;
        font-size: 1.3em;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.09;
        letter-spacing: normal;
        text-align: center;
        color: #fff;
    }
    .popdaily-event .sec3 .sec-article-width .sec-tube-section .tube-dec{
        font-size: .9em;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: center;
        color: #fff;
    }
    .popdaily-event .sec3 .sec-article-width .triangle-block{
        display: block;
        margin:0 auto;
        margin-top: 0;
        margin-bottom: 10px;
        width:30px;
        height:30px;
        background: url(../img/down@2.png);
        background-size:30px 30px;
    }
    .popdaily-event .sec3 .sec-article-width .triangle-block-on{
        display: block;
        margin:0 auto;
        margin-top: 0;
        margin-bottom: 10px;
        width:30px;
        height:30px;
        background: url(../img/up@2x.png);
        background-size:30px 30px;
    }
    .popdaily-event .sec-con2 .event-icon-notice{
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        background-image: url(../img/alert-triangle@2x.png);
        background-size: 21px 21px;
    }
    .popdaily-event .sec-con2 .sec-notice-style-title{
        margin: 0 5px;
        display: inline-block;
        font-size: 1.3em;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;
        margin-bottom: 5px;
    }
    .popdaily-event .sec3 #notice-body{
        display: none;
    }
    .popdaily-event .sec3 .sec-article-width.sec-notice-article{
        width: 100%;
    }
    .popdaily-event .sec3 .sec-article-width.sec-txt-style-sub-dec{
        font-size: .9em;
    }
    .popdaily-event .sec-con2 .sec-txt-style-title{
        font-size: 1.4em;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        /*line-height: 2.5;*/
        letter-spacing: 1px;
        text-align: center;
        /*margin-bottom: 10px;*/
    }
    .popdaily-event .sec4 .sec-txt-style-title {
        width: 80%;
        margin-left: 13%;
    }
    .popdaily-event .sec-con2 .sec-txt-style-dec{
        font-size: 1em;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.71;
        letter-spacing: 1px;
        text-align: center;
        margin-bottom: 0;
    }
    .popdaily-event .sec-con2 .sec-txt-style-dec.web-view{
        display: none;
    }
    .popdaily-event .sec-con2 .sec-txt-style-dec.mobile-view{
        display: block;
    }
    .popdaily-event .sec4 .web-con-txtarea .sec-txt-style-sub-dec.web-view{
        display: none;
    }
    .popdaily-event .sec4 .web-con-txtarea .sec-txt-style-sub-dec.mobile-view{
        display: block;
    }
    .popdaily-event .sec-txt-style-btn{
        /* max-width: 160px; */
        max-width: 25em;
        width: 100%;
        height: 40px;
        border: solid 2px #ffffff;
        text-align: center;
        cursor: pointer;
    }
    .popdaily-event .sec-txt-style-btn span{
        font-size: 1.125em;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 35px;
        letter-spacing: normal;

    }
    .popdaily-event .sec-txt-twoLine{
        top: 20px;
    }
    .popdaily-event .sec-txt-twoLine-big {
       top: 20px;
    }

    .popdaily-event .sec-cycle{
        width: 86px;
        height: 86px;
        margin: 0;
    }
    .popdaily-event .event-input1{
        width: 100%;
        height: 4.4em;
        line-height: 2.2em;
        margin-top: 12px;
        margin-bottom: 20px;
        padding: 0 20px;

    }
    .popdaily-event .event-input1-dec{
        margin-top: 20px;
    }
    .popdaily-event .event-input2{
        width: calc(100%);
        height: 35px;
        line-height: 35px;
        margin-top: 12px;
        padding: 0 20px;
    }
    .popdaily-event .pop-p2r2-margin{
        margin-bottom: 30px;
    }
    .popdaily-event .sec-cycle-content{
        position: relative;
        /* margin-left: 20px; */
        /* margin-right: 20px; */
        /* margin: 3px; */
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .popdaily-event .article-con{
        position: relative;
        display: block;
        max-width: 164px;
        width: calc(50% - 8px);
        /*height: 252px;*/
        height: 227px;
        border-radius: 7px;
        background-color: #ffffff;
        margin: 0 4px;
        margin-bottom: 7px;
    }
    .popdaily-event .article-txt-normal{
        margin: 0 8px;
        margin-top: 2px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
    }
    .popdaily-event .article-img{
        position: relative;
        /*width: 148px;*/
        max-width: 148px;
        width: calc(100% - 16px);
        height: 140px;
        margin-top: 8px;
    }
    .popdaily-event .article-tittle{
        position: relative;
        overflow: auto;
        margin-top: 5px;
        font-size: .75em;
        color: #2b2b2b;
    }
    .popdaily-event .article-tittle span{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .popdaily-event .article-dec{
        position: relative;
        overflow: auto;
        font-size: .75em;
        color: #9b9b9b;
    }
    .popdaily-event .article-dec span{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .popdaily-event .article-price{
        position: relative;
        font-size: .875em;
        color: #ff6893;
    }
    .popdaily-event .article-btn{
        font-size: .75em;
        text-align: center;
        color: #2b2b2b;
        width: 90%;
        height: 30px;
        line-height: 30px;
        border-radius: 18.5px;
        border: solid 1px #dcdcdc;
        cursor: pointer;
    }
    .pop-mb-carousel-sub .mb-imgarea-part{
        margin: 0 7px;
    }
    .popdaily-event .web-con-imgarea{
        display: none;
    }
    .popdaily-event .mb-color-layer
    {
        display: block;
    }
    .popdaily-event .sec-cycle-sm-padding{
        padding: 0 15%;
    }
    .popdaily-event .fixed-adv .fixed-adv-web{
        display: none;
    }
    .popdaily-event .fixed-adv .fixed-adv-mb{
        display: block;
    }
    .popdaily-event .fixed-adv .fixed-adv-close{
        position: absolute;
        top: 20px;
        right: 20px;
        width: 32px;
        height: 32px;

    }

}
@media only screen and (max-width: 420px) {
    .popdaily-event .fixed-icon-link-mb li
    {
        float: left;
        height: 28px;
        line-height: 28px;
        border-radius: 8px;
        border: solid 1px #d8d8d8;
        margin: 0 1.4%;
        padding: 0 2%;
        font-size: .7em;
        width: calc(100% / 3 - 11px);
        overflow: hidden;
    }
    .popdaily-event .sec-cycle-sm-padding {
        padding: 0 3%;
    }
    .popdaily-event .sec-txt-style-btn span{
        font-size: .8em;
    }
    .popdaily-event .sec3 .sec-article-width .sec-tube-section .tube-tittle {
        font-size: 1.1em;
    }
}

#popdaily-event-gift {
    position: fixed;
    cursor: pointer;
    z-index: 5;
    bottom: 0px !important;
    cursor: pointer;
    color: #FFF;
    width: 100%;
    background-image: url(https://www.popdaily.com.tw/app/event/2019crest/img/btn004.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    display: flex;
}
#popdaily-event-gift div {
    width: calc(100% / 3);
    float: left;
}
#popdaily-event-gift div:before {
    content: '';
    float: left;
    display: flex;
    padding-top: 18%;
    width: 100%;
}
#webRightFix {
    background-image: url(https://www.popdaily.com.tw/app/event/2019crest/img/btn006.png);
    position: fixed;
    cursor: pointer;
    z-index: 3;
    bottom: 60px !important;
    cursor: pointer;
    height: auto;
    right: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-animation: shakewebRightFix 1s ease-in-out 1s infinite alternate;
    animation: shakewebRightFix 1s ease-in-out 1s infinite alternate;
}
#webRightFix:hover,
#mbRightFix:hover {

    background-image: url(https://www.popdaily.com.tw/app/event/2019crest/img/btn006_.png);
}
#webMiddleFix {
    background-image: url(https://www.popdaily.com.tw/app/event/2019crest/img/btn001.png);
    position: absolute;
    cursor: pointer;
    z-index: 3;
    top: 0px !important;
    cursor: pointer;
    left: 10%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#mbMiddleFix {
    background-image: url(https://www.popdaily.com.tw/app/event/2019crest/img/btn001.png);
    position: absolute;
    cursor: pointer;
    z-index: 3;
    top: -70px !important;
    cursor: pointer;
    left: 14%;
    width: 75%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
#webMiddleFix:hover,
#mbMiddleFix:hover {
    background-image: url(https://www.popdaily.com.tw/app/event/2019crest/img/btn001_.png);
}
#webGiftFix {
    background-image: url(https://www.popdaily.com.tw/app/event/2019crest/img/btn002.png);
    position: absolute;
    cursor: pointer;
    z-index: 3;
    top: 0px !important;
    cursor: pointer;
    left: 37%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#mbGiftFix {
    background-image: url(https://www.popdaily.com.tw/app/event/2019crest/img/btn002.png);
    position: absolute;
    cursor: pointer;
    z-index: 3;
    top: -75px !important;
    cursor: pointer;
    left: 13%;
    width: 75%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

#webGiftFix:hover,
#mbGiftFix:hover {
    background-image: url(https://www.popdaily.com.tw/app/event/2019crest/img/btn002_.png);
}
#giftModal .modal-header,
#messageModal .modal-header {
    border-bottom: 0;
}
#messageModal .modal-title {
    text-align: center;
    color: #316BE1;
    margin-bottom: 20px;
}
#messageModal .modal-body li {
    margin-left: 20px;
}
#messageModal .modal-body ul ul li {
    margin-left: 40px;
}
#giftModal .modal-body {
    text-align: center;
}
.navbar-left img {
    position: absolute;
    width: 30%;
}