/*移动端 屏幕宽度小于960px的时候执行的样式*/
@media(max-width: 960px) { 
    * {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    body{
        background-color: #e5f2ff;
    }
    .container {
        min-height: 100%;
        height: auto !important;
        height: 100%;
        /*position: relative;*/
    }
    .header {
        border-bottom: 0px dashed #156099;
        padding: 0 0 5px 0;
        height: auto;
        width: 100%;
    }
    .logo1 {
        margin: 0 auto;
        height: 40px;
        width: 100%;
        border: 0px solid #333;
        background: #0193e0;
        text-align: center;
        color: #fff;
        font-size: 18px;
        font-family: "Microsoft Yahei",Helvetica,tahoma,arial,Verdana,sans-serif;
        line-height: 40px;
    }
    .logo {
        margin: 10px auto;
        height: auto;
        width: 90%;
        border: 0px solid #333;
        text-align: center;
    }
    img {
        border: 0;
        vertical-align: middle;
        width: 220px;
        /*height: 375px;*/
    }

    /*显示表格*/
    .page {
        width: 99%;
        margin: 0 auto;
        padding-bottom: 100px;
    }
    .jieguo {
        margin: 0 auto;
        padding: 5px 0 0 0;
        border: 0px solid #f00;
        width: 99%;
        height: 260px;
    }
    .jieguo p {
        margin: 0 auto;
        padding: 0;
        border: 0px solid #f00;
        width: 99%;
        height: 40px; 
        line-height: 40px;
        font-weight: bold;
        font-size: 18px;
        color: #0193e0;
        letter-spacing: 4px;
        text-align: center;
    }
    #container {
        padding-top: 5px;
        /*width: 720px;*/
        margin: 0 auto;
        margin-left: 0px;
    }
    .zebra {
        border: 0px solid #dbdbdb;
        background-color: #555;
    }
    table {
        border-collapse: collapse;
        border-spacing: 0;
        width: 99%;
        -webkit-box-shadow: 0px 2px 1px 5px rgba(242, 242, 242, 0.1);
        box-shadow: 0px 2px 1px 5px rgba(242, 242, 242, 0.1);
    }
    tbody {
        display: table-row-group;/*属性规定元素应该生成的框的类型　：　此元素会作为一个或多个行的分组来显示（类似 <tbody>）。*/
        vertical-align: middle;/*属性设置元素的垂直对齐方式 :　把此元素放置在父元素的中部。*/
        border-color: inherit;/*属性设置四条边框的颜色。此属性可设置 1 到 4 种颜色　：　规定应该从父元素继承边框颜色。*/
    }
    .zebra tr {
        background: #fff;
        color: #0193e0;
    }
    .zebra td {
        background-color: #e5f2ff;
        border-left: 1px solid #0193e0;
        border-top: 1px solid #0193e0;
        border-bottom: 1px solid #0193e0;
        border-right: 1px solid #0193e0;
        padding: 12px 8px;
        text-align: center;
        font-size: 16px;
        font-family: "微软雅黑", "宋体", "新宋体";
        color: #0193e0;
        letter-spacing: 2px;
    }
    .zebra td>span {
        font-size: 16px;
    }
    .jieguo .gz {
        margin: -156px 10px 0 0;
        padding: 0;
        border: 0px solid #f00;
        width: 150px;
        height: 150px;
        float: right;
        background: url(../images/gz.png);
        background-repeat: no-repeat;
        z-index: 9999;
    }


    .footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 80px;
        clear: both;
        background: #0193e0;
    }
    .c_right {
        margin: 0 auto;
        height: 80px;
        width: 100%;
        border-top: 2px solid #008bce;
    }
    .c_right .list_one {
        margin: 4px auto 0;
        height: 76px;
        width: 100%;
        border: 0px solid #fff;
    }
    .list_one>li {
        padding-top: 10px;
        list-style: none;
        height: 18px;
        line-height: 18px;
        width: 94%;
        border: 0px solid #f0f;
        color: #fff;
        font-size: 18px;
        text-align: center;
        margin: 0 auto;
    }

}