@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?v01t6l');
    src: url('../fonts/icomoon.eot?v01t6l#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?v01t6l') format('truetype'), url('../fonts/icomoon.woff?v01t6l') format('woff'), url('../fonts/icomoon.svg?v01t6l#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}



.matt-steel {
    width: 100%;
    height: 100%;
}

.bttop {
    height: 40px;
    background-color: #A2D7D4;
    color: #0f0f0f;
    line-height: 40px;
    padding-left: 20px;
}

/* 新增样式开始 */
table {
    width: 98%;
    border-collapse: collapse;
    margin: 15px auto 0px auto;
}

th,
td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
    background-color: #fffae3;
}

.order-name {
    width: 12%;
}

.order-info {
    width: 40%;
}

.receiver-info {
    width: 20%;
}

.order-amount {
    width: 14%;
}

.order-operation {
    width: 14%;
}

.search-container {
    width: 98%;
    height: 30px;
    font-size: 14px;
    margin: 20px auto;
    overflow: hidden;

}

.order_img {
    text-align: center;
    margin-top: 15%;

}

.order_zi {
    text-align: center;
    margin-top: 8px;
}



.search li {
    float: left;
    margin-right: 25px;
}

.search li:last-child {
    margin-right: 0;
}

.search>li:nth-last-child(1) {
    margin-right: 0;
}

.Oneli {
    margin-right: 10px !important;
}

#exportOrdersBtn,
#searchBtn {
    box-sizing: border-box;
    width: 90px;
    height: 30px;
    margin: 0;
}

.search input {
    box-sizing: border-box;
    width: 170px;
    height: 30px;
}

#pagination {
    box-sizing: border-box;
    padding-top: 5px;
    text-align: center;
}


#tis {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #2565e4;
}

#myorder {
    width: 98%;
    height: calc(100vh - 205px);
    margin: 0 auto;
    overflow: auto;
    scrollbar-width: none;
}


#myorder::-webkit-scrollbar {
    display: none;

}

ol li {
    box-sizing: border-box;
    width: 100%;
    height: 160px;
    margin-top: 13px;
    font-size: 14px;
    border: solid 1px #ccd4d4;
}

.nod {
    box-sizing: border-box;
    width: 100%;
    height: 30px;
    line-height: 29px;
    border-bottom: solid 1px #ccd4d4;
    background-color: rgb(235, 238, 238);
    overflow: hidden;
    text-overflow: ellipsis;
}

.Details {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    height: 130px;

}

.Operation,
.price,
.ShouHuo,
.spanTwo,
.spanOne {
    display: inline-block;
    box-sizing: border-box;
    height: 128px;
    padding: 8px;
    overflow: auto;

}

.price>:nth-child(3) {
    font-size: 13px;
    color: #38b9b9;
}

.spanOne {
    width: 12%;
    text-align: center;
    border-right: solid 1px #ccd4d4;
}

.spanTwo {
    width: 40%;
    border-right: solid 1px #ccd4d4;
}

.ShouHuo {
    width: 20%;
    border-right: solid 1px #ccd4d4;
}

.price {
    width: 14%;
    border-right: solid 1px #ccd4d4;
}

.Operation {
    width: 14%;
    text-align: center;

}

.hea {
    margin-left: 10px;
}

.ShipMent {
    color: #218787;
}

.zongj {
    color: red;
    font-size: 18px;
    font-weight: 500;
}

.zhifu {
    display: inline-block;
    width: 100px;
    height: 24px;
    line-height: 24px;
    color: #eb5c2d;
    border-radius: 12px;
    border: solid 1px #dfb990;
    background-color: #fff9df;

}

.beizhu {
    margin-top: 4px;
}

.delete {
    display: inline-block;
    margin-top: 10px;
    color: rgb(116, 116, 116);
}

.zhifu:hover {
    color: #ffffff;
    background-color: #f58660;
}

.delete:hover {
    color: red;
}

a:hover {
    cursor: pointer;
}

ol li:hover {
    background-color: rgb(246, 250, 250);
}





@media (max-width:1245px) {

    .search input {
        width: 140px;
    }


}