.logistics-track-wrap{

}
.logisticsTrack-header{
    height: 340px;
    background: url(../images/logisticsTrack/banner-bg.png);
    background-size: cover;
}
.logisticsTrack-header .logisticsTrack-header-r img{
    width: 403px;
}
.logisticsTrack-header .logisticsTrack-header-l img{
    width: 557px;
}
.logisticsTrack-header .logisticsTrack-header-l{
    margin-right: 22px;
    vertical-align:middle
}
.logisticsTrack-header .logisticsTrack-header-r{
    vertical-align:middle;
    margin-top: 20px;
}
.logisticsTrack-header-btn{
    position: relative;
    width: 142px;
    height: 42px;
    text-align: center;
    font-size: 16px;
    line-height: 42px;
    color: #FD674F;
    margin-top: 20px;
    background: #fff;
    border-radius: 100px;
    cursor: pointer;
}
.logisticsTrack-header-btn:hover{
    background: rgba(255, 255, 255, 0.8);
}
.logisticsTrack-header-btn:hover .logisticsTrack-dialog-wrap{
    display: block;
}
.module-title h3{
    margin-bottom:10px;
}
.module-title h3.has-line:after{
    content: " ";
    position: absolute;
    width: 88px;
    height: 3px;
    background: #FF730D;
    bottom: -12px;
    right: 50%;
    margin-right: -44px;
}

.logisticsTrack-part1{
    padding-bottom: 85px;
}
.logisticsTrack-part1-list{
    display: flex;
    width: 1080px;
    justify-content: space-between;
    margin: 40px auto 0 auto;
}
.logisticsTrack-part1-item{
    width: 255px;
    height: 305px;
    text-align: center;
    padding-top: 39px;
    background: #FFFFFF;
    box-shadow: 0px 11px 14px 1px rgba(125,125,125,0.1);
    box-sizing: border-box;
}
.logisticsTrack-part1-item div{
    font-size: 16px;
    color: #333333;
    margin-top: 20px;
}
.logisticsTrack-part1-item p{
    font-size: 12px;
    color: #7F8896;
    margin-top: 24px;
}

.logisticsTrack-part2{
    padding-bottom: 20px;
    background: #FBFBFB;
}
.logisticsTrack-tab{
    text-align: center;
    margin-top: 55px;
}
.logisticsTrack-tab-item{
    display: inline-block;
    width: 220px;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #FD8C52;
    border: 1px solid #FD8C52;
    border-radius: 30px;
    cursor: pointer;
}
.logisticsTrack-tab-item.active{
    color: #fff;
    background: #FD8C52;
}
.logisticsTrack-tab-item + .logisticsTrack-tab-item{
    margin-left: 20px;
}
.logisticsTrack-container{
    position: relative;
    width: 1080px;
    margin: 0 auto;
    text-align: center;
    margin: 50px auto 0 auto;
}
.logisticsTrack-part2-btn{
    position: absolute;
    width: 128px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #FF730D;
    border: 1px solid #FF730D;
    border-radius: 20px;
    bottom: 92px;
    left: 35px;
    cursor: pointer;
}
.logisticsTrack-part2-btn:hover .logisticsTrack-dialog-wrap{
    display: block;
}

.logisticsTrack-part3{
    padding-bottom: 110px;
    counter-reset: section;
}
.docking-process-item:before{
    counter-increment: section;
    content:counter(section);
    display:inline-block;
    width:15px;
    height:15px;
    line-height:16px;
    color:#fff;
    font-size:12px;
    margin-left:10px;
    margin-right:5px;
    background:#C3CAD5;
    border-radius:50%;
}
.process-content{
    margin-top: 50px;
    text-align: center;
}
.process-content li {
    height: 154px;
    display: inline-block;
    vertical-align: middle;
}
.process-content li p{
    font-size:16px;
    color: #333333;
    margin-top:10px;
    margin-bottom:20px;
}
.process-content li img{
    max-width: 70px;
    height:74px
}
.process-content li .process-arrow{
    width:36px;
    height:22px;
    margin-left:24px;
    margin-right:25px;
}
.process-content .process-btn{
    position: relative;
    display:block;
    width:120px;
    height:28px;
    line-height:28px;
    color: #FF730D;
    border:1px solid #FF730D;
    border-radius: 18px;
    cursor:pointer;
}
.process-content .process-btn:hover .logisticsTrack-dialog-wrap{
    display: block;
}

.logisticsTrack-part4{
    padding-bottom: 48px;
    background: #FBFBFB;
}
.logisticsTrack-part4-list{
    display: flex;
    justify-content: space-between;
    width: 1080px;
    margin: 60px auto 0 auto;
}
.logisticsTrack-part4-item{
    width: 255px;
    text-align: center;
    border: 1px solid #FFCFAE;
    border-radius: 4px;
}
.logisticsTrack-part4-title{
    height: 79px;
    line-height: 79px;
    font-size: 24px;
    color: #FF7C1E;
    background: #FFF5EE;
}
.logisticsTrack-part4-text1{
    font-size: 18px;
    color: #F99A26;
    margin-top: 20px;
}
.logisticsTrack-part4-text2{
    font-size: 20px;
    color: #F85555;
    margin-top: 30px;
}
.logisticsTrack-part4-text3{
    font-size: 18px;
    color: #999999;
    margin-top: 20px;
    margin-bottom: 20px;
}
.logisticsTrack-part4-tip{
    text-align: center;
    font-size: 14px;
    color: #7D8897;
    margin-top: 30px;
}

.logisticsTrack-part5-con{
    width: 1080px;
    margin: 55px auto;
}

.logisticsTrack-part6{
    padding-bottom: 66px;
    background: #FBFBFB;
}
.logisticsTrack-part6-con{
    width: 700px;
    margin: 80px auto 0 auto;
}
.logisticsTrack-part6-l,
.logisticsTrack-part6-r{
    display: inline-block;
}
.logisticsTrack-part6-r{
    margin-left: 140px;
}
.link-icon{
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 20px;
    vertical-align: middle;
}
.link-icon-wx{
    background:url('/resources/images/logisticsTrack/icon_weixin.png') no-repeat center;
    background-size:40px 40px;
}
.link-icon-tel{
    background:url('/resources/images/logisticsTrack/icon_shouji.png') no-repeat center;
    background-size:40px 40px;
}
.link-text{
    font-size: 18px;
    color: #7F8896;
    vertical-align: middle;
}
.link-btn{
    display: inline-block;
    width: 80px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    margin-left: 20px;
    background: #FF730D;
    border-radius: 4px;
    vertical-align: middle;
    cursor: pointer;
}


.logisticsTrack-dialog-wrap{
    position: absolute;
    width: 192px;
    height: 192px;
    top: -84px;
    left: 190px;
    font-size: 12px;
    padding: 10px;
    border: 2px solid #FF7002;
    background: #fff;
    display: none;
}
.logisticsTrack-dialog-wrap img{
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
}