

 h3 {
    outline: none;
}

.footerBottomContentA2:hover{
    text-decoration: none;
}
.footerBottomContentA2:link{
    text-decoration: none;
}
.footerBottomContentA2:active{
    text-decoration: none;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure,

footer, header, hgroup, menu, nav, section {

    display: block;

}


/*h3{
    font-family:'PingFang SC', "Microsoft YaHei","微软雅黑", sans-serif ;
}*/

@font-face{
    font-family: 'cni' ;
    src: url('../fonts/fontSelf.woff2');
}
@font-face{
    font-family: 'cniB' ;
    src: url('../fonts/fontSelfBlod.woff2');
}
@font-face{
    font-family: 'cniS' ;
    src: url('../fonts/IBMPlexSans-Thin.ttf');
} 

p{font-family:"cni","Helvetica Neue",Helvetica,Arial,sans-serif }

i{font-style: normal;}


a {

    display: inline-block;

    text-decoration: none;

}



img {

    border: 0 none;

    vertical-align: top;

}

ol, ul {

    list-style: none;

}


table {

    border-collapse: collapse;

    border-spacing: 0;

}
html, body {width:100%;} /*overflow-x: hidden; 如果加这个属性 zendesk 插件在trace页面会不显示 查询以后显示会有问题*/

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}
.clearfix {
    zoom: 1;
}

.backgroundImg{
    margin-top: 0px;
    padding: 0px;
}
.backgroundImg img{
    width: 100%;
}


/*trace  页面 进度条样式开始*/

/*追踪页面开始*/
.traceTitle{
    color:#ffb600;
    font-size: 18px;
    height: 62px;
    width: 150px;

    margin-bottom: -20px;
    line-height: 62px;
    border-radius: 10px;
}
.traceTitle i{
    display: inline-block;
    margin-right: 14px;
    float: left;
    height: 22px;
    width: 22px;
    margin-top: 20px;
  /*  background-image: url('../images/Track/tracking_icon.png?v=20190124');*/
    background-repeat: no-repeat;
}
.traceWrap{
    width:100%;
    max-width: 600px;
    padding:22px;
    background-color: #F7F8FA ;
    margin: 60px auto 60px auto;
}
 .traceBox {
     display: block;
     padding-bottom: 60px;
     position: relative;
     width:100%;
     max-width:516px;
     margin: 0 auto;
     height: auto;


 }
 .typeBox{
     display: flex;
     justify-content: center;
     font-size: 16px;
     line-height: 16px;
     padding-bottom: 20px;

 }
 .traceWrap .typeMinBox:nth-child(1){
     margin-right:35px;
 }
 .traceWrap .typeMinBox{
     display: flex;
     justify-content: center;
     align-items: center;
     cursor: pointer;
 }
 .traceWrap .typeMinBox:nth-child(2){
    margin-left:35px;
 }
 .traceWrap .typeChoose{
     display: inline-block;
     width: 18px;
     height: 18px;
     background-image: url('../images/Trace/select.png');
     background-position:center;
     background-size: cover;
     background-repeat:no-repeat;
     margin-right:8px;
 }
 .traceWrap .active_type .typeChoose{
    background-image: url('../images/Trace/selected.png')
 }



.traceText{

    display: block;
    width: 100%;
    height: 162px;
    outline: none;
    font-size: 14px;
    color: #bfbfbf;
    margin: 0 auto;
    padding: 2px;
    overflow:auto ;
}
 .traceTextInputMinbox{
    height:26px ;
     width: 100%;
     position: relative;
 }
.traceTextInputMinbox input{
    width: 100%;
    border: none;
    outline: none;
    height: auto;
}
 .traceTextInputMinbox span,.traceTextInputMinbox input{
     line-height: 26px;
 }

.traceTextInputSort{
    position: absolute;
    top: 0px;
    left: 2px;
}
.traceTextInputDelect{
    position: absolute;
    right: 2px;
    top: 4px;
    width: 16px;
    height: 16px;
    background-color: #bfbfbf;
    border-radius: 8px;
    color:#fff;
    text-align: center;
    line-height: 16px;
}
.traceTextInputContent{
    color: #333;
    padding: 0px 20px;
}
.traceTextInputDelect i{
    line-height: 16px;
    font-size: 12px;
    position: relative;
    top:-2px;
    vertical-align:center;

}
 .traceTextInputDelect:hover{
     background-color: #262626;
     cursor: pointer;
 }
 .traceOperation{

     text-align: center;
     color: #fff;
     padding: 0px 0px!important;
     transition: all 300ms;
     height: 30px;
     line-height: 30px;
     position: relative;
     top:40px;


 }
 .traceOperationMinBox{
     margin: 0 auto;
     background-color: #999999;
     border-radius: 2px;
 }
 .traceOperationMinWrap{
     padding: 0px 6px!important;
     cursor: pointer;
 }
