html,body {
    color: #333;
    margin: 0;
    height: 100%;
    font-family: "Myriad Set Pro","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #000;
}

a, label, button, input, select {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
    border: 0;
}

body {
    background: #fff;
    color: #666;
}

html, body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, button, fieldset, form, input, legend, textarea, th, td {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #08acee;
}

button {
    outline: 0;
}

img {
    border: 0;
}

button,input,optgroup,select,textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    outline: none;
}

li {
    list-style: none;
}

a {
    color: #666;
}

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

/* 新首页开始 */
.input_container{
    position: relative;
    border: 1px solid #01AAC1;
    border-radius: 8px;
    font-size: 16px;
}
.input_icon{
    position: absolute;
    left: 0;
    height: 100%;
    width: 50px;
    padding: 15px;
    border-right: 1px solid #01AAC1;
    background-color: #fff;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}


.box_pad{
    padding: 0 15%;
}
.line{
    border-bottom: 1px solid #217BF4;
}
.header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .logo{
    width: 100px;
}

.home_page{
    position: relative;
    width: 100%;
    /* height: 800px; */
    border-radius: 25px;
    background-color: #01AAC1;
    display: flex;
}
.home_page .left{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 5%;
    padding-right: 0;
}
.home_page .left h4{
    color: #fff;
    font-size: clamp(20px, 0.489rem + 1.05vw, 34px);
}
.home_page .left h1{
    color: #0A093D;
    font-size: clamp(36px, 3vw, 54px);
    font-weight: 500;
    margin: 5% 0;
    color: #000;
}
.home_page .left p{
    color: #383838;
    padding-right: 27%;
    margin-right: 10px;
    font-size: 14px;
}
.home_page .box_img{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 20%;
}
.home_page .right{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home_page .right .search_contant_box{
    width: 100%;
    min-width: 300px;
    margin-left: 30%;
    margin-right: 30px;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
}
.home_page .right .search_contant_box .search_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 42px;
    line-height: 42px;
    background-color: #0063F8;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
}
.home_page .right .search_contant_box #queryText{
    background: #F9F9F9;
    border-color: transparent;
    box-shadow: inset 0 0 7px 0 #0000001a;
    width: 100%;
    height: 50px;
    line-height: 1.5;
    padding-left: 55px;
    border-radius: 8px;
    font-size: 14px;
}
.home_page .right .search_contant_box .search_btn{
    background-color: #01AAC1;
    color: #fff;
    font-size: 16px;
}

/* 定制化服务 */
.customization{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
}
.customization .customization_title{
    width: 100%;
    text-align: center;
    margin: 40px 0;
    font-size: clamp(36px, 3vw, 54px);
    font-weight: 500;
    margin: 50px 0;
    color: #000;
}
.customization .customization_img{
    display: none;
}
.customization .customization_img img{
    width: 100%;
}
/* 新首页结束 */


.aos-animate{
    opacity: 1;
    transform: none;
    transition-delay: .35s;
    pointer-events: auto;
}


