﻿@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* custom */
a {
    color: #7e8c8d;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
}
li {
    list-style: none;
}
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
}
::-webkit-scrollbar-thumb:vertical {
    height: 5px;
    background-color: rgba(125, 125, 125, 0.7);
    -webkit-border-radius: 6px;
}
::-webkit-scrollbar-thumb:horizontal {
    width: 5px;
    background-color: rgba(125, 125, 125, 0.7);
    -webkit-border-radius: 6px;
}
html{
    height: 100%;
    font-size: 625%;
    font-family: "Microsoft YaHei", "黑体", "Helvetica Condensed", "Arial Narrow",tahoma,arial,'Hiragino Sans GB',\5b8b\4f53,sans-serif;;
}
/*cursor:pointer; 防止在ios系统点击document失效*/
body {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    overflow-x: hidden;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*flex常用佈局*/
.vertical-flex{
    display: flex;
    flex-direction: column;
}
.level-flex{
    display: flex;
    flex-direction: row;
}
.between{
    justify-content: space-between;
    align-items: center;
}

/*史帯日期控件樣式*/
.android-ics .dw{
    color: #000;
}
.android-ics .dwv{
    border-bottom: 1px solid #dbdbdb;
    height: 45px;
    line-height: 50px;
}
.android-ics .dw .dwwol{
    border-top: 2px solid #002f5f;
    border-bottom: 2px solid #002f5f;
}
.android-ics.light .dwb{
    color: #002f5f;
}
.dwo{
    opacity: .3;
}
.android-ics .dw .dwb {
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    text-shadow: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-box-shadow: none;
}

/*史帯公共樣式*/
.starr-select{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;font-size:16px;z-index:30;}
.starr-select-show{position:absolute;top:0;right:0;width:100%;height:100%;opacity:1;font-size:18px;z-index:30;text-align:right !important;padding-right:0;background:none;border:none;opacity:0;}
.disable-btn {
    background-image: url(/static/images/desktop/hk_starr/loading.gif);
    background-repeat: no-repeat;
    background-position: 13px 7px;
    background-color: #e4e3e1;
    border: 1px solid #e4e3e1;
    color: #9e9e9d;
    cursor: not-allowed;
    text-indent: 40px;
}

/*浮动*/
.clear { zoom:1; }
.ovfl { overflow: hidden}
.clearfix:after { content:''; display:block; clear:both; }
.fl { float:left;}
.fr { float:right;}







/*底部版權所有*/
.content-wrapper {
    flex: 1;
}
footer{
    width: 100% !important;
    background: #4b4c4d !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 10px 0 !important;
    height: .5rem !important;
}
footer p{
    color: #d4d4d4 !important;
    font-size: 14px !important;
    line-height: .25rem !important;
    text-align: center !important;
}
