.header{
    background-color: #393D49;
    width: 100%;
    height: 60px;
    top: 0;
}
.header .logo{
    width: 200px;
    height: 60px;
    float: left;
    text-align: center;
}
.header .logo a{
    font-size: 50px;
    color: #FFF;
    line-height: 60px;
}

.header .nav{
    float: left;
    /* 默认居左，可调整为居右模式 */
    /* float: right;  */
}
.mobile-icon{
    display: none;
}
@media screen and (max-width: 1024px) {
    .header .logo{
        text-align: left;
    }
    .header .nav{
        display: none;
        width: 100%;
        position: absolute;
        z-index: 99;
        top: 61px; /* 如果需要缝隙，可将值调至61px */
        margin-left: -15px;
    }
    .layui-nav{
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .header .nav li{
        width: 100%;
        text-align: center;
    }
    .mobile-icon{
        display: block;
        color: #FFF;
        font-size: 30px;
        float: right;
        margin-top: 15px;
    }
    .layui-nav .layui-this:after,
    .layui-nav-bar,
    .layui-nav-tree .layui-nav-itemed:after {
        height: 1px;
        background-color: #5FB878;
    }
}

.highlight {
    position: relative;
    z-index: 0
}
.highlight:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 8px;
    background-color: rgba(255, 217, 82, .4);
    left: 0;
    bottom: 1px;
    z-index: -1
}
html {
    font-size: 14px;
    background: #fff;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}
html * {
    outline: none;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
article, aside, blockquote, body, button, code, dd, details, div, dl, dt, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, input, legend, li, menu, nav, ol, p, pre, section, select, td, textarea, th, ul {
    -webkit-overflow-scrolling: touch;
    margin: 0;
    padding: 0
}
body, input, textarea {
    font: 14px/1 Microsoft Yahei, Helvetica, PingFang SC, Helvetica Neue, sans-serif, Arial, Verdana;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
input, textarea {
    outline: none;
    border: none;
    border-radius: 0;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    box-sizing: content-box
}
select{
    height: 40px;
    width: 100px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0
}
input::-webkit-search-cancel-button {
    display: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
fieldset {
    border: 0
}
abbr, acronym {
    border: 0;
    font-feature-settings: normal;
    font-variant: normal
}
del {
    text-decoration: line-through
}
address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: 500
}
ol, ul {
    list-style: none
}
caption, th {
    text-align: left
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 500
}
q:after, q:before {
    content: ""
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
li {
    list-style: none
}
a, ins {
    text-decoration: none;
    color: inherit
}
i {
    font-style: normal
}
b {
    font-weight: 400
}
img {
    border: none
}
img[src=""] {
    opacity: 0
}
main {
    padding-top: 50px;
    min-height: calc(100vh - 90px)
}


/*footer*/
.record.jsx-201403790 {
    font-size: 14px;
    color: rgba(255,255,255,0.2);
    line-height: 40px;
    background-color: #1a1b1d;
    text-align: center;
    bottom: 0px;
    /*position: fixed;*/
    width: 100%;
    overflow: hidden;
}
.guohui.jsx-201403790 {
    vertical-align: sub;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
}
.more{
    white-space: pre-line;
    line-height: 30px;
}