<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.PrdListBlk {
    margin-top: 25px;
}

.PrdList .divCell {
    width: calc(32% - 1%);
    margin: 10px 1% 30px;
    padding: 0;
}

/*����憭硋惜*/
body .PrdList .liCell {
    border: 0;
    padding: 0;
	 width: unset;
}

.PrdList .PrdListTable {
    text-align: center;
    height: 140px;
    background: #FFFFFF;
    border-radius: 8px;
    position: relative;
    width: fit-content;
    margin: auto;
}

/*������硋�撅�*/
.divCell .PrdImg {
    height: 200px;
    overflow: hidden;
    width: 200px;
    border-radius: 6px;
}

/*�������*/
.PrdImg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
	 transform:scale(1,1);
	 transition: all .4s ease-out;
}

.PrdImg img:hover {
	 transform:scale(1.4,1.4);
}

/*��������堒�撅�*/
.PrdList .PrdCell .PrdContent {
    padding-top: 15px;
    vertical-align: top;
}

/*雿𡏭��������璅䠷���撅�*/
.PrdTxt {
    /*height: 45px;*/
    /*overflow: hidden;*/
}

/*雿𡏭��*/
.Author {
    font-size: 12px;
    text-align: left;
    line-height: 130%;
}

/*����璅䠷��*/
.PrdList .PrdCell .PrdTitle {
    line-height: 133%;
    margin: 0 0 10px;
    font-weight: bold;
    color: #333;
    font-size: 14px;
    text-align: left;
    margin-bottom: 4px;
    overflow: hidden;
    white-space: normal;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    max-height: 38px;
}

.PrdList .PrdCell .PrdBtn {
    padding-top: 20px;
    height: inherit;
}


/**��厰�閗���鞟內*/
.ptBuyNow {
    /*display: none;*/
}
.PrdList .PrdBtn&gt;span {
    display: block;
    width: 90%;
    border: 0;
    padding: 9px 0px;
    border-radius: 3px;
    transition: .4s;
    box-sizing: border-box;
    margin: auto;
    text-align: center;
}
.PrdList .PrdBtn&gt;span:hover {
	 -webkit-filter:opacity(.2);
}
.PrdList .SaleBtn1,
.PrdList .SaleBtn2 {
    color: #333;
    background: #002d5e;
    color: #fff;
}
.PrdList .SaleBtn3 {
	 font-size: 14px;
}



/*�寥椙$*/
.PrdPrcinfo {
    display: flex;
    align-items: center;
}

.PrdList .PrdCell .DollarSign {
    color: #000;
    margin-right: 5px;
   
}


/*撱箄降�睸�孵�滨迂 �黸���*/
.PriceHintName {
    display: none;
}

/*撱箄降�睸��*/
.PrdPriceHint {
    text-decoration: line-through;
    color: #777;
    font-weight: bold;
    text-align: left;
    margin-bottom: 4px;
}

.PrdList .PrdCell .PrdPriceHint .PriceHintAmt:before {
    content: '';
    font-weight: bold;
    padding-left: 10px;
    color: #777;
}

.PrdList .PrdCell .PrdPriceHint .DollarSign {
    font-weight: normal;
    padding-right: 0px;
    color: #777;
    display: none;
}

.PrdList .PrdCell .PrdPriceHint .DollarUnit {
    color: #777;
    font-size: 16px;
}


/*�����寥椙*/
.PrdPrice {}

.PrdList .PrdCell .PrdPriceAmt {
    color: #000;
}

.PrdList .PrdCell .PrdPriceAmt,
.PrdList .PrdCell .PrdPrice {
    letter-spacing: 0;
    text-align: left;
    margin: 0;
    vertical-align: baseline;
    line-height: 150%;
    font-size: 24px;
    font-weight: bold;
    //width: 100%;
}

.PrdList .PrdCell .DollarUnit {
    font-size: 20px;
    color: #8c1d1a;
}

.PrdList .PrdCell a.ptBuyNow {
    float: right;
    display: none;
}

.btn {
    white-space: nowrap;
    background: transparent;
    width: 90px;
    text-align: center;
    vertical-align: middle;
    border: 3px solid #c3dff0;
    color: #fff;
    background-color: #c3dff0;
    font-weight: normal;
    font-size: 14px;
    cursor: pointer;
    transition: all .25s linear 0s;
    font-weight: bold;
    float: left;
}

