﻿
* {
    margin: 0;
    padding: 0;
}

.centerbox {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
}

.track-box {
    width: 100%;
}

.track-box .banner-area {
    height: 369px;
    width: 100%;
    background-color: #e3e3e3;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.track-box .banner-area .centerbox {
    display: flex;
    justify-content: space-between;
    justify-content: space-around;
}

.track-box .banner-area .search-textarea {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: flex-start;
    border: 6px solid #8b8b8b;
    height: 241px;
    /* margin-left: 180px; */
    background-color: #fff;
}

.track-box .banner-area .search-textarea::after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 50%;
    width: 484px;
    height: 18px;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    color: #020202;
}

.track-box .banner-area .search-textarea .left-search-area {
    position: relative;
    height: 241px;
    overflow-y: auto;
}

.track-box .banner-area .search-textarea .left-search-area .order-textarea {
    width: 680px;
    height: 238px;
    background-color: #ffffff;
    padding: 14px;
    box-sizing: border-box;
    border: none;
    outline: none;
    cursor: pointer;
    padding-left: 45px;
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
    resize: none;
    padding-top: 17px;
}

.track-box .banner-area .search-textarea .left-search-area #orderbynum {
    position: absolute;
    left: 30px;
    top: 16px;
    padding-left: 10px;
}

.track-box .banner-area .search-textarea .left-search-area #orderbynum li {
    line-height: 22px;
    list-style: decimal;
    font-size: 12px;
}

.track-box .banner-area .search-textarea .left-search-area #deletenum {
    position: absolute;
    right: 30px;
    top: 16px;
    list-style: none;
    line-height: 22px;
}

.track-box .banner-area .search-textarea #delAll {
    width: 280px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    background-color: #e3e3e3;
    border-radius: 3px;
    position: absolute;
    top: calc(100% - 38px);
    cursor: pointer;
    display: none;
    margin-left:210px;
}

.track-box .banner-area .search-textarea .right-search {
    width: 126px;
    height: 241px;
    background-color: #ff8100;
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    outline: none;
}

.track-box .banner-area .link-lists {
    width: 150px;
    text-align: center;
}

.track-box .banner-area .link-lists img {
    width: 104px;
    margin: 7px 0;
}

.track-box .main-track .track-header {
    color: #8e8e8e;
    padding: 26px 0 24px 0;
}

.track-box .main-track .track-header>img {
    width: 15px;
    height: 15px;
}

.track-box .main-track .track-header .home-alink {
    font-size: 14px;
    color: #8e8e8e;
    text-decoration: none;
}

.track-box .main-track .track-header .current-alink {
    font-size: 14px;
    color: #0a0a0a;
    text-decoration: none;
}

