.goods26 {
    overflow: hidden;
        width: 90%;
    max-width: 1220px;
    margin: 0 auto;
    padding: 50px 0;
}

.group-type-ph {
    font-family: "Microsoft JhengHei", "Apple LiGothic Medium";
    overflow: hidden;
}

.group-type-ph .ph {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 1% 0;
    transition: all 0.4s;
    border-radius: 20px;
    background: #fff;
    vertical-align: top;
    border: 1px solid #1e5799; transition: all 0.2s;
}

.group-type-ph .ph.active{
    transform: scale(0.97); border-width: 2px;
}

.group-type-ph .ph.active {
    filter: brightness(1.1);
}

.group-type-ph .ph a {
    display: block;
    text-decoration: none;
    color: #000;
    padding:0; text-align: left;
}

.group-type-ph .ph .ph-img{width: 40%; float: left;}
.group-type-ph .ph .ph-img img {
    border-radius: 20px 0 0 20px; vertical-align: top;
    width: 100%;
}


.group-type-ph .ph .ph-title {
    font-size: 24px;
    line-height: 1.1;
    font-weight: bold;
    overflow: hidden;
    width: 60%;
    text-align: left;
    vertical-align: top;
        padding: 20px; float: right;
}

.group-type-ph .ph .ph-title:after{
    content: "";
    border-bottom: solid 1px;
    transition: all 0.4s;
    display: block;
    width: 100%;
    margin: 20px 0 0 0;
}


.group-type-ph .ph .ph-detail {
    font-size: 14px;
    line-height: 1.4;
    width: 60%;         padding: 0 20px 80px 20px; text-align: left; float: right;
}

.group-type-ph .ph .ph-feature {
    display: none;
}

.group-type-ph .ph .price {
    display: inline-block;
    font-family: "Century Gothic", "Helvetica";
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    transition: all 0.5s;
    letter-spacing: -0.05em;
    text-align: center;
    border-radius: 20px;
    width: auto;
    padding: 5px 80px;
    position: absolute;
    left: 42%;
    bottom: 20px;

    background: #7db9e8; /* Old browsers */
    background: -moz-linear-gradient(top, #7db9e8 0%, #1e5799 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #7db9e8 0%,#1e5799 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #7db9e8 0%,#1e5799 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */
}



.group-type-ph .ph .price span {
    font-size: 30px;
    font-weight: normal;
}

.group-type-ph .ph .price i {
    font-family: "Microsoft JhengHei", "Apple LiGothic Medium";
    font-size: 15px;
}







@media screen and (max-width:1200px) {
    .group-type-ph .ph .ph-title{font-size: 20px;     padding: 10px 20px;}
    .group-type-ph .ph .ph-title:after{margin: 10px 0 0 0;}
    .group-type-ph .ph .price{font-size: 12px; padding: 5px 40px;
   }
    .group-type-ph .ph .price span{font-size: 20px;}
}/*media*/

@media screen and (max-width:768px) {
    .group-type-ph .ph {margin: 3% 0;}
    .group-type-ph .ph .ph-img{width: 100%;}
    .group-type-ph .ph .ph-img img{border-radius: 20px 20px 0 0;}
    .group-type-ph .ph .ph-title{width: 100%;     padding: 10px;}
    .group-type-ph .ph .ph-detail{width: 100%;     padding: 0 10px;}
    .group-type-ph .ph .price{    position: relative;
    left: 50%;
    padding: 5px 40px;
    /* margin: 0 auto; */
    transform: translateX(-50%);
    bottom: inherit;
    margin: 10px auto;}
    
}/*media*/