﻿   html, body {
            /*height: 100%;*/
            -webkit-text-size-adjust: 100% !important;
        }
        .header {
            width: 100%;
            display: table;
            table-layout: fixed;
            background-color: #2F9688;
            height: 2.75rem;
            line-height: 2.75rem;
            position: fixed;
            top: 0.00rem;
            left: 0.00rem;
            text-align: center;
            z-index: 10000;
            right: 0.00rem;
        }
        #a_back {
            position: absolute;
            left: 0.00rem;
            width: 3.13rem;
            height: 2.75rem;
            background: url('/images/Back.png') center center no-repeat;
            cursor: pointer;
        }
        /*#a_back:hover {
                background-color: #45ab9d;
            }*/

        #title {
            position: absolute;
            left: 3.75rem;
            right: 3.75rem;
            top: 0.00rem;
            color: White;
            display: block;
            height: 2.75rem;
            line-height: 2.75rem;
            overflow: hidden;
            text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            white-space: nowrap;
        }

        .bottom {
            width: 100%;
            height: 2.63rem;
            background-color: #F8F8F8;
            position: fixed;
            bottom: 0.00rem;
            text-align: center;
            border-top-style: solid;
            border-top-width: 0.13rem;
            border-top-color: #DBDBDB;
            font-size: 0.75rem;
            color: #a4a4a4;
            z-index: 100;
        }

            .bottom td {
                text-align: center;
                position: relative;
                width: 25%;
                margin: 0e;
                padding: 0.00rem;
            }

            .bottom img {
                width: 1.50rem;
                height: 1.38rem;
                margin: 0.19rem 0.00rem 0.19rem 0.00rem;
            }

            .bottom a:link, .bottom a:active, .bottom a:visited, .bottom a:hover {
                color: #a4a4a4;
                text-decoration: none;
            }

        .focus {
            color: #2F9688 !important;
        }

        .content {
            padding-top: 2.75rem;
            height: 100%;
        }

        .btn_Igreen {
            background-color: #009788;
            color: White;
        }

        .divBtn {
            background: #ffffff;
            width: 2.25rem;
            height: 2.25rem;
            position: fixed;
            z-index: 99999999;
            bottom: 1.8rem;
            right: 0.4rem;
            border-radius: 50%;
            text-align: center;
            vertical-align: middle;
            opacity: 0.7;
            box-shadow: 0px 0px 10px 0px #999;
        }

        .divInfo {
            height: auto !important;
            min-height: 4.5rem;
            color: #ffffff;
            opacity: 0.9;
            width: 90%;
            height: 4.5rem;
            bottom: 0.7rem;
            left: 50%;
            transform: translate(-50%,0);
            position: fixed;
            z-index: 99999999;
            border-bottom-left-radius: 6.25rem;
            border-top-left-radius: 6.25rem;
            border-bottom-right-radius: 6.25rem;
            border-top-right-radius: 6.25rem;
            background: #ffffff;
            display: flex;
            align-items: center;
            box-shadow: 0px 0px 10px 0px #999;
        }

.tozibo{
    float:right;
    margin-right:10px;
    color:#fff;
}