.content{
     height: 90px;
    border-radius: 5px;
}
.cardinfo{
    display: flex;
    margin-bottom: 5px;
}
.info-card-body {
    padding: 3px 10px;;
    min-height: 80px;
    border: 1px solid rgba(0, 0, 0, 0.14);
    border-radius: 3px;
    margin-top: 5px;
}

.table_div{
    height:auto;
    width: 100%;
    display: inline-block;
    padding: 0 5px;
}
.statuswizard{

    min-height: 158px;
}
.contract{
    width: 100%;
    height:auto;
    align-content: center;
    display: flex;

}
.title{
    padding:2px;
    float:left;
    height:30px;
    width:50px;
    margin:0 auto;

}
.contract .linesegs{
    list-style-type: none;

    position: relative;
    background-repeat: repeat-x;
    margin:0px;

}
.linesegs li{
    float: left;
    position: relative;
    background-repeat: no-repeat;


}

.linesegs li .lines {
    height:20px;
    width:100%;
}

.linesegs li .dashed:after {
    content: '';
    display: block;
    border-top:2px dashed #C9CDD4;;
    width: 100%;
    height: 2px;

}

.linesegs li .solid:after {
    content: '';
    display: block;
    border-top:2px solid rgb(76, 116, 231);
    width: 100%;
    height: 2px;

}


.linesegs li .radius:before {
    content: '';
    display: block;
    position: relative;
    width: 14px;
    height: 14px;
    top: 7px;
    background: rgb(76, 116, 231);
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-size: 10px 10px;
}

.linesegs li .b-radius:before {
    content: '';
    display: block;
    position: relative;
    width: 14px;
    height: 14px;
    top: 7px;
    background: #C9CDD4;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-size: 10px 10px;
}
.card-title{
    font-weight: 800;
    font-size: 20px;
}
.linesegs li .showtext{
    width:100%;
    height:30%;
    display: inline-block;
    text-align: center;

}

.linesegs li .startdate{
    width: 100%;
    height: 1px;
    font-size: 12px;
    text-align: left;
    position: relative;
    left: -60px;
    padding: 5px 0;
    font-weight: 500;
    min-width: 50px;
    z-index: 10000;
    width: 122px;
    text-align: center;
}


.timer{
    width:100%;
    height:1px;
    font-size:12px;
    text-align: center;
    position: relative;
    left:-50px;
    padding: 5px 0;
    font-weight: 500;
    min-width: 50px;
    z-index: 10000;
}
.linesegs li .disable{
    color:gray;
    font-weight: 30;
}

.class1{
    margin-top: 20px;
    margin-left: -7px;
    font-size: 14px;
}
.info-card-content{
    display: flex;
    padding-top: 12px;
}
.info-card-content .address{
    font-size: 16px;
    overflow-wrap: break-word;
    color: rgba(0, 0, 0, 0.9);
    font-size: 20px;
    font-family: PingFang SC-Semibold;
    font-weight: 600;
    text-align: left;
    white-space: nowrap;
    line-height: 20px;
    padding: 5px;
}

.info-card-content .memocontainer{
    display: flex;
    position: absolute;
    right: 25px;
}
.info-card-content .carinfocontainer{
    display: flex;
    right: 25px;
}
.memocontainer img{
    width: 26px;
    height: 26px;
    padding: 0 3px;
}

.ordermeno{
    background-color: rgba(227, 249, 233, 1);
    border-radius: 3px;
    height: 18px;
    padding: 2px 6px;
    text-align: center;
    margin: 0 10px;
    border: 1px solid #2BA471;
    color: #2BA471;
    line-height: 18px;
}
.money{
    height: 35px;
    overflow-wrap: break-word;
    color: rgba(213, 73, 65, 1);
    font-size: 30px;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 30px;
}
.money ::before{
  content: '￥';
}
.grey{
    background-color: rgba(231, 231, 231, 1);
}
.orderinfo{
    padding: 10px;
    width: 100%;
    background-color: #F2F3F7;
    margin: 10px;
    border-radius: 2px;
    font-size: 12px;
    margin: 7px 10px;
    font-family: PingFang SC-Regular;

}
.statusmention{
    position: absolute;
    z-index: 100;
    top: -29px;
    right: 100px;
    display: flex;
}
.mentioninfo{
    color: rgba(231, 0, 17, 0.5);
    font-size: 24px;
    magin-top: -20px;
    top: 20px;
    padding-top: 54px;
    margin-left: -164px;
    transform: rotate(-16deg);
}
.finished{
    color: #1bac2e;
}
.commentinfo{
    width: 100%;
    border-radius: 2px;
    font-size: 12px;
    padding-left: 10px;
    min-height: 23px;
}
.orderinfo .ordertitle{
    color: rgba(0, 0, 0, 0.6);
}
.orderinfo .ordercontent{
    color: rgba(0, 0, 0, 0.9);
}
.orderinfo .orderitem{
    display: flex;
}
.commentinfo .orderitem{
    display: flex;
}