.track-box .main-track .opearate-item>ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.track-box .main-track .opearate-item>ul li {
    background-image: linear-gradient(0deg, #f3f3f3 0%, #ffffff 100%), linear-gradient(#ff8100, #ff8100);
    background-blend-mode: normal, normal;
    border-left: solid 1px #cccccc;
    border-top: 1px solid #ccc;
    flex-basis: 100%;
    height: 85px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    list-style: none;
}

.track-box .main-track .opearate-item>ul li:last-child {
    border-right: 1px solid #ccc
}

.track-box .main-track .opearate-item>ul li img {
    display: inline-block;
    width: 34px;
    margin-bottom: 8px;
}

.track-box .main-track .opearate-item>ul li>span {
    display: block;
    font-size: 14px;
    font-weight: bolder;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
    text-align: center;
    /* margin-top: 15px; */
    margin-left: 5px;
}

.track-box .main-track .opearate-item>ul li>div {
    display: block;
    text-align: center;
    position: relative;
}
.track-box .main-track .opearate-item>ul li>div .copy-fresh-button{
    background: #ff914d;
    color: #fff;
    padding: 4px 19px;
    display: inline-block;
    font-size: 14px;
    border-radius: 5px;
    cursor: context-menu;
}

.track-box .main-track .opearate-item>ul li>div .showbtn{
    display: none;
    position: absolute;
    background: rgb(255, 255, 255);
    margin-top: 15px;
    padding: 3px;
    box-shadow: 0px 0px 1px 1px #ededed;
    border-radius: 4px;
}

.track-box .main-track .opearate-item>ul li>div .showbtn:before {
    content: '';
    border: 9px solid transparent;
    width: 0;
    height: 0;
    border-bottom: 9px solid #fff;
    position: absolute;
    left: 60px;
    top: -18px;
}

.track-box .main-track .opearate-item>ul li>div>span:first-child {
    position: relative;
}

.track-box .main-track .opearate-item>ul li>div>span:first-child::after {
    content: "";
    width: 0;
    height: 0;
    border-right: 4px solid #000;
    position: absolute;
    left: 20%;
    top: 55%;
    transform: translateY(-50%);
}

.track-box .main-track .opearate-item>ul li>div>span:first-child:hover .copy-operate {
    display: inline-block;
}

.track-box .main-track .opearate-item>ul li>div .copy-operate {
    position: absolute;
    top: -20px;
    right: 91%;
    display: none;
}

.track-box .main-track .opearate-item>ul li>div .copy-operate i {
    display: block;
    width: 106px;
    height: 29px;
    background-color: #ffffff;
    border-radius: 9px;
    border: solid 1px #cccccc;
    font-size: 13px;
    text-align: center;
    line-height: 29px;
    font-weight: bolder;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
    cursor: pointer;
    margin-bottom: 8px;
}

.track-box .main-track .opearate-item>ul li>div span {
    display: inline-block;
    width: 106px;
    height: 22px;
    background-color: #ffffff;
    border-radius: 9px;
    font-size: 13px;
    text-align: center;
    line-height: 22px;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000;
    cursor: pointer;
    margin-bottom: 8px;
}

.track-box .main-track .order-lists .order-lists-title .order-lists-header {
    width: 100%;
    height: 62px;
    background-color: #fbe6d0;
    border: solid 1px #cccccc;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    justify-content: space-around;
}

.track-box .main-track .order-lists .order-lists-title .order-lists-header li {
    list-style: none;
    font-size: 16px;
    font-weight: bolder;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ff8100;
    cursor: pointer;
}

.track-box .main-track .order-lists .order-content-lists .order-content-list-item .list-item-header>ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 62px;
    background-color: #ffffff;
    border: solid 1px #cccccc;
    width: 100%;
    border-top: none;
}

.track-box .main-track .order-lists .order-content-lists .order-content-list-item .list-item-header>ul li {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #353535;
    list-style: none;
    /* flex-basis: 210px; */
    flex-basis: 12.5%;
    margin-right: 0;
    text-align: center;
    word-break: break-all;
}

.track-box .main-track .order-lists .order-content-lists .order-content-list-item .list-item-header>ul li .extend {
    display: block;
}

.track-box .main-track .order-lists .order-content-lists .order-content-list-item .list-item-header>ul li:nth-child(-n+6) {
    /* margin-right: 60px; */
}

.track-box .main-track .order-lists .order-content-lists .order-content-list-item .list-item-header>ul li span {
    /* width: 210px; */
    display: inline-block;
    font-size: 14px;
}

.order-lists {
    margin-bottom: 60px;
}

.track-box .main-track .order-lists .order-content-lists .order-content-list-item .list-item-body {
    padding-left: 35px;
    padding-bottom: 25px;
    box-sizing: border-box;
}

.track-box .main-track .order-lists .order-content-lists .order-content-list-item .list-item-header>ul li:last-child {
    text-align: center;
}

.track-box .main-track .order-lists .order-content-lists .order-content-list-item .list-item-body>ul {
    margin-bottom: 40px;
    margin-top: 30px;
}

.track-box .main-track .order-lists .order-content-lists .order-content-list-item .list-item-body>ul li {
    list-style: none;
    line-height: 30px;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #4b4b4b;
}

.track-box .main-track .order-lists .order-content-lists .order-content-list-item .list-item-body>ul li img {
    width: auto;
    vertical-align: middle;
    margin-right: 5px;
}

.track-box .main-track .order-lists .order-content-lists .order-content-list-item .list-item-body>ul li .time {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ff8100;
    margin-right: 5px;
    display: inline-block;
    width: 150px;
}

