<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
html,body,div,ul,ol,li,h1,h2,h3,h4,h5,dl,dt,dd,p,a,span,em,i,strong,input,button{
    margin:0px;
    padding:0px;
}
body{
    width: 100%;
    font-size:16px;
    overflow-x: hidden;
    background-color: #ffffff;
    font-family: /*PingFang-SC-Medium*/PingFang-SC-Regular;
    -webkit-font-smoothing: antialiased;
    /*padding-top: 1rem;*/
}
ul li,dl dt dd,ol li{list-style: none;}
a{text-decoration: none;color: #fff;-webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;}
em,strong,i{font-style: normal;}
button,input{outline: none;border: none;}

/*浮动*/
.fl{ float:left;}
.fr{ float:right;}
.fn{ float:none;}

/*定位*/
.po_re{ position:relative;}
.po_ab{ position:absolute;}
.po_fix{ position:fixed;}

/*文字居中*/
.font_left{text-align:left;}
.font_cen{text-align:center;}
.font_right{text-align:right;}
.font_w{ font-weight:bold;}

/*不换行**超出隐藏**超出显示显示省略号*/
.font_nowrap{ white-space:nowrap; overflow:hidden;text-overflow:ellipsis;word-wrap: normal;}

/*display*/
.show_inline{display:inline-block;}

/*输入框的样式*/
.input_Style{font-family:Microsoft Yahei;color:#363636;padding-left:0.10rem;border:0.01rem solid #e8e8e8;background:#fff;border-radius:2rem;}

/*手型*/
.cur_p{cursor: pointer;}

.weui_dialog_hd {
    padding: 0;
    height: 1rem;
    line-height: 1rem;
    background: #fafafc;
    border-radius: 0.2rem;
}
.mocking{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333333;
    opacity: 0.7;
    z-index: 10;
}
.popup{
    position: fixed;
    top: 50%;
    left: 50%;
    background: #FFFFFF;

    text-align: center;
    border-radius: 0.2rem;
    color: #333333;
    transform: translate(-50%,-50%);
    z-index: 11;
}
.popupCont{
    padding:0.5rem 0.3rem;
    border-bottom: 1px solid #ececec;
}
.popupClick{
    padding:0.2rem 0;
    width: 5rem;
}

.weui_dialog.weui_dialog_visible, .weui_toast.weui_dialog_visible, .weui_dialog.weui_toast_visible, .weui_toast.weui_toast_visible {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}</pre></body></html>