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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,section,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 16px;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
    font-family: "Noto Sans S Chinese Medium","Helvetica Neue",Helvetica,Arial,sans-serif;
}
ol, ul {
    list-style: none;
}
button,input{
    border-radius: 0;
}
a,
a:hover,
a:visited,
a:active,
a:focus {
    color: #000;
    text-decoration: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
.popover.modal-in{
  display: block!important;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix {
    display: inline-block;
}
    
.clearfix::after {
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    clear: both;
}

.popover.modal-in{
  display: block!important;
}

@media screen and (min-width: 750px){
    .page{
        position: absolute!important;
        top: 0!important;
        left: 0!important;
        height: 100%;
        box-sizing: border-box;
        background: #efeff4;
        right: 0!important;
        bottom: 0!important;
        width: 740px!important;
        margin-left: auto;
        margin-right: auto;
    }
    #footer{
        width: 740px!important;
        margin-left: auto;
        margin-right: auto;
        left: 50%!important;
        transform: translateX(-50%)!important;
    }
    footer{
        width: 740px!important;
        left: 50%!important;
        transform: translateX(-50%)!important;
    }
    nav{
        width: 740px!important;
    }
    .manager-kind{
        width: 740px!important;
    }
}