<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    background-color: #f4f5f7 !important;
}

/* ���闓����￥�篏�箴��у�桁���札羯��������� */
body::-webkit-scrollbar {
    display: none;
}

html,
body {
   height: 100%;
   overflow-x: hidden;
   overflow-y: auto;
}

.clearfix:after {
    content: "";
    /*莅丞舟��絎剛減腥�*/
    height: 0;
    /*蕭�綺�減0*/
    line-height: 0;
    /*茵�蕭�筝�0*/
    display: block;
    /*絨�����習筝阪��膾у��膣�*/
    visibility: hidden;
    /*絨���膣�����*/
    clear: both
        /*羝��ゆ貴��*/
}

.clearfix {
    zoom: 1;
}

.container {
    padding:0 !important;
}

.ell {
    overflow: hidden;
    white-space: nowrap;
    /*�我②��絖�紊��炊�九��������茵�*/
    text-overflow: ellipsis;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.hidden {
    display: none;
}

/* ���絎�箙�筝�篋��榊����援���桁��剛梢��莅乗�������篋х���贋�剛��剛梢������ */
.C_background {
    background-color: #409EFF;
}




/*��臀����守�頑�*/
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    padding-right: 0px;
    padding-left: 0px;
}

/*���羔����腓榊����蕁劫�≧�桁�*/
body .frameMessageCard {
    position: fixed;
    bottom: 0;
    right: 50px;
    width: 30px;
    height: 30px;
    background: red;
}
</pre></body></html>