<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.moments {
    padding: 4em 0 0;
}
.clearfix{
    clear:both;
}
.container {
    width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.class{
    height:36px;
    line-height:36px;
    padding-left:35px;
    background:url(../images/title_img.png) left center no-repeat;
    font-weight:bold;
    font-size:20px;
}
.type_title{
    border-bottom:1px solid #e0e0e0;
    overflow:hidden;
    margin-bottom:26px;
}
.type_title&gt;div{
    float:left;
    padding-bottom:8px;
    padding-right:23px;
    background:url(../images/jiantou.png) right 5px no-repeat;
    color:#1894d3;
    font-size:20px;
}
.type_title&gt;.more{
    float:right;
    color:#010101;
    font-size:14px;
    line-height:32px;
    display:block;
    padding-right:18px;
}
.categories {
    margin-top: 1em;
}
#myStyle {
    padding-bottom: 2%;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-left:10px;
    margin-bottom:10px;
}
.btn-success {
    color: #fff;
    background-color: #01a1eb;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.moments-bottom {
    margin-top: 2em;
    padding-bottom:4em;
    overflow:hidden;
}
.moments-content&gt;div{
    display:none;
}
.moments-content&gt;.active{
    display:block;
}
.col-md-4 {
    width: 25%;
    position:relative;
    box-sizing:border-box;
}
.moments-left {
    padding-right: 30px;
    padding-left: 0;
    padding-bottom: 60px;
    float:left;
}
.moments-left&gt;div:first-child{
    position:relative;
}
.moments-left&gt;div&gt;p{
    line-height:36px;
    height:36px;
    background:rgba(0,0,0,0.6);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
    text-align:center;
    color:#fff;
    position:absolute;
    bottom:0;
    width:100%;
}
.moments-left img {
    width: 100%;
    display:block;
}
.itd {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 52px;
    height: 25px;
    margin:-55.5px 0 0 -51px;
    background-color: #66b9ff;
    color: white;
    opacity: 0;
    padding:10px 15px;
    z-index:99999;
    border-radius:5px;
    display:block;
}
.moments-left:hover .itd{
    opacity:1;
}
.itd&gt;div {
    color: #fff;
    display:block;
    padding-left:20px;
    background:url(../images/down_FFF.svg) left center no-repeat;
}
.pager {
    padding-left: 0;
    text-align: center;
    list-style: none;
}
.pager li {
    display: inline;
}
.pager li &gt; a, .pager li &gt; span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    color: #353a3d;
}
/*from表单*/
#from{
    width:530px;
    height:500px;
    border-radius:10px;
    position:fixed;
    top:50%;
    left:50%;
    background:#fff;
    margin:-290px 0 0 -290px;
    z-index:999999;
    padding:40px 25px;
    display:none;
}
#from &gt;.close{
    position:absolute;
    top:0;
    right:0;
    width:40px;
    height:40px;
    line-height:40px;
    text-align:center;
    font-size:32px;
}
#close{
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    background:rgba(0,0,0,0.3);
    display:none;
    z-index:99999;
}</pre></body></html>