
@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');
}

/*公共部分开始*/
*{
    font-family: "cni","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.articalClass{
    background: #FFFFFF;
    box-shadow: 0 5px 10px 0 rgba(235,234,234,0.50);
    min-height: 60px;
    height: auto;
    margin-top: -20px;
}
article{
    max-width: 1120px;

}
/*公共部分结束*/


/*详细的每篇文章的样式开始*/

.articalClass a,.articalClass span{
    line-height: 26px;
   /* font-family: HelveticaNeue;*/
    font-size: 18px;

    letter-spacing: 0;
    display: inline-block;
    margin-top: 17px;

}
.articalClass a:hover{
    color:#EF0303;
}
.articalContentBox{
    padding-bottom: 80px;
}
.articalContentBox h1{
    font-size: 24px;
    text-align: center;
    padding: 50px 0px 30px;
    font-weight: 600;
}
.articalContentBox h3{
    font-size: 18px;
    text-align: left;
    padding: 15px 0px;
}

.articalContentBox p{
    display: block;
    padding:15px 0px;
    line-height: 24px;
    font-size: 16px;
/*    font-family: HelveticaNeue;*/

}
.articalContentBox li{
    line-height: 24px;
    font-size: 16px;
/*    font-family: HelveticaNeue;*/
}
.articalContentBox img{
   max-width: 100%;
    display: block;
    margin: 0 auto;
}
/*详细的每篇文章的样式结束*/


/*文章分类开始*/
.articalBox{
    margin: 50px auto 60px;
}
.articalMinBox{
position: relative;
    height: auto;
    margin-bottom: 50px;
}
.articalContentDiv{
    margin-top: 30px;
    height: 100px;
    overflow: hidden;
}
.readMore{
    width: 100px;
    height: 30px;
    background: #F27373;
    border-radius: 100px;
    line-height: 30px;
    text-align: center;
  /*  font-family: HelveticaNeue;*/
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    margin-bottom: 0px;
    position: absolute;
    bottom: 0px;
    right: 10px;
}
.articalImg{
    max-width: 320px;
    margin: 0 auto;
    height:200px ;
}
.articalImg img{
   width: 100%;
}
.articalBox h3{
   /* font-family: HelveticaNeue;*/
    font-size: 20px;
    color: #333333;
    letter-spacing: 0;
    line-height: 20px;
    max-width: 100%;
    white-space: nowrap ;
    overflow: hidden ;
    text-overflow: ellipsis ;
}
.readMore:hover{
    background-color: #EA1515;
    cursor: pointer;
}
.newsLink{
    color: #333333;
}
@media(max-width: 767px){
    .articalMinBox{
        position: relative;
        height: auto;
        padding-bottom: 50px;
    }
    .readMore{
        left: 50%;
        margin-left: -50px;
    }
}



/*文章分类结束*/


/*api  开始*/

.middleBarAPI{
    height: auto;
    font-size: 48px;
    color: #333333;
    line-height: 200px;
    text-align: center;
    background: #F6F6F6;
    margin-top: -20px;
}

.APIlTitle{
    font-weight: 400;
    font-size: 34px;
    color: #333333;
    text-align: left;
    padding-top: 13px;
}


.APISubTitle{
    font-size: 22px;
    color: #333333;
    line-height: 50px;
    padding-top: 30px;
}


.blueColor{
/*    font-family: HelveticaNeue;*/
    font-size: 18px;
    color: #4A90E2!important;
    line-height: 30px;
    padding-top: 10px;
}
.blueColorA{
    color:#4A90E2;
}


.tableApi{
    margin-top: 30px;
   /* font-family: PingFangSC-Regular;*/

}
.tableApi tr{
    border-radius: 4px;
}
.tableApi td{
    padding-left: 8px;
    word-break:break-all;

}
.tableApiFirst{
    border-collapse:separate;
    border:1px solid #ddd;
    border-radius: 4px!important;
}
.gryTr{
    background-color: #F1F3F4;
    font-size: 18px;
    border: none;
    color:#555;

}
.gryTr td:nth-child(1){
    border-top-left-radius:4px;
}
.gryTr td:nth-child(2){
    border-top-right-radius:4px;
}
.gryTr td{
    padding: 8px 10px !important;
}
.gryTr2 td{
    font-size: 14px;
    line-height: 40px;
    padding: 8px!important;
    color: #666;
}
.apiAwb{
    display: block;
    width:50px ;
    border-radius: 4px;
    background-color:#f9f2f4;
    color:#c7254e;
    text-align: center;

}
.gryTr2Line td{
    padding: 6px 6px!important;
}
.gryTr2Line{
    border-bottom: 1px solid #DDDDDD;
}
.APISub2Title{
/*    font-family: PingFangSC-Regular;*/
    font-size: 22px;
    color: #555555;
    line-height: 22px;
}