.backdrop{
    width: 100%;
    height: 100%;
    background:  no-repeat 100%/cover;
}
.header{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.header img{
    width: 100px;
    margin-top: 52px ;
}
.header span{
    font-size: 22px;
    color: #fff;
    margin: 72px 160px 0 28px;
}
.header .nav{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 66px ;
    margin-left: 10px;
}
.header .nav a{
    font-size: 16px;
    width: 80px;
    color: #fff;
    margin: 10px 15px;
    /* text-align: center; */
}

.contant{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
}
.contant h2{
    margin: 0 0 16px 0;
    color: #fff;
}
.contant p{
    margin-bottom: 2%;
    color: #fff;
}






.banner{
    /* height: 100%; */
    width: 100%;
    /* background-color: #e6f1f7; */
}
.tab_page{
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 50px 20px;
    /* display: flex; */
    flex-direction: column;
    align-items: flex-end;
    display: none;
}
.tab_page .close{
    margin: 15px 0px;
    color: #000;
}
.tab_page a{
    margin: 10px 0;
    color: #000;
}
.headpiece{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #fff;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.headpiece  img{
    width: 29px;
}
.headpiece .logo {
    display: flex;
    align-items: center;
}
.headpiece .logo img{
    width: 80px;
    /* margin-left: 30px; */
}
.headpiece .logo span{
    font-size: 22px;
    color: #000;
    margin: 72px 160px 0 28px;
}
.headpiece .nav{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.headpiece .nav a{
    font-size: 14px;
    color: #000;
    margin: 10px 15px;
    /* text-align: center; */
}
.headpiece .tab{
    margin-right: 10px;
    width: 24px;
    display: none;
}

.top_contant{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.top_contant .top{
    width: 100%;
    height: 560px;
    display: flex;
    /* align-items: center; 垂直居中 */
    justify-content: center; /*水平居中*/
    background:url("../images/img_banner_mobile@2x.png"); 
	background-position: 0 50%;
    background-size: cover;
	background-repeat:no-repeat
}
.top_contant .top .text{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 64px;
} 
.top_contant .top .text .top_btn{
    width: 140px;
    height: 44px;
    font-size: 18px;
    text-align: center;
    line-height: 44px;
    color: #fff;
    border-radius: 22px;
    background-color: #01AAC1;
} 
.top_contant h2{
    margin: 0 0 16px 0;
    color: #fff;
}
.top_contant p{
    margin-bottom: 2%;
    color: #fff;
}
.search_contant{
    margin: 20px;
    background: #FFFFFF;
    box-shadow: 0 6px 12px 0 #5baeff1c, 0 20px 30px 0 #3761bf17;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
}
.search_contant .search_contant_box{
    width: 50%;
    min-width: 650px;
    height: 160px;
    display: flex;
    align-items: center; /*垂直居中*/
    justify-content: center; /*水平居中*/
    flex-direction: column;
}
.search_contant .search_contant_box .search_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 42px;
    line-height: 42px;
    background-color: #01AAC1;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
}
.search_contant .search_contant_box #queryText{
    background: #F9F9F9;
    border: 1px solid #E1E1E0;
    box-shadow: inset 0 0 7px 0 #0000001a;
    border-radius: 4px;
    width: 100%;
    height: 60px;
    line-height: 1.5;
    padding: 10px;
}
.search_contant .search_contant_box .search_btn img{
    height: 30px;
    margin-right: 10px;
}
/* 业务线路 */
.service_circuit{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center; 
    margin-top: 30px;
}
.service_circuit .option_tab{
    width: 647px;
    height: 54px;
    border: 1px solid #01AAC1;
    border-radius: 8px;
    margin: 42px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
   
}
.service_circuit .option_tab .option_tab_item{
    color: #01AAC1;
    width: 162px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.service_circuit .option_tab .option_tab_item_first{
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.service_circuit .option_tab .option_tab_item_end{
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.service_circuit .option_tab .option_tab_item:hover, .service_circuit .option_tab .option_tab_item.active {
    background: #01AAC1;
    color: #fff;
}
.service_circuit .option_tab .option_tab_interval{
    width: 1px;
    height: 24px;
    opacity: .2;
    border: 1px solid #01AAC1;
}
.service_circuit .option_contant {
    width: 100%;
    height: 350px;
    display: none;
    position: relative;
}
.service_circuit .option_contant .option_contant_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left:50%;
    transform: translate(-50%,0);
    z-index: 1;
}
.service_circuit .option_contant .option_img{
    width: 55%;
    position: absolute;
    bottom: 0;
}
.service_circuit #Banlie_nav {
   display: block;
}
.service_circuit .option_contant .option_contant_nav{
    padding: 23px;
    cursor: pointer;
    width: 588px;
    /* height: 250px; */
    background: #FFFFFF;
    box-shadow: 0 6px 12px rgba(91,174,255,.11);
    border-radius: 12px;
    margin: 10px 10px;
    /* border: 1px solid #01AAC1; */
}

.service_circuit .option_contant .option_contant_nav h2{
    color: #01AAC1;
}
.service_circuit .option_contant .option_contant_nav .option_contant_nav_line{
    display: flex;
    align-items: center;
    margin: 14px 0 ;
}
.service_circuit .option_contant .option_contant_nav .option_contant_nav_line .line{
    display: inline-block;
    width: 3px;
    height: 30px;
    background: #FFBC0B;
    margin: 0 20px 0 10px;
}
.service_circuit .option_contant .option_contant_nav .option_contant_nav_li{
    display: flex;
    align-items: center;
    margin: 10px 0 ;
}
.service_circuit .option_contant .option_contant_nav .option_contant_nav_li img{
    margin-right: 10px;
}

/* 系统 */
.system{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 15px;
}
.system h1{
    margin: 20px 0;
    font-weight: 500;
}
.system .system_top{
    color: #fff;
    padding: 20px;
    margin: 6px 0;
    width: 100%;
    max-width: 1200px;
    height: 230px;
    background:url("../images/img_saas_mobile_1@2x.png"); 
	background-position: -10px 50%;
    background-size: cover;
}
.system .system_mid{
    color: #fff;
    margin: 6px 0;
    display: flex;
    width: 100%;
    max-width: 1200px;
    height: 230px;
}
.system .system_mid .system_item_left{
    width: 50%;
    padding: 20px;
    background:url("../images/img_saas_mobile_2@2x.png"); 
	background-position: -10px 50%;
    background-size: cover;
    margin-right: 12px;
}
.system .system_mid .system_item_right{
    width: 50%;
    padding: 20px;
    background:url("../images/img_saas_mobile_3@2x.png"); 
	background-position: -10px 50%;
    background-size: cover;
}
.system .system_bottom{
    color: #fff;
    margin: 6px 0;
    display: flex;
    width: 100%;
    max-width: 1200px;
    height: 230px;
}
.system .system_bottom .system_item_left{
    width: 40%;
    min-width: 487px;
    padding: 20px;
    background:url("../images/img_saas_mobile_4@2x.png"); 
	background-position: -10px 50%;
    background-size: cover;
    margin-right: 12px;
}
.system .system_bottom .system_item_right{
    width: 40%;
    min-width: 487px;
    padding: 20px;
    background:url("../images/img_saas_mobile_5@2x.png"); 
	background-position: -10px 50%;
    background-size: cover;
}

/* 清关 */
.customs{
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    margin: 40px 0;
    width: 100%;
    height: 290px;
    /* background:url("../images/img_zhuanjia_mobile@2x.png"); 
	background-position: -10px 50%;
    background-size: cover; */
}
.customs .customs_color{
    width: 100%;
    height: 100%;
    /* opacity: .8; */
    background-color: #01aac1;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
}
.customs .customs_top,.customs .customs_bottom{
    margin: 20px 0;
    width: 80%;
    display: flex;
}
.customs .customs_line{
    width: 1px;
    height: 100%;
    background-color: #fff;    
}
.customs .customs_text{
    width: 49%;
    display: flex;
    flex-direction: column;
    align-items: center
}

/* 定制化服务 */
.Customized{
    display: flex;
    flex-direction: column;
    align-items: center;

}
.Customized .Customized_item{
    width: 100%;
    background: linear-gradient(270deg,rgb(236,213,190) 0%,rgb(254,244,219) 47%,rgb(226,192,177) 100%);
    text-align: center;
    margin: 5px;
    border-radius: 26px;
    border-image: linear-gradient(180deg,#FFEAB7 0%,#C9A883 100%);
    padding: 10px 0;
}
/* 服务网络 */
.network{
    display: flex;
    flex-direction: column;
    /* padding: 50px; */
    align-items: center;
    background-color: #fff;
}
.network .network_box{
    min-width: 1000px;
}
.network .network_box .network_text{
    margin: 30px 0;
    line-height: 30px;
    text-indent: 2em;
    font-size: 14px;
}
.network .network_box .network_tab{
    display: flex;
    justify-content: space-between;
    height: 50px;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1px;
    overflow-x: auto;
}
.network .network_box .network_tab .network_tab_item{
    flex: none;
    padding: 0 10px;
}
.network .network_box .network_tab .network_tab_item:hover, .network .network_box .network_tab .network_tab_item.active {
    border-bottom: 2px solid #01AAC1;
    color: #01AAC1;
    cursor: pointer;
}

.network .network_box .network_map{
    position: relative;
    width: 100%;
    padding-top: 170px;
}
.network .network_box .network_map .network_map_label{
    position: absolute;
    right: 0;
    top: 12px;
    z-index: 900;
    border-radius: 12px;
    width: auto;
    height: 160px;
    background-color: #01AAC1;
    padding-left: 20px !important;
    padding-right: 20px !important;
    /* margin-left: 6px; */
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    display: none;
}
.network .network_box .network_map .network_map_label.active{
    display: flex;
}

/* 底部 */
.footer{
    width: 100%;
    height: 200px;
    background-color: #111;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer .footer_text{
    font-size: 12px;
    display: flex;
    height: 200px;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

/* 导航 */
.navigation{
    position: fixed;
    top: 70%;
    transform: translateY(-50%);
    right: 0px;
    width: 90px;
    /* padding-left: 211px; */
    z-index: 1000;
}

.navigation .navigation_item{
    width: 100%;
    height: 90px;
    display: flex;  
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #fff;
    font-size: 15px;
}
.navigation .navigation_item:hover{
    background-color: #CDE2FF;
}
.navigation .navigation_item:first-child {
    border-radius: 12px 12px 0 0;
}
.navigation .navigation_item:last-child {
    border-radius: 0 0 12px 12px;
}
.navigation .navigation_item .navigation_item_img{
    width: 30px;
    height: 30px;
    margin-bottom: 5px;
}
.navigation .navigation_item #phone_tab{
    width: 180px;
    height: 90px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction:column;
    position: absolute;
    left: -190px;
    top: 0;
    background-color: #fff;
    border-radius: 10px;
    display: none;
}
.navigation .navigation_item #WX_tab{
    width: 100px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: -110px;
    top: 0;
    background-color: #fff;
    border-radius: 10px;
    display: none;
}




/* 去掉文字那行，添加CSS即可 */
.BMap_cpyCtrl {
    display:none;
}
/* 去掉地图那行，添加CSS即可 */
.anchorBL{
    display:none;
}



/* 关于我们 */
.aboutUs  .top_contant .top{
    background-image:url("../images/banner_about_mobile@2x.png"); 
}
.aboutUs  .introduce{
    /* max-width: 1200px; */
    /* margin-left: auto;
    margin-right: auto; */
}
.aboutUs  .title_text{
    width: 100%;
    font-size: 28px;
    text-align: center;
    margin: 30px 0;
    color: #000;
}
.aboutUs  .layout{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.aboutUs  .layout div{
   margin: 40px 0  20px 0;
}
.aboutUs  .layout img{
    width: 100%;
}
.aboutUs  .coreValues{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background:url("../images/bg_jiazhiguan@2x.png"); 
    padding-bottom: 80px;
}
.aboutUs  .coreValues .coreValues_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    gap: 5px;
    margin-bottom: 5px;
}
.aboutUs  .coreValues .coreValues_box .coreValues_box_item{
    width: 24%;
    max-width: 300px;
}
.max840True{
    display: none;
}
.aboutUs  .coreValues .coreValues_box .background_blue{
    background-color: #01AAC1;
    padding: 30px;
}
.aboutUs  .coreValues .coreValues_box .coreValues_box_item .coreValues_box_item_icon{
    width: 40px;
    height: 40px;
    border-radius: 9999px;
    border: 2px solid #ffffffc9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aboutUs  .advantage{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 2em 0;
}

.aboutUs  .advantage .advantage_item{
    width: 49%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.aboutUs  .advantage .advantage_item::before{
    content: '';
    background-image: url("../images/img_hepsi_hornor_left.webp");
    background-size: 100%;
    width: 28px;
    display: block;
    height: 56px;
    position: absolute;
    top: 20px;
    left: 0;
    background-repeat: no-repeat;
}
.aboutUs  .advantage .advantage_item::after{
    content: '';
    background-image: url("../images/img_hepsi_hornor_right.webp");
    background-size: 100%;
    width: 28px;
    display: block;
    height: 56px;
    position: absolute;
    top: 20px;
    right: 0;
    background-repeat: no-repeat;
}

/* 业务介绍 */
.RouteIntroduction{
    width: 100%;
    background-color: #e6f1f7;
}
.RouteIntroduction .top_contant .top{
    background:url("../images/banner_product@2x-1-2048x555.png"); 
    justify-content: flex-start;
    padding-left: 15%;
}
.RouteIntroduction .top_contant .top .text {
    align-items: flex-start;
    justify-content: center;
    margin-top: 0;
}
.RouteIntroduction .tab_card{
    width: 100%;
    height: 80px;
    margin-top: -40px;
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    cursor: pointer;
}
.RouteIntroduction .tab_card .tab_card_item{
    width: 24%;
    max-width: 280px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    background-color: #fff;
    border-radius: 10px;
}
.RouteIntroduction .tab_contant{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 0 10%;
    padding-bottom: 22% !important;
    position: relative;
}
.RouteIntroduction .tab_contant .title{
    font-size: 42px;
    font-weight: 400;
    color: #000;
    margin: 90px 0 42px 0;
}
.RouteIntroduction .tab_contant .content{
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
    padding: 40px;
    display: flex;
    box-shadow: 0 6px 12px 0 #5baeff1c, 0 42px 80px 0 #1b223117;
    z-index: 2;
}
.RouteIntroduction .tab_contant .content .text{
    width: 60%;
    margin-left: 20px;
}
.RouteIntroduction .tab_contant .img{
    position: absolute;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
    bottom: 0px;
    z-index: 0;
}
.RouteIntroduction .tab_contant_box{
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 6px 12px 0 #5baeff1c, 0 42px 80px 0 #1b223117;
    z-index: 2;
}
.RouteIntroduction .tab_contant_box .tab_contant_title{
    display: flex;
}
.RouteIntroduction .tab_contant_box .tab_contant_title .tab_contant_title_item{
    padding: 20px 10px;
    border-bottom: 2px solid #fff;
    margin-right: 30px;
}
.RouteIntroduction .tab_contant_box .tab_contant_title .tab_contant_title_item:hover{
    border-bottom: 2px solid #01AAC1;
}
.RouteIntroduction .tab_contant_box .tab_contant_title .tab_contant_title_item.active{
    border-bottom: 2px solid #01AAC1;
}

.RouteIntroduction .tab_contant_box .tab_contant_content{
    display: none;
    margin-top: 5px;
    margin-left: 20px;
    line-height: 30px;
    animation: 0.3s ease 0s 1 normal none running fadeIn;
}
.RouteIntroduction .tab_contant_box .tab_contant_content.active{
    display: block;
}








/* 运单查询 */
.WaybillQuery{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
 }
.WaybillQuery .box{
   display: flex;
    justify-content: flex-start;
    width: 66%;
    height: 60%;
    flex-direction: column;
    align-items: center;
}
.WaybillQuery .box .sonBox{
    margin: 0 5%;
}
.WaybillQuery .box .sonBox p{
    text-align: center;
    background-color: #01AAC1;
    width: 110px;
    margin-left: 34%;
    height: 34px;
    line-height: 34px;
    border-radius: 17px;
    margin-bottom: 50px;
}
.WaybillQuery .box .sonBox .searchInput{
    position: relative;
    padding-left: 20px;
    width: 351px;
    height: 44px;
    border-radius: 22px;
    background-color: #fff;
}
.WaybillQuery .box .sonBox .searchInput img{
    position: absolute;
    top: 15px;
    left: 15px;
    width:14px;
    height:14px;
}
.WaybillQuery .box .sonBox .searchInput input{
    border: 0;
    position: absolute;
    top: 14px;
    left: 40px;
    width: 200px;
    font-size: 14px;
}
.WaybillQuery .box .sonBox .searchInput .searchBtn{
    position: absolute;
    top: -1px;
    right: -1px;
    color: #fff;
    width: 100px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    border-radius: 22px;
    background-color: #ff3343;
    cursor: pointer;
    font-size: 14px;
}

.WaybillQuery .box .sonBox .searchDate{
    position: relative;
    width: 460px;
    height: 44px;
    border-radius: 22px;
    background-color: #fff;
}
.WaybillQuery .box .sonBox .searchDate .left{
    position: absolute;
    top: 12px;
    left: 15px;
    color: #000;
    font-size: 14px;
}
.WaybillQuery .box .sonBox .searchDate .inputDate1{
    position: absolute;
    top: 10px;
    left: 77px;
    width: 120px;
    line-height: 24px;
    padding-left: 4px;
    height: 24px;
    border: 1px solid #aaa;
}
.WaybillQuery .box .sonBox .searchDate .inputDate1_Img{
    position: absolute;
    top: 13px;
    left: 173px;
}
.WaybillQuery .box .sonBox .searchDate .heng{
    position: absolute;
    top: 22px;
    left: 206px;
    width: 10px;
    height: 1px;
    background-color: #aaa;
}
.WaybillQuery .box .sonBox .searchDate .inputDate2{
    position: absolute;
    top: 10px;
    left: 226px;
    width: 120px;
    line-height: 24px;
    padding-left: 4px;
    height: 24px;
    border: 1px solid #aaa;
}
.WaybillQuery .box .sonBox .searchDate .inputDate2_Img{
    position: absolute;
    top: 13px;
    left: 323px;
}
.WaybillQuery .box .sonBox .searchDate .searchBtn{
    position: absolute;
    top: -1px;
    right: -1px;
    color: #fff;
    width: 100px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    border-radius: 22px;
    background-color: #ff3343;
    cursor: pointer;
}
.WaybillQuery .WaybillQuery_contant{
    width: 30%;
    min-width: 400px;
}
.WaybillQuery .WaybillQuery_contant .contant_box{
    margin: 20px 0;
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 5px;
}
.WaybillQuery .contant_box .contant_box_item{
	color: #444;
	display: flex;
	padding: 4px;
    border-bottom: 1px solid #d6d7d9;
	align-items: center;
}
.WaybillQuery .contant_box .contant_trajectory{
    padding: 20px 10px;
}
.WaybillQuery .contant_box .contant_trajectory  .contant_trajectory_box{
    display: flex;
    margin: 0 10px;
    border-left: 1px dotted red;
    position: relative;
    padding: 0 0 10px 20px
}
.WaybillQuery .contant_box .contant_trajectory .crice{
    position: absolute;
    top: 0;
    left: -10px;
    width: 21px;
    height: 21px;
    margin-right: 20px;
    background-color: #f9ae3d;
    border-radius: 100px;
    font-size: 12px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.WaybillQuery .contant_box .contant_trajectory .contant_trajectory_text{
    
}
/* .WaybillQuery .contant_box .contant_box_list .aui-timeLine-content{
    margin-left: 35px;
} */





/* 联系我们 */
.contactUs{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    /* background-color: #e6f1f7; */
}
.contactUs .network {
    /* padding: 50px 0 !important; */
    padding-top: 20px;
}
.contactUs .network .network_box{
    width: 100%;
}
.contactUs .network .network_box .network_tab .contactUs_network_tab_item{
    flex: none;
    padding: 0 10px;
}
.contactUs .network .network_box .network_tab .contactUs_network_tab_item:hover, .network .network_box .network_tab .contactUs_network_tab_item.active {
    border-bottom: 2px solid #01AAC1;
    color: #01AAC1;
    cursor: pointer;
}
.contactUs .network .network_map{
    margin-top: 10px;
    padding-top: 0;
}
.contactUs .address{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contactUs .address .address_box{
    width: 45%;
    padding: 10px 0;
}
.contactUs .address .address_box .address_nav{
    height: 40px;
    width: 100%;
    border-bottom: 2px solid #ccc;
    padding-bottom: 2px;
}
.contactUs .address .address_box .address_nav .address_nav_text{
    height: 40px;
    width: 100px;
    color: #01AAC1;
    border-bottom: 2px solid #01AAC1;
    padding-bottom: 2px;
    font-weight: 600;
}
.contactUs .address .address_box .address_text{
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin-top: 10px;
}
.contactUs .address .address_box .address_text .address_text_icon{
    padding-right: 10px;
    /* width: 26px;
    height: 26px;
    margin-right: 6px;
    border-radius: 9999px;
    box-sizing: border-box;
    border: 1px solid #01AAC1; */
}
.contactUs .address .address_box .address_text .address_text_icon img{
    width: 20px;
}









 /* 遮挡层样式 */
.modal{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    background-color: rgba(0,0,0,0.5);

}
.modal-content{
    position: fixed;
    z-index: 2000;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    /* height: 280px; */
    /* background-color: #fff; */
    /* padding: 15px; */
    /* background: #fff url("../images/bj.png") repeat-x 0 0; */
    border-radius: 15px;
}
.modal-content-box{
    /* height: 230px; */
    /* background: url("../images/bj.png") repeat-x 0 0; */
    border-radius: 15px;
    /* padding-left: 30px; */
}
.close{
    position: absolute;
    top: 2px;
    right: 10px;
    color: #b7b7b7;
    font-size: 30px;
    font-weight: bold;
    z-index: 100;
    
}
.close:hover, .close:focus{
    color: #95b4ed;
    text-decoration: none;
    cursor: pointer;
}
.aui-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 15px;
    position: relative;
    
}

.aui-flex-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    font-size: 14px;
    color: #333;
}
.aui-flex-box h2{
    margin: 0;
    font-size: 14px;
}
.mid {
    display: none;
    /* margin: 10px 10px 1px 10px; */
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px -1px 13px #aaa;
}
.list {
    height: 400px;
    overflow: auto;
    display: none;
    /* margin: 0 10px 10px; */
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 3px 8px #aaa;
}
.new {
    width: 45px;
    height: 20px;
    position: absolute;
    z-index: 1;
    left: -60px;
    display: block;
    top: -2px;
    padding-left: 6px;
    line-height: 22px;
    color:#fff;
    background-image: url(../images/圆角矩形\ 1.png);
    background-size:100% 100%;
}
.aui-aircraft-img {
    margin-right: .8em;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
}

.aui-aircraft-img img {
    width: 100%;
    max-height: 100%;
    vertical-align: top;
}
.aui-timeLine {
    background-color: #fff;
    font-size: 13px;
    color: #6e6e6e;
    position: relative;
    z-index: 1;
    
}
.aui-timeLine-content {
    margin-left: 65px;
}
.aui-timeLine-content-item {
    border-left: 1px solid #e4e5e9;
    padding: 2px 12px 16px 28px;
    height: 60px;
    position: relative;

}
.aui-timeLine-content-item p{
    margin-bottom: 0;
    color: #6e6e6e;
}
.aui-timeLine-content .aui-timeLine-content-item:first-child {
    margin-top: 16px;
    padding-top: 0;
    color: #ff8785;
}
.aui-timeLine-content .aui-timeLine-content-item:last-child {
    border-left: 0;
}
.image{
    width: 18px;
    height: 18px;
    position: absolute;
    z-index: 1;
    left: -10px;
    display: block;
    top: 0px;
}
.Tips{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    background-color: rgba(0,0,0,0.5);

}
.Tips-content{
    position: fixed;
    z-index: 2000;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
    background-color: #fff;
    padding: 30px;
    background: #fff url("../images/bj.png") repeat-x 0 0;
    border-radius: 100px;
}
.NoData{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    height: calc(100% - 70px);
    margin-top: 35px;
}
.NoWaybillFound{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    height: calc(100% - 70px);
    margin-top: 30px;
}



.WaybillQuery table tbody {
    display: block;
    height: 195px;
    overflow-y: scroll;
}
 
.WaybillQuery table thead,
tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;/*重要  表格固定算法*/
}
 
.WaybillQuery table thead {/*留出滚动条的位置*/
    width: calc(100% - 17px)
}
 

.WaybillQuery table thead th {
    background: #666;
    color: #222;
    font-size: 18px;
}
.WaybillQuery table tbody td{
    text-align: center;
    color: #222;
}
.bottomText{
    width: 100%;
    color: #fff;
    font-size: 14px;
    padding: 20px 15%;
}