<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background:#000;
}


* {
    font-family: 'Microsoft YaHei','微软雅黑';
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
}


.padding {
    padding-left: 35px;
    padding-right: 35px;
}

html, body {
    height: 100%;
}
		.pc_show{
		display:block;
		}
		.mobile_show{
		display:none;
		}
		@media screen and (max-width:768px){
		.mobile_show{
		display:block;
		}
		.pc_show{
		display:none;
		}
		}
.bannerBox {
    height: 275px;
    overflow:hidden;
}

.swiper-container {
    width: 100%;
}

.swiper-pagination-bullet {
    background: rgba(0,0,0,0.6);
    width: 15px;
    height: 15px;
    border: solid 1px #fff;
}

.swiper-pagination-bullet-active {
    background: #f0ab00;
}


.logo {
    display: block;
    height: 46px;
    position: relative;
    top: 44px;
    left: 44px;
}

#loading {
    width: 100vw;
    height: calc(100vh + 1px);
    background: url(../../img/commonImg/loading.gif) center center no-repeat rgba(0,0,0,0.5);
    background-size: 50px auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    display: none;
}

/*社区tabbar*/
#tabbar {
    display: none;
    height: 78px;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 110;
}

#tabbar &gt; div {
    width: 100%;
    height: 78px;
    border-top: solid 1px #d6d6d6;
    background: #fff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 20px;
    position:relative;
}

.tabbarItem {
    display: block;
    width: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    color: #808080;
    font-size: 18px;
    padding: 5px 0;
}

.tabbar_icon {
    width: 35px;
    height: 30px;
}

.tabbar_iconIndex {
    background: url(../../img/commonImg/icon_index.png) center top no-repeat;
    background-size: contain;
}

.active .tabbar_iconIndex {
    background: url(../../img/commonImg/icon_index_active.png) center top no-repeat;
    background-size: contain;
}

.tabbar_iconResource {
    background: url(../../img/commonImg/icon_resource.png) center top no-repeat;
    background-size: contain;
}

.active .tabbar_iconResource {
    background: url(../../img/commonImg/icon_resource_active.png) center top no-repeat;
    background-size: contain;
}

.tabbar_iconBBS {
    background: url(../../img/commonImg/icon_BBS.png) center top no-repeat;
    background-size: contain;
}

.active .tabbar_iconBBS {
    background: url(../../img/commonImg/icon_BBS_active.png) center top no-repeat;
    background-size: contain;
}

.tabbar_iconMine {
    background: url(../../img/commonImg/icon_mine.png) center top no-repeat;
    background-size: contain;
}

.active .tabbar_iconMine {
    background: url(../../img/commonImg/icon_mine_active.png) center top no-repeat;
    background-size: contain;
}

.tabbar_publish .tabbar_icon {
    height: 65px;
    width: 65px;
}

.active span {
    color:#f0ab00;
    font-weight:bold;
}



/*下载弹窗*/
.CPM_downLoad {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    display: none;
}

    .CPM_downLoad .CPM_Box {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .CPM_downLoad .item {
        width: 534px;
        min-height: 678px;
        background: #fff;
        border-radius: 10px;
        margin-top: -100px;
        padding: 35px;
    }

    .CPM_downLoad .btnClose {
        display: block;
        width: 50px;
        height: 50px;
        background: url(../../img/commonImg/close.png) center center no-repeat;
        position: relative;
        top: -5px;
        left: calc(100% - 45px);
    }

    .CPM_downLoad .item &gt; img {
        margin: 50px auto 40px auto;
    }

    .CPM_downLoad .text {
        text-align: center;
        color: #000000;
        font-size: 30px;
    }

    .CPM_downLoad .link_downLoad {
        color: #008fd3;
        line-height: 26px;
        font-size: 20px;
        min-height: 140px;
        padding: 20px 0;
        word-break: break-word;
    }

    .CPM_downLoad .tips {
        text-align: center;
        color: #808080;
        font-size: 22px;
    }


/*确认资料弹窗*/
.infoCPM_wrap {
    display:none;
    width:100vw;
    height:calc(100% + 1px);
    background:rgba(0,0,0,0.7);
    position:absolute;
    top:0;
    left:0;
    z-index:10;
}

.infoCPM_wrap&gt;div {
    width:100%;
    height:100%;
    display:flex;
    justify-content:center;
    align-items:center;
}

.infoCPM_box {
    width: 544px;
    height: 804px;
    border-radius: 10px;
    background: #fff;
}

.btnClose {
    display:block;
    width:40px;
    height:40px;
    background:url(../../img/commonImg/close2.png) center center no-repeat;
    background-size:contain;
    position:relative;
    top:20px;
    left:calc(100% - 60px);
}

.infoCPM_box &gt; h2 {
    color:#000;
    font-size:24px;
    text-align:center;
    padding-bottom:40px;
    margin-top:20px;
}

.itemList {
    display:flex;
    justify-content:center;
    align-items:flex-start;
}

.itemTitle {
    width: 120px;
    font-size: 24px;
    color: #000;
    text-align: right;
    padding-top: 10px;
}

.itemBox {
    width:352px;
   
    margin-left:20px;
}

.itemBox &gt; input {
    display: block;
    width: 100%;
    height: 49px;
    border: solid 1px #666;
    border-radius: 3px;
    padding: 0 10px;
    background: transparent;
    outline: none;
    font-size: 24px;
    color: #666;
}

.warning {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 10px;
    font-size: 18px;
    line-height: 40px;
    color: #0070F2;
}

.btnSend {
    width: 270px;
    height: 60px;
    border-radius: 3px;
    background: #f0ab00;
    display:flex;
    justify-content:center;
    align-items:center;
    margin:50px auto 0 auto;
}

.btnSend &gt; span {
    color:#000;
    font-size:26px;
    padding-left:15px;
    padding-bottom:5px;
}


/*社区部分，返回首页按钮*/

#btnHome {
    display:none;
    width:90px;
    height:auto;
    position:absolute;
    right:10px;
    bottom:100px;
    z-index:150;
}

#btnHome &gt; img {
    width:100%;
    height:auto;
    opacity:0.7;
}


/*时间选择插件样式调整*/
.layui-laydate-main {
    width: 380px !important;
}
    .layui-laydate-main table {
        width: 360px !important;
    }
.layui-laydate-content td, .layui-laydate-content th {
    width: 36px;
    height: 36px!important;
    padding: 5px;
    text-align: center;
}

.layui-laydate {
    font-size:16px!important;
}

.laydate-footer-btns span {
    height:36px!important;
    line-height:36px!important;
    font-size:16px!important;
}

.layui-laydate-footer {
    height:56px!important;
}
/*时间选择插件样式调整-end*/

/*暂无数据*/
.scrollTips {
    width: 100%;
    line-height: 60px;
    text-align: center;
    color: #999;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 140px;
}

.scrollTips2 {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    color: #999;
    width: 100%;
    margin-top: 300px;
}

.layui-flow-more {
    display:none;
}</pre></body></html>