nav {
    padding-top: 20px;
    padding-bottom: 15px;
}

nav a:hover {
    color: #D83226;
}

#footer {
    margin-top: 40px;
    box-shadow: 0px 1px 10px 0px rgba(103, 103, 103, 0.2);
}

.left {
    width: 180px;
    background: #FFFFFF;
    /* box-shadow: 0px 0px 5px 0px rgba(16, 15, 19, 0.1); */
    border-radius: 2px;
    border: 1px solid #EEEEEE;
    padding: 0 16px;
    margin-right: 12px;
    flex-shrink: 0;
}

.title {
    line-height: 54px;
    border-bottom: 1px solid #EEEEEE;
    font-size: 18px;
    font-weight: bold;
}

.left ul {
    padding: 20px 0;
}

.left ul li {
    padding-left: 16px;
    height: 14px;
    line-height: 14px;
    color: #666666;
    font-weight: bold;
    margin-bottom: 15px;
    border-left: 2px solid #FFFFFF;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.left ul li.active {
    border-color: #EB4E47;
    color: #EB4E47;
}

.left ul li:hover {
    color: #EB4E47;
}

.right {
    flex: 1;
    min-height: calc(100vh - 493px);
    padding-bottom: 20px;
}

.floating {
    position: fixed;
    top: 114px;
    left: 48%;
    margin-left: 640px;
    background: #FFFFFF;
    padding: 10px;
    text-align: center;
}

.floating img {
    width: 150px;
    margin-bottom: 16px;
}


/* 账号 */

.account {
    padding: 0 16px;
    background: #FFFFFF;
    margin-bottom: 9px;
}

.account .title span {
    padding: 0 20px;
    border-right: 1px solid #EEEEEE;
}

.list {
    padding: 5px 0;
}

.list li {
    height: 60px;
    border-bottom: 1px solid #EEEEEE;
    padding: 0 22px;
    display: flex;
    align-items: center;
}

.list li>p {
    font-weight: bold;
    min-width: 140px;
}

.list li .flex-item {
    display: flex;
    align-items: center;
}

.list li .flex-item img {
    width: 33px;
    height: 32px;
    /* margin-left: 20px; */
    padding: 10px;
    cursor: pointer;
}

.list li .flex-item input {
    border: 0;
    display: none;
}

.list li .flex-item .btn {
    cursor: pointer;
    margin: 0 5px;
    color: #666666;
}

.list li .flex-item .btn.emailBtn {
    display: none;
}

.list li .flex-item .btn.nameBtn {
    display: none;
}

.list li .flex-item .btn.confirm {
    color: #EB4E47;
}

.account .add-btn {
    width: 100px;
    height: 30px;
    background: #EB4E47;
    border-radius: 4px;
    color: #FFFFFF;
    margin: 20px 30px 50px;
}


/* 订单 */

.rightOrder {
    display: none;
}

.order {
    padding: 0 16px;
    width: 100%;
    overflow: hidden;
    background: #FFFFFF;
    min-height: 432px;
    position: relative;
}

.orderCont #pages {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%);
}

.order-tab {
    height: 54px;
    /* border-bottom: 1px solid #EEEEEE; */
    display: flex;
    margin-bottom: 20px;
}

.order-tab p {
    height: 54px;
    line-height: 54px;
    font-size: 18px;
    min-width: 114px;
    text-align: center;
    cursor: pointer;
}

.order-tab p.activeP {
    font-weight: bold;
    color: #333333;
    position: relative;
}

.order-tab p.activeP::before {
    content: "";
    display: block;
    width: 18px;
    height: 4px;
    background: #333333;
    position: absolute;
    left: 50px;
    top: 50px;
}

.orderCont {
    width: 100%;
    padding-bottom: 60px;
}

.contHeader {
    width: 100%;
    height: 52px;
}

.contHeader ul {
    width: 100%;
    height: 52px;
    border-bottom: 1px solid #A0A0A0;
}

.contHeader ul li {
    float: left;
    line-height: 52px;
    text-align: center;
    font-weight: bold;
    color: #333333;
}

.contHeader ul li:nth-child(1),
.cont .orderNum {
    width: 170px;
}

.contHeader ul li:nth-child(2),
.cont .subDate {
    width: 150px;
}

.contHeader ul li:nth-child(3),
.cont .orderStatus {
    width: 90px;
}

.cont .orderStatus span {
    color: #333333;
}

.cont .orderStatus .have {
    color: #F79C0C;
}

.cont .orderStatus .wait {
    color: #EB4E47;
}

.cont .orderStatus .haveYd {
    color: #25B739;
}

.contHeader ul li:last-of-type {
    width: 310px;
}

.contItem {
    width: 100%;
    height: 112px;
    border-bottom: 1px solid #E5E5E5;
}

.contItem .fl {
    float: left;
}

.orderNum,
.subDate,
.orderStatus,
.lookat {
    line-height: 100px;
}

.cont .orderImg {
    width: 305px;
    margin-left: 20px;
    box-sizing: border-box;
}

.cont .lookat {
    width: 90px;
    cursor: pointer;
}