.btn a {
    color: #130e3a;
}

#PageCtrl {
    margin: 0 0 50px;
}

#PageCtrl .OtherPage {
    cursor: pointer;
    font-weight: normal;
    color: #999;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 30px;
    height: 30px;
    padding: 4px 0;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

#PageCtrl .ThisPage {
    cursor: initial;
    font-weight: normal;
    color: #fff;
    width: 30px;
    height: 30px;
    padding: 4px 0;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    background-color: #b6b6b6;
    border: 1px solid #b6b6b6;
}

#PageCtrl .txt_CountNumR,
#PageCtrl .txt_CountNumL,
#PageCtrl .RecCount,
#PageCtrl .spPageCtrl,
#PageCtrl .txt_PageNum {
    display: none;
}

#PageCtrl .txt_BtnNext,
#PageCtrl .txt_BtnLast {
    margin-left: 3px;
    margin-right: 3px;
    cursor: pointer;
    font-weight: normal;
    color: #999;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 30px;
    height: 30px;
    padding: 4px 0;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}

#PageCtrl .OtherPage:hover,
#PageCtrl .txt_BtnNext:hover,
#PageCtrl .txt_BtnLast:hover {
    background-color: #ddd;
    border: 1px solid #ddd;
    color: #232A32;
}

/*蝬脰楝�睸�孵�滨迂 �黸���*/
body .PrdList .PrdCell .PriceName {
    display: none;
}

/*NoDiscount color*/
.PrdList .PrdCell .PrdPrice.noDiscount .PrdPriceAmt,
.PrdList .PrdCell .PrdPrice.noDiscount .DollarSign {
    color: #333;
}


/*蝝��滨��*/
.spanPrdExPrice.css蝝�璅� {
    display: block;
}

.spanPrdExPrice.css蝝�璅�,
.spanPrdExPrice.css蝝�璅� .DollarSign {
    color: #D35873;
}

.PrdList .PrdCell.css蝝�璅� .ptPrdImgWrap:before {
    content: '蝝�';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    display: block;
    width: 20px;
    height: 20px;
    background: #D35873;
    border-radius: 30px;
    color: #fff;
    text-align: center;
    padding: 5px;
}

.spanPrdExPrice.css蝬䭾�� {
    display: block;
}

.spanPrdExPrice.css蝬䭾��,
.spanPrdExPrice.css蝬䭾�� .DollarSign {
    color: #5CB85C;
}

.PrdList .PrdCell.css蝬䭾�� .ptPrdImgWrap:before {
    content: '蝬�';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    display: block;
    width: 20px;
    height: 20px;
    background: #5CB85C;
    border-radius: 30px;
    color: #fff;
    text-align: center;
    padding: 5px;
}

/*=================PAD version begin===================*/


@media (max-width: 1024px) {
    .PrdList .PrdCell .PrdBtn {
        float: none;
        cursor: pointer;
        margin-top: 10px;
        width: 100%;
    }

    .PrdList .PrdCell .PrdPriceAmt,
    .PrdList .PrdCell .PrdPrice {
        font-size: 16px;
    }

    .PrdList .PrdCell .DollarUnit {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .PrdList .PrdListTable {
        width: 100%;
        margin: 10px 0 20px;
        height: auto;
    }

    .PrdList .PrdCell .PrdTitle {
        margin-bottom: 0;
        min-height: 40px;
    }

    .PrdList .PrdCell .PrdContent {
        margin: 15px 0 5px;
    }


	 .PrdList span.SaleBtn3 {
	 	 font-size: 12px;
	 	 padding: 0 5px;
    	 white-space: pre-wrap;
   	 transform: translateY(-10%);
	 }
}

/*=================PAD version end===================*/

/*==============mobile version begin===================*/

@media (max-width: 490px) {
    .PrdList .divCell {
        width: 40%;
        margin: 15px 5% 15px;
	     border: 0;
    }

    .divCell .PrdImg {
    		max-height: 130px;
		   width: 100%;
        margin: 0 auto;
    }

    .btn {
        width: 100%;
    }

    .Author {
        height: 45px;
    }

}


/*=================mobile version end===================*/

.ErrMsg {
    margin: 30px 0;
}</pre></body></html>