@media (min-width: 1025px) {
    html,
    body {
        max-width: 100% !important;
    }
    body {
        background-color: #fff !important;
    }
    .meipian-bg {
        max-width: 768px !important;
    }
    #main-box {
        max-width: 768px;
        margin: 110px auto 0;
        position: relative;
    }
}

@media (max-width: 1025px) {
    #seo-header {
        display: none !important;
    }
    #download_bar {
        display: block;
    }
    #leftshare {
        display: none !important;
    }
    .meipian{
        margin: 0 !important;
    }
}

#seo-header {
    width: 100%;
    height: 34px;
    margin-bottom: 75px;
    background-color: #000;
    font-size: 0;
    padding: 0 10px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999999999;
    box-sizing: border-box;
}

#seo-header * {
    box-sizing: border-box;
}

#seo-header a {
    color: #fff;
    text-shadow: none;
}

#seo-header #nav-left {
    float: left;
}

#seo-header #nav-left a {
    display: inline-block;
    font-size: 13px;
    height: 100%;
    padding: 0 12px;
    line-height: 34px;
    text-align: center;
    transition: .2s background-color ease-in-out;
}

#seo-header #nav-left a:hover {
    background-color: #333;
    transition-duration: 0s;
}

#seo-header #nav-left .active {
    background-color: #3395ed;
}

#seo-header #nav-left .active:hover {
    background-color: #3395ed;
}

#seo-header #breadcrumb {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 4px 8px 0 rgba(0, 0, 0, 0.1);
    font-size: 16px;
    height: 58px;
    width: 100%;
    z-index: 150;
}

#seo-header #breadcrumb .box {
    width: 1140px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

#seo-header #breadcrumb .box #logo {
    display: inline-block;
    background-image: url("https://ss2.meipian.me/official/resource/logo.svg?24");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 36px;
    width: 100px;
    margin-right: 10px;
}

#seo-header #breadcrumb .box .edit {
    width:72px;
    height:32px;
    line-height: 32px;
    background:rgba(47,146,255,1);
    border-radius:4px;
    color: #fff;
    text-align: center;
    font-size:14px;
    font-family:PingFangSC;
    font-weight:600;
    color:rgba(255,255,255,1);
    padding: 0;
    position: absolute;
    right: 0;
}

#seo-header #breadcrumb a {
    color: #333;
    display: inline-block;
    padding: 5px 10px;
}

#seo-header #breadcrumb span {
    color: #888;
    text-shadow: none;
    display: inline-block;
}

#seo-header #breadcrumb #title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 510px;
}

#seo-header #block {
    width: 100%;
    height: 18px;
    position: fixed;
    left: 0;
    top: 92px;
    z-index: 149;
    background-color: #fff;
}
