ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

input::-webkit-input-placeholder {
    color: #bbb;
    font-size: 14px;
    font-weight: normal;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #bbb;
    font-size: 14px;
    font-weight: normal;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #bbb;
    font-size: 14px;
    font-weight: normal;

}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #bbb;
    font-size: 14px;
    font-weight: normal;

}

.index-search-box {
    display: flex;
    align-items: center;
    max-width: 680px !important;
    margin: 0 auto;
    margin-top: 30px !important;
}

.index-search-box input {
    flex: 1;
    display: block;
    padding-left: 10px;
    border: none;
    border-radius: 0;
    height: 55px;
    font-size: 15px;
    outline: none;
    background: #fff;
}

.index-search-btn {
    position: relative;
    display: block;
    height: 55px;
    background: #fff;
}

.index-search-btn .btn {
    font-size: 16px;
    width: auto;
    min-width: auto;
}

.index-search-btn img {
    position: absolute;
    display: block;
    width: 35px;
    margin: 0 auto;
    transform: translate(0px, -50%);
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
}

.tracking-list {
    margin: 0 auto;
    max-width: 900px;
}

.track-textarea {
    display: block;
    width: 100%;
    height: auto;
    padding: 6px 10px;
    border: 1px solid #e6e6e6 !important;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

.track-textarea {
    outline: 0;
    appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
}

.track-result {
    display: block;
    padding: 0 15px;
    margin-bottom: 10px;
    margin-top: 40px;
}

.track-result dl {
    margin-bottom: 20px;
}

.track-result dl dt {
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.track-result dl dt .track-orderno {
    font-size: 16px;
}

.track-result dl dt p {
    margin-right: 15px;
    margin-bottom: 0 !important;
    padding-right: 15px;
}

.track-result dl dt p:last-child {
    border-right: none;
}

.track-result dl dt .delivery-status {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.track-result dl dt .delivery-status .delivery-instro {
    display: flex;
    align-items: center;
    margin-right: 50px;
}

.track-btn {
    width: 100%;
    max-width: 100%;
    height: auto;
    font-weight: normal;
    font-size: 16px;
    padding: 10px 0;
    border-radius: 5px;

}

.timeline {
    padding-left: 5px;
}

.timeline-item {
    position: relative;
    padding-bottom: 15px;
}

.timeline-item:first-child .timeline-icon:after {
    border: 1px solid #00a6e3;
}

.timeline-item:before {
    content: '';
    position: absolute;
    left: 5px;
    top: 0;
    z-index: 0;
    width: 1px;
    height: 100%;
}

.timeline-item:before {
    background-color: #e6e6e6;
}

.timeline-item:last-child:before {
    width: 0;
}

.timeline-icon {
    position: absolute;
    left: -5px;
    top: 0;
    z-index: 10;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #fff;
    color: #5FB878;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}

.timeline-icon:after {
    content: '';
    position: absolute;
    width: 16px;
    left: 0;
    height: 16px;
    border-radius: 100%;
    border: 1px solid #276bf4;
    margin: 0 auto;
    right: 0;
    top: 50%;
    transform: translate(0px, -50%);
}

.timeline-icon em {
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #276bf4;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translate(0, -50%);
}

.timeline-item:first-child .timeline-icon em {
    background: #00a6e3;
}

.timeline-content {
    padding-left: 25px;
}

.timeline-content h3 {
    position: relative;
    font-size: 18px;
    margin-bottom: 10px;
}

.timeline-content p {
    font-size: 14px;
}

.timeline-item:first-child h3,
.timeline-item:first-child .timeline-content p {
    color: #00a6e3;
}

.timeline-item::marker {
    list-style-type: none;
}

@media (max-width:450px) {
    .index-search-box {
        flex-direction: column;
    }

    .index-search-box input {
        width: 100%;
        flex: none;
        height: 48px;
        line-height: 48px;
    }

    .index-search-box .index-search-btn {
        width: 100%;
        height: 48px;
        line-height: inherit;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}