.blueColor{
    color: #4A90E2!important;
}

@media (max-width:767px ) {

    .middleBarAPI{
        font-size: 30px;
        line-height: 140px;

    }
    .APIlTitle{
 /*       font-family: PingFangSC-Regular;*/
        font-size: 22px;
        color: #333333;
        line-height: 40px;
        padding-top: 20px;
    }
    .APISubTitle{
        font-size: 18px;
        line-height: 30px;
        padding-top: 20px;
    }
    .blueColor{
        font-size: 14px;
    }
    .APISub2Title{
        font-size: 14px;
    }
    .tableApi td{
        font-size: 12px;
    }


}
@media (max-width:414px ) {

    .middleBarAPI{
        font-size: 26px;
        line-height: 100px;

    }


}

.APIlTitle a:hover{

    color:#333;
    text-decoration: none;

}

.APIlTitle a{
    color:#333!important;
}

.APIApply p{
    font-size: 18px;
    color: #333333;
    letter-spacing: 0;
}
.APIApply{
    padding-top: 40px;
}
.APIApply .subTitle{
    font-weight: 450;
    font-family: "cniB","Helvetica Neue",Helvetica,Arial,sans-serif;
}


.APIApply .contactWay span{

    font-size:24px;
    color: #333333;

}
.APIApply .contactWay>div{
    padding: 20px 0px 0px 0px ;
}

.APIApply .colorText{
    color:#2878FF!important;
}

.APIApplyTextWrap{

    padding: 0px 20px 40px;

}
.fillInBox{
    width: 100%;
    position: relative;
}

.marginLeftBox{
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
}

.formEditor .fillInBox{

    margin-bottom: 20px;
    transition: all 500ms;

}



.formEditor .requiredIcon{
    display:block ;
    float: left;
    width: 8px;
    height: 8px;
    background: url("../images/API/fillInquire.png?v=20190124");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top:9px;
    margin-right: 16px;

}

.topDillTitle{
    height: 28px;
    font-size: 20px;
    position: relative;
    bottom: -36px;
    transition: all 500ms;
}



.formEditor{
    font-size: 18px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 400;
    position: relative;
}


.formEditor .contentInput{
    width: 100%;
    background-color: transparent;
    outline:none;
    box-shadow: none;
    border: none;
    padding-left: 24px;
    padding-top: 4px;
    padding-bottom: 8px;
    position: relative;
    z-index: 100;

}

.formEditor .lineBlack{
    display: block;
    width: 100%;
    height: 0px;
    border-bottom: 2px solid #CCCCCC;
    /*margin-top: 12px;*/
    transition: all 500ms;
}

.formEditor .lineBlue{
    display: block;
    width: 0px;
    height: 0px;
    border-bottom: 2px solid #2878FF;
    margin: 0 auto;
    transition: all 500ms;
    position: relative;
    top:-2px

}



.tipDetailMessage{
    font-size: 18px!important;
    color: #999999!important;
    padding-left: 24px;
    padding-right: 24px;
    transition: all 500ms;
}
.topDillTitleTextarea{
    position: relative;
}

.contentTextarea{

    border: 1px solid #CCCCCC;
    height: 170px;
    padding: 10px;
    width: 100%;
    margin-top:48px;
    outline: none;
}


.tipDetailMessage{
    display: none;
}







.topDillTitleActive{

    font-size: 18px;
    color: #999999;
    letter-spacing: 0;
    bottom: 0px;
}
.topDillTitleTextareaActive{
    font-size: 20px;
    color: #333333;


}

.formEditor  .requiredIconActive{
    margin-top: 4px;
}

.submitBox{
    padding: 0px 24px;
    overflow: hidden;
}


.apiApplySubmit{
    display: block;
    background: #ccc;
    border-radius: 8px;
    outline: none;
    border: none;
    height: 64px;
    width: 100%;
    max-width: 450px;
    line-height: 64px;
    margin: 30px auto 80px;
    color:#FFF;
    font-size: 26px;
    text-align: center;
    cursor: pointer;
    transition: all 300ms;

}

