﻿/*----nav start----*/
.full-header {
    display: flex;
    box-shadow: 0 0px 6px 0 rgba(19,32,52,.12);
    line-height: 60px;
}

.nav-bar {
    display: inline-flex;
}

.bar-left {
    width: 300px;
}

    .bar-left p {
        text-align: center;
    }

    .bar-left img {
        width: 40px;
    }
.bar-center {
    flex: 1;
    overflow: hidden;
}
.bar-right {
    width: 100px;
}
/*------list down start----------*/
.ul-nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.nav-dropdown {
    text-align: center;
}

.dropbtn {
    font-weight: 600;
}

.nav-dropdown a, .dropbtn {
    display: inline-block;
    text-decoration: none;
    width: 100px;
}

    .nav-dropdown a:hover, .dropdown:hover .dropbtn {
        background-color: #f1f1f1;
    }

.nav-dropdown.dropdown {
    display: inline-block;
}

.ypl-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .ypl-dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
        line-height: 30px;
    }

        .ypl-dropdown-content a:hover {
            background-color: #f1f1f1;
        }

.nav-dropdown:hover .ypl-dropdown-content {
    display: block;
}
/*-----list down end------*/

/*----nav end----*/

.ypl_text_center {
    text-align:center;
}

.ypl_searech_input {
    border: 2px solid #c4c7ce;
    border-radius: 10px 0 0 10px;
    width: 30%;
    min-width: 60%;
    height: 39px;
    padding: 0px 16px 0px 15px;
}

.ypl_serarch_btn {
    width: 108px;
    height: 39px;
    line-height: 39px;
    padding: 0;
    background-color: #4e6ef2;
    border-radius: 0 10px 10px 0;
    font-size: 17px;
    color: #fff;
    box-shadow: none;
    font-weight: 400;
    border: none;
}
.ypl_result_content {
    margin: 20px 10px 0px 10px;
}
.ypl_text_font {
    margin: 30px 0px 20px 0px;
    font-size: x-large;
}
.ypl_track_text {
    font-weight: 600;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-image: -moz-linear-gradient(350deg,#00296d 2%,#1b95ff);
    background-image: linear-gradient(100deg,#00296d 10%,#1b95ff);
    font-size: 30px;
}
.ypl_border_top {
    border: 1px solid #e0e0e0;
}

.ypl_result_title {
    border-bottom: 1px solid #e0e0e0;
    line-height: 40px;
    padding-left: 70px;
}

.ypl_result_wrapper {
    padding-top: 35px;
}

.title_waybill {
    color: #1b95ff;
    font-weight: 600;
}
/*----timeline start----*/
.timeline-list {
    margin: 0;
    font-size: 14px;
    list-style: none;
}

.timeline-item:last-child .timeline-item_tail {
    display: none;
}

.timeline-item {
    position: relative;
    padding-bottom: 20px;
}

.timeline-item_tail {
    position: absolute;
    left: 10px;
    top: 15px;
    height: 100%;
    border-left: 2px solid #e4e7ed;
}

.timeline-item_node {
    position: absolute;
    background-color: #e4e7ed;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 1px;
    left: 4px;
    width: 14px;
    height: 14px;
    background: #fff;
    border: 3px solid #2395FF
}

.timeline-item_wrapper {
    position: relative;
    padding-left: 25px;
    top: 0px;
}

.timeline-item_timestamp {
    margin-bottom: 8px;
    padding-top: 0px;
    color: #242424;
    line-height: 1;
    font-weight: 500;
    font-size: 16px;
}
/*----timeline End----*/