.linesegs li h3{
    margin-top: 6px;

}

.layui-popright{
    color:#4C74F7;
}
.content .footer{
    display: flex;
    line-height: 16px;
    margin-top: 20px;
    right: 74px;
    position: absolute;
}
.content .footer img {
    width: 16px;
    height: 16px;
    line-height: 16px;
    padding: 0 5px;
}

.footer .location{
    display: flex;
}
.footer .details{
    padding: 0 10px;
}
.col-md-offset1{
    margin-left: 4%;
}
.layui-col-md1{
    width: 8.4333333%;
}
.statusmention img{
    width:211px;
    height: 127px;
}


.avatar-uploader img{
    width: 150px;
    height: 150px;
    object-fit: fill;
}
.imageconainer{
    display: flex;
}
.traceinfo{
    position: absolute;
    left: 0;
    min-width: 250px;
    height: 100%;
    background-color: white;
    z-index:99999;
}

#code_arrow {
    width: 15px;
    height: 94px;
    background: #15a3fa;
    position: absolute;
    top: 50%;
    margin: -48px 0 0 -15px;
    cursor: pointer;
    line-height: 88px;
    font-size: 36px;
    font-weight: 200;
    font-family: Times;
    text-align: center;
    border-radius: 4px 0 0 4px;
    color: #fff;
    visibility: visible;
    left: 0;
    display: none;
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
}

.tracemaptitle{
    padding: 10px;
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
    line-height: 22px;
    -webkit-background-clip: text;
    margin-bottom: 10px;
    border-bottom: 1px solid #E7E7E7;
}

.tracemapOrderInfo{
    margin: 4px;
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,0.1);
}
.traceposition{
    font-size: 16px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(0,0,0,0.9);
    line-height: 22px;
    -webkit-background-clip: text;
    padding: 3px 8px;
}
.tracemapdetails{
    padding: 8px;
}
.detailsitem{
    display: flex;
    padding: 8px 0;
}

.itemcontent{
    display: flex;
}
.itemcontent .itemtitle{
    font-size: 12px;
    color: rgba(0,0,0,0.6);
    font-weight: 400;
    line-height: 22px;
}

.itemcontent .itemvalue{
    font-size: 12px;
    font-weight: 400;
    color: rgba(0,0,0,0.9);
    line-height: 22px;
}

.traceopt{
    padding: 10px;
}
.btncontainer{
    align-content: center;
    display: grid;
    text-align: center;
    margin-top: 10px;
}
.traceopttilte{
    font-size: 14px;
    padding: 10px;
    margin-bottom: 3px;
    border-bottom: 1px solid #E7E7E7;
}

.calccontainer{
    display: flex;
    min-height: 120px;
    font-size: 22px;
}
.calcitem{
    display: block;
    text-align: center;
    border-left: 1px solid rgba(0,0,0,0.15);
}

.calcitem .calctitle{
    padding: 10px 0;
    height: 22px;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 22px;
}
.calccontainer :first-child{
    border-left: none ;
}

.calcitem .titletip{
    font-size: 32px;
    font-weight: 600;
    color: rgba(0,0,0,0.9);
    line-height: 40px;
}
.calccontainer :last-child .titletip{
    color: #D54941;
}
.titletip:before{
    content: '¥';
}

.infotable .layui-table-cell{
    background-color: #F7F8FA;
}

.abnormaltip{
    margin-left: 5px;
    font-size: 13px;
}
.popupbtncontain
{
    position: fixed;
    bottom: 0px;
    min-height: 47px;
    background-color: #f2f2f2;
    z-index: 999;
    width: 100%;
    border-top: 1px solid #e4e4e2;
    padding-top: 10px;

}
.stepimg .mention{
    font-size: 12px;
}

.contentmsg{
    min-height: 70px;
    background-color: rgba(0,0,0,0.03);
    margin-top: 10px;
}
.bankimages
{
    display: grid;
    text-align: center;
    align-content: center;
    padding: 10px 0;
    justify-content: center;
}
.contractlink {
    color: #4C74F7;
    background: transparent;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
}
.commmetion{
    font-size: 12px;
    color: rgba(63, 63, 63, 0.26);
}

