body {
    font-family: "Microsoft YaHei", Verdana, arial, sans-serif
}

body.kd-reference-line:before,
body.kd-reference-line:after {
    position: fixed;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    z-index: 99999;
    background: blue;
    content: ''
}

body.kd-reference-line:before {
    margin-left: -610px
}

body.kd-reference-line:after {
    margin-left: 610px
}

ul,
ol,
dd,
dt,
p,
div {
    padding: 0;
    margin: 0
}

li {
    list-style: none
}

input {
    padding: 0;
    outline: 0;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    border: 0
}

a,
a:hover,
a:active,
a:visited,
a:focus {
    text-decoration: none;
    color: inherit;
    outline: 0
}

a[href]:hover {
    color: #0082fa
}

.kd-hover:hover {
    opacity: .8
}

.kd-fl {
    float: left
}

.kd-fr {
    float: right
}

.kd-clearfix:after {
    display: block;
    clear: both;
    content: ''
}

.kd-justify {
    text-align: justify;
    text-align-last: justify;
    font-size: 0;
    font-size: inherit \9
}

@supports(-ms-accelerator:true) {
    .kd-justify {
        font-size: inherit
    }
}

_:-ms-lang(x),
.kd-justify {
    font-size: inherit
}

.kd-justify:after {
    display: inline-block;
    width: 100%;
    height: 0;
    content: ''
}

.kd-justify>* {
    display: inline-block;
    text-align: auto;
    text-align-last: auto
}

html,
body {
    height: 100%;
    min-width: 1230px
}

.scrollbar::-webkit-scrollbar {
    background: transparent;
    width: 5px
}

.scrollbar::-webkit-scrollbar-thumb {
    width: 5px;
    background: #efeff4
}

.scrollbar.top-tips-wrap {
    position: relative;
    height: 50px
}

.kd-app {
    position: relative;
    width: 100%;
    min-height: 100%
}

.kd-header {
    height: 92px;
    background: #02163c;
    color: #FFF;
}

.kd-header--fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 4;
    background: #FFF;
    box-shadow: 0 0 15px #bbb;
    border-bottom: 1px solid #dedede \9;
    color: #333
}

.kd-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80px;
    background: #02163c;
    color: #FFF;
    overflow: hidden
}

.kd-footer~.kd-body {
    border-bottom: 415px solid transparent
}

.kd-content {
    position: relative;
    width: 1220px;
    margin: 0 auto
}