/* .traceMinBox{
     border:2px solid #f38888;
     padding: 2px 0px 4px 0px;
 }*/

.traceTextInputMinbox:nth-child(even) input{
    background-color: #fbfbfb!important;
}
 .traceTextInputMinbox:nth-child(even) >div{
     background-color: #fbfbfb!important;
 }








#tracking_nbr::-webkit-scrollbar
{
    width: 0px;
    height: 0px;
}

.traceSubmit{
    outline: none;
    border: none;
    float: right;
    margin-bottom:20px;
    position: relative;
    /*font-family: HelveticaNeue;*/
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 20px;
    background: #c43137;
    border-radius: 4px;
    height: 40px;
    width: 100%;
    margin-top: 18px;

}
.traceSubmit:hover{
    background-color: #db4247;
}



@media screen and (max-width: 679px){

    .traceTitle{
        height: 48px;
        margin-top: -10px;
    }
    .traceBox{
        margin-left: 2px;

    }
}





/*查询结果显示的样式*/



#trace_content_box{
    /*margin-top: 30px;*/
    border-radius: 6px;
    max-width: 1120px;
    height: auto;

    /*min-width: 360px;*/
    margin: 10px auto 60px auto!important;
    background-color: #fff;
    transition: all 500ms;
}
@media screen and (max-width:1000px ){
    #trace_content_box{
        width: 90%;
    }
}
#trace_content_box>h3{

    font-size: 16px;
    color: #000;
    padding: 10px;
}
.tracr_resultBox{

    width: 100%;
    color:#ffb600;
    background: #F9F9F9;
    box-shadow: 0 3px 12px 0 rgba(210,210,210,0.50);
    /*font-family: HelveticaNeue;*/
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    line-height: 18px;
}
.tracr_result{
    height: auto;
}
.tracr_result ul{
    font-size: 0px;
}
.tracr_result li{
    display: block;
    width: auto;
    padding: 7px;
    /*font-size: 14px;*/
    float: left;

   /* font-family: HelveticaNeue;*/
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    line-height: 26px;
}


.statusActive{
    color: #ffb600!important;
    cursor: pointer;
}
.tracr_result li:hover{
    color: #ffb600;
    cursor: pointer;
    background-color: #fff;
}
.logistics_state_box{
    height: auto;
    width: 100%;
   margin: 20px auto;

    /*margin-bottom: 160px;小屏幕下需要让上下间距窄一点*/
    float: left;
}



@media screen and (max-width: 768px){
    #trace_content_box h3{
        font-size:14px;
    }
    .tracr_result li{
        display: block;
        color: #333333;
        width: auto;
        padding: 8px 6px;
        font-size: 16px;
    }
    .logistics_state_box{
        height: auto;
        width: 100%;
        margin: 30px auto 0px;

      /*  margin-bottom: 0px!important;*/
        float: left;
    }


}




.state_bar_box{
    width: 94%;
    height: 10px;
    border-radius: 10px;
    border: 1px solid #ccc;
    z-index: 1;
    position: relative;

}
.nowstate_bar_box {
    height: 10px;
    position: relative;
    background-color: #ffb600;
    z-index: 2;
    border-radius: 10px;
    /*left: -1px;*/
    top: -1px;
    width: 0px;
}

.nowstate_bar_box{
    z-index: 60;
}
.nowstate_bar_gray_box{
    height: 10px;
    position: relative;
    border-radius: 10px;
   /* left: -1px;*/
    top: -1px;
    z-index: 50;
    /*width: 100%;*//*后期自动修改------------------*/
    background-color: #4f5458;
    top:-11px;
    width: 0px;
}

