/*布局*/
.order-top {
    display: flex;
    width: 100%;
    overflow: hidden;
    padding: 12px 0px;
    border: 1px solid #eaeaea;
    background: #f8f8f8;
    font-size: 14px;
    border-radius: 5px;
    margin-bottom: 20px;
}

/*布局*/
.order-top .th {
    padding: 0 10px;
    text-align: center;
}

.order-top .th-item, .td-item {
    width: 55%;
    overflow: hidden;
}

.order-top .th-user, .td-user {
    width: 10%
}

.order-top .th-price, .td-price {
    width: 10%
}

.order-top .th-amount, .td-amount {
    width: 10%
}

.order-top .th-status, .td-status {
    width: 12%
}

.order-top .th-change, .td-change {
    width: 13%
}


.order-main {
    clear: both;
    display: block;
    overflow: hidden;
}

.order-main .order-warp {
    margin-bottom: 30px;
}

.order-main .order-warp .order-title {
    overflow: hidden;
    padding: 10px 25px;
    background: #f8f8f8;
    border: solid 1px #eaeaea;
    border-bottom: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}

/*表格*/
.order-main .order-warp .order-header {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.order-main .order-warp .order-table {
    width: 100%;
    border-collapse: collapse;
}

.order-main .order-warp .order-table th,
.order-main .order-warp .order-table td {
    border: 1px solid #eaeaea;
    padding: 10px;
    text-align: center;
}

.order-main .order-warp .order-table td:nth-child(1) {
    width: 55%;
}

.order-main .order-warp .order-table td:nth-child(2) {
    width: 10%;
}

.order-main .order-warp .order-table td:nth-child(3) {
    width: 10%;
}

.order-main .order-warp .order-table td:nth-child(4) {
    width: 12%;
}

.order-main .order-warp .order-table td:nth-child(5) {
    width: 13%;
}

.order-main .order-warp .proinfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: solid 1px #efefef;
    margin: 12px;
    padding-bottom: 12px;
}

.order-main .order-warp .proinfo:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 10px;
}

.order-main .order-warp .proinfo .proleft {
    display: flex;
    align-items: center;
}

.order-main .order-warp .proinfo .proleft .propic {
    width: 80px;
    height: 80px;
    margin-right: 10px;
    display: block;
}

.order-main .order-warp .proinfo .proleft .propic img {
    width: 80px;
    height: 80px;
    border: solid 1px #eee;
    border-radius: 5px;
    object-fit: fill;
}

.order-main .order-warp .proinfo .proleft .prodetail {
    text-align: left;
}

.order-main .order-warp .proinfo .proleft .proname {
    margin: 0;
    font-size: 14px;
    height: 52px;
    width: 460px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-left: 3px;
}

.order-main .order-warp .proinfo .proleft .proname a {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    transition: color ease 0.1s;
}

.order-main .order-warp .proinfo .proleft .promodel {
    margin: 0;
    font-size: 14px;
    color: #666;
    height: 28px;
    line-height: 28px;
    display: flex;
}

.order-main .order-warp .proinfo .proleft .promodel i {
    margin-right: 5px;
    font-size: 24px;
    color: #666;
}

.order-main .order-warp .amount {
    font-size: 16px;
    color: var(--accent-bg);
}

/*扩展信息*/
.cart-ext {
    position: absolute;
    right: 30px;
    top: 25px;
}

.cart-ext ul li {
    margin-left: 15px;
    display: inline-block;
    cursor: pointer;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    border: solid 1px #d8d8d8;
    border-radius: 5px;
    padding: 3px 10px;
    background: #f4f4f5;
}

.cart-ext ul li i {
    margin-right: 8px;
}

.cart-ext ul li a {
    color: #333;
}

/*产品信息*/
.item-pic {
    width: 80px;
    height: 80px;
    float: left;
    overflow: hidden;
    margin-top: 10px;
    margin-left: 3px;
}

.item-pic a {
    display: block;
}

.item-pic a img {
    width: 80px;
    height: 80px;
    border: solid 1px #eee;
    border-radius: 5px;
    object-fit: fill;
}

.item-info {
    margin: 0px 0px 0px 95px;
    font-size: 13px;
}

