
		
        
        body{
            font-size: 0px;
            height: 100%;
            width: 100%;
            padding: 0;
            margin: 0;
            position: absolute;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #cad6dd;
            overflow: hidden;
            background-color: #141929;
		    font-family: unidreamLED;
        }
.g_btn,#go_btn{ 
color: #3295a4; 
border-color: #62d4e5; 
box-shadow:inset 0 1px 0 #92f3fe,0 1px 0 rgba(0,0,0,.2);
background:-webkit-linear-gradient(top,#71effe,#4be2fe); 
background:-moz-linear-gradient(top,#71effe,#4be2fe); 
background:-o-linear-gradient(top,#71effe,#4be2fe); 
background:-ms-linear-gradient(top,#71effe,#4be2fe); 
background:linear-gradient(top,#71effe,#4be2fe); 
}
.g_btn,#go_btn:hover{
background:-webkit-linear-gradient(top,#9df5ff,#6ce6fc); 
background:-moz-linear-gradient(top,#9df5ff,#6ce6fc); 
background:-o-linear-gradient(top,#9df5ff,#6ce6fc); 
background:-ms-linear-gradient(top,#9df5ff,#6ce6fc); 
background:linear-gradient(top,#9df5ff,#6ce6fc); 
}
.g_btn,#go_btn:active{
top:4px;
box-shadow:inset 0 1px 3px #1d8194;
background:-webkit-linear-gradient(top,#2bbed9,#2bbed9); 
background:-moz-linear-gradient(top,#2bbed9,#2bbed9); 
background:-o-linear-gradient(top,#2bbed9,#2bbed9); 
background:-ms-linear-gradient(top,#2bbed9,#2bbed9); 
background:linear-gradient(top,#2bbed9,#2bbed9); 
}

        
        #body_html_post{
            z-index: -9999;
            font-size: 0px;
            height: 100%;
            width: 100%;
            top: 0px;
            left: 0px;
            padding: 0;
            margin: 0;
            position: absolute;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #cad6dd;
            overflow: hidden;
            background-color: #141929;
		    font-family: unidreamLED;
        }
        
#blanks{
    width:100%;
    height:100%;
    padding: 0;
    margin: 0;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index:-999999;
    -moz-opacity: 0; 
    opacity:0.70; 
    filter: alpha(opacity=70);
    background-color:#ccc;
}
#login{
padding:18px;
width:800px;
height:500px;
position:absolute;
left:0;
top:5%;
right:0;
position: fixed;
z-index:-999999;
margin:auto;

}
        ul{
    list-style: none;
}
li{
    position: relative;
    margin-left: 0px;
}
li:after{
    content: "";
    display: inline-block;
    width: 30px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: #FFF;
    background: #999999;
    position: absolute;
    left: -35px;
    top: 0px;
}
li:first-child:after {content: "1";background: #ff0000;}
li:nth-child(2):after {content: "2";background: #ff9900;}
li:nth-child(3):after {content: "3";background: #93c47d;}
li:nth-child(4):after {content: "4";background: #76a5af;}
li:nth-child(5):after {content: "5";background: #6d9eeb;}
li:nth-child(6):after {content: "6";background: #6fa8dc}
li:nth-child(7):after {content: "7";background: #8e7cc3}
li:nth-child(8):after {content: "8";background: #6aa84f}
li:nth-child(9):after {content: "9";background: #45818e}
li:nth-child(10):after {content: "10";background: #3c78d8}
li:nth-child(11):after {content: "11";background: #6fa8dc}
li:nth-child(12):after {content: "12";background: #674ea7}
li:nth-child(13):after {content: "13";background: #a64d79}
li:nth-child(14):after {content: "14";background: #5b0f00}
li:nth-child(15):after {content: "15";background: #783f04}
li:nth-child(16):after {content: "16";background: #7f6000}
li:nth-child(17):after {content: "17";background: #274e13}
li:nth-child(18):after {content: "18";background: #0c343d}
li:nth-child(19):after {content: "19";background: #073763}
li:nth-child(20):after {content: "20";background: #20124d}
li:nth-child(21):after {content: "21";}
        #nodes{ border:0px solid #ccc; position:fixed; position:absolute; left:0px; top:5px; padding:4px;display:none;}
        #nodes_number{ width:0px;height:0px;display:none;background:rgba(255,255,255,0);}
        #nodes_number2{position:absolute;width:400px;height:150px;margin:0 auto;top:50px;display:block;background:rgba(255,255,255,0); }
        #fee_pool{height:50px; min-width:140px;max-width:250px;border:0px solid #ccc; position:fixed; position:absolute; right:10px; top:5px; padding:4px;pointer-events: auto; /* 或者 pointer-events: none */}
        #fee_pool a{
            color:#B3B3B3;
        }
        a{ 
            text-decoration:none;
            color:#31760e;
            
        }
        #yqlj a{ 
            text-decoration:none;
            color:#B3B3B3;
            
        }
		.desc{
			width: 100%;
			text-align: center;
			position: fixed;
			bottom: 20px;
			left: 0;
			color: #fff;
			font-size: 12px;
			margin-top: -12px;
		}
		
		
		
		
		
		
		
		
		
		
		
		
		            /*  The Digits  */
            .light {
                background: #141929;
                height: 0px;
                text-align: center;
                position: absolute;
                top:30px;
                font-size: 10px;
                color: #B3B3B3;
                line-height: 40px;
            }

            .digits div {
                text-align: left;
                position: relative;
                width: 28px;
                height: 50px;
                display: inline-block;
                margin: 0 4px;
            }

            .light .digits div span {
                background-color: #B3B3B3;
                border-color: #B3B3B3;
            }

            .digits div span {
                opacity: 0;
                position: absolute;
                -webkit-transition: 0.25s;
                -moz-transition: 0.25s;
                transition: 0.25s;
            }

            .digits div span:before,
            .digits div span:after {
                content: '';
                position: absolute;
                width: 0;
                height: 0;
                border: 5px solid transparent;
            }

            .digits .d1 {
                height: 5px;
                width: 10px;
                top: 0;
                left: 6px;
            }

            .digits .d1:before {
                border-width: 0 5px 5px 0;
                border-right-color: inherit;
                left: -5px;
            }

            .digits .d1:after {
                border-width: 0 0 5px 5px;
                border-left-color: inherit;
                right: -5px;
            }

            .digits .d2 {
                height: 5px;
                width: 10px;
                top: 20px;
                left: 6px;
            }

            .digits .d2:before {
                border-width: 3px 4px 2px;
                border-right-color: inherit;
                left: -8px;
            }

            .digits .d2:after {
                border-width: 3px 4px 2px;
                border-left-color: inherit;
                right: -8px;
            }

            .digits .d3 {
                height: 5px;
                width: 10px;
                top: 40px;
                left: 6px;
            }

            .digits .d3:before {
                border-width: 5px 5px 0 0;
                border-right-color: inherit;
                left: -5px;
            }

            .digits .d3:after {
                border-width: 5px 0 0 5px;
                border-left-color: inherit;
                right: -5px;
            }

            .digits .d4 {
                width: 5px;
                height: 10px;
                top: 7px;
                left: 0;
            }

            .digits .d4:before {
                border-width: 0 5px 5px 0;
                border-bottom-color: inherit;
                top: -5px;
            }

            .digits .d4:after {
                border-width: 0 0 5px 5px;
                border-left-color: inherit;
                bottom: -5px;
            }

            .digits .d5 {
                width: 5px;
                height: 10px;
                top: 7px;
                right: 5px;
            }

            .digits .d5:before {
                border-width: 0 0 5px 5px;
                border-bottom-color: inherit;
                top: -5px;
            }

            .digits .d5:after {
                border-width: 5px 0 0 5px;
                border-top-color: inherit;
                bottom: -5px;
            }

            .digits .d6 {
                width: 5px;
                height: 10px;
                top: 28px;
                left: 0;
            }

            .digits .d6:before {
                border-width: 0 5px 5px 0;
                border-bottom-color: inherit;
                top: -5px;
            }

            .digits .d6:after {
                border-width: 0 0 5px 5px;
                border-left-color: inherit;
                bottom: -5px;
            }

            .digits .d7 {
                width: 5px;
                height: 10px;
                top: 28px;
                right: 5px;
            }

            .digits .d7:before {
                border-width: 0 0 5px 5px;
                border-bottom-color: inherit;
                top: -5px;
            }

            .digits .d7:after {
                border-width: 5px 0 0 5px;
                border-top-color: inherit;
                bottom: -5px;
            }


            /* 1 */
            .digits div.one .d5,
            .digits div.one .d7 {
                opacity: 1;
            }

            /* 2 */
            .digits div.two .d1,
            .digits div.two .d5,
            .digits div.two .d2,
            .digits div.two .d6,
            .digits div.two .d3 {
                opacity: 1;
            }

            /* 3 */
            .digits div.three .d1,
            .digits div.three .d5,
            .digits div.three .d2,
            .digits div.three .d7,
            .digits div.three .d3 {
                opacity: 1;
            }

            /* 4 */
            .digits div.four .d5,
            .digits div.four .d2,
            .digits div.four .d4,
            .digits div.four .d7 {
                opacity: 1;
            }

            /* 5 */
            .digits div.five .d1,
            .digits div.five .d2,
            .digits div.five .d4,
            .digits div.five .d3,
            .digits div.five .d7 {
                opacity: 1;
            }

            /* 6 */
            .digits div.six .d1,
            .digits div.six .d2,
            .digits div.six .d4,
            .digits div.six .d3,
            .digits div.six .d6,
            .digits div.six .d7 {
                opacity: 1;
            }


            /* 7 */
            .digits div.seven .d1,
            .digits div.seven .d5,
            .digits div.seven .d7 {
                opacity: 1;
            }

            /* 8 */
            .digits div.eight .d1,
            .digits div.eight .d2,
            .digits div.eight .d3,
            .digits div.eight .d4,
            .digits div.eight .d5,
            .digits div.eight .d6,
            .digits div.eight .d7 {
                opacity: 1;
            }

            /* 9 */
            .digits div.nine .d1,
            .digits div.nine .d2,
            .digits div.nine .d3,
            .digits div.nine .d4,
            .digits div.nine .d5,
            .digits div.nine .d7 {
                opacity: 1;
            }

            /* 0 */
            .digits div.zero .d1,
            .digits div.zero .d3,
            .digits div.zero .d4,
            .digits div.zero .d5,
            .digits div.zero .d6,
            .digits div.zero .d7 {
                opacity: 1;
            }

            /* dot */
            .digits div.dot {
                width: 5px;
            }

            .dot:after {
                width: 5px;
                height: 5px;
                content: '';
                position: absolute;
                left: 0;
                bottom: 0px;
                background-color: #B3B3B3;
            }
		
		
		
		
		
		
		
		