.characters{
    height: 20px;
    line-height: 20px;
    letter-spacing:1px;
    margin-left: 8px;
    cursor:pointer;
}

.charactersImg{
    width: 20px;
    height: 20px;
}

.info-dis{
    display: flex;
}

.info-card-bodyII{
    padding: 20px 24px;
    background-color: #FFB98C;
    display: flex;
    border-radius: 6px 6px 6px 6px;
    text-align: right;
}

.info-card-regard{
    padding: 20px 24px;
    background-color: #FFD8D2;
    display: flex;
    border-radius: 6px 6px 6px 6px;
    text-align: right;
}

.formButton{
    display: flex;
    justify-content: center;
}

.formButton a{
    color: #4C74E7;
}

.orderinfo .orderinput{
    border: none;
    background: #F2F3F7;
}

.select{
    height: 20px;
    line-height: 20px;
    letter-spacing: 1px;
    font-size: 14px;
    color: #E37318;
    margin-left: auto;
}
.layui-label-inline{
    float: left;
}
.unit{
    width: 38px;
    height: 38px;
    background: #FFFFFF;
    border-radius: 0px 3px 3px 0px;
    border: 1px solid #c9c2c2;
    box-sizing: border-box;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    color: rgba(0,0,0,0.9);
    margin-right: 16px;
}
.layui-cargo-damage{
    font-size: 12px;
    color: #86909C;
    line-height: 20px;
    padding: 9px 9px 9px 0;
}
.cargo-damage-img{
    width: 16px;
    height: 16px;
    background: #EEEEEE;
    border-radius: 50%;
    text-align: center;
    line-height: 16px;
    color: #FFFFFF;
    margin-right: 7px;
}

.layui-btn-isunless{
    border: 1px solid rgba(0,0,0,.25);
    border-radius: 3px;
    background: #F2F3F7;
    font-size: 12px;
    line-height: 20px;
    vertical-align: inherit;
    width: auto;
    display: inline-block;
    padding: 0 5px;
    cursor:no-drop
}

.message{
    height: 22px;
    font-size: 14px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 600;
    color: #1D2129;
    line-height: 22px;
    margin-bottom: 12px;
}
.bg-color{
    height: 120px;
    background: #F7F8FD;
    border-radius: 6px 6px 6px 6px;
    padding: 12px 0;
    margin-bottom: 24px;
}

.layui-line-vertical{
    border-right: 1px solid rgba(0,0,0,0.1);
}

.col-pad{
    padding-left: 2%;
    margin-top: 1%;
}

.corporate-name{
    height: 22px;
    font-size: 16px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 600;
    color: #1D2129;
    line-height: 22px;
    margin-bottom: 11px;
}

.layui-tit{
    height: 20px;
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #86909C;
    line-height: 20px;
    margin-right: 4px;
    margin-bottom: 2px;
}

.layui-address{
    height: 20px;
    font-size: 12px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #86909C;
    line-height: 20px;
    margin-right: 4px;
    margin-bottom: 2px;
}
.layui-specific{
    height: 20px;
    font-size: 12px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #4E5969;
    line-height: 20px;
}

.layui-inpor{
    height: 20px;
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #4E5969;
    line-height: 20px;
}
.info-justify{
    display: flex;
    justify-content: space-between;
}
.icon-Enable{
    height: 20px;
    background: #E8FFEA;
    border-radius: 2px 2px 2px 2px;
    padding: 0 8px;
    display: flex;
    justify-content: center;
}
.Enable-state{
    height: 20px;
    font-size: 12px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #00B42A;
    line-height: 20px;
    margin-left: 4px;
}

.layui-time{
    height: 20px;
    font-size: 12px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #86909C;
    line-height: 20px;
    margin-bottom: 21px;
    text-align: left;
}
.tit-but{
    margin-bottom: 0;
}

.tipmsg{
    align-content: center;
    display: grid;
    margin-left: 10px;
    color: #eabe0f;
}

.settlelinkContainer
{
    display: flex;
    align-items: center;
}
.settlelink {
    color: #140ecd;
    background: transparent;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
    font-size: 12px;
    padding: 0 5px;
}
.icon-info{
    cursor:pointer;
}
.settle-info{
    display: flex;
    justify-content: space-between;
    padding-top: 2px;
}

.settle-item{
    display: flex;
    width: 50%;
}
.settle-title{
    width: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.settle-value{
    width: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.settle-wrap{
    width: 100%;
}
.layui-tab .layui-tab-title li
{

    min-height: 45px;
}
.layui-tab .layui-tab-title
{
    height: 60px;
}
