﻿body {
    background: #F5F5F5;
}
.trac-order-content{
    width: 100%;
    margin: auto;
    padding-top: 10px;
}
.g-layout > .main {
    flex: 1 0 auto;
    min-height: 600px;
    zoom: 1;
}
.track-orderr__container{
    margin: auto;
}
    .track-orderr__container .main-content {
        width: 1200px;
        min-height: 600px;
        margin: 0 auto;
        box-sizing: border-box;
    }
        .track-orderr__container .main-content .main-content-box {
            width: 100%;
            padding: 0 0 40px 0;
        }
.search-container{
    width: 100%;
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    font-size: 16px;
    display: flex;
}
    .search-container .input-list {
        display: flex;
        min-height: 18px;
        justify-content: flex-start;
        padding: 20px;
        box-sizing: border-box;
        flex-wrap: wrap;
        position: relative;
        background: #fff;
        border-radius: 8px;
        border: 1px solid #e3e3e3;
        margin-right: 20px;
    }
.flex1 {
    flex: 1;
}
.search-container .input-list .input-box {
    padding: 0;
    background-color: transparent;
}
.search-container .input-list .item {
    /*padding: 5px 10px;*/
    background-color: #fff;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
}
.search-container .input-list .input-box .ivu-input-wrapper, .search-container .input-list .input-box input {
    width: 100%;
    height: 100%;
    min-width: 100px;
    border: 0;
    outline: none;
    background-color: transparent;
    padding: 0;
    font-size: 16px;
}
.ivu-input-wrapper {
    display: inline-block;
    /*width: 100%;*/
    position: relative;
    vertical-align: middle;
    line-height: normal;
}
.ivu-input {
    display: inline-block;
    width: 100%;
    height: 32px;
    line-height: 1.5;
    padding: 4px 7px;
    font-size: 14px;
    border: 1px solid #dddee1;
    border-radius: 4px;
    color: #495060;
    background-color: #fff;
    background-image: none;
    position: relative;
    cursor: text;
    transition: border .2s ease-in-out,background .2s ease-in-out,box-shadow .2s ease-in-out;
}
.search-container .search-btn {
    width: 130px;
    background-color: #0281ff;
    border-radius: 8px;
    min-height: 60px;
    justify-content: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    font-size: 16px;
    height: auto;
    font-weight: 700;
    color: #fff;
    border: none;
}
.ivu-btn > span {
    vertical-align: top;
}
.track-orderr__container .main-content .main-content-box .order-list {
    margin-top: 14px;
    width: 100%;
}
    .track-orderr__container .main-content .main-content-box .order-list .loading-content {
        margin-top: 30px;
        box-shadow: 0 6px 16px 0 hsla(0,0%,86%,.62);
        border-radius: 4px;
        padding: 20px;
        width: 100%;
        font-size: 12px;
        color: #161718;
        text-align: center;
    }
.track-orderr__container .main-content .result-content {
    width: 100%;
    min-height: 500px;
}
.track-orderr__container .main-content .result-content .bg-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 57px 0;
}



.header .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}
    .header .wrapper section .logo {
        position: relative;
        height: 42px;
        overflow: hidden;
        cursor: pointer;
        transition: all .5s;
    }
.query_nav-container {
    flex: 1;
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: 24px;
    position: relative;
    z-index: 7;
}
.query_nav-container h2 {
    display: flex;
    align-items: center;
    padding: 0 16px;
    height: 100%;
    font-size: 16px;
    line-height: 1px;
    color: #5b5c5d;
    position: relative;
    font-weight: 400;
    cursor: pointer;
    z-index: 9;
    transition: all .4s ease-out;
}
    .query_nav-container h2 span {
        display: flex;
        align-items: center;
        padding: 0 16px;
        height: 100%;
        font-size: 16px;
        line-height: 1px;
        color: #5b5c5d;
        position: relative;
        font-weight: 400;
        cursor: pointer;
        z-index: 9;
        transition: all .4s ease-out;
    }

.loginbar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 220px;
    font-size: 14px;
    line-height: 1;
}
.login_button {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #161718;
    line-height: 24px;
    letter-spacing: 1px;
    margin-right: 24px;
}

.segmentation {
    width: 1px;
    height: 16px;
    background: #161718;
    border-radius: 1px;
    margin-right: 24px;
}
.register_button {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #161718;
    line-height: 24px;
    letter-spacing: 1px;
    margin-right: 24px;
}





