.apiApplySubmit:hover{
    background: #2878ff;
    line-height: 64px;
}




.copySuccess{
    position: absolute;
    transition: all;
    top:-60px;
    left: 60px;
    width: auto;
    height: auto;
    background-color: #333;

}

.copySuccess{
    position: fixed;
    width: 280px;
    background-color: transparent;
    border-radius: 2px;
    color:#fff;
    z-index: 1000;
    left:50%;
    margin-left: -140px;
    transition: all 1000ms;
    height: auto;
    padding: 10px;
    top:-300px;
    text-align: center;
    opacity: 0.8;

}
.disableClick{
    cursor: not-allowed;
}


@media (max-width:767px ) {



    .APIApply p{
        font-size: 16px;
    }

    .APIApply{
        padding-top: 20px;
    }
    .APIApply .contactWay span{

        font-size:14px;
        color: #333333;
    }
    .APIApply .contactWay>div{
        padding: 10px 0px 0px 0px ;
    }

    .APIApplyTextWrap{
        padding: 0px 0px 60px 0px;

    }

    .formEditor .fillInBox{

        margin-bottom: 20px;

    }

    .topDillTitle{
        font-size: 16px;
        height: 24px;
        line-height: 24px;
    }

    .topDillTitleActive{
        font-size: 14px;
    }
    .formEditor  .contentInput{
        font-size:14px ;
        padding-bottom: 6px;
    }


    .formEditor .fillInBox{
        margin-bottom: 20px;
    }
    .tipDetailMessage{
        font-size: 12px!important;
        line-height: 12px;
    }
    .contentTextarea{
        height: 120px;
        font-size: 14px;
    }

    .apiApplySubmit{
        font-size: 18px;
        height: 48px;
        line-height: 48px;
        margin: 10px auto;
    }
    .apiApplySubmit:hover{
        font-size: 22px;
        line-height: 48px;
    }
}


/* api修改样式 */
.apiWrap{
    position: relative;
    height: 100%;

    margin: 0 auto;

}
.apiLeft{
width: 260px;
float: left;
position: relative;
height: 100%;
margin-top: 98px;
 

}
.apiRight{
    box-sizing:border-box!important;
    height: 100%;
    padding: 15px;
    padding-left: 60px;
    overflow: auto;
    border-left: 1px solid #EEEEEE;
    min-height: 524px;
	margin-top: 80px;

    
}

.apiUlBox{ 
    list-style: none;
    height: 100%;
}

.apiUlBox a{
    padding-left: 22px;
}

.apiUlBox li ,.apiUlBox li a{
    color:#999;
    font-size: 16px;
    padding: 6px 0px;
}

.apiUlBox>li a{
    
    font-size:18px;
    color:rgb(116, 116, 116);
}
.apiUlBox>li{
    margin-top: 14px;
    font-size:18px;
    color:rgb(116, 116, 116);
}
.apiUlBox>li:first-child{
    margin-top: 0px;
}

.apiUlBox li a:hover{
    color:#000;
}

.apiUlBoxChild li{
    padding: 6px 0px;
    font-size: 16px;
}
ul{
    list-style: none;
}
.apiUlBox .activeAPI a{

    color:#000;

}
.triangleApi{
    font-size: 12px;
    padding-right: 4px;
}

.apiUlBoxChild{
    padding-left: 18px;
    transform: all 300ms;
}
.apiUlBoxChild li a{

    font-size: 16px;
}


a:hover{
    text-decoration: none;
    cursor: pointer;
}


.tableApiTMS{
    width: 100%;
   
}
.tableApiTMS tr td{
    border-right:1px solid #ddd;
    border-top:1px solid #ddd;
    padding: 6px 4px!important;
    line-height: 20px;
}
.tableApiTMS tr td:last-child{
    border-right:none;
}
.tableApiTMS tr:first-child td{
    border-top:none;
}

.apiUlBoxChild .activeAPI>a{
    color:#4A90E2!important;
}
.apiNavMin{
    display: none;
    color:#333;
    font-size: 16px;
}

