<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bgui-hidden{display:none;}
.bgui-dialog{position:fixed;z-index:12;width:100%;height:auto;bottom:0;background-color:#FAFAFC;text-align:center;}
.bgui-dialog-header,.bgui-dialog-body{width: 90%;margin:0 auto;line-height:2;}
.bgui-dialog-header{padding: 10px 0;text-align: center;font-size:1em;color:#909090;border-bottom: 1px #ccc solid;font-size: 14px;}
.bgui-dialog-body{padding: 16px 0;overflow: hidden;font-size: 0.875em;color:#909090;}
.bgui-dialog-body ul{width: 100%;}
.bgui-dialog-body li{color:#909090;font-size:1.2rem;}
.bgui-dialog-active{color:#323232!important;}

/*
* å¼¹çª—ç»„ä»¶æ&nbsp;·å¼
* 2018-01-25ä¿®æ”¹
**/
.bg-mask{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition-duration: 0.3s;
}
.bg-mask-in{
    visibility: visible;
    opacity: 1;
}
.bg-mask-out{
    opacity: 0;
}
.bg-dialog{
    position: fixed;
    left: 10%;
    top: 50%;
    z-index: 1000;
    width: 80%;
    background: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0) scale(1.2);
    transform: translate3d(0, -50%, 0) scale(1.2);
    transition-property: opacity, transform;
}
.bg-dialog-in{
    opacity: 1;
    transition-duration: 0.3s;
    -webkit-transform: translate3d(0, -50%, 0) scale(1);
    transform: translate3d(0, -50%, 0) scale(1);
}
.bg-dialog-out{
    opacity: 0;
    transition-duration: 0.3s;
    -webkit-transform: translate3d(0, -50%, 0) scale(0.8);
    transform: translate3d(0, -50%, 0) scale(0.8);
}
.bg-dialog-header{
    padding: 10px 0;
    font-size: 18px;
    font-weight: bold;
}
.bg-dialog-body{
    max-height: 300px;
    padding: 15px 20px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.bg-dialog-footer{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 44px;
    border-top: 1px solid rgb(229, 229, 229);
    overflow: hidden;
    border-radius: 0 0 14px 14px;
}
.bg-dialog-btn{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 44px;
    border-right: 1px solid rgb(229, 229, 229);
}
.bg-dialog-btn p{
    font-size: 18px;
}
.bg-dialog-btn:first-child{
    border-radius: 0 0 0 8px;
}
.bg-dialog-btn:last-child p{
    color: rgb(8, 141, 232);
}
.bg-dialog-btn:last-child{
    border-right: none;
    border-radius: 0 0 8px 0 ;
}
.bg-dialog-btn:active{
    background: rgb(225, 225, 225);
}
/****** å¼¹çª—ç»„ä»¶æ&nbsp;·å¼-End *****/

/*
* å¼¹å±‚ç»„ä»¶æ&nbsp;·å¼
* 2018-01-26ä¿®æ”¹
**/
#touch-hide-mask{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;.
opacity: 0;
    transition-duration: 0.3s;
}
.touch-hide-mask-in{
    opacity: 1;
}
.touch-hide-mask-out{
    opacity: 0;
}
.flow-panel{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 100;
    opacity: 0;
}
.flow-panel-in{
    opacity: 1;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}
.flow-panel-out{
    opacity: 0;
    -webkit-transform: translateY(500px) !important;
    transform: translateY(500px) !important;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}
.flow-panel-head{
    padding: 12px 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.flow-panel-content{
    padding: 20px 15px;
}
.flow-panel-content p{
    margin-bottom: 10px;
    line-height: 1.5em;
    color: rgb(50, 50, 50);
}
.flow-panel-content p:last-child{
    margin-bottom: 0;
}
.close-grey-btn{
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    border: 1px solid rgba(5, 5, 5, 0.1);
    /*border-radius: 4px;*/
    background: rgb(248, 248, 248);
}
.close-grey-btn:first-child:active{
    background: rgb(235, 235, 235);
    transition: background 0.3s;
}
.close-grey-btn:nth-of-type(2n){
    margin-left: 30px;
    color: #fff;
    background: rgb(0, 151, 255);
}
.close-grey-btn:nth-of-type(2n):active{
    background: #2980b9;
}
/***** å¼¹å±‚æ&nbsp;·å¼-End *****/

/*
* largeToastæ&nbsp;·å¼
* 2018-01-26ä¿®æ”¹
**/
.ui-toast-wrap{
    position: fixed;
    left: 50%;
    top: 30%;
    width: 140px;
    min-height: 120px;
    line-height: 1.5em;
    margin-left: -60px;
    padding: 78px 15px 15px 15px;
    color: #fff;
    text-align: center;
    background: rgb(17, 17, 17);
    opacity: 0.7;
    border-radius: 4px;
    z-index: 9999;
}
.toast-success:before,
.toast-error:before{
    content: '';
    position: absolute;
    left: 45px;
    top: 20px;
    width: 50px;
    height: 50px;
}
.toast-success:before{
    border: 2px solid #fff;
    border-radius: 50%;
    background: url("../images/invoice_img/icon_check_wechatpay@2x.png") no-repeat center;
    background-size: 28px 28px;
}
.toast-error:before{
    background: url("../images/invoice_img/btn_close.png") no-repeat center;
    background-size: 27px 27px;
}
/** largeToastæ&nbsp;·å¼-End **/

/**
 * loadingæ”¹ç‰ˆæ&nbsp;·å¼
 * 2019-08-05
 */
.bg-loading-mask{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: transparent;
}
.bg-loading-wrp{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 120px;
    height: 120px;
    margin-left: -60px;
    margin-top: -60px;
    z-index: 100000;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
}
.bg-loading-svga{
    width: 100%;
    height: 100%;
}
/** loadingæ”¹ç‰ˆæ&nbsp;·å¼-END */</pre></body></html>