.track-box .main-track .order-lists .order-content-lists .order-content-list-item .list-item-body>ul li .num {
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #4b4b4b;
    width: 30px;
    height: 17px;
    background-color: #ff8100;
    display: inline-block;
    text-align: center;
    line-height: 17px;
    color: #fff;
    border-radius: 5px;
    position: relative;
    margin-right: 10px;
}

.track-box .main-track .order-lists .order-content-lists .order-content-list-item .list-item-body>ul li .num::after {
    content: "";
    position: absolute;
    border: 2px solid transparent;
    border-left: 2px solid #ff8100;
    width: 0;
    height: 0;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.track-box .main-track .order-lists .order-content-lists .order-content-list-item .list-item-body .copyAll {
    width: 106px;
    height: 29px;
    background-color: #ffffff;
    border-radius: 9px;
    border: solid 1px #cccccc;
    margin-right: 15px;
    text-align: center;
    line-height: 29px;
    cursor: pointer;
    display: inline-block;
}

.track-box .main-track .order-lists .order-content-lists .order-content-list-item .list-item-body .exportDetail {
    width: 106px;
    height: 29px;
    background-color: #ffffff;
    border-radius: 9px;
    border: solid 1px #cccccc;
    text-align: center;
    line-height: 29px;
    cursor: pointer;
    display: inline-block;
}

.dialog-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 280px;
    display: none;
    border: 1px solid #ccc;
}

.dialog-box .dialog-header {
    text-align: right;
    cursor: pointer;
    background-color: #ccc;
    color: #fff;
    padding: 5px 10px;
    box-sizing: border-box;
}

.dialog-box .dialog-body {
    font-size: 16px;
    background-color: #fff;
    padding: 10px;
    box-sizing: border-box;
}

.main-track {
    min-height: 700px;
}

ul#deletenum li {
    line-height: 22px;
    font-size: 12px;
}

.divExportDetail {
    width: 106px;
    height: 29px;
    background-color: #ffffff;
    border-radius: 9px;
    border: solid 1px #cccccc;
    margin-right: 15px;
    text-align: center;
    line-height: 29px;
    cursor: pointer;
    display: inline-block;
}

.track-box .main-track .order-lists .order-content-lists .order-content-list-item .list-item-body .exportDetail {
    width: 106px;
    height: 29px;
    background-color: #ffffff;
    border-radius: 9px;
    border: none;
    text-align: center;
    line-height: 29px;
    cursor: pointer;
    display: inline-block;
}

.addWidth {
    width: 1840px
}

.track-box .main-track .order-lists .order-content-lists .order-content-list-item .list-item-header>ul li img {
    cursor: pointer;
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 5px;
}

.track-box .main-track .order-lists .order-lists-title .order-lists-header li {
    /* width: 230px; */
    flex-basis: 12.5%;
}

.track-box .main-track .order-lists .order-lists-title .order-lists-header li:nth-child(3),
.track-box .main-track .order-lists .order-lists-title .order-lists-header li:nth-child(2) {
    /* width: 285px; */
    flex-basis: 13.5%;
}

.track-box .main-track .order-lists .order-content-lists .order-content-list-item .list-item-header>ul li:nth-child(3),
.track-box .main-track .order-lists .order-content-lists .order-content-list-item .list-item-header>ul li:nth-child(2) {
    /* width: 268px; */
    flex-basis: 13.5%;
}

.track-box .main-track .order-lists .order-content-lists .order-content-list-item .list-item-header>ul li:nth-child(3) span,
.track-box .main-track .order-lists .order-content-lists .order-content-list-item .list-item-header>ul li:nth-child(2) span {
    /* width: 260px; */
}

.track-box .main-track .order-lists .order-content-lists .order-content-list-item .list-item-header>ul li:nth-child(7) span {
    /* flex-basis: 230px; */
}

.track-box .main-track .order-lists .order-content-lists .order-content-list-item .list-item-header>ul li:nth-child(8) {
    /* flex-basis: 110px; */
}

.track-box .main-track .order-lists .order-content-lists .order-content-list-item .list-item-header>ul li:nth-child(8) img {
    margin-left: 20px;
}