@charset "utf-8";


/* 微調 */
.layout_active { padding-bottom: 3% ; }
@media screen and (max-width:767px){
}

/* 作圖區 */
.layout_item .PD .PD_img { padding-top: 0 !important ; margin-bottom: 10% ; }
.layout_item .PD .PD_img { transform: scale(0.97) ; transform-origin: center center; }
.layout_item .PD .PD_img img { border-radius: 50% !important  ; }
.layout_item ul li h3 { color: #000 !important ; }
.layout_item ul li p { overflow: visible !important ; }
.layout_item ul li:nth-child(odd) p .Price { color: #0167d6 ; }
.layout_item ul li:nth-child(even) p .Price { color: #ec6c00 ; }
.layout_item ul li:nth-child(odd) p .money { color: #0167d6 ; }
.layout_item ul li:nth-child(even) p .money { color: #ec6c00 ; }
@media screen and (max-width:767px){
  .layout_item .PD .PD_img { padding-top: 0 !important ; margin-bottom: 2% ; }
}


/*飄-上下*/
.uptodown-play { -webkit-animation:uptodown-play 2s ease-in-out infinite alternate;
  animation:uptodown-play 2s ease-in-out infinite alternate;}
@-webkit-keyframes uptodown-play { 
0%   { transform: translateY(0); }
50%  { transform: translateY(5px); }
100% { transform: translateY(0); }
}
@keyframes uptodown-play { 
0%   { transform: translateY(0); }
50%  { transform: translateY(5px); }
100% { transform: translateY(0); }
}