.clickStatus {
    width: 151px;
    line-height: 20px;
    padding-top: 30px;
    box-sizing: border-box;
}

.clickStatus span {
    font-size: 12px;
    color: #EB4E47;
}

.clickStatus button {
    width: 120px;
    height: 40px;
    line-height: 40px;
    background: #EB4E47;
    border-radius: 5px;
    cursor: pointer;
    color: #FFFFFF;
}

.clickStatus .entrance button {
    background: #478CEB;
}

.cont .orderNum,
.cont .subDate,
.cont .lookat,
.cont .orderStatus,
.cont .clickStatus {
    text-align: center;
}

.cont .orderImg li {
    float: left;
    margin: 20px 10px 0 0;
}

.cont .orderImg li:last-of-type {
    margin-right: 0;
}

.cont .orderImg li img {
    width: 60px;
    height: 60px;
    border-radius: 4px;
    object-fit: cover
}

.cont .orderImg li span {
    margin-right: 10px;
}

#pagination {
    text-align: center;
}

.noOrder {
    width: 100%;
    height: 300px;
    line-height: 300px;
    text-align: center;
    font-size: 20px;
    margin-bottom: 68px;
}

.order-list .order-item {
    border: 1px solid #EEEEEE;
    border-radius: 2px;
    margin-bottom: 10px;
}

.order-list .order-item .item-header {
    height: 40px;
    background: #F6F6F6;
    display: flex;
}

.order-list .order-item .item-header p {
    padding: 0 15px;
    font-size: 12px;
    color: #666666;
    font-weight: bold;
    line-height: 40px;
    flex: 1;
    white-space: nowrap;
}

.order-list .order-item .item-header p button {
    color: #409EFF;
    font-weight: bold;
    font-size: 14px;
}

.text-center {
    text-align: center;
}

.item-con>.disflex>div,
.item-con>.disflex>p {
    padding: 15px;
    flex: 1;
}

.item-con .product {
    display: flex;
}

.item-con .product img,
.item-con .product video {
    width: 60px;
    height: 60px;
    box-shadow: 0px 0px 5px 0px rgba(103, 103, 103, 0.1);
    border-radius: 2px;
    margin-right: 8px;
}

.item-con .product .flex {
    flex-direction: column;
    overflow: hidden;
    align-items: flex-start;
}

.item-con .product .flex>div {
    width: 100%;
}

.item-con .product-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
}

.item-con .product-sku {
    color: #999999;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.item-con .attach {
    color: #999999;
    font-size: 12px;
    cursor: pointer;
    user-select: none;
}

.item-con .attach i {
    font-size: 8px;
    margin-left: 4px;
    transition: all .3s;
}

.item-con .attach.open i {
    transform: rotate(180deg);
}

.item-con .min-text {
    font-size: 12px;
    color: #999999;
}

.item-con .red-text {
    color: #D83226;
    font-weight: bold;
}

.item-con .btn {
    text-align: center;
    /* border-left: 1px solid #EEEEEE; */
}

.item-con .btn button {
    width: 80px;
    height: 30px;
    background: #D32C25;
    border-radius: 2px;
    color: #FFFFFF;
    font-weight: bold;
}

.item-con .attach-detail {
    padding-left: 63px;
    padding-bottom: 15px;
}

.item-con .attach-detail td {
    font-size: 12px;
    color: #999999;
    padding: 7px 20px;
}


/* 子账号 */

#subAccount .list {
    margin-bottom: 22px;
    padding-bottom: 0;
}

#subAccount .list li:last-of-type {
    border: 0;
}

.order-tab p.activeP::after {
    display: none;
}

@media screen and (min-width: 1025px) {
    .mobileOrderCont {
        display: none;
    }
    #my .pcEdit1,
    #my .pcEdit {
        display: inline-block;
    }
    #my .mEdit1,
    #my .mEdit {
        display: none;
    }
    .myContent {
        min-height: calc(100vh - 369px);
    }
    .myContent .separate {
        margin: 0 3px;
    }
    .myContent .myHao {
        color: #999999;
    }
}

