* {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* 移动端 元素点击事件点击的时候有灰色背景 加上css将内置背景重置掉 */

html,
body {
    height: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 重置 input默认样式 */

input {
    border: 0px;
    outline: none;
    cursor: pointer;
}

/* 重置inoput站位符颜色 */

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #c9c9c9;
}

/* a标签默认样式 */

a {
    text-decoration: none;
    color: #333;
}

.headerTab,.fullOrder{
    position: relative;
    z-index: 66;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.dsi {
    display: inline-block
}

clear {
    clear: both;
}

.ct {
    text-align: center;
}

.pd20 {
    padding: 0 .2rem;
}

.pd30 {
    padding: 0 .3rem;
}

.cantainer {
    width: 100%;
    position: relative;
}

a {
    text-decoration: none;
    color: #333;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.transition {
    transition: all .3s linear;
}

.cantainer {
    background-color: #f0eeee;
}

/* 头部 */

.Tabs .active {
    color: #f54932;
    border-bottom-color: #f54932;
}

.headerTab {
    height: .76rem;
    position: relative;
    border-bottom: 1px solid #f0eeee;
    background-color: #ffffff;
}

.searchModule {
    background-color: #ffffff;
}

.Tabs {
    width: 6.5rem;
    height: .6rem;
}

.Tabs li {
    float: left;
    height: .6rem;
    -webkit-box-flex: 1;
    color: #666666;
    font-size: .26rem;
    text-align: center;
    line-height: .7rem;
    border-bottom: .04rem solid transparent;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0 .28rem;
    cursor: pointer;
    position: relative;
    z-index: 66;
}

.searchBtn {
    width: .99rem;
    height: .76rem;
    background: url('../../images/OrderList/search.png') no-repeat;
    background-size: .37rem .36rem;
    background-position: .31rem .16rem;
    position: absolute;
    top: 0;
    right: 0;
}

/* 搜索弹窗 */

.searchModule {
    /* display: none; */
    height: 100%;
    width: 100%;
}

.searchResult {
    height: 92.5%;
    background-color: #f0eeee;
}

.searchResult .list {
    height: 100%;
    background-color: #f0eeee;
}

.TopModule {
    height: 1rem;
    position: relative;
}

.TopModule input {
    width: 4.86rem;
    height: .6rem;
    font-size: .24rem;
    font-family: PingFang-SC-Medium;
    color: #666666;
    padding: 0 .57rem;
    background-color: #ededed;
    border-radius: .11rem;
    position: absolute;
    top: .2rem;
    left: .3rem;
}

.boxH {
    width: .57rem;
    height: .6rem;
    position: absolute;
    top: .2rem;
    z-index: 6;
}

.searchM {
    position: absolute;
    top: 0;
    left: 0;
    width: 6.3rem;
    height: 100%;
}

.searchIcon {
    background: url('../../images/OrderList/searchIcon.png') no-repeat;
    background-size: .27rem .27rem;
    left: .3rem;
    background-position: .15rem .19rem;
}

.closeIcon {
    background: url('../../images/OrderList/closeIcon.png') no-repeat;
    background-size: .26rem .26rem;
    right: 0;
    background-position: .19rem .19rem;
}

.closeTxt {
    width: 1.2rem;
    height: 100%;
    text-align: center;
    line-height: 1rem;
    font-family: PingFang-SC-Medium;
    font-size: .26rem;
    color: #999999;
    float: right;
}

.item {
    background-color: #ffffff;
    margin-bottom: .2rem;
}

.titleT {
    height: .76rem
}
.lTxt {
    /* width: 2.4rem; */
    font-family: PingFang-SC-Medium;
    font-size: .24rem;
    line-height: .76rem;
    color: #333333;
    position: relative;
    /* margin-left: .22rem; */
}

.lTxt>a {
    float: left;
    max-width: 10em;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.rTxt {
    width: 1.32rem;
    font-family: PingFang-SC-Medium;
    font-size: .24rem;
    line-height: .76rem;
    color: #f54932;
}

.lTxt .Arrow {
    width: .11rem;
    height: .2rem;
    float: left;
    background: url(../../images/OrderList/Arrow.png) no-repeat;
    background-size: 100%;
    margin-top: .29rem;
    margin-right: .4rem;
    margin-left: .13rem;
}

.itemU {
    width: 100%;
    height: 5.7rem;
    overflow: hidden;
    margin-bottom: .1rem;
}

.itemU .liImg {
    height: 1.4rem;
    padding: .2rem;
    margin-bottom: .1rem;
    background-color: #fafafa;
}

.itemU .liImg:last-child {
    margin-bottom: 0;
}

.itemU .liImg img {
    width: 1.4rem;
    height: 1.4rem;
    /* margin-top: .2rem; */
}

.TxtExplain {
    width: 5.7rem;
    height: 100%;
    box-shadow: border-box;
    -webkit-box-sizing: border-box;
}

.TxtExplain .dsTxt {
    margin-left: .2rem;
    margin-top: .26rem;
    font-family: PingFang-SC-Regular;
    font-size: .26rem;
    letter-spacing: 0px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.TxtExplain .goodsSize{
    margin-left: .2rem;
    font-family: PingFang-SC-Regular;
    font-size: .22rem;
    color: #999999;
}

.goodsSize text{
    margin-right: .2rem;
}

.toggleShow {
    width: 1.8rem;
    height: .48rem;
    line-height: .48rem;
    font-family: PingFang-SC-Medium;
    font-size: .24rem;
    color: #999999;
    border: 1px solid #cccccc;
    border-radius: .48rem;
    margin: 0 auto;
    text-indent: .3rem;
    position: relative;
}

.iconShow {
    width: .11rem;
    height: .18rem;
    background: url('../../images/OrderList/Arrow.png');
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: .28rem;
    transform: translateY(-50%) rotate(90deg);
}

.toggleShow .iconShow2 {
    transform: translateY(-50%) rotate(-90deg);
}

.goodsPrice {
    height: .8rem;
    text-align: right;
    line-height: .8rem;
    font-family: PingFang-SC-Regular;
    font-size: .24rem;
    color: #333333;
}

.Pnum .diftxt {
    font-size: .28rem;
}

.PayBtn {
    height: .8rem;
}

.deleteD {
    width: inherit;
    line-height: .8rem;
    font-size: .24rem;
    color: #999999;
}

.btn_P {
    width: 1.6rem;
    height: .56rem;
    border-radius: .56rem;
    background-color: #f54932;
    font-family: PingFang-SC-Medium;
    font-size: .24rem;
    line-height: .56rem;
    color: #fffefe;
    margin-top: .12rem;
}

.btn_C {
    background-color: #ffffff;
    color: #666666;
    margin-right: .3rem;
    border: 1px solid #cccccc;
}