
        body{
            padding:0;
            margin:0;
            
        }
        li,ul{
            padding:0;
            margin:0;
        }
        .sell_ {
            width: 1200px;
            margin-top: 20px;
        }
        .sell_top_{
            height: 30px;
            border-bottom: 1px solid #ccc;
        }
        .sell_tit_ {
            border-left: 5px solid #C00;
            font-size: 18px;
            font-weight: bold;
            padding: 0px 10px;
            display: inline-block;
        }

        .sell_r_more {
            display: inline-block;
            float: right;
        }

        .gys {
            /* width: auto;
            height: 20px; */
            /* line-height: 20px; */
            padding: 0px 10px;
            background: #F90;
            border-radius: 3px;
            text-align: center;
            color: #fff;
            /* float: right; */

        }

        .gd{
            width: auto;
            height: 20px;
            line-height: 20px;
            padding: 0px 10px;
            border-radius: 3px;
            text-align: center;
            color: #333;
            float: right;
            font-size:13px;
            margin-top:2px;
        }
        .sell_cont_ ul{
            width: 1200px;
            display: inline-flex;
            justify-content: space-between;
            align-items: center;
            margin-top:20px;
        }
        .sell_cont_ li{
            width: 203px;
            padding:10px;
            border:1px solid #ccc;
            display: inline-block;
        }
        .sell_cont_ img{
            width: 204px;
            height: 153px;
        }
        .sell_price_{
            font-size: 18px;
            color:#f00;
            margin-top:3px;

        }
        .sell_price_::before{
            content:'￥';
            font-size: 18px;
            color:#f00;
        }
        .sell_name_{
            font-size:16px;
            color:#333;
            width: 184px;
            white-space:nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            margin-top:5px;

        }
        .sell_comp_{
            font-size:14px;
            color:#333;
            width: 184px;
            white-space:nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            margin-top:8px;
        }
        .sell_des{
            padding:5px 0; 
            border-bottom: 1px solid #ccc;
        }
        .sell_zb{
            margin-top:10px;
        }
        .sell_zb img{
            width: 204px;
            height: 20px;
        }