@charset "utf-8";
/*ipc.ink

	版本：1.0
	整理：IPCINK
	帮助：https://ipc.ink
*/

/*小工具广告位*/
.widget {
    clear: both;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}
.widget_product {
    background: #fff;
}
.product_content {
    padding: 15px;
}
.product_info h2 {
    font-size: 20px;
    margin: 0;
    font-weight: bold;
    padding: 5px 0 10px 0;
}
.widget ul {
    zoom: 1;
    list-style: none;
    padding: 0;
    margin: 0;
}
.product_info>ul>li {
    font-size: 13px;
    margin-bottom: 8px;
    list-style: none;
}
.price_sale strong {
    float: right;
    font-size: 20px;
    line-height: 1;
    font-weight: 100;
}
small, .small {
    font-size: 85%;
}
.price_sale h2 {
    margin: 0;
    font-size: 14px;
    color: #999;
    line-height: 20px;
}
.product_content>.btn {
	top: 5px;
    padding: 1px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    width: 100%;
	background: linear-gradient(-125deg,#0295f9 0%, #2f49fd 100%);
	box-shadow: 0 3px 10px -1px #2c63ff!important;
    color: #ffffff;
}

/*小工具广告位*/