<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * Template Name: Unify - Responsive Bootstrap Template
 * Description: Business, Corporate, Portfolio, E-commerce, Blog and One Page Template.
 * Version: 1.9.2
 * Author: @htmlstream
 * Website: http://htmlstream.com
*/


/*Import Global Compulsory CSS Files*/

/*@import url(app.css);
@import url(blocks.css);*/
* { border-radius: 0; }

body { color: #333; font-size: 14px; line-height: 1.6; font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif; }

    body.header-fixed-space { padding-top: 116px; }

    body.header-fixed-space-v2 { padding-top: 135px; }

@media (max-width: 991px) {
    body.header-fixed-space,
    body.header-fixed-space-v2 { padding-top: 0; }
}

p,
li,
li a,
label { color: #333; }

a { color: #3498db; text-decoration: none; }

    a,
    a:focus,
    a:hover,
    a:active,
    button,
    button:hover { outline: 0 !important; }

        a:focus { text-decoration: none; }

        a:hover { color: #3498db; text-decoration: none; }


/*Boxed Layout
------------------------------------*/

.wrapper { background: #fff; }

.boxed-layout { padding: 0; box-shadow: 0 0 5px #ccc; margin-left: auto !important; margin-right: auto !important; background: url(../img/patterns/15.png) repeat; }


/*Hiding arrows for select field in IE*/

select::-ms-expand { display: none; }

.footer .footer-socials { text-align: right; }

.txt-left { text-align: left; }

.txt-center { text-align: center; }

.txt-right { text-align: right; }

.text-danger, .error { color: #ee9393; }

/*login*/
.sky-form .input-group .input-group-btn { position: relative; font-size: 0; white-space: nowrap; }
    .sky-form .input-group .input-group-btn .btn-append { font-weight: normal; }
/* Placeholder */
.login-block ::-webkit-input-placeholder { color: #aaa; }
.login-block ::-moz-placeholder { color: #aaa; }
.login-block :-ms-input-placeholder { color: #aaa; }
.reg-block ::-webkit-input-placeholder { color: #aaa; }
.reg-block ::-moz-placeholder { color: #aaa; }
.reg-block :-ms-input-placeholder { color: #aaa; }

.margin-top-5 { margin-top: 5px; }
.margin-top-10 { margin-top: 10px; }
.margin-top-15 { margin-top: 15px; }
.margin-top-30 { margin-top: 30px; }
.margin-left-15 { margin-left: 15px; }

.sky-form .tooltip.field-validation-error { background: #ee9393; opacity: 1; z-index: 9; }
.sky-form .tooltip-top-right.field-validation-error:after { border-top: 4px solid rgba(238,147,147,0.9); }
.sky-form .tooltip-top-left.field-validation-error:after { border-top: 4px solid rgba(238,147,147,0.9); }
.sky-form .tooltip-bottom-right.field-validation-error:after { border-bottom: 4px solid rgba(238,147,147,0.9); }
.sky-form .tooltip-right.field-validation-error:after { border-right: 4px solid rgba(238,147,147,0.9); }

.bg-color-green { background-color: #2ecc71 !important; }
.blog-border { border: solid 1px #ddd; }


/* 分页器 */

.page {
    text-align: center;
    margin:20px 0;
}

    .page * {
        display: inline-block;
        width: 32px;
        height: 32px;
        text-align: center;
        line-height: 30px;
        margin: 5px;
        background-color: rgba(255, 255, 255, 1);
        /*border-radius: 3px;*/
        border: solid 1px #bfbfbf;
        font-family: MicrosoftYaHei;
        font-size: 20px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        color: #999999;
    }

    .page .current {
        /*background-color: #0098d7;*/
        /*color: white !important;*/
        color: #fff !important;
        /*border-bottom:1px solid #e60012;*/
        background-color: #da2d29;
        border-color: transparent;
    }

    .page .disabled {
        border-color: transparent;
        cursor: not-allowed;
    }

    .page [title="Prev"], .page [title="Next"] {
        border-color: transparent;
    }

    .page *:hover {
        /*border-color: #ff0000;*/
        /*color: rgba(44, 152, 221, 1);*/
        color: #fff !important;
        /*border-bottom: 1px solid #e60012;*/
        background-color: #da2d29;
        border-color: transparent;
    }
.page span:nth-child(1){
    width:auto;
    padding:0 10px;
}
    .page a:nth-child(1) {
        width: auto;
        padding: 0 10px;
    }
    .page span:nth-last-child(1) {
        width: auto;
        padding: 0 10px;
    }
    .page a:nth-last-child(1) {
        width: auto;
        padding: 0 10px;
    }</pre></body></html>