@media screen and (max-width: 1024px) {
    #my .mEdit1,
    #my .mEdit {
        display: inline-block;
        margin-left: 0;
        width: .25rem;
        height: .26rem;
        padding: 0;
    }
    #my .pcEdit1,
    #my .pcEdit {
        display: none;
    }
    .orderCont {
        display: none;
    }
    .order {
        min-height: auto!important;
    }
    .content {
        width: 100%;
        padding: 0 .33rem;
        box-sizing: border-box;
    }
    nav {
        display: none;
    }
    .disflex {
        display: block;
    }
    .left {
        width: 100%;
        box-shadow: none;
        padding: 0;
        border: none;
    }
    .left .title {
        width: 100%;
        text-align: center;
        font-size: .32rem;
        font-weight: bold;
        color: #333333;
        line-height: 1.12rem;
        border: none;
    }
    .left ul {
        width: 100%;
        padding: 0;
        height: .55rem;
    }
    .left ul li {
        float: left;
        width: 50%;
        text-align: center;
        height: .55rem;
        line-height: .55rem;
        padding: 0;
        margin: 0;
        border: none;
        transition: none;
        font-size: .28rem;
        color: #666666;
    }
    .left ul li.active {
        width: 25%;
        margin: 0 12.5%;
        padding: 0 .2rem;
        height: .55rem;
        line-height: .55rem;
        background: #EB4E47;
        border-radius: .03rem;
        color: #fff;
        transition: none;
    }
    .right {
        padding: 0;
    }
    .right #rightAccount {
        margin-bottom: .5rem;
    }
    .right .title {
        width: 100%;
        border-bottom: none;
        line-height: normal;
        font-size: .28rem;
        margin-top: .4rem;
    }
    .account .title span {
        padding: 0;
        border: none;
        font-size: .28rem;
        font-weight: bold;
        color: #333333;
    }
    .list {
        padding: 0;
        margin-top: .4rem;
    }
    .list li {
        padding: 0;
        height: .24rem;
        line-height: .24rem;
        border: none;
        margin-bottom: .4rem;
    }
    .list li:last-of-type {
        margin-bottom: 0;
    }
    .list li>p {
        font-size: .24rem;
        font-weight: 400;
        color: #333333;
        min-width: 1.35rem;
        margin-right: .47rem;
    }
    .list li .flex-item input {
        width: 60%;
        font-size: .24rem;
        color: #666666;
        border: 1px solid #DFDFDF;
        text-indent: .1rem;
    }
    .list li .flex-item .btn {
        margin: 0 .1rem;
    }
    .list li .flex-item span {
        font-size: .24rem;
        color: #666666;
        margin-right: .2rem;
    }
    .order {
        padding: 0;
    }
    .order-tab {
        height: .73rem;
        line-height: .73rem;
        width: 100%;
        border-bottom: none;
        border-bottom: 1px solid #EEEEEE
    }
    .order-tab p {
        width: 20%;
        height: .73rem;
        line-height: .73rem;
        font-size: .25rem;
        font-weight: 400;
        color: #333333;
        min-width: 20%!important;
    }
    .order-tab p::after {
        display: none;
    }
    .order-tab p.activeP {
        color: #333333;
        font-size: .25rem;
        font-weight: bold;
        border-bottom: none;
        position: relative;
        height: 0.53rem;
    }
    .order-tab p.activeP::before {
        display: none;
    }
    .order-tab p.activeP::after {
        content: '';
        display: block;
        height: .09rem;
        width: .4rem;
        background: #333333;
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        top: 0.65rem;
    }
    .mobileOrderCont {
        width: 100%;
    }
    .mobileCont {
        width: 100%;
    }
    .mobileContBox {
        width: 100%;
        padding: .26rem 0;
        /* border-top: .02rem solid #E5E5E5; */
    }
    .mobileCont li {
        height: 0.26rem;
        line-height: 0.26rem;
        margin-bottom: .26rem;
    }
    .mobileCont li b,
    .mobileCont li span,
    .mobileCont li a {
        font-size: .24rem;
        color: #333333;
    }
    .mobileCont li span.have {
        color: #F79C0C;
    }
    .mobileCont li span.wait {
        color: #EB4E47;
    }
    .mobileCont li span.haveYd {
        color: #25B739;
    }
    .mobileCont li a {
        text-decoration: underline;
    }
    .mobileCont li:first-child b,
    .mobileCont li:first-child span {
        font-weight: bold;
    }
    .mobileCont li img {
        width: 1.2rem;
        height: 1.2rem;
        border-radius: .13rem;
        object-fit: cover;
    }
    .mobileCont li.liImg {
        height: 1.2rem;
        overflow-y: hidden;
    }
    .mobileCont li.liImg span {
        display: inline-block;
        margin-right: .1rem;
    }
    .mobileCont li.lastLi {
        /* height: 1.14rem; */
        height: auto;
        text-align: right;
        margin-bottom: 0;
    }
    .mobileCont li.lastLi button {
        width: 2rem;
        height: .67rem;
        line-height: .67rem;
        background: #EB4E47;
        border-radius: .07rem;
        font-size: .25rem;
        color: #FFFFFF;
        margin-bottom: .14rem;
    }
    .mobileCont li.lastLi .entrance button {
        background: #478CEB;
    }
    .mobileCont li.lastLi p {
        font-size: .24rem!important;
        color: #EB4E47;
    }
    .noOrder {
        height: 3rem;
        line-height: 3rem;
        text-align: center;
        font-size: .26rem;
        margin: 0;
    }
    .pageBreak {
        height: 1rem;
    }
    ._page_container {
        height: 0.35rem!important;
        line-height: 0.35rem!important;
    }
    ._page_container ._jumper {
        display: none!important;
    }
    ._page_container ._pages {
        margin: .2rem 0!important;
    }
    ._page_container ._pages li {
        font-size: .16rem;
        margin: 0 .05rem!important;
        min-width: .3rem!important;
    }
    ._page_container ._pages li:first-child,
    ._page_container ._pages li:last-child {
        font-size: .16rem;
    }
    ._page_container ._pages ._prev,
    ._page_container ._pages ._next,
    ._page_container ._pages ._home,
    ._page_container ._pages ._last {
        font-size: .16rem;
    }
}