﻿        @keyframes fly {
            from {
                transform: translateZ(0px);
                opacity: .6;
            }

            to {
                transform: translateZ(300px);
                opacity: 1;
            }
        }

    html{
        height:100%;
    }
body {
        margin: 0px;
        padding: 0px;
        height:100%;
    }

    span {
        font-size: 14px;
        font-family: "微软雅黑";
        line-height:35px;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
    }

     div {
        font-size: 14px;
        font-family: "微软雅黑";
        
    }

    .width100{
        width:100%;
        overflow:hidden;
    }
    .width95{
        width:95%;
        margin:auto;
        overflow:hidden;
    }
    .width90{
        width:90%;
         margin:auto;
        overflow:hidden;
    }
    .width50{
        width:50%;
        float:left;
        overflow:hidden;
    }
    .width48{
        width:48%;
         float:left;
        overflow:hidden;
    }
      .width30{
        width:30%;
         float:left;
        overflow:hidden;
    }
        .width25{
        width:25%;
         float:left;
        overflow:hidden;
    }
    .tableTitle{
        width:100%;
        display:inline-table;
        overflow:hidden;
    }
    .tableContent{
        display:table-cell;
         vertical-align:middle;
         text-align:center;
         line-height:40px;
    }
    .tableOne{
        width:100%;
    }
    .tableTwo{
        width:49.8%;
    }
    .tableThree{
        width:33.2%;
    }
    .tableFour{
        width:24.8%;
    }
    .tableFive{
        width:19.8%;
    }
    .tableSix{
        width:16.4%;
    }
    .tableSeven{
        width:14.1%;
    }
    .tableEight{
        width:12.4%;
    }
    .tableNight{
        width:11%;
    }
    .tableTen{
        width:9.8%;
    }
    .serchButton{
       display: inline-block;
    line-height: 35px;
    background-color: #3e9cde;
    padding: 0px 20px;
    border-radius: 6px;
    color: #ffffff;
    cursor:pointer;
    }
    .serchButton:hover{
        background-color: #5cace4;
    }
    .divAutoWidth{
        width:auto;
        overflow:hidden;
    }
    .inputHeight25{
        line-height:25px;
        height:25px;
        padding:0px 5px;
    }
     .normalButton{
       display: inline-block;
    line-height: 35px;
    background-color: #68d27a;
    padding: 0px 20px;
    border-radius: 6px;
    color: #ffffff;
    cursor:pointer;
    }
    .normalButton:hover{
        background-color: #7fe290;
    }
    .pageSpan{
           display: inline-block;
    padding: 5px 15px;
    line-height: 30px;
    color: #ffffff;
    background-color: #3e9cde;
    cursor: pointer;
    }
    .pageSpan:hover{
        background-color: #5bade6;
    }

    .blueButton{
            display: inline-block;
    line-height: 35px;
    background-color: #5db7c5;
    padding: 0px 20px;
    border-radius: 6px;
    color: #ffffff;
    cursor: pointer;
    }

    .blueButton:hover{
        background-color:#78cdda;
    }

    .LineButton{
            margin-left: 5px;
    color: #5db7c5;
    text-decoration: underline;
    cursor: pointer;
    }

    .noUseButton{
          display: inline-block;
    line-height: 35px;
    background-color: #909090;
    padding: 0px 20px;
    border-radius: 6px;
    color: #ffffff;
    cursor: pointer;
    }

    input {
            border: 1px solid #ccc;
            padding: 7px 0px;
            border-radius: 3px;
            padding-left: 5px;
            -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
            -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
            -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
            font-size: 16px;
            letter-spacing: 2px;
        }

            input:focus {
                border-color: #66afe9;
                outline: 0;
                -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
                box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
            }
   