/*桌機*/
  @media screen and (min-width: 768px) {
    body{
       background-image: url(//www.popdaily.com.tw/wp-content/themes/popdaily-v2/event/2018popsnap/img/background_2_1-1.png);
    }
    .cover2,.cover3{
      display: block !important;
    }     
  }

  /*手機*/
  @media screen and (max-width: 768px) {
    body{
       background-image: url(//www.popdaily.com.tw/wp-content/themes/popdaily-v2/event/2018popsnap/img/background_1_1-1.png);
    }
    .cover1,.cover4{
      display: block !important;
    }
  }
	body {
    margin: 0;
   
    background-size: 100%;
    background-repeat: repeat;
    word-break: break-all;
    background-color: #f2c4bc;
  }

  /*導覽列*/
  .nav {
    background-color: #FFF;
    /*opacity: 0.9;*/
    position: fixed;
    width: 100%;
    padding:12px 0 6px 0;
    -webkit-box-shadow: 0 4px 20px -10px #000;
    -moz-box-shadow: 0 4px 20px -10px #000;
    box-shadow: 0 4px 20px -10px #000;
    text-align: center;
    z-index: 99999;
  }
  .nav .logo {
    /*width: 90px;*/
    height: 30px;
    margin-left:10px;
    padding:3px 0 5px 0;
    float: left;
  }
  .nav .logo img{
    height: 100%;
  }
  .nav .link{
    margin-top:5px;
    float: right;
    margin-right:15px;
  }
  .nav .link img{
    width: 25px;
    height: 25px;
  }

  /*封面*/
  .cover{
    width: 100%;
    display: none;
    z-index: 999;
    float: left;
  }
  .cover1,.cover2{
    padding-top:50px;
  }
  .cover img{
    width: 100%;
  }
  
  /*影片區*/
  .yt{
    margin-top:20px;
    width: 90%;
    height: 400px;
    margin-left:5%;
  }
  
  /*文章區 */
  .area2{
    width: 100%;
    float: left;
  }
  .area2 .hr .title{
    color: #EE8687;
    font-size: 1.5em;
    width: auto;
    margin-bottom:30px;
    cursor: pointer;
  }
  .area2 .hr{
    margin-top:50px;
  }
  .area2 .hr .line{
    width: calc(100% - 200px);
    /*background-color: #F00;*/
    float: left;
    height: 1.8em;
    margin-left: 6px;
    margin-top:1px;
    background-image: url(//www.popdaily.com.tw/wp-content/themes/popdaily-v2/event/2018popsnap/img/line.png?5);
    background-repeat: repeat;
  }
  .area2 .news .item{
    float: left;
    width: 100%;
    background-color: #FFF7ED;
    margin-bottom:20px;
  }
  .area2 .news .item:hover{
    opacity: 0.7;
  }
  .area2 .news *{
    float: left;
  }
  .area2 .news .thumb{
    width: 50%;
  }
  .area2 .news .thumb img{
    width: 100%;
  }
  .area2 .news .content{
    width: calc(50% - 30px);
    padding-left:20px;
    padding-right:10px;
  }
  .area2 .news .content .category,
  .area2 .news .content .author{
    color:#EE8485;
  }
  .area2 .news .content .title{
    color: #000;
    margin-top:10px;
  }
  .area2 .news .content .summary{
    color:#666;
  }
/*IG區*/
  .area3{
    float: left;
     background-image: url(//www.popdaily.com.tw/wp-content/themes/popdaily-v2/event/2018popsnap/img/bg.png?25);
     background-size: 100%;
     background-repeat: repeat;
     width: 100%;
     min-height: 20px;
     padding-bottom:40px;
     margin-top:-7px;
     overflow: hidden;
  }
  .area3 .hr{
    margin-top:30px;
    padding: 0 10px;
  }
  .area3 .hr .title{
    color: #FFF7ED;
    font-size: 1.5em;
    width: auto;
    margin-bottom:15px;
    cursor: pointer;
  }
  .area3 .hr .line{
    width: calc(100% - 165px);
    /*background-color: #F00;*/
    float: left;
    height: 1.8em;
    margin-left: 6px;
    margin-top:1px;
    background-image: url(//www.popdaily.com.tw/wp-content/themes/popdaily-v2/event/2018popsnap/img/line2.png?5);
    background-repeat: repeat;
  }
  .area3 .hr .des{
    width: 100%;
    float: left;
    line-height: 1.9em;
    font-size: 1.1em;
    margin-bottom:20px;
  }
  .area3 .search{
    font-size: 1.5em;
  }
  .area3 .search input{
    width: calc(100% - 120px);
    float: left;
    padding:10px 20px;
    border-radius: 100px;
    font-size: 0.7em;
     outline: none;
     border: 0px;
  }
  .area3 .search button{
    width: 60px;
    padding:8px 10px;
    float: right;
    font-size: 0.7em;
    border-radius: 100px;
     outline: none;
     border: 0px;
     background-color: #FFF;
  }
  .area3 .search img{
    margin-top:2px;
    width: 50%;
    opacity: .6;
  }
  .area3 .participate{
    font-size: 1.2em;
    width: 100%;
    text-align: center;
    color: #FFF7ED;
    overflow: hidden;
  }
  .area3 .participate img{
    /*float: left;*/
    width: 37px;
    position: absolute;
  }
  .area3 .participate img:first-child{
    margin-left:-37px;
  }
  .area3 .participate .num{
    float: initial;
  }
  .area3 .participate .box{
    float: left;
    text-align:center;
    width: 100%;
    font-size: 1.2em;
    margin-top:25px;
    margin-bottom:20px;
  }
  .area3 .participate .icon{
    /*background-image: url(//www.popdaily.com.tw/wp-content/themes/popdaily-v2/event/2018popsnap/img/icon3.png);*/
    /*background-size: 100%;*/
    /*background-repeat: no-repeat;*/
    width: 30px;
    height: 30px;
    /*float: left;*/
  }
  .area3 .participate .text{
    /*float: left;*/
    margin-left:25px;
    line-height: 3em;
  }
  .area3 .pinterest{
    /*column-count: 4;*/
    /*column-gap: 0;*/
    /*counter-reset: item-counter;*/
    float: left;
    /*width: calc(100% - 20px);*/
    width: 100%;
    /*width: calc((100% / 4) - 20px);*/
    overflow: hidden;
  }
  .area3 .pinterest .li{
    float: left;
    /*width: calc(100% - 20px);*/
    width: calc((100% / 4) - 20px);
    margin: 10px;
    background-color: #FFF;
    border-radius: 5px;
    /*overflow: hidden;*/
    margin-bottom: 10px;


    /*box-sizing: border-box;*/
    /*break-inside: avoid;*/
    /*counter-increment: item-counter;*/
  }
  .area3 .pinterest .li *{
    float: left;
  }
  .area3 .pinterest .li img{
    width: 100%;
  }
  .area3 .pinterest .li .head{
    padding:10px;
        width: calc(100% - 20px);
  }
  .area3 .pinterest .li .photo{
    cursor: pointer;
  }
  .area3 .pinterest .li .idPhoto{
    width: 100%;
    text-align: center;
    margin-top: 5px;
  }
  .area3 .pinterest .li .idPhoto img{
    width: 50px;
    height: 50px;
    border-radius: 100px;
    float: initial;
    overflow: hidden;
  }
  .area3 .pinterest .li .name{
       line-height: 30px;
    width: 100%;
    text-align: center;
    font-size: .9em;
    line-height: 1.4em;
  }
  .area3 .pinterest .li .action{
    padding:10px;
    width: calc(100% - 20px);
  }
  .area3 .pinterest .li .action .like,
  .area3 .pinterest .li .action .more{
    width: 100%;
    text-align: center;
     border: 1px solid #F4CCC5;
     padding:3px auto;
     margin:5px auto;
     border-radius: 5px;
     color:#F4CCC5;
     cursor: pointer;
  }


  .cbox{
    text-align: center;
    padding-bottom: 20px;
  }
  .cbox .box{
    margin: 0 auto;
    width: 190px;
  }
  .cbox .photo{
    max-height: 200px;
    margin-bottom:20px;
  }
  .cbox #foo{
    width: 100%;
    font-size: 1.2em;
    border: 0px;
    text-align: center;
    margin-bottom:20px;
    font-size: .8em;
  }
  .cbox #foo:focus{
     outline: none;
  }
   .cbox .icon{
    width: 28px;
    height: 29px;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-left: 10px;
    float: right;
    margin-top: 5.5px;
  }
  .cbox .fb{
     background-image: url(//www.popdaily.com.tw/wp-content/themes/popdaily-v2/new/imgs/icon/facebook.png);
  }
  .cbox .pin{
     background-image: url(//www.popdaily.com.tw/wp-content/themes/popdaily-v2/new/imgs/icon/pinterest.png);
  }
  .cbox .msger{
     background-image: url(//www.popdaily.com.tw/wp-content/themes/popdaily-v2/new/imgs/icon/messenger.png);
  }
  .cbox .line{
     background-image: url(//www.popdaily.com.tw/wp-content/themes/popdaily-v2/new/imgs/icon/line.png);
  }
  .cbox .link{
     background-image: url(//www.popdaily.com.tw/wp-content/themes/popdaily-v2/new/imgs/icon/link.png);
  }




  /*通用*/
  .center{
    margin:0 auto;
    width: 100%;
    max-width: 800px;
  }
 
  .hr .title{
    float: left;
  }
  .hr .icon{
    float: right;
    width: 36px;
    height: 36px;
  }
  .hr .icon img{
    width: 100%;
  }

  /*手機版調整*/
  @media screen and (max-width: 768px) {
    .yt{
      margin-top:30px;
      height: 190px;
    }
    .area2,.area3{
      width: 90%;
      padding:0 5%;
    }
    .area3{
      padding-bottom:40px;
    }
    .area2 .news .item{
      margin-bottom:40px;
    }
    .area2 .news .thumb{
      width: 100%;
    }
    .area2 .news .content{
       width: 90%;
       padding:0 10px 10px 10px;
       margin:0 auto;
    }
    .area2 .news .content .category,
    .area2 .news .content .author{
      margin-top:10px;

    }

    .area2 .news .content .summary{
      display: none;
    }

    .area3{
      padding: 5px;
      width: calc(100% - 10px);
    }
    .area3 .pinterest{
      width: 101%;
    }
    .area3 .pinterest .li{
      width: calc((100% - 4px)/2 - 10px);
      margin: 5px;
    }
  }
