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

body {
    /*background: url(../images/body_bg.png) repeat-x scroll 0 0 #f0eef5;*/
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 1.50;
    color: #666666;
}

.blogTitle{
    background: url(../images/title_logo2.png) no-repeat center 21px;
    height: 314px;
    clear: both;
    width: 1200PX;
    margin: 0 auto;
    position: relative;
}
.blogTitle a div {
    background-image: url(../images/icons/logo.png);
    background-repeat: no-repeat;
    background-position: center;
    font-size: 30px;
    width: 310px;
    height: 160px;
    line-height: 100px;
    text-align: center;
    position: relative;
    top: 80px;
    left: 18px;
    font-weight: normal;
}
.header-bottom {
    float: right;
    width: auto;
}


.header-top {
}
.bg {
    position: absolute;
    width: 100%;
    height: 30%;
    z-index: auto;
    top: 70%;
    background-color: rgba(34,44,55,0.7);
}

.wrappertop {
    color: #fff;
    position: absolute;
    top: 7%;
    left: 3%;
    width: 95%;
    height: 1.8em;
    overflow: hidden;
}

.wrapperbottom {
    list-style-type:none;
    color: #fff;
    background-color: rgba(0,150,136,1);
    position: absolute;
    top: 52%;
    left: 3%;
    height: 1.6em;
    border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    float: left;
    min-width: 50px;
    text-align: center;
}

.litleTile {

    padding: 0.5em 0.7em;
    text-align: center;
    font-size: 0.9em;
    height: 20px;
}

.mainTile {
    font-size: 1.1em;
}
.cansearch{
    
}
.searchinput{
}

.searchinput input[type="text"]{
    width: 350px;
}

.searchinput input[type="text"]:hover{
    border: 1px solid #8f8f8f;

}
.searchinput input[type="text"]:focus{
    border: 1px solid #002834;
}
.articlebg{
    padding: 30px 30px 30px 30px;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: rgb(255,255,255);
    border:1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 3px 3px 6px 0px rgba(99,99,99,0.5);
    -moz-box-shadow: 3px 3px 6px 0px rgba(99,99,99,0.5);
    box-shadow: 3px 3px 6px 0px rgba(99,99,99,0.5);
    border-radius: 3px;
}
.header {
    padding: 10px 0 10px 0;
    border-bottom: 0px solid #eaeaea;
    background-color: rgba(22,159,230,1);
    clear: both;
    position: relative;
    border: 1px solid #138cca;
    border-left: none;
    border-right: none;
}

    .header.header-small {
        padding: 10px 0;
    }
/* Fixed navigation
---------------------------------- */
.fixed-header-on .header.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1006;
    opacity: 0;
    filter: alpha(opacity=0);
    border-bottom: 0px solid #f1f1f1;
    padding: 5px 0;
    background-color: rgba(22,159,230,1);
}

.fixed-header-on.boxed .header.fixed {
    left: auto;
}

.fixed-header-on .header .logo {
    -webkit-transform: scale(0.80);
    -moz-transform: scale(0.80);
    -ms-transform: scale(0.80);
    -o-transform: scale(0.80);
    transform: scale(0.80);
    display: none;
}

.fixed-header-on .header .site-slogan {
    display: none;
}

.fixed-header-on .header .navbar.navbar-default {
    margin: 0;
}

.fixed-header-on .header.fixed.animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

/* Small devices (tablets, 768px and up) */
@media (min-width:768px) {
    .fixed-header-on.boxed .header.fixed {
        width: 750px;
    }
}

/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width:992px) {
    .fixed-header-on .header .logo {
        display: block;
    }

    .fixed-header-on.boxed .header.fixed {
        width: 970px;
    }
}

/* Large devices (Large desktops 1200px and up) */
@media (min-width:1200px) {
    .fixed-header-on.boxed .header.fixed {
        width: 1200px;
    }
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width:767px) {
    /* Fixed header position */
    .header.fixed {
        position: relative !important;
        top: auto !important;
    }
}

.object-visible,
.touch .object-non-visible {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.tigger-love { 
    height: 4em; 
}
.tiggerimage { 
    cursor: pointer; 
}
.alipay-wechat-img { 
    display: none; 
    height: 0; 
    position: relative; 
    top: -410px; 
}
.flitercount{
    margin-left: 5px;
    padding: 0px 3px 0px 3px;
    color: #F26C4F;
}
.footer-top-title{
    color:#fff;
    text-align: right;
    font-size:20px;
    line-height:1.1em;
    margin-top: 0;
}
.project{
    padding: 30px;
    outline: transparent 2px solid;
    border: #dddddd 1px solid;
    transition: all 0.4s;
    height: 300px;
}
.project:hover{
    outline: #002835 2px solid;
    border-color: transparent;
    z-index: 2;

}
.project a{
    text-decoration: none;
}
.filtericon{
    margin-right: 10px;
    width: 40px;
    height: 40px;
}
.archivetitleicon{
    margin:0px 15px 3px 0;
    width: 40px;
    height: 40px;
}

/*全部*/
.allicon{
    background: url('../images/icons/filters/all.png');
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: center;
}
/*算法*/
.algorithmicon{
    background: url('../images/icons/filters/algorithm.png');
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: center;
}
/*模型*/
.modelicon{
    background: url('../images/icons/filters/model.png');
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: center;
}
/*碎碎念*/
.othericon{
    background: url('../images/icons/filters/other.png');
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: center;
}
/*插件*/
.pluginicon{
    background: url('../images/icons/filters/plugin.png');
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: center;
}
/*源码*/
.sourcecodeicon{
    background: url('../images/icons/filters/sourcecode.png');
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: center;
}
/*贴图*/
.textureicon{
    background: url('../images/icons/filters/texture.png');
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: center;
}
/*工具*/
.toolicon{
    background: url('../images/icons/filters/tool.png');
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: center;
}
/*Unity3D*/
.unityicon{
    background: url('../images/icons/filters/unity.png');
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: center;
}
/*视频*/
.videoicon{
    background: url('../images/icons/filters/video.png');
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: center;
}</pre></body></html>