.item-basic-info {
    padding-top: 13px;
    text-align: left;
}

.item-basic-info .info-title {
    max-height: 77px;
    font-size: 14px;
    color: #333;
    height: 52px;
    width: 460px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-left: 3px;
}

.item-basic-info .info-sn {
    color: #545454;
    font-size: 14px;
    display: flex;
    height: 28px;
    line-height: 28px;
}

.item-basic-info .info-sn i {
    margin-right: 5px;
    font-size: 24px;
    color: #666;
}

/*右侧操作定位*/
.order-content {
    position: relative;
}

.order-left ul {
    width: 100%;
    overflow: hidden;
}

.td-status p.order-info {
    height: 32px;
    line-height: 32px;
    border: 1px solid #E4EAEE;
    padding: 0px 5px;
}

/*退换货管理*/
.td-changeorder li {
    float: right;
}

.td.td-change.td-changebutton {
    width: 100%;
    text-align: right;
    margin-top: 5px;
}

.move-right {
    float: right;
}

/*修改布局*/
.td-status p.order-info {
    float: left;
    margin-right: 5px;
}


/*订单详情*/
/*进度条*/
.m-progress {
    margin: 0 auto 10px;
    height: 60px;
    max-width: 700px;
    margin-top: 40px;
}

.m-progress-list {
    height: 66px;
    font-size: 0;
    text-align: justify;
}

/*步骤背景*/
.m-progress-list .step {
    display: inline-block;
    width: 60px;
    text-align: center;
    color: #999;
    letter-spacing: -5px;
}

.m-progress-list .stage-name {
    padding-top: 10px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: normal;
    word-spacing: normal;
}

.u-progress-stage-bg {
    position: relative;
    display: inline-block;
    background-image: url(../images/sprite.png);
    background-position: -45px -135px;
    width: 29px;
    height: 29px;
}

/*变换的背景*/
.u-stage-icon-inner .bg {
    position: absolute;
    left: 0px;
    top: 0px;
}

.step-1 .u-stage-icon-inner .bg {
    background-image: url(../images/sprite.png);
    background-position: -79px -135px;
    width: 19px;
    height: 19px;
}

.step-2 .u-stage-icon-inner .bg {
    background-image: url(../images/sprite.png);
    background-position: -103px -135px;
    width: 19px;
    height: 19px;
}

.u-stage-icon-inner {
    position: relative;
    z-index: 20;
    display: inline-block;
    width: 19px;
    height: 19px;
    line-height: 19px;
    vertical-align: top;
    margin-top: 5px;
    margin-left: -24px;
    color: #b5b5b5;
    font-size: 12px;
    letter-spacing: normal;
    word-spacing: normal;
}