.nowstate_circle_box{
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 40;
    left: -6px;
}
.nowstate_circle_box ul{
    font-size: 0;
}
.nowstate_circle_box li{
    float: left;
    z-index: 1;
    position: relative;
    top:-16px;
    /*width: 12.5%;*/ /*js  自动判断------------------------*/
    font-size: 14px;
    height: auto;

}
.circle{
   display: block;
}
.circle_li_box .circle{

    width: 10px;
    height: 10px;
    z-index: 1;

    background-color: #fff;
    float: right;
    color: #fff;
    border-color:#fff #ccc #ccc #fff;
    border-width: 1px ;
    border-style:solid;


    transform:rotate(45deg);
    -ms-transform:rotate(45deg); 	/* IE 9 */
    -moz-transform:rotate(45deg); 	/* Firefox */
    -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
    -o-transform:rotate(45deg); 	/* Opera */
    position: relative;



}
@media screen and (min-width: 769px){
    .now_icon{ margin:  0 auto;}

}


@media screen and (max-width: 769px){


    .state_bar_box{
        height: 2px;
        border: 1px solid #dddddd;
    }
    .nowstate_bar_box{
        height: 2px;
    }
    .nowstate_bar_gray_box{
        height: 2px;
        top:-3px;
    }
    .circle_li_box .circle{
        height: 0px;
        width: 0px;
    }

}


.now_icon_box{
    display: block;
    width: 100%;
    height:auto;
    margin-top: 40px;
    position: relative;
    left: 50%;
    margin-right: 30px;

    /* left: 42%;*/
}
.now_icon{
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    /*  background-color: #ea4334;*/

    background-size: 30px 30px;


}
.now_text{
    display: block;
    margin: 10px auto;
    line-height: 20px;
    text-align: center;
    word-wrap :break-word;

}
/*#timeline_detail{xs
  margin-top:200px;
}*/



@media screen and (min-width: 769px){
    .now_icon{
        margin-left: 50%;
        right:20px;
    }
}







/*进度条*/


.jqUIdivtime,.jqUIdivtime p{
    margin-top:10px;
    font-size:16px;
    line-height: 28px;
    font-weight: 500;

}

.divcopyDetailCommon{
    display: inline-block;

}
.divdetailText{
    font-size: 18px;
    padding: 0px 0px 10px 10px;
    margin-left: -10px;
    margin-top: 10px;
    border-bottom: 1px solid #ccc;
    color:#333;
    
}

@media screen and (max-width: 768px){
    .divdetailText{
     

        font-size: 16px;
    }
    .jqUIdivtime,.jqUIdivtime p{
        font-size: 14px;
    }
}








.h3Box{

    font-size:14px!important;
    position: relative!important;
    overflow: hidden!important;
    text-overflow:ellipsis!important;
    white-space: normal!important;
    display:block!important;
    min-height: 60px!important;/*后期做完看手机屏幕需要多高 再调整*/
    height: auto!important;
    border:none!important;
    box-shadow: 0 1px 8px 0 #E7E7E7;
    margin: 4px 0px!important;
    background-color:#fff;
    cursor: pointer;
}
.traceTitleh3{
    float: left;
    width: 30%;
    position: relative;
    height: 60px;
    color: #000;
}
.traceleft{
    width: 30%;
    max-width: 350px;

    }
    .traceleftflow{
        color: #8a8585;
        margin-left: 4px;
    }
    .tracecenter{
        width: auto;
        max-width: 14%;
        color:#E69900;
        margin-right:20px;
        display: flex;
        align-items: center;
    }
    .traceright{
        width: auto;
        max-width: 50%;
        display: flex;
        align-items: center;
    }
    .traceleftIcon{
        height: 40px;
        width: 40px;

    }

    .tracecenter span{
        display: block;
    }
    .tracecenter .uploadAnmation{
        box-sizing: border-box;
        margin-top: 10px;
        width: 40px;
        height: 40px;
        border-style: solid;
        border-width:3px;
        background-color: transparent;
        border-radius: 20px;
        transition: all 100ms;
    }
    .tracecenter,.traceright{
        line-height: 18px;
    }
    .traceleftIcon,.traceleftNumber,.traceleftStatus{
        display: block;
        margin: 0 0px 0px 15px;
        float: left;
      
    }
   

    .traceleftNumber{
        min-width: 110px;
    }
   
     .traceleftNumber,.traceleftStatus{
       line-height: 60px;
    }
   /* .traceleftNumber{
        top:8px;
    }
    .traceleftStatus{
        bottom: 8px;

    } */
    .traceleftIcon{
        margin-top: 10px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 40px;
        display: none;


    }

    .traceIcon{
        position: absolute;
        right: 10px;
        top:20px;
        transition: all 300ms;
    }


    .traceIconTransform{
        transform:rotate(90deg);
        -ms-transform:rotate(90deg); 	/* IE 9 */
    -moz-transform:rotate(90deg); 	/* Firefox */
    -webkit-transform:rotate(90deg); /* Safari 和 Chrome */
    -o-transform:rotate(90deg); 	/* Opera */
}


    /*子单号*/
 .childResult{
     height: 40px;
     line-height: 40px;
     color: #666666;
     display: inline-block;
     overflow: hidden;
 }

