body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Microsoft Yahei', Arial, STHeiti, sans-serif;
}
em, i, s {
    font-style: normal;
}
ul, li, ol, dl, dt, dd, input {
    list-style: none;
}
a {
    text-decoration: none;
}
html,body{
    width: 100%;
    height: 100%;
    overflow: hidden
}
.clear {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}
a:hover, a:visited, a:link, a:active {
    color: #333;
    text-decoration: none;
}
@font-face {font-family: 'iconfont';
    src: url('../fonts/iconfont.eot'); /* IE9*/
    src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/iconfont.woff') format('woff'), /* chrome��firefox */
    url('../fonts/iconfont.ttf') format('truetype'), /* chrome��firefox��opera��Safari, Android, iOS 4.2+*/
    url('../fonts/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;}

    .grid_title {
        width: 530px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 60px;
        padding: 0 20px;
        background-color: #FFFFFF;
        }
        
        .grid_title .title {
        font-size: 22px;
        font-weight: bold;
        color: #333333;
        line-height: 40px;
        }
        
        .grid_title .more {
        font-size: 14px;
        font-weight: 400;
        color: #999999;
        line-height: 40px;
        }
.ifr_content{
    width: 530px;
    height: 242px;
    padding: 0 20px;
    overflow: hidden;
    font-size: 12px;
    color: #666;
    background-color: #FFFFFF;
}

.ifr_frs_goods{
    float: left;
    width: 130px;
    height: 220px;
    background-color: #F5F5F5;
}
.ifr_frs_goods .ifr_goodsname{
    width: 108px;
    padding: 6px 10px;
    color: #F40000;
    overflow: hidden;
    white-space: nowrap;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}
.ifr_goods_listbox{
    float: left;
    overflow: hidden;
    width: 400px;
}
.ifr_goods_list{
    float: left;
    width: 180px;
    height: 100px;
    margin-left: 20px;
}
.ifr_goods_list img{
    float: left;
}
.ifr_goods_list>div{
    float: left;
    margin-left: 5px;
}
.ifr_content img{
    width: 100px;
    height: 100px;
}
.ifr_frs_goods{
    text-align: center;
    position: relative;
}
.ifr_goods_icon{
    position: absolute;
    width: 68px;
    height: 20px;
    line-height: 20px;
    background: linear-gradient(90deg, #FFA619, #FF7C34);
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}
.ifr_frs_goods img{
    margin-top: 32px;
}
.ifr_goods_list .ifr_goodsname{
    width: 75px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    margin: 10px 0;
}
.ifr_goods_list:nth-child(-n+2){
    margin-bottom: 20px;
}
.ifr_price{
    width: 75px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FF0000;
    overflow: hidden;
    white-space: nowrap;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}
.ifr_frs_goods .ifr_price{
    width: 130px;
    text-align: center;
}
.ifr_deal{
    margin-top: 8px;
    color: #999;
}
.open_link{
    cursor: pointer;
}
.more{
    cursor: pointer;
}
.sold_out {
    font-size: 11px;
    color: #888888;
    margin-top: 10px;
}