.u-progress-placeholder {
    display: inline-block;
    width: 100%;
    height: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

.u-progress-bar {
    margin: -56px 40px 0;
    background-color: #dcdcdc;
    height: 5px;
    font-size: 0;
    padding: 2px 0;
}

.u-progress-bar-inner {
    position: relative;
    z-index: 10;
    height: 5px;
    width: 0;
    transition: width 1s .5s linear;
    background-color: #23c279;
}

.icon-add {
    background: url(../images/addicon.png) 4px 3px no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
}

.order-title span {
    display: inline;
}

/*右侧操作定位*/
.order-content {
    position: relative;
    overflow: hidden;
}

.order-left ul {
    width: 100%;
    overflow: hidden;
}

.order-right {
    width: 50%;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -16px;
    overflow: visible;
    font-size: 13px;
}

.order-right .td-amount p {
    display: block;
    color: var(--accent-bg);
    font-size: 15px;
    font-weight: 700;
}

.order-right .td-status p.Mystatus {
    position: static;
    width: 100%;
    color: #000;
}

/*退换货管理*/
ul.td-changeorder {
    width: 20%
}

.td-moneystatus {
    width: 100%;
}

.change.move-right {
    position: absolute;
    top: 0;
    right: 30%;
}

/*退换货管理按钮*/
.td.td-change.td-changebutton {
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    text-align: center;
    margin-top: 20px;
}

.th-changebuttom {
    width: 30%;
    text-align: center;
}

/*修改布局*/
.td-status p.order-info {
    float: none;
    margin-right: 0px;
}

.m-orderList-head {
    padding: 30px;
    border: 1px solid #eaeaea;
    border-top: 0;
    margin-bottom: 20px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.m-orderList-head .leftSide {
    width: 70%;
}

.m-orderList-head .rightSide {
    text-align: right;
    width: 25%;
}

.m-orderList-head .rightSide .hr {
    border-top: 1px dashed #ddd;
    margin: 21px 0;
}

.m-labelItem.addressItem {
    color: #999;
    line-height: 20px;
    display: block;
    margin-bottom: 9px;
    width: 596px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
}

.m-labelItem .w-value {
    color: #333;
    padding-left: 3px;
}

.m-orderList-head .addressInfo {
    display: block;
    line-height: 1.8;
}

.m-orderList-head .pointsInfo {
    font-size: 14px;
    margin-top: 40px;
}

.m-orderList-head .pointsInfo .tip {
    color: #D52B33;
    vertical-align: -3px;
}

.m-orderList-head .pointsInfo .status {
    color: var(--accent-bg);
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
}

.m-orderList-head .pointsInfo .sytime {
    color: #555555;
    margin: 10px 10px 15px;
    font-size: 13px;
}

.m-orderList-head .pointsInfo .sytime em {
    color: var(--accent-bg);
}

.m-orderList {
    padding: 25px;
}

.m-orderList .m-filter {
    width: 100%;
}

.m-orderList .m-filter .orderListTab {
    background: 0 0;
    border: none;
    margin-bottom: 20px;
}

.m-orderList .m-filter .orderListTab .innerWrap {
    overflow: inherit;
}

.m-orderList .m-filter .orderListTab .item.active {
    border-bottom: 2px solid var(--accent-bg);
}

.m-orderList .m-filter .orderListTab .item a {
    font-size: 16px;
    line-height: 38px;
    border-left: 1px solid #eaeaea;
    padding: 0px;
    color: #545454;
    display: block;
    font-weight: 500;
}

.m-orderList .m-filter .orderListTab .item.active a {
    color: var(--accent-bg);
}

.m-orderList .m-filter .orderListTab .item:first-child a {
    border: none;
}

.m-orderList .m-filter .m-commonTab .innerWrap {
    overflow: hidden;
    position: relative;
    display: block;
}

.m-orderList .m-filter .m-commonTab .innerWrap.theme2 ul {
    height: 40px;
    border-bottom: 2px solid #eaeaea;
    display: flex;
}

.m-orderList .m-filter .m-commonTab .innerWrap .item {
    position: relative;
    z-index: 2;
    text-align: center;
    cursor: pointer;
    flex: 1;
}

.m-orderList .m-filter .m-commonTab .innerWrap.theme2 .item {
    height: 40px;
    line-height: 40px;
    font-weight: 700;
    color: #333;
    margin-bottom: -2px;
}

.m-labelItem {
    font-size: 14px;
    display: inline-block;
}

.m-labelItem.payItem {
    margin-bottom: 10px;
    line-height: 20px;
}

.m-labelItem.payItem .w-label {
    display: inline-block;
    color: #999;
}

.m-labelItem.payItem .w-value {
    display: inline-block;
    width: 130px;
    padding-left: 0;
}

.m-coll12 {
    background: #fff;
    font-size: 13px;
    line-height: 2;
    padding: 20px;
    border: 1px solid #eaeaea;
    margin-bottom: 25px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.m-coll12 .addressItem {
    display: inline-block;
    width: 295px;
    margin: 0 10px;
}


/*单独价格样式*/
.col.col-price {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    display: block;
}

.col.col-price .spdiscount123 {
    font-size: 12px;
    border: solid 1px var(--accent-bg);
    border-radius: 5px;
    color: var(--accent-bg);
    display: inline-block;
    padding: 0px 5px;
    height: 18px;
    line-height: 18px;
}

.col.col-price em {
    font-style: normal;
    font-size: 12px;
    color: #999;
    font-weight: 500;
    text-decoration: line-through;
    margin-left: 5px;
}
