<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 */

 body
        {
            font-family: Tahoma, Geneva, sans-serif;
            background-color: white;
            margin: 0;
            padding: 0;
        }
        .bai
        {
            background-color: white;
            padding-left: 5px;
            padding-right: 5px;
            padding-top: 5px;
            padding-bottom: 5px;

        }
        .f14{
            font-size: 1rem;
        }
        .kuang{
            font-size: 2.5rem;


            color: red;
        }
        .kuang2{
            font-size: 1.5rem;
            color: red;
        }

        .qi
        {
            position:absolute;
            margin-right: auto;
            margin-left: auto;
            z-index: 0;
        }
        .yuan
        {

            margin-right: auto;
            margin-left: auto;


            border-radius: 50%;
            color:red;


        }
        .xun1
        { z-index: 10;
            position: relative;
            background-color: #0000ff;
            color: white;
        }
        .xunc1
        {
            stroke:#0000ff;
        }
        .xun2
        {
            z-index: 10;
            position: relative;
            background-color: #9900ff;
            color: white;
        }
        .xunc2
        {
            stroke: #9900ff;
        }
        .xun3
        {  z-index: 10;
            position: relative;
            background-color: #980000;
            color: white;
        }
        .xunc3
        {
            stroke:  #980000;
        }
        .xun4
        {  z-index: 10;
            position: relative;
            background-color: #7f6000;
            color: white;
        }
        .xunc4
        {
            stroke: #7f6000;
        }
        .xun5
        {  z-index: 10;
            position: relative;
            background-color: #274e13;
            color: white;
        }
        .xunc5
        {
            stroke: #274e13;
        }
        .xun6
        {z-index: 10;
            position: relative;
            background-color: #1c4587;
            color: white;
        }
        .xunc6
        {
            stroke: #1c4587;
        }
        .xun7
        {z-index: 10;
            position: relative;
            background-color: #20124d;
            color: white;
        }
        .xunc7
        {
            stroke: #20124d;
        }
        .xunb1
        {	border: 2px solid  #0000ff;}
        .xunb2
        {	border: 2px solid #9900ff;}
        .xunb3
        {	border: 2px solid #980000;}
        .xunb4
        {	border: 2px solid #7f6000;}
        .xunb5
        {	border: 2px solid #274e13;}
        .xunb6
        {	border: 2px solid #1c4587;}
        .xunb7
        {	border: 2px solid #20124d;}


        .baif
        {
            color: white;
        }
        .bian{
            border-right-width: 1px;
            border-right-style: solid;
            border-right-color: #F00;
        }	


        * {
            margin: 0;
        }


        .test {
            text-align: center;
            width: 100%;
            max-width: 1024px;

            display: inline-block;
            vertical-align: top;
            margin-right: auto;
            margin-left: auto;
            z-index: 9999;

        }


        svg{

            top: 0;
            left: 0;
            float: left;
            position: absolute;
            z-index:9;
        }
        header {
            position:fixed;
            top:0;
            background-color: #b44640;
            color: white;
            height: 30px;
right: 0;
            width: 60px;
            z-index: 99999;
            font-size: 14px;
            text-align: center;
            line-height: 30px;
        }
        header a {
    color: white;
            text-decoration: none;
        }
        footer {
            position:fixed;
            bottom:0;
            background-color: #b44640;
            color: white;
            height: 80px;
            width: 100%;
            z-index: 99999;
        }
        .fa
        {
            width: 25%;
            float: left;


        }
        .an
        { width: 90%;
            background-color: #5be081;
            margin-left: auto;
            margin-right: auto;
            height: 40px;
            line-height: 40px;
            font-size: 1.5rem;
            color: #fff;
            border-radius: 15px;
        }
        .su
        { width: 100%;
            height: 30px;
            line-height: 30px;
            font-size: 1.5rem;
            font-size: 1rem;
            color: white;

        }

        .an:active,.an2:active{
            background: #ccc;   /* 黑色 */
            /* 设置不透明度（可以不设置） */
        }
        .an2
        { width: 90%;
            background-color: #5be081;
            margin-left: auto;
            margin-right: auto;
            height: 60px;
            line-height: 60px;
            font-size: 2rem;
            color: #fff;
            border-radius: 15px;
            margin-top: 10px;
        }
        input,button,select,textarea{outline:none;border: 0;}</pre></body></html>