@media (max-width:1160px ) {
    /* .apiLeft{
        width: 0px;
        display: none;
    }
    .apiRight{
        border:none;
        padding: 0px;

    } */
    .apiNavMin{
        display: block;
    }
   
    .apiLeft{
        margin-top: 0px;
        display: none;
    }
    .apiUlBox a{
        padding-left:0px;
    }
    .apiUlBox li, .apiUlBox li a{
        padding: 6px 0px;
        font-size: 14px;
    }
    .apiLeft{
        float: none;
    }
    .apiRight{
        border:none;
        padding: 0px;

    }
}
.examplePre:hover{
    cursor: pointer;
}
.examplePre i{
    font-size: 12px;
    color:#4A90E2;
}
#apiApply2 pre{
    display: none;
}
#apiApply2 .clickDetail{
    padding-left: 20px;
    color:#4A90E2;
    font-size: 14px;
}
.child2Ul a{
    list-style: none;
    padding-left: 8px;
    font-size: 14px!important;
    color:#333;
}
.child2Ul{
    padding-left: 10px;
}
.apiUlMinBox{
    padding-left: 10PX;
}
.WPXBox img{
    width: 100%;
    max-width: 500px;

}
.WPXBox p,.forbidBox p{
    margin:14px 0px;
}

@media (max-width:1160px ) {
    .deliveryTitle,.APIlTitle {
        font-size: 16px;
        margin-top: 20px;
    }
}
#awbStatus td,#awbStatus th{
    vertical-align: middle!important;
    padding: 8px 6px;
}
#awbStatus img{
    width:100%;
    max-width:40px;
}
#awbStatus tr td:first-child{
  min-width: 56px;;
}

#awbStatus{
    margin: 30px 0px;
}

 .apiShippingIcon{
    display: inline-block;
    width: 30px;
    height: 30px;

    margin: 8px 10px 8px 0px;
    
}
.apiShippingIcon:first-child{
    width: 20px;
    height: 20px;
}
 .apiShippingIcon img{
    width: 100%;
    vertical-align: middle
   
}

.WPXBox .mark{
    color:#717171;
    background-color:transparent;
    font-weight:500;
}
.WPXBox h4{
    padding:15px 0px;
}
.WPXBox .nmpxSubTitle i{
    font-size: 14px;
    padding-left: 10px;
}
.WPXBox .nmpxSubTitle {
    cursor: pointer;
}
.WPXBox .nwpxDetail{
    display: none;
}

.active_li_title{
    border-right:4px solid #ffd800;
    color:#333!important;
    padding: 0px!important;
    margin:6px 0px;
}

/* 邮编查询样式 */

.post_search_Box article{
    position: relative;
}
.post_search_minbox{
    margin-top:14px;
    position: relative;
}
.post_search_Box .post_input,.post_search_Box .post_search{
    height: 44px;
}
.post_input_box{
    width: 1005;
    padding-right: 127px;
}
.post_search_Box .post_input{
    width: 100%;
    outline:none;
    padding: 10px;
    border: 1px solid #DDDDDD;
    font-size: 18px;
    line-height: 20px;
    color:#333;
    border-radius: 4px;
}
.post_search_Box .post_search{
position: absolute;
right:0px;
top:0px;
width: 122px;
background: #DDDDDD;
border-radius: 4px;
display: flex;
align-items: center;
justify-content: center;
font-size: 18px;
color: #333333;
letter-spacing: 0;
line-height: 20px;
cursor: pointer;
}
.post_search_Box .post_search:hover{
    background: #FFD900; 
}
.post_search_Box .postcode_search_tip{
    font-size: 13px;
    color: #999999;
    letter-spacing: 0;
    line-height: 15px;
}

#post_search_reault_count_box{
    font-size: 18px;
    color: #666666;
    letter-spacing: 0;
    padding-top: 30px;
    padding-bottom:8px;
}

#post_search_reault_count_box #post_search_reault_count{
    font-size: 20px;
    color: #151515;
    font-weight:600;
}

#post_code_result_box{
    display: none;
}

#post_code_table{
    width: 100%;

}
#post_code_table thead tr{
    background-color:#F1F3F4;
    font-size: 14px;
}
#post_code_table thead tr th,#post_code_table tbody tr td{
    text-align: center;
    vertical-align: middle;
    line-height: 1em;
}
#post_code_table tbody td{
    color:#666;
    font-size: 16px;
}
#post_code_table tbody tr td:nth-child(1){
    color:#333;
}
#post_code_table img{
    width: 18px;
    height: 18px;
    position: relative;
    top:2px;
}

table.dataTable thead th, table.dataTable thead td{
    border:none;
}

.dataTables_wrapper table,.dataTables_wrapper table thead,.dataTables_wrapper tbody{
    width: 100%!important;
}