﻿
        body {
            margin: 0;
            padding: 0;
            width: 100%;
            height: 100%;
            font-family: "微软雅黑";
            /*color: white;*/
            color: #00d5ff;
            /*background-color: #206fc7;*/
            background: #062b5c;
        }

        h1, h2 {
            margin: 0;
            box-sizing: border-box;
        }

        /*波浪动效*/
        .waves-bg {
            position: relative;
            height: 300px;
            overflow: hidden;
    top: 0px;
    left: 0px;
}

        canvas {
            position: relative;
            top: -80px;
            box-sizing: border-box;
        }
        /*文字动效部分*/
        .wrap {
            position: absolute;
            top: 120px;

            width: 100%;
            margin: 0 auto;
            -webkit-animation: bounceInUp 1.5s;
        }

        h1 {
            text-align: center;
            font-size: 50px;
            font-weight: normal;
            letter-spacing: 5px;
            line-height: 50px;
            padding-left: 2px;
            padding-bottom: 6px;
             white-space: nowrap;
        }

        h2 {
            text-align: center;
            font-size: 24px;
            font-weight: normal;
            letter-spacing: 16px;
            line-height: 28px;
        }

        /*用户登录部分*/
        #loginbj {
            position: absolute;
            left: calc(50% - 200px);
            top: 58%;
            width: 400px;
            height: 500px;
            padding: 35px;
            margin-left: -50px;
            margin-top: -250px;
        }

        #title1 {
            width: 100%;
            margin: 0 auto;
            font-size: 20px;
            font-weight: normal;
            line-height: 35px;
            text-align: center;
            vertical-align: middle;
        }

        .input_outer {
            width: 300px;
            margin: 0 auto;
            height: 46px;
            padding: 0 5px;
            margin-bottom: 30px;
            border-radius: 50px;
            position: relative;
            border: rgba(0,213,255,1) 2px solid;
        }

        .u_user {
            width: 25px;
            height: 25px;
            background: url(../images2/login_ico.png);
            background-position: -125px 0;
            position: absolute;
            margin: 10px 13px;
        }

        .us_uer {
            width: 25px;
            height: 25px;
            background-image: url(../images2/login_ico.png);
            background-position: -125px -34px;
            position: absolute;
            margin: 10px 13px;
        }

        #inputbox {
            vertical-align: middle;
            padding: 0px;
            width: 100%;
            height: 300px;
            text-align: center;
        }
        #inputbox input:-webkit-autofill {
                -webkit-text-fill-color: #00D5FF !important;
                -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
                background-color: transparent;
                background-image: none;
                transition: background-color 50000s ease-in-out 0s;
            }

        #table{
            width:100%;
            height:60px;
        }

        #t_UserName, #t_UserPass {
            width: 220px;
            height: 46px;
            outline: none;
            display: inline-block;
            font: 14px "microsoft yahei",Helvetica,Tahoma,Arial,"Microsoft jhengHei";
            margin-left: 50px;
            border: none;
            background: none;
            line-height: 46px;
            color:#00d5ff;
        }

        td .classbutton {
            background: url(../images2/login_button.png) no-repeat;
            background-position: 50% 0;
            width: 100%;
            height: 50px;
            border: none;
            cursor: pointer;
            display: block;
        }
        .version{
            white-space: nowrap;
            position :absolute;
            bottom:10px;
            text-align:center;
            font-size:14px;
            color:#00d5ff;
        }
