* {
    padding: 0;
    margin: 0;
}

*, :after, :before {
    box-sizing: border-box
}

body {
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, \\5FAE\8F6F\96C5\9ED1, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #515a6e;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #2d8cf0;
    background: 0 0;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
    transition: color .2s ease
}

a:hover {
    color: #57a3f3
}

a:active {
    color: #2b85e4
}

a:active, a:hover {
    outline: 0;
    text-decoration: none
}

a[disabled] {
    color: #ccc;
    cursor: not-allowed;
    pointer-events: none
}

@font-face {
    font-family: Ionicons;
    src: url(https://file.iviewui.com/dist/143146fa24554ae2c5ac0a3982abb952.woff2) format("woff2"), url(https://file.iviewui.com/dist/99ac3308dd8ee14f749f51538d0d5b9e.woff) format("woff"), url(https://file.iviewui.com/dist/d535a25a79fb1365ae814b61e88fae71.ttf) format("truetype"), url(https://file.iviewui.com/dist/a2c4a261a239aa84463dc70e4bac9b9a.svg#Ionicons) format("svg");
    font-weight: 400;
    font-style: normal
}

.ivu-icon {
    display: inline-block;
    font-family: Ionicons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-rendering: optimizeLegibility;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: -.125em;
    text-align: center
}

nav {
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .08);
    background-color: #fff;
}

/*导航样式*/
nav .wrapper {
    height: 65px;
    line-height: 65px;
    width: 95%;
    margin: 0 auto;
}

nav + * {
    margin-top: 80px;
}

.nav-bar-wrapper {
    float: right;
}

.nav-bar-wrapper .menu-item {
    display: block;
    height: inherit;
    color: #515a6e;
    border-bottom: 2px solid transparent;
    line-height: inherit;
    float: left;
    padding: 0 20px;
    position: relative;
    cursor: pointer;
    z-index: 3;
    transition: all .2s ease-in-out;
}

.nav-bar-wrapper .menu-item:hover {
    color: #2d8cf0;
    border-bottom: 2px solid #2d8cf0;
}

.arrow-down, .drop-list {
    margin-right: 8px;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
}

.arrow-down:before {
    content: "\F116";
}

.menu-item:hover .arrow-down {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.menu-item .drop-list {
    display: none;
    min-width: fit-content;
    position: absolute;
    top: 63px;
    left: -17px;
    will-change: top, left;
    list-style: none;
    margin: 5px 0;
    padding: 5px 0;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
    z-index: 900;
}

.menu-item .drop-list li {
    padding: 7px 16px 8px;
    color: #515a6e;
    white-space: nowrap;
    list-style: none;
    cursor: pointer;
    transition: background .2s ease-in-out;
    z-index: 3;
    line-height: 30px;
}

.menu-item .drop-list li:hover {
    background-color: #f3f3f3;
}

.menu-item:hover .drop-list {
    display: block;
}

/*导航样式*/
/*搜索框*/
.search-container {

}

/*搜索框*/
