* {
    margin: 0;
    padding: 0;
}

body {
    color: #000;
    font-family: "Microsoft YaHei-Bold", sans-serif;
}

a {
    color: #252B3A;
    cursor: pointer;
    text-decoration: none !important;
}

/*头部导航*/
.head-top {
    width: 100%;
    height: 57px;
    box-shadow: 0 0 5px #0003;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 99;
    background-color: white;
    transition: 0.25s;
}

.sort {
    line-height: 1.5;
    display: flex;
    justify-content: space-between;
    width: calc(100% );
}

    .sort ul {
        margin-top: 10px;
        width: auto;
        padding-left: 0;
        margin: 0 10px;
        font-size: 16px;
    }

    .sort li {
        display: inline;
        padding: 0 10px;
    }

.proper-menu {
    display: block;
    position: absolute;
    top: 100%;
    right: -180px;
    width: 180px;
    box-shadow: 0 0 5px #0003;
    background-color: #fff;
    border-radius: 5px;
    transition: 0.15s;
}

.top-user:hover .proper-menu {
    right: 5px;
    transition: 0.15s;
    display: block;
}

.proper-menu .proper-item {
    margin: 15px;
    height: auto;
    width: 100%;
    text-align: center;
    display: flex;
    cursor: pointer;
    font-size: 13px;
}

    .proper-menu .proper-item:hover {
        color: #2e92ff;
    }

    .proper-menu .proper-item span {
        margin-right: 5px;
    }

    .proper-menu .proper-item span, .proper-menu .proper-item {
        line-height: initial;
    }

.header-button1 {
    /* position: absolute; */
    /* color: #fff; */
    cursor: pointer;
    text-align: center;
    padding: 0 5px;
}

.login_ul {
    height: 100%;
    list-style: none
}

    .login_ul li {
        display: flex;
        align-items: center;
        justify-content: center;
    }

.no_login {
    display: none;
    height: 100%;
}

.top-user {
    /*  height: 100%;
    width: auto;
    align-items: center;*/
    position: absolute;
    right: 0px;
    display: flex;
    line-height: 70px;
    display: none;
}

    .top-user .head-list > li > a {
        padding: 0;
    }

    .top-user .head-list {
        border-bottom: 0;
    }

        .top-user .head-list .dropdown-menu {
            right: 0;
            left: unset;
        }

    .top-user head-list > li > a:hover {
        background-color: transparent;
    }

    .top-user .nav .open > a, .top-user .nav .open > a:hover, .top-user .nav .open > a:focus {
        border-color: #0000;
    }

    .top-user ul li span {
        margin: 0 8px;
    }

.name-user {
    font-size: 13px;
    line-height: initial;
    padding: 8px 13px;
    border-bottom: 1px solid #00000008;
    background-color: #00000007;
    font-weight: 600;
}

.tail {
    width: 70%;
    margin: 0 auto;
    height: 60px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

/*发布应用*/
.publish {
    background-image: url('/PlatWeb/assets/img/bottombg.png');
    background-color: #2e92ff;
    height: 250px;
    width: 100%;
    margin: 0 auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    /*flex-direction: column;*/
    justify-content: center;
}

    .publish img {
        width: 300px;
        margin-left: 300px;
    }

    .publish h6 {
        font-size: 29px;
        font-weight: 500;
        color: rgb(255, 255, 255);
        line-height: 60px;
    }

    .publish .btn {
        position: relative;
        z-index: 1;
        border-radius: 50px;
        width: 110px;
        background: rgb(255, 255, 255);
        color: #2e92ff;
        margin-top: 27px;
        display: inline-block;
        cursor: pointer;
        font-size: 14px;
        text-align: center;
    }

        .publish .btn:hover {
            background: rgb(221, 240, 255);
        }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

    .pagination > li {
        display: inline
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            /*padding: 6px 12px;*/
            margin-left: -1px;
            line-height: 1.42857143;
            color: #337ab7;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd
        }

            .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
                z-index: 2;
                color: #23527c;
                background-color: #eee;
                border-color: #ddd
            }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px
        }

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        z-index: 3;
        color: #fff;
        cursor: default;
        background-color: #2e92ff;
        border-color: #2e92ff
    }

    .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pagination > li > a {
    line-height:44px !important;
}

.bottombg2 {
    height: 330px;
    background-image: url(/PlatWeb/assets/img/bottombg2.jpg);
    background-size: cover;
    margin-bottom: 10px;
}