<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
*
        {
            margin: 0;
            padding: 0;
        }
        a
        {
            text-decoration: none;
        }
        img
        {
            border: 0;
        }
        input
        {
            padding: 0;
        }
        
        body
        { background:url(/admin/images/bg1.jpg) fixed;
            color: #333;
            font-size: 12px;
            font-family: "宋体";
            height: 454px;
        }
        .login-con
        {
            background: #eee;
            width: 500px;
            margin: 0 auto;
            border-radius: 4px;
            position: relative;
            top: 10%;
            padding: 20px 0;
            overflow: hidden;
        }
        .login-main
        {
            background: #fff;
            border: 1px solid #ccc;
            border-radius: 3px;
            margin: 0 20px;
        }
        .login-select
        {
            height: 30px;
            background: #E6ECEF;
            border: 1px solid #BAC5CC;
            border-radius: 3px;
            cursor: pointer;
            line-height: 30px;
        }
        .login-select img
        {
            margin-left: 5px;
            vertical-align: middle;
        }
        *html .login-select img
        {
            margin-top: 3px;
        }
        .login-select:hover
        {
            background: #d0d6da;
        }
        .login-side
        {
            border-bottom: 1px solid #ddd;
            overflow: hidden;
        }
        .login-side label
        {
            margin-top: 5px;
            font-size: 13px;
            width: 130px;
            color: #666;
            float: left;
        }
        .login-side label p
        {
            line-height: 20px;
            padding-left: 10px;
        }
        .login-side label p a
        {
            color: #3FC846;
            font-weight: bold;
            border-bottom: 1px dashed #ccc;
        }
        .side-in
        {
            width: 277px;
            float: left;
            padding-left: 20px;
            border-left: 1px solid #eee;
            height: 57px;
            _padding: 0;
        }
        .side-in input
        {
            margin-top: 10px;
            height: 30px;
            line-height: 30px;
            width: 100%;
            background: #eee;
            border: 1px solid #ccc;
            padding: 0 0 0 5px;
            border-radius: 2px;
            font-size: 12px;
            font-family: Arial, Helvetica, sans-serif;
        }
        .side-in input:hover
        {
            box-shadow: 0 0 2px 0 #444;
        }
        .clear
        {
            clear: both;
            line-height: 0;
            font-size: 0;
        }
        .side-d, .side-d-g, .side-d-a
        {
            height: 32px;
            border-radius: 2px;
        }
        .side-d
        {
            background-color: #d7d7d7;
            background: rgba(0,0,0,0.05);
            position: relative;
            z-index: 1;
        }
        .side-d-g, .side-d-a
        {
            position: absolute;
            top: 0;
        }
        .side-d-g
        {
            left: 0;
            background: #3D8336;
            z-index: 5;
        }
        .side-d-a
        {
            z-index: 10;
            background: url(/content/themes/admin/login/unlock_slider.png) no-repeat 0 0;
            width: 32px;
            display: block;
            cursor: move;
        }
        .side-text
        {
            font-size: 14px;
            height: 32px;
            line-height: 32px;
            text-align: center;
            color: #4f4f4f;
            cursor: pointer;
            color: green;
            border: 1px solid #BAC5CC;
            border-radius: 3px;
            background-color: #E6ECEF;
            box-showad: inset 0 0 3px #333;
        }
        .side-text:hover
        {
           box-shadow: 0 0 2px 0 #444;
        }
        .login-side table td
        {
            padding: 3px 3px;
        }
        .login-side table td a
        {
            color: #555;
        }
        .login-side table td a:hover
        {
            color: #000;
        }
</pre></body></html>