.btl_component_product{}
.btl_component_product .list_item{}
.btl_component_product .list_item_img{}
.btl_component_product .list_item_container{}
.btl_component_product .list_item_info{}
.btl_component_product .list_item_content{}

.btl_component_product .list_item_box{border: 2px solid #999;}
.btl_component_product .list_item_box:hover{border: 2px solid #02826b;}
.btl_component_product .list_item_container{background-color: #fff;padding: 5px 15px 10px 15px;}
.btl_component_product .list_item_img{text-align: center;background-color: #fff;}
.btl_component_product .list_item_img img{max-width: 100%;height: 100px;}
.btl_component_product .list_list_title{text-align: justify;height: 36px;margin: 5px 0;overflow: hidden;}
.btl_component_product .list_item_desc{color: #999;font-size: 14px;margin: 0;}
.btl_component_product .price_line{color: #000;font-size: 14px;margin: 0;height: 20px;text-decoration: line-through;}
.btl_component_product .price_salse{color: #000;font-size: 24px;margin: 0;height: 20px;}
.btl_component_product .price_salse.special{color: red;}
.btl_component_product .list_item{padding-bottom: 15px;}
.btl_component_product .product_btn{position: relative;background-color: #02826b;min-height: 40px;}
.btl_component_product .product_btn a{color: #fff;display: block;text-align: center;padding: 10px 15px;}
.btl_component_product .product_btn a:hover{text-decoration: none;color: #fff;}
.btl_component_product .product_btn a.animate{background-color: #02826b;position: fixed;z-index: 3000;}

.btl_component_product_detail .product_info{display: block;position: relative;}
.btl_component_product_detail .product_info_row{display: table;position: relative;width: 100%;padding: 0 15px 10px;}
.btl_component_product_detail label{display: inline-block;float: left;width: 120px;margin: 0;}
.btl_component_product_detail .info_content{display: inline-block;float: left;width: calc(100% - 120px);}
@media (max-width: 450px){
    .btl_component_product .list_item{width: 100%;}
    .btl_component_product .list_item_img img{width: 100%;height: auto;}
}

.btl_component_product_content .product_content_title{font-size: 18px;display: block;border-bottom: 1px solid #ccc;padding: 10px 0 5px 0;margin-bottom: 15px;font-weight: 700;}