@charset "utf-8";
/* CSS Document */
.findx{
    font-family: 微軟正黑體;
}
.findx .note {
    color: #666;
    padding-left: 12px;
    font-size: 14px;
}

/*$$$*/
.findx .price {
    padding: 0 12px 12px 12px;
    color: red;
    text-align: right;
    font-weight: bolder;
    font-size: 22px;
    padding-top: 10px;
}
.prices{
    font-size: 11px;
}

/*Img */
@media (min-width: 1200px) {
    .ezProB img {
        max-height: 183px;
        min-height: 183px;
        max-width: 100%;
        min-width: 100%;
    }
}

@media (max-width: 1199px)and (min-width: 992px) {
    .ezProB img {
        max-height: 203.55px;
        min-height: 203.55px;
        max-width: 100%;
        min-width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .ezProB img {
        max-height: 238px;
        min-height: 238px;
        max-width: 100%;
        min-width: 100%;
    }
}

@media (max-width: 768px) {
    .ezProB img {
        max-height: auto;
        max-width: 100%;
        min-width: 100%;
    }
}


/*Title*/
.col-xs-12 h3:after{
    content: '';
    width: 100%;
    display: block;
    height: 5px;
    background: url(https://img.ezfly.com/ims/I000/040/020.jpg?3) 0 0 no-repeat #c7e8ff;
}
.col-xs-12  h3{
    font-size: 22px;
    line-height: 30px;
    color: #00a8ff;
    vertical-align: middle;
    font-weight:bold;
	margin: 15px -15px;
}

.col-xs-12 h3:before{
    content: "";
    display: block;
    background: url(https://img.ezfly.com/ims/I000/040/022.jpg?10) no-repeat;
    width: 30px;
    height: 30px;
    float: left;
    margin: 0 6px 0 0;
}

.ezProB:hover{
    background: #ffffdc;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}

.GridTxt{
	height: 100px;
}
.SPPro{
	line-height: 22px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	
}

.findx .row {
	margin: 0 0 15px 0;
}

.findx .tabs ul li {
    display: inline-block;
    font-size: 16px;
}