.search_bar {
    position: absolute;
    top:0;left:0;right: 0;
    height: 50px;
   /* background-color: #f7f7f7;*/
    background-color: #00acf4;
    z-index: 500;
}
.search_bar .bkg {
    background-color: white;
    position: absolute;
    left: 40px;right: 70px;top:10px;
    height: 34px;
    border-radius: 17px;
}
.search_bar .bkg .input{
    position: absolute;
    left: 39px; right: 12px; top:0;
    line-height: 34px;
    height: 34px;
}
.search_bar .bkg .input input {
    font-size:14px;
    width: 100%;
    height: 100%;
    line-height: 100%;
    border:none;
    vertical-align: top;
    color: #999999!important;
}
.search_bar .bkg .img {
    position: absolute;
    width: 20px;height: 20px;
    left:12px; top:4px;
}
.search_bar .bkg .img img {
    width: 20px;
}
.title_bar {
    position: absolute;z-index: 1;
    top:50px; left: 0;right: 0;
    height: 43px;
    background-color: white;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.search_bar .bkg .input input::-webkit-input-placeholder{
    color:#999999;
}
.search_bar .bkg .input input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#999999;
}
.search_bar .bkg .input input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#999999;
}
.search_bar .bkg .input input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#999999;
}
.title_item {
    float: left;
    width: 20%;
    height: 42px;
    text-align: center;
    line-height: 43px;
    font-size: 14px;
    color: #333;
}
.title_item.active {
    border-bottom: 2px solid #00acf4;
}
.item_cell {
    height: 150px;
    font-size: 13px;
    color:#333;
    background-color: white;
    margin-bottom: 5px;
    position: relative;
}
.item_cell:after {
    content:'';
    position: absolute;
    left:16px;right: 16px;bottom:43px;
    display: block;
    border-bottom: 1px solid #ccc;
}
.item_cell:last-child {
    border-bottom: none;
}

.item_cell .pic {
    position: absolute;
    left: 20px;
    top: 15px;
    width: 90px;
    height: 60px;
}
.item_cell .pic img {
    width: 100%;
}

.item_cell .info {
    position: absolute;
    left: 120px;
    right: 16px;
    top: 15px;
    line-height: 18px;
    overflow: hidden;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;

}
.item_cell .payment {
    color: #666;
    position: absolute;
    line-height: 14px;
    left: 120px;
    top: 58px;
}
.item_cell .payment span{
    color:#ff3939;
    padding: 0 2px;
}
.item_cell .quantity {
    color: #666;
    position: absolute;
    left:120px;
    top: 76px;
    font-size: 13px;
    vertical-align: top;
}
.item_cell .status {
    color: #ff761b;
    width: 100px;
    right: 0px;
    font-size: 13px; line-height: 13px;
    position: absolute;
    bottom: 28px;
}
.item_cell .norm_status {
    color: #666;
}
.item_cell .operate {
    height: 43px;
    position: absolute;
    top: 107px;
    left:0;right: 0;
}
.item_cell .operate .btn {
    float: right;
    width: 78px;height: 30px; line-height: 30px;
    border-radius: 2px;
    font-size: 13px; text-align: center;
    margin-top: 6px;
    margin-right: 10px;
}
.item_cell .operate .btn:first-child {
    margin-right: 16px;
}
.item_cell .operate .btn.bkg_blue {
    background-color: #00acf4;
    color: white;
    border: none;
}
.item_cell .operate .btn.bkg_white{
    background-color: white;
    border: 1px solid #00acf4;
    color:#00acf4;
}