.kd-header__logo {
    float: left;
    width: 211px;
    height: 37px;
    margin-top: 28px;
    background-image: url(/assets/logo-light.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.kd-header__navs {
    float: right
}

.kd-header__nav {
    position: relative;
    float: left;
    padding: 0 20px;
    line-height: 92px;
    font-size: 16px;
    white-space: nowrap;
    cursor: pointer
}

.kd-header__nav+.kd-header__nav {
    margin-left: 10px
}

.kd-header__nav--active,
.kd-header__nav--active>a {
    color: #0082fa !important
}

.kd-header__nav:before {
    position: absolute;
    bottom: 0;
    right: 50%;
    left: 50%;
    border-top: 2px solid #0082fa;
    line-height: 0;
    transition: all .3s;
    content: ''
}

.kd-header__nav--active:before,
.kd-header__nav--hover:before {
    left: 20px;
    right: 20px
}

.kd-header-nav--toggle:after {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    border-top: 8px solid;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: ''
}

.kd-header__nav--active.kd-header-nav--toggle:after {
    background-position: -17px -5px
}

.kd-header__nav a {
    color: #FFF;
}

.kd-header__nav>a {
    color: inherit
}

.kd-header__menu {
    display: none;
    position: absolute;
    top: 71px;
    left: 20px;
    background: #030f26;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
    border: 1px solid #dedede \9;
    z-index: 5
}

.kd-header__menuitem {
    display: block;
    padding: 0 20px;
    margin: 20px 0;
    line-height: 16px;
    white-space: nowrap
}

.kd-header__menuitem:hover {
    color: #0082fa
}

.kd-header__badge {
    position: absolute;
    top: 11px;
    left: 100%;
    margin-left: -40px;
    padding: 4px;
    background: #ff9634;
    border-radius: 4px;
    color: #FFF;
    line-height: 12px;
    font-size: 11px
}

.kd-header__badge:after {
    position: absolute;
    bottom: -3px;
    left: 10px;
    border-top: 3px solid #ff9634;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    content: ""
}

.kd-header__userinfo {
    visibility: hidden;
    position: relative;
    float: right;
    width: 150px;
    margin-top: 28px;
    margin-left: 50px;
    border-radius: 36px;
    line-height: 36px;
    cursor: pointer
}

.kd-header__userinfo--hide {
    overflow: hidden
}

.kd-header__userinfo:after {
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 15px;
    content: ''
}

.kd-header__btn {
    float: left;
    width: 72px;
    border: 1px solid #FFF;
    text-align: center;
    font-size: 16px
}

a.kd-header__btn--bd {
    border-radius: 36px 0 0 36px
}

a.kd-header__btn--bg {
    background: #FFF;
    border-radius: 0 36px 36px 0;
    color: #070707
}

.kd-header__avatar {
    float: left;
    width: 28px;
    height: 28px;
    margin: 4px;
    border-radius: 50%;
    background: url(https://cdn.kuaidi100.com/images/www/avatar-placeholder.png) center top / 28px 28px no-repeat;
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://cdn.kuaidi100.com/images/www/avatar-placeholder.png',sizingMethod='scale')";
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://cdn.kuaidi100.com/images/www/avatar-placeholder.png', sizingMethod='scale');
    border: 1px solid #efeff4
}

.kd-header__username {
    float: left;
    width: 104px;
    margin-right: 4px;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.kd-header--fixed .kd-header__logo {
    background-image: url(/assets/logo.png);
}

.kd-header--fixed .kd-header__menu {
    background: #FFF;
    color: #666
}

.kd-header--fixed .kd-header__nav a {
    color: #666
}

.kd-header--fixed .kd-header__nav a:hover {
    color: #0082fa
}

.kd-header--fixed .kd-header__userinfo {
    border-color: #0082fa
}

.kd-header--fixed .kd-header__btn--bg {
    background: #0082fa;
    color: #fff
}

.kd-header--fixed .kd-header__btn--bg:hover {
    color: #FFF !important;
    opacity: .8
}

.kd-header--fixed .kd-header__btn {
    border-color: #0082fa
}

.kd-header__userinfo .kd-header__menu {
    left: 0;
    right: 0
}

.kd-footer__link dl {
    float: left;
    min-width: 150px
}

.kd-footer__link dt {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 25px
}

.kd-footer__link dd {
    margin-bottom: 12px;
    font-size: 13px
}

.kd-footer__qrcode {
    float: right
}

.kd-footer__code {
    float: left;
    margin-left: 30px;
    width: 123px;
    text-align: center;
    font-size: 16px
}

.kd-footer__qrcode img {
    width: 123px;
    height: 123px;
    margin-bottom: 16px
}

.kd-footer__copyright {
    padding-top: 25px;
    border-top: 1px solid #4a4a4a;
    text-align: center;
    font-size: 14px
}

.kd-footer__industry {
    height: 60px;
    padding-top: 10px;
    text-align: center
}

.kd-footer__industry li {
    display: inline-block
}

.kd-footer__industry a {
    display: block;
    width: 50px;
    height: 50px;
    background: url(/assets/sp-index.png) -287px -206px
}

.kd-float {
    position: fixed;
    right: 8px;
    bottom: 200px;
    z-index: 8
}

.kd-float a {
    position: relative;
    display: block;
    width: 52px;
    height: 48px;
    margin-bottom: 8px;
    background: url(/assets/sp-index.png) -4px -201px #fff no-repeat;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    border: 1px solid #dedede \9;
    cursor: pointer
}

a.kd-float__top {
    background-position: -4px -201px
}

a.kd-float__service {
    background-position: -58px -201px
}

a.kd-float__h5 {
    background-position: -112px -201px
}

a.kd-float__qq {
    background-position: -166px -201px
}

.kd-float a:hover {
    background-position-y: -251px
}

.kd-float .qq-float {
    display: none;
    position: absolute;
    top: 50%;
    right: 60px;
    width: 268px;
    margin-top: -70px;
    padding: 30px;
    background: #FFF;
    border-radius: 5px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .3);
    font-size: 14px;
    color: #333
}

.kd-float .qq-float:before {
    position: absolute;
    top: 60px;
    right: -6px;
    border-left: 6px solid #FFF;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    content: ''
}

.kd-float .qq-float:after {
    position: absolute;
    top: 0;
    right: -10px;
    width: 10px;
    bottom: 0;
    content: ''
}

.kd-float .qq-float li+li {
    margin-top: 10px
}

.kd-float .qq-float .mark {
    margin-left: 10px;
    color: #0082fa;
    cursor: pointer
}

.truncate {
    max-width: 130px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mobile-screen {
    display: none;
}

@media only screen and (max-device-width: 640px) {
    .mobile-screen {
        display: block;
    }
}