.childResult1{
    width: 25%;
}
 .childResult2{

     width: 12%;
 }
 .childResult3{
     width: 40%;
 }
 .childResult4{
     width:20%;
     color:#E69900;
 }


 .childResult1 .childResult1Icon{

     margin-left: 70px;
     display: block;
     width: 26px;
     height: 26px;
     margin-right: 16px;
     float: left;
     margin-top: 7px;

 }

 .h3BoxChild{
     margin:0 auto;
     width: 100%;
     background-color:#F9F9F9;
     height: 40px;
     font-size: 14px;
     cursor: pointer;
     margin-bottom: 2px;
 }



@media screen and (max-width: 1000px){

    .h3BoxChild{
        height: auto;
        font-size: 12px;

    }
    .traceleft,.tracecenter,.traceright{
        width: 100%;
        max-width: 100%;
        display: block;
    }

    .traceleftIcon, .traceleftNumber, .traceleftStatus{
        margin: 0 0px 0px 10px;
    }
    .traceleftIcon{
        margin-top: 10px;
    }

    .childResult{
        width: 100%;
        height: 30px;
        line-height: 30px;
    }

    .tracecenter,.traceright{


        border-top:1px dotted #ccc;
        padding-left: 10px;
    }

    .childResult2,.childResult3,.childResult4{
        border-top:1px dotted #ddd;
        padding-left: 20px;
    }
    .childResult1 .childResult1Icon{
        margin-left: 10px;
        margin-top: 2px;
    }

  
    .tracecenter{
        height: 40px;
        line-height: 40px;
    }
    .traceright{
        word-wrap:break-word;
        display: block;
        min-height: 30px;
        height: auto;
        line-height: 20px;
        padding: 10px ;
    }
    .tracecenter .uploadAnmation{
        width: 30px;
        height: 30px;
        margin-top: 5px;
        border-width:3px;
        padding-right: 10px;
    }
}


.starNowStatusRed{
    animation:mymoveRed 800ms infinite;
}

@keyframes mymoveRed
{
    0%{
        border-color:#ffb600;
    }
    50%{
        border-color:#fff;
    }
    100%{
        border-color:#ffb600;
    }
}

@-webkit-keyframes mymoveRed /*Safari and Chrome*/
{
    0%{
        border-color:#ffb600;
    }
    50%{
        border-color:#fff;
    }
    100%{
        border-color:#ffb600;
    }
}





.starNowStatusBlack{
    animation:mymoveBlack 800ms infinite;
}
@keyframes mymoveBlack
{
    0%{
        border-color:#4f5458;
    }
    50%{
        border-color:#fff;
    }
    100%{
        border-color:#4f5458;
    }
}

@-webkit-keyframes mymoveBlack /*Safari and Chrome*/
{
    0%{
        border-color:#4f5458;
    }
    50%{
        border-color:#fff;
    }
    100%{
        border-color:#4f5458;
    }
}

.staticNowStatusRed{
    border-color:#fff;
}
.staticNowStatusBlack{
    border-color:#fff;
}


.uploadAnmation{
    animation:uploadAnmation 500ms infinite;
    border-left-color: #ffb600;
    border-top-color: #ffb600;
    border-right-color: #ffb600;
    border-bottom-color: transparent;
}
@keyframes uploadAnmation

{

    from {
        transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        -ms-transform:rotate(0deg);
    }
    to{
        transform:rotate(360deg);
        -webkit-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -o-transform:rotate(360deg);
        -ms-transform:rotate(360deg);
    }

}

@-webkit-keyframes uploadAnmation /*Safari and Chrome*/
{
   
    from {
        transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        -ms-transform:rotate(0deg);
    }
    to{
        transform:rotate(360deg);
        -webkit-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -o-transform:rotate(360deg);
        -ms-transform:rotate(360deg);
    }
}
/*进度条结束*/









