/*.group-type-ph {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
}*/



.ph {
    font-family: "微軟正黑體", "Microsoft JhengHei", "Apple LiGothic Medium", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    padding: 0 30px 30px;
    transition: all 0.2s;
}



.ph a {
    display: block;
    text-decoration: none;
    background: white;
    color: black;
    position: relative;
    padding-bottom: 3%;
    transition: all 0.2s;
}

.ph-img{position: relative;}

.ph .ph-img img {
    width: 100%;
}



.ph .ph-title {
    font-weight: bold;
    font-size: 112.5%;
     padding: 3%;
}



.ph .ph-detail {
    color: #666666;
    margin: 0 3%;
    max-height: 4.5em;
    overflow: hidden;
}

.ph .ph-feature {
   line-height: 1;
}


.ph .price {
    display: inline-block;
    text-align: center;
    height: 2.2em;
    line-height: 2.2em;
    padding: 0 1em;
    font-family: "Century Gothic", Arial, "Microsoft JhengHei";
    background: rgba(255,255,255,0.8);
    font-style: normal;
    font-weight: bold;
    position: absolute;
    right: 3%;
        bottom: 5%;
    color: black;
    border-radius: 5em;
    font-size: 100%;
}

.ph .price * {
    font-style: normal;
}

.ph .price span {
    font-size: 160%;
    font-weight: normal;
}

.ph .price i {
    font-family: "微軟正黑體", "Microsoft JhengHei", "Apple LiGothic Medium", Arial, Helvetica, sans-serif;
}



@media screen and (max-width:1280px) {
    .ph{    padding: 0 20px 30px;}
}



@media screen and (max-width:460px) {
    .ph{font-size: 14px;}
}
