.sale-panel{
    padding: 15px 0px;
    border-bottom: 1px solid #ccc;
}
.sale-panel-top{
    padding: 0px 15px 15px;
}
.sale-panel-top label{
    margin-right: 10px;
    display: inline-block;
}
.sale-panel-top ul{
    display: inline-block;
}
.sale-panel-top ul li{
    display: inline-block;
}
.sale-panel-top ul li a{
    padding-right: 20px;
    color: #1c84c6;
}
.sale-cart-entrance{
    margin-right: 20px;
}
.sale-icon{
    color: #ff6d4a;
    font-size: 16px;
}
.goodsselect{
    margin-bottom: 10px;
    padding-left: 20px;
}
.goodsselect .pure-menu-link:hover{
    color: #1c84c6;
}
.goodsselect .active{
    color: #1c84c6;
}
.goodsselect .pure-menu-children{
    max-height: 500px;
    overflow: auto;
    border: 1px solid #ccc;
}
.goodsselect .pure-menu-children .pure-menu-item{
    height: auto;
}
.goodsselect label{
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    margin-top: -11px;
    width: 70px;
}
.goodsselect .condition-list{
    overflow: hidden;
    display: inline-block;
}
.goodsselect .condition-list li{
    float: left;
    text-align: center;
    width: 100px;
}
 .goodsselect .condition-list li a.active{
     color: #1c84c6;
 }
