html,
body {
    height: 100%;
    width: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Roboto", "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", BlinkMacSystemFont, -apple-system, "Segoe UI", "Microsoft Yahei", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    background-color: #fff;
}

a {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    color: #474157;
}

a:hover,
a:focus {
    color: #474157;
}

hr {
    max-width: 100px;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
    border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 200;
    letter-spacing: 1px;
}

p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.navbar-default {
    font-weight: 200;
    letter-spacing: 1px;
}

.navbar-default .navbar-header .navbar-brand {
    font-weight: 200;
    letter-spacing: 1px;
    color: #474157;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #474157;
}

.navbar-default .navbar-header .navbar-toggle {
    font-size: 12px;
    color: #474157;
    padding: 8px 10px;
}

.navbar-default .nav > li > a {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    color: #7a798c;
}

.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
    color: #474157;
}

.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
    color: #474157 !important;
    background-color: transparent;
}

.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
    background-color: transparent;
}

#mainbody {
    position: relative;
    width: 100%;
    min-height: auto;
    overflow-y: hidden;
    background: #f1f6fd;
    color: #474157;
    height: calc(100vh - 61px);
}

#mainbody .index-text {
    text-align: center;
    padding: 250px 0 50px;
    position: relative;
    height: 100vh;
}

#mainbody .index-text h1 {
    font-size: 50px;
    font-weight: bold;
    color: #171347
}

#mainbody .index-gallery {
    text-align: center;
    padding: 200px 0 50px;
    position: relative;
}

@media (max-height: 500px) {
    #mainbody {
        height: inherit;
    }
}

@media (min-width: 768px) {
    .navbar-default {
        background-color: transparent;
        border-color: transparent;
    }

    #mainbody .index-text {
        text-align: left;
    }
}

@media (max-width: 767px) {

    .navbar-default {
        background-color: #f1f6fd;
        border-color: #f1f6fd;
    }

    .navbar-default .navbar-collapse {
        background: #f1f6fd;
        box-shadow: 5px 9px 5px rgba(0, 0, 0, 0.07);
    }

    #mainbody {
        height: unset;
    }

    #mainbody .index-text {
        padding: 130px 0 0 0;
        height: calc(100vh - 261px);
    }

    #mainbody .index-gallery {
        padding: 30px 0 50px 0;
    }

    #mainbody .index-text h1 {
        font-size: 50px;
        margin-bottom: 20px;
    }
}

footer {
    background-color: #222222;
    padding: 20px 0;
    color: rgba(255, 255, 255, 0.3);
    text-align: center;
}

footer p {
    font-size: 14px;
    margin: 0;
}

.bg-primary {
    background: #fdcc52;
    background: -webkit-linear-gradient(#fdcc52, #fdc539);
    background: linear-gradient(#fdcc52, #fdc539);
}

.btn {
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 300px;
}

.btn-xl {
    margin-top: 20px;
    padding: 10px 45px;
    font-size: 14px;
}
/*top搜索*/
.full-section.search-section-listing {
    background: url("../img/1.png") no-repeat scroll center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100% auto;
    height: auto;
    padding-top: 80px;
}
.search-section .search-area {
    padding: 50px 0;
}
h3.search-title {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    padding-left: 110px;
    text-transform: uppercase;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
p.search-tag-line {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    padding-left: 110px;
    position: relative;
    z-index: 44;
    padding-top:20px;
}
.search-b {
    background: url("../img/2.png") no-repeat scroll center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 280px;
    margin-top: 20px;
    padding-top: 100px;
}
#search-error-container label {
    color: #fff;
    font-size: 14px;
    padding: 5px;
}
form.form-index {
    position: relative;
    z-index: 44;
    margin: 40px 0 0;
    text-align: center;
}
form .search-term {
    color: #858c91;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    /*margin-right: -5px;*/
    padding: 12px;
    width: 50%;
    border: medium none;
    background-color: #f5f5f5;
}
form .search-com {
    color: #0396ff;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    padding: 13px;
    width: 20%;
    border: medium none;
    background-color: #f5f5f5;
}
form .search-btn {
    background-color: #434bab;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    padding: 14px 30px 15px;
    text-transform: uppercase;
    border: medium none;
}
.html_div{
    padding: 19px;
    margin-bottom: 20px;
    margin-top: 10px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
}
.rinfo{
    background-color: #f5f5f5;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    margin-top: 10px;
}
.track_list {
    padding: 10px;
    list-style: none;
}
.track_list li {
    font-size: 14px;
    border-left: 1px solid #dcdcdc;
    padding-bottom: 10px;
    padding-left: 15px;
    position: relative
}

.track_list li p.time {
    font-size: 11px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e7e7e7
}
.track_list li.new p {
     color: #00bb42;
    margin-bottom: 5px;
 }
.track_list li.old p {
    margin-bottom: 5px;
}
.track_list li.new .ico {
    display: block;
    position: absolute;
    left: -8px;
    top: 0;
    width: 16px;
    height: 16px;
    border-radius: 8px
}

.track_list li.new .ico i {
    display: block;
    width: 12px;
    height: 12px;
    color: #00aa2c;
    border-radius: 6px;
    position: absolute;
    left: 2px;
    top: 2px
}

.track_list li.old .ico {
    display: block;
    width: 10px;
    height: 10px;
    background-color: #dcdcdc;
    border-radius: 5px;
    position: absolute;
    left: -5px;
    top: 4px
}
.tracking_header{
    padding-bottom: 10px;
    border-bottom: 1px solid #0C0C0C;
    margin-bottom: 5px;
}
.tracking_header .ct_no{
    font-size: 20px;
    font-weight: bold;
}
.tracking_header .ct_time{
    padding-left: 20px;
    color: red;
}
.tracking_header .ct_statue{
    font-size: 20px;
    font-weight: bold;
    color: rgb(36, 169, 255);
    float: right;
}

.map{ position:relative;width:856px; margin:0 auto;}
.map a{ color:#5b5a5a; font-size:14px; text-decoration:none;}
.map a:hover{ color:#fff;}
.citybg{ position:absolute; display:none; z-index:3; }
.city a.active .citybg{ display:block; z-index:3;}
.maptitle{padding: 10px;font-size: 18px;font-weight: bold;}


.kuaid_list h2{
    padding-left: 10px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 25px;
    border-left: 4px solid #00caff;
}

.kuaid_list_div dl{
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    padding: 15PX 25PX;
    font-size: 16px;
    display: inline-block;
    margin-right: 30px;
}
.kuaid_list_div dl:hover{
    border: 1px solid #00caff;
}
.kuaid_list_div dl img{
    width: 50px;
    margin-right: 10px;
}

.kuaid_list_div dl dt{
    display: inline-block;
}