﻿body {
}

        #head {
            width: 100%;
        }

        a {
            color: #02baf0;
            text-decoration: none;
        }

            a:link {
                color: #02baf0;
                text-decoration: none;
            }

            a:visited {
                color: #02baf0;
                text-decoration: none;
            }

            a:hover {
                color: red;
                text-decoration: underline;
            }

            a:active {
                color: #02baf0;
                text-decoration: none;
            }

        #can {
            margin-bottom: 20px;
        }

        .user-txt {
            width: 180px;
            margin-right: 5px;
            line-height: 33px;
            text-indent: 5px;
            height: 33px;
            border-radius: 5px;
            padding: 0px;
            border: 1px solid #CFCFCF;
            box-shadow: 2px 2px 1px #e7e7e7;
        }

        .title {
            font-size: 22px;
            color: #6b6b6b;
            border-bottom: 1px solid #eaeaea;
            font-weight: normal;
            margin-bottom: 35px;
            padding-bottom: 10px;
        }

        .queryPeriodBody {
            border-radius: 0px 50px;
            position: absolute;
            z-index: 1000;
            width: 570px;
            background: white;
            height: 510px;
            top: 50%;
            left: 50%;
            margin-left: -325px;
            margin-top: -275px;
            padding: 40px 40px 0px 40px;
        }

        .combo-text2 {
            box-shadow: 2px 2px 1px #e7e7e7;
            padding: 0px 15px 0px 40px;
            background: no-repeat -145px -53px url('../../Content/Image/period.png') #02baf0;
            line-height: 35px;
            height: 35px;
            border-radius: 5px;
            border: none;
            color: white;
        }

        .datagrid table {
            border: 1px #02baf0 solid;
            text-align: center;
        }

            .datagrid table th {
                background: #02baf0;
                color: white;
                line-height: 45px;
                font-size: 14px;
            }

            .datagrid table td {
                line-height: 50px;
                color: #02baf0;
                font-size: 14px;
            }

                .datagrid table td span span {
                    font-weight: bold;
                    font-size: 16px;
                }

        .alternate {
            background: #edf9fd;
        }

        .qr {
            color: #02baf0;
            margin-left: 20px;
        }

        #remark {
            font-size: 14px;
            padding-top: 10px;
        }
        #imgShow{ position:absolute;background-color: #F8F8F8; top:151px; left: 340px;   box-shadow: 0px 0px 10px rgba(0,0,0,0.5);/* margin:-250px 0 0 -250px;left:50%; top:50%;*/ z-index:100000; background:white; display:none; border-radius:5px; }

        @media screen and (max-width: 800px) {
            body{ font-size:14px;}
            .queryPeriodBody{ width: auto; position:relative; left: auto;top: auto;padding: 20px;border-radius: 0;margin: 0px;}
            .body-bg{ display:none;}
            .combo-text2{ display:block;width: 100%;margin-top: 10px;padding: 0px;background:#02baf0; font-size:14px; }
            .user-txt { width:100%; font-size:16px;line-height:20px; padding:10px 0px; height:40px; font-family:"Microsft YaHei"}
            .qr{ text-align:center; display:block; padding:0px;margin: 0px;}
            .title{ margin-bottom:20px;}
            body{ background:white;}
            #imgShow{ top:201px; margin-left:-250px;left: 50%;    margin-left: -150px;}
        }
        .img-close{ position:absolute;right:10px; top:5px; font-size:16px;}