/*追踪页面结束*/


/*#trace_content_box,.tracr_resultBox,#accordion{
    display:block !important;
}*/





 #trace p{
     font-style:normal;
 }


.btns{
    width: auto;
    height: auto;
    outline: none !important;
    background-color: transparent;
    color: #4A90E2!important;
    border:none;
    margin: 2px 1px 1px 1px;
    padding: 4px!important;
    font-size: 16px;
}
@media (max-width: 768px){
    .btns{
        font-size:16px;
    }
  

}

.divcopyDetail,.divcopyDetailLink{
    font-size: 14px;
    cursor: pointer;
    color: rgb(77, 128, 191);



}

.copyBox{
    height: 0px;
    width: 0px;
    color:transparent;
    position:fixed


}
.copyBoxWrap{
    position: relative;
    top:-25000px;
    left:-25000px;
    height: 0px;
    width: 0px;
    overflow: hidden;
    font-size: 12px;
    font-weight: normal;
}
.copyBox table,.copyBox th,.copyBox tr,.copyBox td{
    border-color:transparent;
    height: 0px;
    width: 0px;

}

.navbar li,.navbar a{
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* .copySuccess{
    position: absolute;
    transition: all;
    top:-30px;
    left: 60px;
    width: auto;
    height: auto;
    background-color: #333;
    z-index: 99999;

} */
.copySuccess{
    position: fixed;

    width: 280px;
    background-color: transparent;
    border-radius: 2px;
    color:#fff;
    z-index: 99999;
    left:50%;
    margin-left: -140px;
    transition: all 1000ms;
    height: auto;
    padding: 10px;
    top:-300px;

}

.divcopyDetailCommon:hover{
    color: green;
    cursor: pointer;
}

*{
    -webkit-overflow-scrolling: touch;
}



/*进度条改版*/

 .DisplayStatusBox1,.DisplayImgBox1{
     width: 16%;
 }
 .DisplayStatusBox2,.DisplayImgBox2{
     width: 33%;
 }
 .DisplayStatusBox3,.DisplayImgBox3{
     width: 50%;
 }

 .DisplayStatusBox4,.DisplayImgBox4{
     width: 67%;
 }
 .DisplayStatusBox5,.DisplayImgBox5{
     width: 83%;
 }
 .DisplayStatusBox6,.DisplayImgBox6{
     width: 100%;
 }

 .statusText{
     margin-top: 20px;
     font-size: 16px;
     margin-top: 28px;
     position: absolute;

 }

 .statusText1{
     width: 34%;
     text-align: center;
     min-width:150px ;

    /* position: absolute;
     left: 16%;*/
     margin-left: -20px;
 }
 .statusText2{
     width: 66%;
     text-align: center;
     margin-left: -20px;
 }
 .statusText3{
     width: 100%;
     text-align: center;
     margin-left: -20px;
 }
 .statusText4{
     width: 66%;
     text-align: center;
     position: absolute;
     margin-right: 20px;
     right: 0px;

 }
 .statusText5{
     width: 34%;
     text-align: center;
     position: absolute;
     margin-right: 20px;
     min-width: 130px;
     right: 0px;
 }
 .statusText6{
     width: 100%;
     text-align: right;
     margin-right: 0px;
 }






 

.statusBox{
    width: 100%;
    height: 2px;
    background-color: #f2f2f2;
}
.DisplayStatusBox{
    height: 2px;
    background-color: #ffb600;
    margin-top: -2px;

}
.DisplayImgBox{

    position: relative;
    top:-17px;

}
 .DisplayImgMinBOX{
     background-color: #fff;
     position: absolute;
     right: 0px;
 }
.DisplayImgMinBOX,.DisplayImg{
    width: 30px;
    height: 30px;

}
.DisplayImg{

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.TimeLinereferenceNo{
    color:red;
    font-weight: 200;
}




/*新输入框*/


 .traceMinBox{
     /* border: 1px solid #ffb600; */
/*     -moz-box-shadow: 0px 0px 8px #666 inset;
     box-shadow:  0px 0px 8px #666 inset;*/
   /*  border: 2px solid #f27373;*/
     height: auto;
     min-height: 24px;
     padding: 8px 8px 2px 8px!important;
     overflow: hidden;
     background-color: #fff;
     border-radius:4px ;
 }


 .box1{
     width:100%;
     max-width: 600px;
     height: auto;
     background-color: #fff;
     position: relative;
     overflow: auto;
     height: 150px;
 }
 .boxWrap{
     width: 100%;
     height: auto;
     background-color: #fff;
 }

 .box11{
     width: 80%;
     margin: 0 auto;
     height: auto;
     min-height: 24px;
     background-color: transparent;
     line-height: 24px;
     position: absolute;
     top: 0px;
     z-index: 10;
     left: 10%;
     outline: none;
     color:#333;
 }
 .box11>div{
     height: 24px;
 }
 pre{
     width: 80%;
     height: 100%;
     background-color: #fff;
 }
 .line{
     width: 100%;
     height: 24px;
     z-index: 5;
     position: relative;
 }
 .DivOrder{
     position: absolute;
     left: 10px;
     line-height: 24px;
 }
 .DivDelect>i{
     width: 14px;
     height: 14px;
     border-radius: 7px;
     background-color: #fff;
     position: absolute;
     right: 10px;
     text-align: center;
     top:5px;
     cursor: pointer;
     vertical-align:middle;
     background-image:url("../images/Trace/delect111.png?v=20190124");
     background-repeat: no-repeat;
     background-size: cover;

 }
 .DivDelect>i:hover{
     background-image:url("../images/Trace/delectHover111.png?v=20190124");
 }

 .firstBox11{
     width: 100%;
     height: 24px;
     margin: 0;
     padding: 0;
 }

 .line:nth-child(2n){
     background-color: #f7f7f7;
 }
 .bottomShow{
     display: block!important;
     height: 30px!important;
      line-height: 30px!important;
     top:0px;
 }

 /* .placeholder:after{
     content: 'ENTER UP TO 50 NUMBERS, ONE PER LINE.';
     color: #c5c5c5;
     font-size: 12px;
 }
 .placeholderCH:after{
    content: '一次最多支持50条订单查询';
    color: #c5c5c5;
    font-size: 12px;
} */
 .placeholderMore:after{
     content: 'ENTER UP TO 10000 NUMBERS, ONE PER LINE.';
     color: #c5c5c5;
     font-size: 12px;
 }




.box11{
    text-transform:uppercase;

}
.tracr_result .copyBtnAll{
    color:#4A90E2;
}

.divcopyDetail::after{
    display: inherit;
    content:'Copy Result';
    padding-right: 20px;
    color:#4A90E2;
}

.divcopyDetailLink::after{
    display: inherit;
    content:'Copy Link';
    color:#4A90E2;
}

@media (max-width: 480px){
    .divcopyDetail,.divcopyDetailLink{
        display: inline-block;
        width: 26px;
        height: 26px;
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center;
    }
    .divcopyDetail{
        background-image: url('../images/Trace/copyresult.png?v=20190124');
        margin-right: 20px
    }
    
    .divcopyDetailLink{
      
        background-image: url('../images/Trace/copylink.png?v=20190124')
    }

    .divcopyDetail::after{
        content:'';
    }
    
    .divcopyDetailLink::after{
        content:'';
    }
}

.statusWrap{
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
    padding-top: 30px;
    padding-bottom: 60px;
    
}
.status-progress-bar{
    display: flex;
    width: 100%;
}
.status-progress-bar .bar-fourth{
    width: calc(25% - 5px);
    height: 16px;
   
    margin-right: 5px;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    position: relative;
}
.status-progress-bar.displayStatus0 .bar-fourth,
.status-progress-bar.displayStatus1 .bar-fourth,
.status-progress-bar.displayStatus2 .bar-fourth,
.status-progress-bar.displayStatus3 .bar-fourth
{
    background-color: #1c44af;
}
.status-progress-bar.displayStatus4 .bar-fourth,
.status-progress-bar.displayStatus6 .bar-fourth
{
    background-color: #43a047;
}
.status-progress-bar.displayStatus5 .bar-fourth
{
    background-color: #ab4242;
}
.bar-fourth-status{
    background-color: inherit;
}
.status-progress-bar .bar-fourth-0 ::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 100%;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -ms-transform: skew(20deg);
    transform: skew(20deg);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    background-color: inherit;
}

.helpBtn{
    display: inline-block;
    padding:0px 10px;
    color:#063dd6;
    cursor: pointer;
}




