﻿.orderdetail
{
    margin-top: 2rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom: none;
    margin-bottom: 4rem;
}
.orderdetail li span
{
 height: 22px;
    line-height: 22px;
}

.orderdetail .name
{
    font-weight: bold;
    color: #333;
    font-size: 1.2rem;
}

.orderdetail .state
{
    float: right;
    color: #999;
    font-size: 1rem;
    text-align: right; /*width: 10rem;*/
}
.orderdetail .state input, .orderdetail .state select
{
    width: 10rem !important;
}
.orderdetail .detail
{
    color: #999;
    font-size: 1rem;
}

.operateDetail
{
        padding: 1rem 1rem 0 1rem!important;
    }
.orderdetail ul
{

      border-bottom: 1px solid #ddd;
    padding: 1rem 1rem 0 3rem;
    margin: 0;
}

.orderdetail .end
{
    padding-bottom: 1rem;
}
.orderdetail-icon
{
    background: url(../../images/icon/order_icon.png) 0 0 no-repeat;
    width: 20px;
    height: 22px;
    position: absolute;
    background-size: 20px 240px;
    margin-left: -26px;
    margin-top: 0px;
}

.iod-2
{
    background-position: 0 -21px;
}
.iod-3
{
    background-position: 0  -42px;
}
.iod-4
{
    background-position: 0 -60px;
}
.iod-5
{
    background-position: 0 -79px;
}
.iod-6
{
    background-position: 0 -99px;
}
.iod-7
{
    background-position: 0 -119px;
}
.iod-8
{
    background-position: 0 -141px;
}
.iod-9
{
    background-position: 0 -159px;
}
.iod-10
{
    background-position: 0 -179px;
}
.iod-11,.orderdetail-icon-delete
{
    background-position: 0 -200px;
}
.iod-12
{
    background-position: 0 -219px;
}


.orderdetail .more
{
    background: url(../../images/icon/ic_arrow.png) right center no-repeat;
    background-size: 16px 16px;
    padding-right: 1.2rem;
}
.orderdetail .down
{
    background: url(../../images/icon/ic_down.png) right center no-repeat;
    background-size: 16px 16px;
    padding-right: 1.2rem;
}
.orderdetail .up
{
    background: url(../../images/icon/ic_up.png) right center no-repeat;
    background-size: 16px 16px;
    padding-right: 1.2rem;
}

.btn-py
{
    border: 0;
    font-family: inherit;
    outline: 0;
    font-style: normal;
    font-size: 14px;
    color: #FFF;
    padding: 0.3rem 1rem;
    background: #f2756a;
}

/*operateDetail*/

.return_btn
{
    width: 100%;
    font-size: 1.2rem;
    color: #333;
    height: 57px;
    line-height: 57px;
    text-align: center;
}


.productlist ul
{
    border-bottom: 1px solid #ddd;
   padding-left:1rem;
}

.productlist .row
{
    display: block;
    box-sizing: border-box;
    background-color: #fff;
}

.productlist .row img
{
    width: 90px;
    height: 90px;
    float: left;
    border: 1px solid #eee;
}
.productlist .cell
{
    padding-left: 102px;
    line-height: 1.5;
    color: #333;
}

.productlist h5
{
    font-size: 16px;
    max-height: 45px; /*height: 45px;*/
    line-height: 1.4;
    overflow: hidden;
    margin-bottom: 3px;
}
.ovh
{
    overflow: hidden;
}

.productlist .price
{
    color: #ff4a00;
    font-size: 16px;
    font-weight: 700;
    float: left;
}
.orderdetail .price
{
    color: #ff4a00;
    font-size: 16px;
    font-weight: 700;
}
.productlist i
{
    float: right;
    font-style: normal;
    font-size: 14px;
    color: #bbb;
}
/**/

.input-checkbox[type="checkbox"]:not(:checked), [type="checkbox"]:checked
{
    float: left;
    margin-right: 1rem;
    height: 80px;
    left: 0;
    position: inherit;
    width: 8%;
}

.productlist .row .img60
{
    width: 60px;
    height: 60px;
    float: left;
    border: 1px solid #eee;
}

.productlist .row input[type="text"]
{
    height: 2rem;
    width: 50%;
    float: right;
}



.toolbar
{
    background: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 2.67rem;
    font-size: 0.8rem;
    overflow: hidden;
    border-top: 1px solid #e3e3e3;
}
.toolbar p
{
    width: 55%;
    height: 2.67rem;
    padding-left: 0.5rem;
    display: -webkit-box;
    -webkit-box-align: center;
}
.toolbar a
{
    display: block;
    text-align: center;
    line-height: 2.67rem;
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    height: 100%;
    border: 0;
    font-size: 1rem;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    color: #FFF;
    background: #3cc51f;
}
.toolbar .price
{
    color: #ec5151;
    font-size: 1rem;
    display: inline-block;
    font-family: arial;
    font: 1rem tahoma,arial,\5b8b\4f53,sans-serif;
    font-weight: bold;
}
