.errmsg {
    /*    font-family: "蘋果儷中黑", "微軟正黑體", "新細明體", Arial, sans-serif; */
    text-align: center;
    margin-top: 5px;
    color: #bd1818;
}

.prgmsg {
    /*    font-family: "蘋果儷中黑", "微軟正黑體", "新細明體", Arial, sans-serif; */
    text-align: center;
    margin-top: 5px;
    color: brown;
}

#_scr_mask_a {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 200000;
    top: 0px;
    left: 0px;
}

#_scr_mask_back_a {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 199999;
    top: 0px;
    left: 0px;
    background: black;
}

#_scr_mask {
    font-family: serif;
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100000;
    top: 0px;
    left: 0px;
}

#_scr_mask_back {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999;
    top: 0px;
    left: 0px;
    background: black;
}

._scr_menu_mask_back {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9998;
    top: 0px;
    left: 0px;
    background: black;
    opacity: 0.3;
}

#_dialogbox_a {
    border-radius: 10px;
    border-style: solid;
    border-color: #E2E2E2;
    background: #FFF;
    position: absolute;
    left: 50%;
    top: 50%;
    overflow: hidden;
}

#_dia_title_a {
    border-radius: 5px 5px 0px 0px;
    margin-bottom: 1px;
    height: 30px;
}

#_dia_data_a {
    padding-top: 5px;
}

.err_title ._dia_title1_a {
    color: rgba(255, 0, 0, 0);
    padding: 8px;
}

.ok_title ._dia_title1_a {
    color: rgba(0, 128, 0, 0);
    padding: 8px;
}

._dia_title1_a {
    padding: 2px;
    color: gray;
    height: 30px;
    line-height: 30px;
    padding-left: 9px;
}

#_dialogbox {
    border-radius: 10px;
    background: #FFF;
    position: absolute;
    left: 50%;
    top: 50%;
    background: #EAEAEA;
    overflow: hidden;
}

#_dia_title {
    background: #929292;
    border-radius: 5px 5px 0px 0px;
    margin-bottom: 1px;
    height: 32px;
    line-height: 28px;
}

._dia_title1 {
    padding: 2px;
    padding-left: 5px;
    color: #E8E8E8;
}

.closedialog {
    position: absolute;
    right: 8px;
    top: 5px;
    width: 20px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    color: black;
    font-size: 20px;
}

.closedialog:hover {
    color: gray;
}

.closedialog_a {
    position: absolute;
    right: 8px;
    top: 5px;
    width: 20px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    color: black;
    font-size: 20px;
}

.closedialog_a:hover {
    color: gray;
}

.confirmmsg {
    color: blue;
    padding: 5px;
}

.confirmmsg1 {
    text-align: center;
}

.confirmbtn_div {
    bottom: 5px;
    position: absolute;
    width: 200px;
    margin-bottom: 5px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.sys_btn {
    height: 30px;
    line-height: 30px;
    font-size: 90%;
    border: solid 1px #5B5C5C;
    background: #f2f2f2;
    box-shadow: inset 0px 5px 5px -4px #FFF;
    transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    text-align: center;
    width: 120px;
    border-radius: 5px;
    cursor: pointer;
}

.sys_btn:hover {
    background: #5A5A5A;
    color: white;
}

.sys_btn.confirmbtn_ok {
    width: 84px;
    float: left;
}

.sys_btn.errbtn_ok {
    width: 84px;
    margin: auto;
}

.sys_btn.confirmbtn_cancel {
    width: 84px;
    float: right;
}

.gotop {
    position: fixed;
    opacity: 0.5;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background: #777;
    background: rgb(120 111 255 / 30%);
    color: #000;
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: 10px;
    bottom: 10%;
    padding-top: 8px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-radius: 10px;
    cursor: pointer;
    font-size: 22px;
}

.gotop:hover {
    background: rgb(120 111 255 / 95%);
    color: white;
}