.goodslist{width: 100%;margin-top: 5px;}
.goodslist li{
    padding: 12px 0;
}
.goodslist li:hover{
    /*background-color: #eeeeee;*/
}
.goodslist li a{
    display: inline-block;
    margin: 5px 0px 15px;
    font-size: 18px;
    color: #4babff;
}
.goodslist .imgcon{
    position: relative;
    background: #fff;
    border: 1px solid #ddd;
    height: 1.7rem;
    overflow: hidden;
    z-index: 0;
}
.goodslist li img{
    width: 100%;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

.mycart-imgcon{
    position: relative;
    background: #fff;
    border: 1px solid #ddd;
    height: 1.3rem;
    overflow: hidden;
    z-index: 0;
    cursor: pointer;
}
.mycart-imgcon img{
    width: 100%;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

.rentprice strong{
    font-size: 30px;
}

.bold-text{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.info-detil li{
    width: 25%;
    float: left;
    margin-bottom: 10px;
}
.info-detil li label{
    width: 80px;
    color: #666;
    display: inline-block;
}
.add-cart-btn{
    padding: 0px 30px;
    height: 40px;
    font-size: 16px;
    margin-top: 10px;
}

.search-results-board{
    position: absolute;
    top: 48px;
    min-width: 274px;
    background: #fff;
    left: 75px;
    box-shadow: 0px 0px 5px #666;
}

.search-results-board li{
    padding: 6px 15px;
}

.blue-span-icon{
    color: #1c84c6;
    background: #a5d8f9;
    padding: 6px 10px;
}
.search-results-num{
    line-height: 36px;
    margin-top: 30px;
    border-bottom: 1px solid #ddd;
    padding: 0px 15px;
    color: #666;
}
.search-results-num a{
    margin-left: 20px;
}
.search-results-num a.active{
    color: #1c84c6;
}
.sort-icon-wrap{
    width: 10px;
    height: 12px;
    display: inline-block;
    line-height: 0px;
    position: relative;
}
.sort-icon-wrap i{
    position: absolute;
    top: 0px;
    color: #bbb;
}
.sort-icon-wrap i.active{
    color: #666;
}
.goodslist li p{
    margin: 10px 0px;
    font-size: 14px;
    color: #333;
}
.goodslist li p i{
    font-size: 16px;
    color: #999;
    margin-right: 10px;
}
.goodslist .price{
    display: inline-block;
    color: #ff6d4a;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
}
.goodslist .addbtn{
    float: right;
    display: inline-block;
}
.goodslist .addbtn{
    margin: 0;
    padding: 0 8px;
    float: right;
    display: inline-block;
    font-size: 12px;
    line-height: 22px;
    border-radius: 6px;
    background: #fff;
    color: #ff6d4a;
    border: 1px solid #ff6d4a;
}
.goodslist .addbtn:hover{
    background: #ff6d4a;
    color: #fff;
    border: 1px solid #ff6d4a;
}
.goodslist .disaddbtn{
    margin: 0;
    padding: 0 8px;
    float: right;
    display: inline-block;
    font-size: 12px;
    line-height: 22px;
    color: #a5a5a5;
    border: 1px solid #ddd;
    cursor: not-allowed;
}
.goodslist .ma-img{}
.shopcart{
    position: relative;
    float: right;
    width: 91px;
    height: 31px;
    border: 1px solid #DFDFDF;
    padding: 0 28px 0 19px;
    background: #F9F9F9;
    line-height: 31px;
}
.sale-count{
    position: absolute;
    top: 2px;
    left: 108px;
    display: inline-block;
    padding: 1px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -1px;
    color: #fff;
    background-color: #ff6d4a;
    border-radius: 7px;
    min-width: 14px;
    font-family: tahoma,arial;
    text-align: center;
}
.dropdown{
    display: none;
    position: absolute;
    top: 31px;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: -4px 4px 5px rgba(0,0,0,.2);
    width: 350px;
    z-index: 99;
}
.shopcart ul{

    padding: 2px 10px;
}
.shopcart ul li{
    padding: 8px 0;
    border-top: 1px dotted #ccc;
    overflow: hidden;
    line-height: 17px;
    vertical-align: bottom;
}
.shopcart:hover .dropdown{display: block}
.shopcart .pimg{
    float: left;
    width: 90px;
    height: 50px;
    border: 1px solid #ddd;
    padding: 0;
    margin-right: 10px;
    font-size: 0;
}
.shopcart .pimg img{
    width: 90px;
    height: 50px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}
.shopcart .pinfo{
    float: left;
    width: 160px;
    height: 52px;
}
.shopcart .pdetail{
    float: right;
    text-align: right;
    width: 68px;
}
.shopcart .pdetail span{
    display: block;
    color: #e4393c;
}
.shopcart .pdetail a{
    display: block;
    margin-top: 15px;
}
.shopcart .pdetail a:hover{
    color: #ff6d4a;
}

.bill{
    padding: 8px;
    background: #F5F5F5;
}
.bill span{
    float: left;
    line-height: 29px;
}
.bill a{
    float: right;
    height: 29px;
    padding: 0 10px;
    background: #E4393C;
    color: #fff;
    text-align: center;
    font-weight: 700;
    line-height: 29px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.viewnav{}
.viewnav ul{/* background-color: #EDEDEC; */}
.viewnav ul li{display: inline-block;float: left;border-radius: 5px;padding: 0 2px;}
.viewnav ul li:hover{background-color: #e5e5e5}
.viewnav .active a{background-color: #0078ff;color: #fff;}
.viewnav .active a:hover{background-color: #036ee6;color: #fff;}
.viewnav ul li a{
    display: inline-block;
    line-height: 28px;
    color: #607D8B;
    padding: 0 30px;
    border-radius: 5px;
}
.tti{
    margin: 0px 0 15px 0;
    background: #eeeeee;
}
.tti span{
    line-height: 35px;
    padding: 0 5px;
    font-size: 15px;
    color: #848484;
}




.sale-panel a:hover{
    color: #ff6d4a;
}
.sale-search{
    width: 285px;
    padding: 15px 15px 0px;
    position: relative;
}
.sale-search .search-input{
    width: 300px;
}
.sale-search a{
    color: #00c0ef;
    position:absolute;
    top: 23px;
    right: 8px;
}
.sale-house-info{
    padding-top: 15px;
}
.sale-house-info .limit-width{
    width: 580px;
}
.turn-floor{
    width: 78px;
    height: 16px;
    text-align: center;
    line-height: 22px;
    border: 1px solid #ccc;
    border-bottom: none;
    background: #f5f5f5;
    display: block;
    cursor: default;
}
.turn-floor:hover{
    background: #eee;
}
.turn-floor-down{
    line-height: 10px;
    border-bottom: 1px solid #ccc;
}
.sale-floor-set{
    width: 80px;
    height: 288px;
    font-size: 14px;
    overflow: hidden;
    position: relative;
}
.sale-floor-set ul{
    width: 80px;
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.sale-floor-set ul li{
    height: 31px;
    border: 1px solid #ccc;
    border-bottom: none;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}
.sale-floor-set li:last-child{
    border-bottom: 1px solid #ccc;
}
.sale-floor-set ul li.active{
    background-color: #ddd;
}
.sale-toggle-title{
    text-align: center;
    height: 30px;
    line-height: 30px;
}
.sale-toggle-title a.active{
    color: #00c0ef;
    font-weight: bold;
}
.room-table-img{
    height: 321px;
    border: 1px solid #ccc;
    margin-left: 20px;
    padding-right: 13px;
}
.room-info-wrap{
    font-size: 0px;
    width: 420px;
    margin-left: 15px;
}
.room-info-wrap div{
    display: inline-block;
    width: 66px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #ccc;
    font-size: 14px;
    margin: 0px 2px 2px 0px;
    cursor: pointer;
}
.sale-state{
    /*text-align: center;*/
    line-height: 36px;
}
.sale-info-group{
    margin-bottom: 20px;
}


/*商品上架发布页面样式*/
.putaway-header{
    margin: 10px 0px;
}
.putaway-title{
    font-weight: bold;
    font-size: 16px;
}
.putaway-item{
    margin-bottom: 20px;
    padding-left: 15px;
}
.putaway-item>label{
    font-weight: bold;
}
.putaway-item>input{
    width: 300px;
}
.putaway-item>div>label{
    width: 100px;
    display: inline-block;
}
#putaway_intro{
    padding-top: 6px;
}
.add-upload{
    width: 68px;
    height: 68px;
    text-align: center;
    line-height: 68px;
    border: 1px solid #ccc;
    cursor: pointer;
}
.add-upload i{
    color: #ccc;
    font-size: 20px;
}


/*销售购物篮页面样式*/
.sale-shopping-cart-title{
    font-weight: bold;
    margin: 10px 0px 20px;
}
.all-selected{
    padding-left: 10px;
}
.sale-cart-list{
    overflow: hidden;
    margin-top: 20px;
}
.sale-cart-list li{
    float: left;
    padding: 0px 10px;
}
.sale-cart-list .goods-img img{
    width: 200px;
    height: 120px;
}
.sale-cart-list .good-checked{
    line-height: 120px;
}
.sale-cart-list .goods-name{
    margin-right: 20px;
}
.sale-cart-list .detail-info{
    width: 600px;
}
.sale-goods-detail{
    width: 568px;
    margin-top: 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    float: left;
}
.more-detail{
    float: right;
    margin-top: 20px;
}
.payment-way-btn{
    margin-top: 20px;
    padding-left: 42px;
}
.state-putaway{
    color: #fff;
    background: #9e9e9e;
    border: 1px solid #9e9e9e;
}
.state-inventory{
    color: #fff;
    background: #03A9F4;
    border: 1px solid #03A9F4;
}
.floorlist:last-child{
    border-bottom: none;
}





.layerpage-shoppingCart input[type=checkbox] {
    zoom: 140%;
}
.cartGoodsinfo{
    padding-left: 10px;
    margin-bottom: 12px;
    /*font-weight: bolder;*/
}
.cartGoodsinfo i.fa{
    color: #999;
}
.cartGoodsfont{font-size: 16px;color: #1c84c6;font-weight: bold;}
.cartGoodsprice{font-size: 16px;color: #f39c12;}