﻿@charset "UTF-8";
/*body*/

.ui-mobile-viewport {
    margin: 0;
    overflow-x: visible;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
    text-decoration: none;
    cursor: pointer;
}

    a:-webkit-any-link {
        color: -webkit-link;
        text-decoration: none;
        cursor: auto;
    }

    a img {
        border: 0;
    }

.header-fixed, .footer-fixed {
    left: 0;
    right: 0;
    width: 100%;
    position: fixed;
    z-index: 1000;
    top: 0;
}

body {
    font-family: "微軟正黑體","新細明體",Arial;
}

/*header*/
#header {
    background: #f6f6f6;
    height: 44px;
    border-bottom: 1px solid #CCC;
    -moz-box-shadow: 0px 3px 10px #c1c1c1;
    -webkit-box-shadow: 0px 3px 10px #c1c1c1;
    box-shadow: 0px -1px 8px #c1c1c1;
}

    /* header headerBtnDiv*/
    #header .headerBtnDiv .btn span.btnTitle {
        color: #666666;
        display: block;
        float: left;
        font-size: 13px;
        font-weight: normal;
        height: 35px;
        line-height: 35px;
        max-width: 95px;
        min-width: 30px;
        overflow: hidden;
        text-align: center;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        -webkit-text-overflow: ellipsis;
        -moz-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: pointer;
    }

        #header .headerBtnDiv .btn span.btnTitle img {
            vertical-align: middle;
            display: inline-block;
            padding-bottom: 3px;
        }
    /*header button left*/
    #header .headerLeftfunctionDiv {
        display: inline-block;
        padding: 5px;
        float: left;
    }

        /*#header .headerLeftfunctionDiv .btn span:first-child {
            background: url(images/header/default_grey/btn_left_bg.png);
            display: block;
            float: left;
            height: 35px;
            width: 9px;
        }*/

        /*#header .headerLeftfunctionDiv .btn span:last-child {
            background: url(images/header/default_grey/btn_right_bg.png);
            display: block;
            float: left;
            height: 35px;
            width: 8px;
        }*/

    #header .headerLeftDiv {
        display: inline-block;
        padding: 5px;
        height: 44px;
        float: left;
    }

        #header .headerLeftDiv .btn span:first-child {
            display: block;
            float: left;
            height: 35px;
            width: 19px;
        }

        #header .headerLeftDiv .btn span:last-child {
            display: block;
            float: left;
            height: 35px;
            width: 9px;
        }
    /*header title*/
    #header .headerTitleDiv {
        height: 44px;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        -webkit-text-overflow: ellipsis;
        -moz-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 47px;
    }

        #header .headerTitleDiv H1 {
            text-align: center;
            margin: 0;
            text-shadow: 1px 1px 1px #fff;
            position: relative;
            color: #333333;
            font: 18px "Microsoft YaHei", Arial, Tahoma;
            font-weight: 500;
            line-height: 42px;
        }
    /*header button right*/
    #header .headerRightDiv {
        display: inline-block;
        padding: 5px;
        float: right;
    }

        #header .headerRightDiv .btn span:first-child {
            display: block;
            float: left;
            height: 35px;
            width: 9px;
        }

        #header .headerRightDiv .btn span:last-child {
            display: block;
            float: left;
            height: 35px;
            width: 9px;
        }

    #header .headerTitleDiv .headerTitleWord {
        display: block;
        font-size: 16px;
        line-height: 24px;
        margin: 0 auto;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        -webkit-text-overflow: ellipsis;
        -moz-text-overflow: ellipsis;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    #header .headerTitleDiv .headerTitleCount {
        color: #333;
        display: block;
        font-size: 12px;
        line-height: 16px;
    }

    #header .headerDiv .headerLogo {
        margin: 0 auto;
        display: block;
        padding: .6em 0 0 0;
    }
    #header .headerDiv .header-button-left {
        float: left;
        height: 25px;
        margin: 10px 0 0 10px;
        min-width: 60px;
        cursor: pointer;
        z-index: 99;
    }
    #header .headerBtnDiv .btn span.btnTitle img {
        vertical-align: middle;
        display: inline-block;
        padding-bottom: 3px;
    }
