
    html,
    body {
        padding: 0;
        margin: 0;
    }

    .waterfall_box {
        position: relative;
        width: 100%;
        margin-top: 100px;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .waterfall {
        border: 1px solid #BCBCBC;
        position: absolute;
        line-height: 0;
        width: 15%;
        transition: 0.5s;
        cursor: pointer;
        border-radius: 4px;
        box-shadow: 0 0 10px #BCBCBC;
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .waterfall img {
        width: 100%;
        box-sizing: border-box;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .waterfall_mask {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        background: rgba(170, 170, 170, 0.6);
        display: none
    }

    .waterfall.active .waterfall_mask {
        display: block
    }

    .waterfall_btn {
        border-top: 1px solid #ddd;
        font-size: 10px;
        padding: 0 10px;
        line-height: 40px;
        height: 40px;
        color: #333;
        text-align: justify;
    }

    .waterfall .selected {
        position: absolute;
        z-index: 100;
        margin: auto;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .time {
        float: right;
        color: #1E9FFF;
    }

    @media screen and (max-width: 640px) {
        .waterfall_btn {
            line-height: 20px;
            overflow: hidden
        }

        .waterfall_btn .time {
            display: none
        }

        .waterfall {
            width: 47%
        }
    }
    html,
    body,
    * {
        font-family: "Microsoft YaHei", "微软雅黑", "Microsoft JhengHei", "华文细黑", "STHeiti", "MingLiu";
    }

    html {
        height: 100%;
    }

    body {
        height: 100%;
        position: relative;
        min-width: 1200px;
    }

    .container {
        position: relative;
    }

    .container .content {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .container .content .header {
        height: auto;
        line-height: 75px;
        overflow: inherit;
        position: fixed;
        top: 0px;
        z-index: 9999;
        background: #fff;
        width: 100%;
    }

    .container .content .header-left {
        margin-left: 80px;
        margin-top: 10px;
        float: left;
        height: 55px;
    }

    .container .content .header-left>a {
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .container .content .header-left>img {
        width: 90px;
    }

    .container .content .header-right {
        float: right;
        margin-right: 150px;
        font-size: 16px;
        font-weight: 500;
    }

    .container .content .header-right .header-links {
        list-style: none;
        line-height: 75px;
    }

    

    .container .content .header-right .header-links-item {
        line-height: 55px;
        height: 55px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 25px;
    }

    .container .content .header-right .header-links-item.hover {
        position: relative;
    }

    .container .content .header-right .header-links-item.hover:after {
        display: inline-block;
        content: "";
        width: 8px;
        height: 8px;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAQBAMAAADkNkIoAAAALVBMVEVHcEwMDAwTExMEBAQBAQEAAADJyckBAQH////19fXc3NxaWlrd3d3f39////+wfFsUAAAADnRSTlMACAMSHy+iP+imb1omNzA8KVwAAAB1SURBVAjXY2BgUGBgUmAAASVFQTAQUmLQ6XsHBi8uMUi+g4KJDFYw5mIGkzwI65kzg0kYhJkKZIaDhZ+VOjMIu5aBmOkhhgyKYGGgoBADE1gYKAi0ESQMFmQACVdvBwsyMCmahIaCBUHCJs6GELcxKAobggQBLCRDeGF7vtwAAAAASUVORK5CYII=);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        margin-left: 4px;
    }

    .container .content .header-right .header-links-item.hover a {
        cursor: pointer;
    }

    .container .content .header-right .header-links-item.hover .menu {
        display: none;
        width: 96px;
        padding: 8px 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.16), 0 0 2px rgba(0, 0, 0, 0.12);
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.16), 0 0 2px rgba(0, 0, 0, 0.12);
        border-radius: 4px;
    }

    .container .content .header-right .header-links-item.hover .menu>a {
        width: 100%;
        height: 40px;
        font-size: 15px;
        line-height: 40px;
        text-align: center;
        display: block;
        color: rgba(0, 0, 0, 0.9);
    }

    .container .content .header-right .header-links-item.hover .menu>a:hover {
        background: rgba(51, 51, 51, 0.1);
    }

    .container .content .header-right .header-links-item.hover:hover .menu {
        position: absolute;
        top: 51px;
        left: -9px;
        background: #fff;
        display: block;
    }

    .container .content .header-right .header-links-item>a {
        color: #fff;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
        vertical-align: middle;
        text-decoration: none;
    }

    .container .content .header-right .header-links-item>img {
        position: relative;
        left: -4px;
        vertical-align: middle;
    }

    .container .content .header-right .create-platform-item {
        position: relative;
    }

    .container .content .header-right .create-platform-item .create-platform {
        position: absolute;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMYAAAAqBAMAAAAaMzmXAAAAElBMVEVHcEwAAAAAAAAAAAAAAAAAAABWYIjnAAAABnRSTlMAvxqviFseUq/NAAAAb0lEQVRYw+3XwQmAQAxE0bBgAUO2gIA24GIBihWs2H8toh3sYeJl5h4e/xizwd2+G3kT4EE2OoBGz6CHvBnckLJ8BPwavDvBXQ2bwV6zg25UoxPwBAMyZMiQIUOGDBkyZPxmrAlGxm+Q8eMUdsgWD5q78h8h57AQAAAAAElFTkSuQmCC);
        background-position: 0 0;
        background-size: cover;
        top: 45px;
        left: 50%;
        margin-left: -99px;
        height: 42px;
        width: 198px;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.9);
        text-align: center;
        line-height: 20px;
        padding-top: 14px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }


    .container .content .middle {
        top: 50%;
        padding: 10px 30px;
        min-height: 400px;
        /* -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
                transform: translateY(-50%);
        margin-top: 50px;
        right: 150px; */
        }
    .container .content .footer {
        font-size: 14px;
        width: 100%;
        background: transparent;
        text-align: center;
        /* position: absolute; */
        bottom: 10px;
        padding: 0px;
    }

    .container .content .footer .nav-warpper {
        color: #fff;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
        margin-bottom: 16px;
    }

    .container .content .footer .nav-warpper>a {
        padding: 0 5px;
        color: #fff;
    }

    .container .content .footer .feedback-info {
        color: #fff;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    }

    .container .content .footer .feedback-info>p {
        line-height: 25px;
    }

    .container .content .footer .feedback-info .gongan-box {
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .container .content .footer .feedback-info a {
        color: #fff;
    }

    .container .content .footer .report-box {
        position: fixed;
        right: 10px;
        bottom: 3px;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 4px 8px;
        background: #000;
        opacity: 0.6;
        border-radius: 4px;
        font-size: 12px;
        line-height: 17px;
    }

    .container .content .footer .report-box a {
        color: rgba(255, 255, 255, 0.9);
    }

    .container .content .footer .report-box img {
        margin-top: -1px;
        height: 14px;
        width: 14px;
        margin-right: 4px;
    }
    .layui-this {border-bottom: 1px solid #333;}
    #pageData{text-align: center;margin-top: 40px;}
