@charset "UTF-8";
.aplayer-narrow{width:66px}
.aplayer-narrow .aplayer-info{display:none}
.aplayer-withlrc.aplayer-narrow{width:90px}
.aplayer-withlrc.aplayer .aplayer-pic{height:90px;width:90px}
.aplayer-withlrc.aplayer .aplayer-info{margin-left:90px;height:90px}
.aplayer-withlrc.aplayer .aplayer-lrc{display:none}
.aplayer-withlrc.aplayer .aplayer-info{padding:10px 7px 0 7px}
.aplayer-withlist.aplayer .aplayer-info{border-bottom:1px solid #e9e9e9}
.aplayer-withlist.aplayer .aplayer-list{display:block}
.aplayer-withlist.aplayer .aplayer-icon-menu{display:inline!important}
.aplayer{
    font-family:Arial,Helvetica,sans-serif;
    margin:5px;
    -webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    border-radius:2px;
    overflow:hidden;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    line-height:initial
}
.aplayer *{-webkit-box-sizing:content-box;box-sizing:content-box}
.aplayer .aplayer-icon{
    width:15px;
    height:15px;
    border:none;
    background-color:transparent;outline:0;cursor:pointer;opacity:.8;vertical-align:middle;padding:0;font-size:12px;margin:0;display:inline}
.aplayer .aplayer-icon .aplayer-fill{-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}
.aplayer .aplayer-lrc-content{display:none}
.aplayer .aplayer-pic{
    position:relative;float:left;
    height:66px;width:66px;background-image:url(../images/music/default.jpg);
    background-size:100%;-webkit-transition:all .3s ease;transition:all .3s ease}
.aplayer .aplayer-pic .aplayer-button{
    position:absolute;
    border-radius:50%;
    opacity:.8;
    cursor:pointer;text-shadow:0 1px 1px rgba(0,0,0,.2);
    -webkit-box-shadow:0 1px 1px rgba(0,0,0,.2);
    box-shadow:0 1px 1px rgba(0,0,0,.2);
    background:rgba(0,0,0,.2);
    -webkit-transition:all .1s ease;transition:all .1s ease
}
.aplayer .aplayer-pic .aplayer-button:hover{opacity:1}
.aplayer .aplayer-pic .aplayer-button .aplayer-fill{fill:#fff}
.aplayer .aplayer-pic .aplayer-hide{display:none}
.aplayer .aplayer-pic .aplayer-play{
    width:26px;height:26px;border:2px solid #fff;bottom:50%;right:50%;margin:0 -15px -15px 0;
}
.aplayer .aplayer-pic .aplayer-play .aplayer-icon-play{
    position:absolute;top:3px;left:4px;height:20px;width:20px
}
.aplayer .aplayer-pic .aplayer-pause{width:16px;height:16px;border:2px solid #fff;bottom:4px;right:4px}
.aplayer .aplayer-pic .aplayer-pause .aplayer-icon-pause{position:absolute;top:2px;left:2px;height:12px;width:12px}
.aplayer .aplayer-info{margin-left:66px;padding:14px 7px 0 10px;height:66px;-webkit-box-sizing:border-box;box-sizing:border-box}
.aplayer .aplayer-info .aplayer-music{
    overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
    margin:0 0 13px 5px;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;cursor:default;padding-bottom:2px
}
.aplayer .aplayer-info .aplayer-music .aplayer-title{
    font-size:14px;max-width:100%;
    white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden;text-align:left
}
.aplayer .aplayer-info .aplayer-music .aplayer-author{
    font-size:12px;margin-top:5px;
    max-width:100%;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left;color:#666
}
.aplayer .aplayer-info .aplayer-controller{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex}
.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap{margin:0 0 0 5px;padding:4px 0;cursor:pointer!important;-webkit-box-flex:1;-ms-flex:1;flex:1}
.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar{position:relative;height:2px;width:100%;background:#cdcdcd}
.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-loaded{
    position:absolute;left:0;top:0;bottom:0;background:#aaa;height:2px;-webkit-transition:all .5s ease;transition:all .5s ease
}
.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-played{position:absolute;left:0;top:0;bottom:0;height:2px}
.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-played .aplayer-thumb{
    position:absolute;top:0;right:5px;margin-top:-4px;margin-right:-10px;height:8px;width:8px;border-radius:50%;background:#fff;cursor:pointer!important
}
.aplayer .aplayer-info .aplayer-controller .aplayer-time{position:relative;right:0;bottom:3px;height:17px;color:#999;font-size:11px;padding-left:7px}
.aplayer .aplayer-info .aplayer-controller .aplayer-time .aplayer-time-inner{vertical-align:middle}
.aplayer .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon{cursor:pointer;-webkit-transition:all .2s ease;transition:all .2s ease}
.aplayer .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon .aplayer-fill{fill:#666}
.aplayer .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon.aplayer-icon-mode{margin-right:4px}
.aplayer .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon:hover .aplayer-fill{fill:#000}
.aplayer .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon.aplayer-icon-menu{display:none}
.aplayer .aplayer-info .aplayer-controller .aplayer-time.aplayer-time-narrow .aplayer-icon-mode{display:none}
.aplayer .aplayer-info .aplayer-controller .aplayer-time.aplayer-time-narrow .aplayer-icon-menu{display:none}
.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap{position:relative;display:inline-block;margin-left:3px;cursor:pointer!important}
.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap:hover .aplayer-volume-bar-wrap{display:block}
.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-volume-bar-wrap{
    display:none;position:absolute;bottom:15px;right:-3px;width:25px;height:40px;z-index:99
}
.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-volume-bar-wrap .aplayer-volume-bar{
    position:absolute;bottom:0;right:10px;width:5px;height:35px;background:#aaa
}
.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-volume-bar-wrap .aplayer-volume-bar .aplayer-volume{
    position:absolute;bottom:0;right:0;width:5px;-webkit-transition:all .1s ease;transition:all .1s ease
}
.aplayer .aplayer-lrc{position:fixed;height:105px;bottom:10px;width:700px;left:220px;overflow:hidden;display:none}
.aplayer .aplayer-lrc:before{
    position:absolute;top:0;z-index:1;
    display:none;overflow:hidden;width:100%;height:10%;content:' ';
    background:-webkit-gradient(linear,left top,left bottom,from(white),to(rgba(255,255,255,0)));
    background:linear-gradient(to bottom,#fff 0,rgba(255,255,255,0) 100%)
}
.aplayer .aplayer-lrc:after{
    position:absolute;bottom:0;z-index:1;display:none;overflow:hidden;width:100%;height:33%;content:' ';
    background:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(rgba(255,255,255,.8)));
    background:linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 100%)
}
.aplayer .aplayer-lrc p{
    font-size:30px;color:#222;text-shadow:0 1px 5px #47456d;
    line-height:35px!important;height:35px!important;padding:0!important;
    margin:0!important;-webkit-transition:all .5s ease-out;transition:all .5s ease-out;
    opacity:.4;overflow:hidden;visibility:hidden
}
.aplayer .aplayer-lrc p.aplayer-lrc-current{
    opacity:1;overflow:visible;height:35px!important;visibility:visible
}
.aplayer .aplayer-lrc p.aplayer-lrc-current.hidden{visibility:hidden}
.aplayer .aplayer-lrc .aplayer-lrc-contents{
    position:relative;height:100%;text-align:center;-webkit-transition:all .5s ease-out;transition:all .5s ease-out;
    -webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;cursor:default
}
.aplayer .aplayer-list{overflow:auto;-webkit-transition:all .5s ease;transition:all .5s ease;will-change:height;display:none}
.aplayer .aplayer-list.aplayer-list-hide{height:0!important}
.aplayer .aplayer-list::-webkit-scrollbar{width:5px}
.aplayer .aplayer-list::-webkit-scrollbar-track{background-color:#f9f9f9}
.aplayer .aplayer-list::-webkit-scrollbar-thumb{border-radius:3px;background-color:#eee}
.aplayer .aplayer-list::-webkit-scrollbar-thumb:hover{background-color:#ccc}
.aplayer .aplayer-list ol{list-style-type:none;margin:0;padding:0}
.aplayer .aplayer-list ol li{
    position:relative;height:32px;line-height:32px;padding:0 15px;font-size:12px;
    border-top:1px solid #e9e9e9;cursor:pointer;
    -webkit-transition:all .2s ease;transition:all .2s ease;overflow:hidden;text-align:left
}
.aplayer .aplayer-list ol li:first-child{border-top:none}
.aplayer .aplayer-list ol li:hover{background:#efefef}
.aplayer .aplayer-list ol li.aplayer-list-light{background:#e9e9e9}
.aplayer .aplayer-list ol li.aplayer-list-light .aplayer-list-cur{display:inline-block}
.aplayer .aplayer-list ol li .aplayer-list-cur{display:none;width:3px;height:22px;position:absolute;left:0;top:5px;cursor:pointer}
.aplayer .aplayer-list ol li .aplayer-list-index{color:#666;margin-right:12px;cursor:pointer;display:inline-block;overflow:hidden}
.aplayer .aplayer-list ol li .aplayer-list-title{max-width:60%;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.aplayer .aplayer-list ol li .aplayer-list-author{
    color:#666;float:right;cursor:pointer;max-width:30%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap
}
@-webkit-keyframes aplayer-roll{0%{left:0}100%{left:-100%}}
@keyframes aplayer-roll{0%{left:0}100%{left:-100%}}
.cube-archives{background-color:#fff;padding:0 20px 20px 20px}
@media (max-width:768px){
    .cube-archives .cube-archive{margin-top:30px;padding-top:30px;padding-left:0}
    .cube-archives .cube-archive:not(:first-child){border-top:1px dashed #999}
    .cube-archives .cube-archive .title{text-decoration:underline;font-size:1.4em;color:#b94a48;text-align:left;margin-bottom:5px}
    .cube-archives .cube-archive .posts{padding-left:20px;font-size:1em;list-style:none;margin-top:15px}
    .cube-archives .cube-archive .posts .post{margin-bottom:3px;line-height:1.3}
    .cube-archives .cube-archive .posts .post a{color:#38b7ea;text-decoration:none}
    .cube-archives .cube-archive .posts .post a:visited{color:#38b7ea;text-decoration:none}
    .cube-archives .cube-archive .preview-posts{padding-left:20px;font-size:1em;list-style:none;margin-top:15px}
    .cube-archives .cube-archive .preview-posts .preview-post{margin-bottom:3px;line-height:1.3}
    .cube-archives .cube-archive .preview-posts .preview-post .preview{display:none}
    .cube-archives .cube-archive .preview-posts .preview-post a{color:#38b7ea;text-decoration:none}
    .cube-archives .cube-archive .preview-posts .preview-post a:visited{color:#38b7ea;text-decoration:none}
}
@media (min-width:768px){
    .cube-archives{
        padding:20px;
        -webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
        box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
        border-radius:5px;
    }
    .cube-archives .cube-archive{padding-bottom:40px;border-bottom:1px dashed #ddd}
    .cube-archives .cube-archive:not(:first-child){padding-top:40px}
    .cube-archives .cube-archive:last-child{border-bottom:0}
    .cube-archives .cube-archive .title{border-bottom:0;margin-top:0;color:#b94a48}
    .cube-archives .cube-archive .posts{list-style:none;margin-top:0}
    .cube-archives .cube-archive .posts .post a{line-height:1.5;font-size:1.1em;color:#999;text-decoration:none}
    .cube-archives .cube-archive .posts .post a:visited{color:#999;text-decoration:none}
    .cube-archives .cube-archive .posts .post a:hover{color:#38b7ea}
    .cube-archives .cube-archive .preview-posts{
        list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;
        padding-left:0;-ms-flex-wrap:wrap;flex-wrap:wrap
    }
    .cube-archives .cube-archive .preview-posts .preview-post{
        text-align:justify;word-break:break-all;-webkit-box-flex:0;
        -ms-flex:0 1 50%;flex:0 1 50%;max-width:50%;position:relative;margin-bottom:20px
    }
    .cube-archives .cube-archive .preview-posts .preview-post .preview{position:absolute;left:0;top:0;
        width:100px;height:100px;overflow:hidden
    }
    .cube-archives .cube-archive .preview-posts .preview-post .preview div{
        background-size:cover;background-repeat:no-repeat;background-position:center;
        -webkit-transition:all .5s;transition:all .5s;width:100%;height:100%
    }
    .cube-archives .cube-archive .preview-posts .preview-post .preview div:hover{
        -webkit-transform:scale(2);transform:scale(2)
    }
    .cube-archives .cube-archive .preview-posts .preview-post .info{padding-left:100px}
    .cube-archives .cube-archive .preview-posts .preview-post .info a{text-decoration:none;color:#999}
    .cube-archives .cube-archive .preview-posts .preview-post .info a:visited{text-decoration:none;color:#999}
    .cube-archives .cube-archive .preview-posts .preview-post .info a:hover{color:#38b7ea}
}
.cube-boxs{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;background-color:#fff}
.cube-boxs .cube-box a,.cube-boxs .cube-box-bg a{text-decoration:none}
.cube-boxs .cube-box a:visited,.cube-boxs .cube-box-bg a:visited{text-decoration:none}
@media (max-width:768px){
    .cube-boxs{
        -webkit-box-pack:justify;-ms-flex-pack:justify;
        justify-content:space-between;padding:20px;-webkit-box-align:baseline;
        -ms-flex-align:baseline;align-items:baseline
    }
    .cube-boxs .cube-box{margin-bottom:10px;text-align:center;-webkit-box-flex:0;-ms-flex:0 1 24%;flex:0 1 24%}
    .cube-boxs .cube-box a{color:#999;font-size:1.1em}
    .cube-boxs .cube-box a:visited{color:#999}
    .cube-boxs .cube-box-bg{margin-bottom:10px;text-align:center;-webkit-box-flex:0;-ms-flex:0 1 24%;flex:0 1 24%}
    .cube-boxs .cube-box-bg a{color:#444;font-size:1.3em;font-weight:600}
    .cube-boxs .cube-box-bg a:visited{color:#444}
}
@media (min-width:768px){
    .cube-boxs{display:none}
    .cube-sidebar .cube-boxs{
        display:-webkit-box;display:-ms-flexbox;display:flex;
        -webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;
        padding:20px;-webkit-box-align:baseline;-ms-flex-align:baseline;
        align-items:baseline;border-bottom-left-radius:5px;border-bottom-right-radius:5px
    }
    .cube-sidebar .cube-boxs .cube-box{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;display:inline-block;padding:5px 10px}
    .cube-sidebar .cube-boxs .cube-box a{color:#999;font-size:1em}
    .cube-sidebar .cube-boxs .cube-box a:visited{color:#999}
    .cube-sidebar .cube-boxs .cube-box-bg{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;display:inline-block;padding:3px 10px}
    .cube-sidebar .cube-boxs .cube-box-bg a{color:#444;font-size:1.1em;font-weight:600}
    .cube-sidebar .cube-boxs .cube-box-bg a:visited{color:#444}
}
.hljs{display:block;overflow-x:auto;padding:.5em;background:#1e1e1e;color:#dcdcdc}
.hljs-keyword,.hljs-literal,.hljs-name,.hljs-symbol{color:#569cd6}
.hljs-link{color:#569cd6;text-decoration:underline}
.hljs-built_in,.hljs-type{color:#4ec9b0}
.hljs-class,.hljs-number{color:#b8d7a3}
.hljs-meta-string,.hljs-string{color:#d69d85}
.hljs-regexp,.hljs-template-tag{color:#9a5334}
.hljs-formula,.hljs-function,.hljs-params,.hljs-subst,.hljs-title{color:#dcdcdc}
.hljs-comment,.hljs-quote{color:#57a64a;font-style:italic}
.hljs-doctag{color:#608b4e}
.hljs-meta,.hljs-meta-keyword,.hljs-tag{color:#9b9b9b}
.hljs-template-variable,.hljs-variable{color:#bd63c5}
.hljs-attr,.hljs-attribute,.hljs-builtin-name{color:#9cdcfe}
.hljs-section{color:gold}
.hljs-emphasis{font-style:italic}
.hljs-strong{font-weight:700}
.hljs-bullet,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-selector-pseudo,.hljs-selector-tag{color:#d7ba7d}
.hljs-addition{background-color:#144212;display:inline-block;width:100%}
.hljs-deletion{background-color:#600;display:inline-block;width:100%}
.cube-markdown{color:#999}.cube-markdown p{text-align:justify;line-height:1.6;font-size:1.1em}
.cube-markdown blockquote{
    background-color:#dff0d8;border-color:#d6e9c6;
    margin:0;color:#468847;font-size:1.2em;line-height:1.5;
    padding:10px 10px 10px 40px;border-left:5px solid;
    overflow-x:auto;white-space:pre
}
.cube-markdown :not(pre) code{
    color:#d14;margin:2px 5px;
    padding:2px 10px;border:1px solid #d6d6d6;
    background-color:#eee;font-size:1em;word-wrap:break-word;white-space:normal;word-break:break-all;border-radius:3px
}
.cube-markdown pre code{padding:20px;font-size:1.2em;line-height:1.1;border-radius:5px}
.cube-markdown a{text-decoration:none;color:#1863a1}
.cube-markdown a:visited{text-decoration:none;color:#1863a1}
.cube-markdown h1,.cube-markdown h2,.cube-markdown h3,.cube-markdown h4,.cube-markdown h5,.cube-markdown h6{color:#444}
.cube-markdown h4,.cube-markdown h5,.cube-markdown h6{margin:1em auto;font-size:1.2em}
.cube-markdown h3{font-size:1.4em}.cube-markdown h2{font-size:1.7em}
.cube-markdown h1{font-size:2em}
@media (max-width:768px){
    .cube-markdown h4,.cube-markdown h5,.cube-markdown h6{margin:1em auto;font-size:1.1em}
    .cube-markdown h3{font-size:1.2em}
    .cube-markdown h2{font-size:1.3em}
    .cube-markdown h1{font-size:1.5em}
}
.cube-markdown img{max-width:100%;height:auto;display:block}
@media (max-width:768px){.cube-markdown img{margin:1em auto}}
@media (min-width:768px){.cube-markdown img{margin:1.5em auto;margin-bottom:2em}}
.cube-markdown ol{padding-left:20px;font-size:1.1em;line-height:1.6;text-align:justify;word-break:break-all}
.cube-markdown ol li{padding-left:3px}
.cube-markdown ul{padding-left:20px;color:#fff;font-size:1.1em;line-height:1.6;text-align:justify;word-break:break-all}
.cube-markdown ul li{color:#999}
.cube-markdown strong{font-weight:800;color:#333
}.cube-markdown figure.highlight{color:#ddd;background:#272822;margin:1.6em 0;padding:1em 20px;display:block;overflow-x:auto}
.cube-markdown figure.highlight div,
.cube-markdown figure.highlight pre,
.cube-markdown figure.highlight table,
.cube-markdown figure.highlight tbody,
.cube-markdown figure.highlight td,
.cube-markdown figure.highlight tfoot,
.cube-markdown figure.highlight th,
.cube-markdown figure.highlight thead,
.cube-markdown figure.highlight tr{
    padding:0;outline:0;border:0;margin:0;font-weight:inherit;font-style:inherit;font-family:inherit;font-size:100%;vertical-align:baseline}
.cube-markdown figure.highlight td{border:none;padding:10px 0}
.cube-markdown figure.highlight td.gutter{background:0 0}
.cube-markdown figure.highlight td.code{padding-right:20px;padding-left:20px}
.cube-markdown figure.highlight caption,.cube-markdown figure.highlight td,.cube-markdown figure.highlight th{
    text-align:left;font-weight:400;vertical-align:baseline
}
.cube-markdown figure.highlight div.line.hljs{height:1.6em;line-height:1.6em;background-color:transparent}
.cube-gallery a.gallery-item:not(:first-child){display:none}
div.cube-excerpt .cube-excerpt-header h1{font-weight:600;margin-top:0;text-align:center}
div.cube-excerpt .cube-excerpt-header h1 a{color:#444;text-decoration:none}
div.cube-excerpt .cube-excerpt-header h1 a:visited{color:#444;text-decoration:none}
div.cube-excerpt .cube-excerpt-header .cube-excerpt-header-msg{
    display:-webkit-box;display:-ms-flexbox;display:flex;
    text-align:center;width:90%;margin:0 auto
}
div.cube-excerpt .cube-excerpt-header .cube-excerpt-date{-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%;text-align:right;color:#444}
div.cube-excerpt .cube-excerpt-header .cube-excerpt-tags{
    -webkit-box-flex:1;
    -ms-flex:1 1 50%;
    flex:1 1 50%;
    max-width:50%;
    text-align:left;
    /*overflow:hidden;*/
    padding-left:15px;
    word-break:break-all;
    /*white-space:nowrap;*/
    /*text-overflow:ellipsis*/
}
div.cube-excerpt .cube-excerpt-header .cube-excerpt-tags a{padding-right:2px;text-decoration:none}
div.cube-excerpt .cube-excerpt-header .cube-excerpt-tags a:visited{text-decoration:none}
@media (max-width:768px){
    div.cube-excerpt{margin-bottom:30px;background-color:#fff}
    div.cube-excerpt .cube-excerpt-header{padding:20px 20px 0 20px}
    div.cube-excerpt .cube-excerpt-header h1{font-size:1.5em;margin-bottom:10px}
    div.cube-excerpt .cube-excerpt-header .cube-excerpt-header-msg .cube-excerpt-tags a{color:#444}
    div.cube-excerpt .cube-excerpt-header .cube-excerpt-header-msg .cube-excerpt-tag a:visited{color:#444}
    div.cube-excerpt .cube-excerpt-entry{padding:0 20px}
    div.cube-excerpt .cube-excerpt-footer{text-align:center;margin-top:20px;padding:0 20px 20px 20px}
    div.cube-excerpt .cube-excerpt-footer a{
        text-decoration:none;color:#fff;background-color:#38b7ea;
        padding:5px 20px;font-size:15px;line-height:32px;height:32px;border-radius:20px
    }
    div.cube-excerpt .cube-excerpt-footer a:visited{text-decoration:none;color:#fff}
}
@media (min-width:768px){
    div.cube-excerpt{
        background:#fff;padding:10px;margin-top:40px;border-radius:5px;
        -webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
        box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12)
    }
    div.cube-excerpt:first-child{margin-top:0}
    div.cube-excerpt .cube-excerpt-header{padding:20px 20px 0 20px}
    div.cube-excerpt .cube-excerpt-header h1{font-size:1.8em;margin-bottom:10px}
    div.cube-excerpt .cube-excerpt-header .cube-excerpt-header-msg .cube-excerpt-tags a{color:#444}
    div.cube-excerpt .cube-excerpt-header .cube-excerpt-header-msg .cube-excerpt-tags a:visited{color:#444}
    div.cube-excerpt .cube-excerpt-entry{padding:0 20px}
    div.cube-excerpt .cube-excerpt-footer{padding:0 20px 20px 20px;text-align:center;margin-top:20px}
    div.cube-excerpt .cube-excerpt-footer a{
        text-decoration:none;color:#999;background-color:#efefef;line-height:32px;font-size:1.1em;padding:5px 20px;border-radius:20px;height:32px
    }
    div.cube-excerpt .cube-excerpt-footer a:hover{text-decoration:none;color:#fff;background-color:#38b7ea}
    div.cube-excerpt .cube-excerpt-footer a:visited{text-decoration:none;color:#fff}
}
div.cube-article{
    border-radius:5px;-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    background-color:#fff
}
div.cube-article h1.title{
    font-weight:600;margin-top:0;text-align:center;color:#444;
    border-bottom:0
}
div.cube-article .cube-article-header{
    display:-webkit-box;display:-ms-flexbox;
    display:flex;text-align:center;width:90%;margin:0 auto
}
div.cube-article .cube-article-date{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:right;color:#444}
div.cube-article .cube-article-date.page{text-align:center}
div.cube-article .cube-article-categories{-webkit-box-flex:5;-ms-flex:5;flex:5;padding-left:15px;text-align:left}
div.cube-article .cube-article-categories a{text-decoration:none}
div.cube-article .cube-article-tags a:visited{text-decoration:none}
@media (max-width:768px){
    div.cube-article h1.title{padding:20px 20px 0 20px;font-size:1.7em}
    div.cube-article .cube-article-header{padding:0 20px}
    div.cube-article .cube-article-header .cube-article-categories a{color:#444}
    div.cube-article .cube-article-header .cube-article-categories a:visited{color:#444}
    div.cube-article .cube-article-content{padding:0 20px 20px 20px}
}
@media (min-width:768px){
    div.cube-article{padding:10px}
    div.cube-article h1.title{padding:20px 20px 0 20px;font-size:1.8em;margin-bottom:10px}
    div.cube-article .cube-article-header{padding:0 20px}
    div.cube-article .cube-article-header .cube-article-categories a{color:#444}
    div.cube-article .cube-article-header .cube-article-categories a:visited{color:#444}
    div.cube-article .cube-article-content{padding:0 20px 20px 20px}
}
@media (max-width:768px){
    div.cube-article-nav ul{list-style:none;padding-left:0;width:100%}
    div.cube-article-nav ul li{width:100%;text-align:center}
    div.cube-article-nav ul li a{text-decoration:none;color:#999;text-decoration:none}
    div.cube-article-nav ul li a:visited{color:#999}
    div.cube-article-nav ul li a:hover{color:#999}
}
@media (min-width:768px){
    div.cube-article-nav ul{
        list-style:none;padding-left:0;
        width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;
        -webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between
    }
    div.cube-article-nav ul li{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;max-width:50%;display:inline-block}
    div.cube-article-nav ul li a{font-size:1.1em;font-weight:600;text-decoration:none;color:#999;text-decoration:none}
    div.cube-article-nav ul li a:visited{color:#999}
    div.cube-article-nav ul li a:hover{color:#38b7ea}
    div.cube-article-nav ul li a i:before{font-size:1.1em;color:#999}
    div.cube-article-nav ul li a:hover i:before{color:#38b7ea}
    div.cube-article-nav ul li.prev{text-align:left}
    div.cube-article-nav ul li.next{text-align:right}
}
@media (max-width:768px){
    div.changyan-container{padding:20px;margin-top:40px}
    div.youyan-container{padding:20px;margin-top:20px}
    div.gitment-comment{padding:20px;margin-top:20px}
    div.disqus-container{padding:20px;margin-top:20px}
}
@media (min-width:768px){
    div.changyan-container{
        padding:20px;margin-top:40px;border-radius:5px;
        -webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
        box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);background-color:#fff
    }
    div.youyan-container{
        padding:20px;background-color:#fff;margin-top:40px;border-radius:5px;
        -webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
        box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12)
    }
    div.gitment-comment{
        padding:20px;background-color:#fff;
        margin-top:40px;
        border-radius:5px;-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
        box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12)}
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:FontAwesome;src:url(../../fonts/fontawesome-webfont.eot?v=4.7.0);src:url(../../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(../../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),url(../../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"),url(../../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),url(../../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");font-weight:400;font-style:normal}.cube-icon,.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14286em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14286em;width:2.14286em;top:.14286em;text-align:center}.fa-li.fa-lg{left:-1.85714em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa-pull-left.cube-icon,.fa.fa-pull-left{margin-right:.3em}.fa-pull-right.cube-icon,.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left,.pull-left.cube-icon{margin-right:.3em}.fa.pull-right,.pull-right.cube-icon{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-webkit-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{-webkit-filter:none;filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:""}.fa-music:before{content:""}.cube-icon-search:before,.fa-search:before{content:""}.fa-envelope-o:before{content:""}.fa-heart:before{content:""}.fa-star:before{content:""}.fa-star-o:before{content:""}.cube-icon-about:before,.fa-user:before{content:""}.fa-film:before{content:""}.fa-th-large:before{content:""}.fa-th:before{content:""}.fa-th-list:before{content:""}.fa-check:before{content:""}.cube-close:before,.fa-close:before,.fa-remove:before,.fa-times:before{content:""}.fa-search-plus:before{content:""}.fa-search-minus:before{content:""}.fa-power-off:before{content:""}.fa-signal:before{content:""}.fa-cog:before,.fa-gear:before{content:""}.fa-trash-o:before{content:""}.cube-icon-home:before,.fa-home:before{content:""}.fa-file-o:before{content:""}.fa-clock-o:before{content:""}.fa-road:before{content:""}.fa-download:before{content:""}.fa-arrow-circle-o-down:before{content:""}.fa-arrow-circle-o-up:before{content:""}.fa-inbox:before{content:""}.fa-play-circle-o:before{content:""}.fa-repeat:before,.fa-rotate-right:before{content:""}.fa-refresh:before{content:""}.fa-list-alt:before{content:""}.fa-lock:before{content:""}.fa-flag:before{content:""}.fa-headphones:before{content:""}.fa-volume-off:before{content:""}.fa-volume-down:before{content:""}.fa-volume-up:before{content:""}.fa-qrcode:before{content:""}.fa-barcode:before{content:""}.fa-tag:before{content:""}.cube-icon-tag:before,.cube-icon-tags:before,.fa-tags:before{content:""}.fa-book:before{content:""}.fa-bookmark:before{content:""}.fa-print:before{content:""}.fa-camera:before{content:""}.fa-font:before{content:""}.fa-bold:before{content:""}.fa-italic:before{content:""}.fa-text-height:before{content:""}.fa-text-width:before{content:""}.fa-align-left:before{content:""}.fa-align-center:before{content:""}.fa-align-right:before{content:""}.fa-align-justify:before{content:""}.fa-list:before{content:""}.fa-dedent:before,.fa-outdent:before{content:""}.fa-indent:before{content:""}.fa-video-camera:before{content:""}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:""}.fa-pencil:before{content:""}.fa-map-marker:before{content:""}.fa-adjust:before{content:""}.fa-tint:before{content:""}.fa-edit:before,.fa-pencil-square-o:before{content:""}.fa-share-square-o:before{content:""}.fa-check-square-o:before{content:""}.fa-arrows:before{content:""}.fa-step-backward:before{content:""}.fa-fast-backward:before{content:""}.fa-backward:before{content:""}.fa-play:before{content:""}.fa-pause:before{content:""}.fa-stop:before{content:""}.fa-forward:before{content:""}.fa-fast-forward:before{content:""}.fa-step-forward:before{content:""}.fa-eject:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-plus-circle:before{content:""}.fa-minus-circle:before{content:""}.fa-times-circle:before{content:""}.fa-check-circle:before{content:""}.fa-question-circle:before{content:""}.fa-info-circle:before{content:""}.fa-crosshairs:before{content:""}.fa-times-circle-o:before{content:""}.fa-check-circle-o:before{content:""}.fa-ban:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-up:before{content:""}.fa-arrow-down:before{content:""}.fa-mail-forward:before,.fa-share:before{content:""}.fa-expand:before{content:""}.fa-compress:before{content:""}.fa-plus:before{content:""}.fa-minus:before{content:""}.fa-asterisk:before{content:""}.fa-exclamation-circle:before{content:""}.fa-gift:before{content:""}.fa-leaf:before{content:""}.fa-fire:before{content:""}.fa-eye:before{content:""}.fa-eye-slash:before{content:""}.fa-exclamation-triangle:before,.fa-warning:before{content:""}.fa-plane:before{content:""}.cube-icon-date:before,.fa-calendar:before{content:""}.fa-random:before{content:""}.fa-comment:before{content:""}.fa-magnet:before{content:""}.fa-chevron-up:before{content:""}.fa-chevron-down:before{content:""}.fa-retweet:before{content:""}.fa-shopping-cart:before{content:""}.fa-folder:before{content:""}.fa-folder-open:before{content:""}.fa-arrows-v:before{content:""}.fa-arrows-h:before{content:""}.fa-bar-chart-o:before,.fa-bar-chart:before{content:""}.fa-twitter-square:before{content:""}.fa-facebook-square:before{content:""}.fa-camera-retro:before{content:""}.fa-key:before{content:""}.fa-cogs:before,.fa-gears:before{content:""}.fa-comments:before{content:""}.fa-thumbs-o-up:before{content:""}.fa-thumbs-o-down:before{content:""}.fa-star-half:before{content:""}.fa-heart-o:before{content:""}.fa-sign-out:before{content:""}.fa-linkedin-square:before{content:""}.fa-thumb-tack:before{content:""}.fa-external-link:before{content:""}.fa-sign-in:before{content:""}.fa-trophy:before{content:""}.fa-github-square:before{content:""}.fa-upload:before{content:""}.fa-lemon-o:before{content:""}.fa-phone:before{content:""}.fa-square-o:before{content:""}.fa-bookmark-o:before{content:""}.fa-phone-square:before{content:""}.fa-twitter:before{content:""}.fa-facebook-f:before,.fa-facebook:before{content:""}.fa-github:before{content:""}.fa-unlock:before{content:""}.fa-credit-card:before{content:""}.fa-feed:before,.fa-rss:before{content:""}.fa-hdd-o:before{content:""}.fa-bullhorn:before{content:""}.fa-bell:before{content:""}.fa-certificate:before{content:""}.fa-hand-o-right:before{content:""}.fa-hand-o-left:before{content:""}.fa-hand-o-up:before{content:""}.fa-hand-o-down:before{content:""}.fa-arrow-circle-left:before{content:""}.fa-arrow-circle-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-globe:before{content:""}.fa-wrench:before{content:""}.fa-tasks:before{content:""}.fa-filter:before{content:""}.fa-briefcase:before{content:""}.fa-arrows-alt:before{content:""}.fa-group:before,.fa-users:before{content:""}.fa-chain:before,.fa-link:before{content:""}.fa-cloud:before{content:""}.fa-flask:before{content:""}.fa-cut:before,.fa-scissors:before{content:""}.fa-copy:before,.fa-files-o:before{content:""}.cube-icon-categories:before,.fa-paperclip:before{content:""}.fa-floppy-o:before,.fa-save:before{content:""}.fa-square:before{content:""}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:""}.fa-list-ul:before{content:""}.fa-list-ol:before{content:""}.fa-strikethrough:before{content:""}.fa-underline:before{content:""}.fa-table:before{content:""}.fa-magic:before{content:""}.fa-truck:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-square:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-plus:before{content:""}.fa-money:before{content:""}.fa-caret-down:before{content:""}.fa-caret-up:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-columns:before{content:""}.fa-sort:before,.fa-unsorted:before{content:""}.fa-sort-desc:before,.fa-sort-down:before{content:""}.fa-sort-asc:before,.fa-sort-up:before{content:""}.fa-envelope:before{content:""}.fa-linkedin:before{content:""}.fa-rotate-left:before,.fa-undo:before{content:""}.fa-gavel:before,.fa-legal:before{content:""}.fa-dashboard:before,.fa-tachometer:before{content:""}.fa-comment-o:before{content:""}.fa-comments-o:before{content:""}.fa-bolt:before,.fa-flash:before{content:""}.fa-sitemap:before{content:""}.fa-umbrella:before{content:""}.fa-clipboard:before,.fa-paste:before{content:""}.fa-lightbulb-o:before{content:""}.fa-exchange:before{content:""}.fa-cloud-download:before{content:""}.fa-cloud-upload:before{content:""}.fa-user-md:before{content:""}.fa-stethoscope:before{content:""}.fa-suitcase:before{content:""}.fa-bell-o:before{content:""}.fa-coffee:before{content:""}.fa-cutlery:before{content:""}.fa-file-text-o:before{content:""}.fa-building-o:before{content:""}.fa-hospital-o:before{content:""}.fa-ambulance:before{content:""}.fa-medkit:before{content:""}.fa-fighter-jet:before{content:""}.fa-beer:before{content:""}.fa-h-square:before{content:""}.fa-plus-square:before{content:""}.cube-prev:before,.fa-angle-double-left:before{content:""}.cube-next:before,.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-double-down:before{content:""}.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angle-down:before{content:""}.fa-desktop:before{content:""}.fa-laptop:before{content:""}.fa-tablet:before{content:""}.fa-mobile-phone:before,.fa-mobile:before{content:""}.fa-circle-o:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-spinner:before{content:""}.fa-circle:before{content:""}.fa-mail-reply:before,.fa-reply:before{content:""}.fa-github-alt:before{content:""}.fa-folder-o:before{content:""}.fa-folder-open-o:before{content:""}.fa-smile-o:before{content:""}.fa-frown-o:before{content:""}.fa-meh-o:before{content:""}.fa-gamepad:before{content:""}.fa-keyboard-o:before{content:""}.fa-flag-o:before{content:""}.fa-flag-checkered:before{content:""}.fa-terminal:before{content:""}.fa-code:before{content:""}.fa-mail-reply-all:before,.fa-reply-all:before{content:""}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:""}.fa-location-arrow:before{content:""}.fa-crop:before{content:""}.fa-code-fork:before{content:""}.fa-chain-broken:before,.fa-unlink:before{content:""}.fa-question:before{content:""}.fa-info:before{content:""}.fa-exclamation:before{content:""}.fa-superscript:before{content:""}.fa-subscript:before{content:""}.fa-eraser:before{content:""}.fa-puzzle-piece:before{content:""}.fa-microphone:before{content:""}.fa-microphone-slash:before{content:""}.fa-shield:before{content:""}.fa-calendar-o:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-rocket:before{content:""}.fa-maxcdn:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-html5:before{content:""}.fa-css3:before{content:""}.fa-anchor:before{content:""}.fa-unlock-alt:before{content:""}.fa-bullseye:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-v:before{content:""}.fa-rss-square:before{content:""}.fa-play-circle:before{content:""}.fa-ticket:before{content:""}.fa-minus-square:before{content:""}.fa-minus-square-o:before{content:""}.fa-level-up:before{content:""}.fa-level-down:before{content:""}.fa-check-square:before{content:""}.fa-pencil-square:before{content:""}.fa-external-link-square:before{content:""}.fa-share-square:before{content:""}.fa-compass:before{content:""}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:""}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:""}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:""}.fa-eur:before,.fa-euro:before{content:""}.fa-gbp:before{content:""}.fa-dollar:before,.fa-usd:before{content:""}.fa-inr:before,.fa-rupee:before{content:""}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:""}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:""}.fa-krw:before,.fa-won:before{content:""}.fa-bitcoin:before,.fa-btc:before{content:""}.fa-file:before{content:""}.fa-file-text:before{content:""}.fa-sort-alpha-asc:before{content:""}.fa-sort-alpha-desc:before{content:""}.fa-sort-amount-asc:before{content:""}.fa-sort-amount-desc:before{content:""}.fa-sort-numeric-asc:before{content:""}.fa-sort-numeric-desc:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbs-down:before{content:""}.fa-youtube-square:before{content:""}.fa-youtube:before{content:""}.fa-xing:before{content:""}.fa-xing-square:before{content:""}.fa-youtube-play:before{content:""}.fa-dropbox:before{content:""}.fa-stack-overflow:before{content:""}.fa-instagram:before{content:""}.fa-flickr:before{content:""}.fa-adn:before{content:""}.fa-bitbucket:before{content:""}.fa-bitbucket-square:before{content:""}.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-long-arrow-down:before{content:""}.fa-long-arrow-up:before{content:""}.fa-long-arrow-left:before{content:""}.fa-long-arrow-right:before{content:""}.fa-apple:before{content:""}.fa-windows:before{content:""}.fa-android:before{content:""}.fa-linux:before{content:""}.fa-dribbble:before{content:""}.fa-skype:before{content:""}.fa-foursquare:before{content:""}.fa-trello:before{content:""}.fa-female:before{content:""}.fa-male:before{content:""}.fa-gittip:before,.fa-gratipay:before{content:""}.fa-sun-o:before{content:""}.fa-moon-o:before{content:""}.cube-icon-archive:before,.fa-archive:before{content:""}.fa-bug:before{content:""}.fa-vk:before{content:""}.fa-weibo:before{content:""}.fa-renren:before{content:""}.fa-pagelines:before{content:""}.fa-stack-exchange:before{content:""}.fa-arrow-circle-o-right:before{content:""}.fa-arrow-circle-o-left:before{content:""}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:""}.fa-dot-circle-o:before{content:""}.fa-wheelchair:before{content:""}.fa-vimeo-square:before{content:""}.fa-try:before,.fa-turkish-lira:before{content:""}.fa-plus-square-o:before{content:""}.fa-space-shuttle:before{content:""}.fa-slack:before{content:""}.fa-envelope-square:before{content:""}.fa-wordpress:before{content:""}.fa-openid:before{content:""}.fa-bank:before,.fa-institution:before,.fa-university:before{content:""}.fa-graduation-cap:before,.fa-mortar-board:before{content:""}.fa-yahoo:before{content:""}.fa-google:before{content:""}.fa-reddit:before{content:""}.fa-reddit-square:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-stumbleupon:before{content:""}.fa-delicious:before{content:""}.fa-digg:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-drupal:before{content:""}.fa-joomla:before{content:""}.fa-language:before{content:""}.fa-fax:before{content:""}.fa-building:before{content:""}.fa-child:before{content:""}.fa-paw:before{content:""}.fa-spoon:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-recycle:before{content:""}.fa-automobile:before,.fa-car:before{content:""}.fa-cab:before,.fa-taxi:before{content:""}.fa-tree:before{content:""}.fa-spotify:before{content:""}.fa-deviantart:before{content:""}.fa-soundcloud:before{content:""}.fa-database:before{content:""}.fa-file-pdf-o:before{content:""}.fa-file-word-o:before{content:""}.fa-file-excel-o:before{content:""}.fa-file-powerpoint-o:before{content:""}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:""}.fa-file-archive-o:before,.fa-file-zip-o:before{content:""}.fa-file-audio-o:before,.fa-file-sound-o:before{content:""}.fa-file-movie-o:before,.fa-file-video-o:before{content:""}.fa-file-code-o:before{content:""}.fa-vine:before{content:""}.fa-codepen:before{content:""}.fa-jsfiddle:before{content:""}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:""}.fa-circle-o-notch:before{content:""}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:""}.fa-empire:before,.fa-ge:before{content:""}.fa-git-square:before{content:""}.fa-git:before{content:""}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:""}.fa-tencent-weibo:before{content:""}.fa-qq:before{content:""}.fa-wechat:before,.fa-weixin:before{content:""}.fa-paper-plane:before,.fa-send:before{content:""}.fa-paper-plane-o:before,.fa-send-o:before{content:""}.fa-history:before{content:""}.fa-circle-thin:before{content:""}.fa-header:before{content:""}.fa-paragraph:before{content:""}.fa-sliders:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-bomb:before{content:""}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:""}.fa-tty:before{content:""}.fa-binoculars:before{content:""}.fa-plug:before{content:""}.fa-slideshare:before{content:""}.fa-twitch:before{content:""}.fa-yelp:before{content:""}.fa-newspaper-o:before{content:""}.fa-wifi:before{content:""}.fa-calculator:before{content:""}.fa-paypal:before{content:""}.fa-google-wallet:before{content:""}.fa-cc-visa:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-bell-slash:before{content:""}.fa-bell-slash-o:before{content:""}.fa-trash:before{content:""}.fa-copyright:before{content:""}.fa-at:before{content:""}.fa-eyedropper:before{content:""}.fa-paint-brush:before{content:""}.fa-birthday-cake:before{content:""}.fa-area-chart:before{content:""}.fa-pie-chart:before{content:""}.fa-line-chart:before{content:""}.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-bicycle:before{content:""}.fa-bus:before{content:""}.fa-ioxhost:before{content:""}.fa-angellist:before{content:""}.fa-cc:before{content:""}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:""}.fa-meanpath:before{content:""}.fa-buysellads:before{content:""}.fa-connectdevelop:before{content:""}.fa-dashcube:before{content:""}.fa-forumbee:before{content:""}.fa-leanpub:before{content:""}.fa-sellsy:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-simplybuilt:before{content:""}.fa-skyatlas:before{content:""}.fa-cart-plus:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-diamond:before{content:""}.fa-ship:before{content:""}.fa-user-secret:before{content:""}.fa-motorcycle:before{content:""}.fa-street-view:before{content:""}.fa-heartbeat:before{content:""}.fa-venus:before{content:""}.fa-mars:before{content:""}.fa-mercury:before{content:""}.fa-intersex:before,.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-venus-double:before{content:""}.fa-mars-double:before{content:""}.fa-venus-mars:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-neuter:before{content:""}.fa-genderless:before{content:""}.fa-facebook-official:before{content:""}.fa-pinterest-p:before{content:""}.fa-whatsapp:before{content:""}.fa-server:before{content:""}.fa-user-plus:before{content:""}.fa-user-times:before{content:""}.fa-bed:before,.fa-hotel:before{content:""}.fa-viacoin:before{content:""}.fa-train:before{content:""}.fa-subway:before{content:""}.fa-medium:before{content:""}.fa-y-combinator:before,.fa-yc:before{content:""}.fa-optin-monster:before{content:""}.fa-opencart:before{content:""}.fa-expeditedssl:before{content:""}.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:""}.fa-battery-3:before,.fa-battery-three-quarters:before{content:""}.fa-battery-2:before,.fa-battery-half:before{content:""}.fa-battery-1:before,.fa-battery-quarter:before{content:""}.fa-battery-0:before,.fa-battery-empty:before{content:""}.fa-mouse-pointer:before{content:""}.fa-i-cursor:before{content:""}.fa-object-group:before{content:""}.fa-object-ungroup:before{content:""}.fa-sticky-note:before{content:""}.fa-sticky-note-o:before{content:""}.fa-cc-jcb:before{content:""}.fa-cc-diners-club:before{content:""}.fa-clone:before{content:""}.fa-balance-scale:before{content:""}.fa-hourglass-o:before{content:""}.fa-hourglass-1:before,.fa-hourglass-start:before{content:""}.fa-hourglass-2:before,.fa-hourglass-half:before{content:""}.fa-hourglass-3:before,.fa-hourglass-end:before{content:""}.fa-hourglass:before{content:""}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:""}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:""}.fa-hand-scissors-o:before{content:""}.fa-hand-lizard-o:before{content:""}.fa-hand-spock-o:before{content:""}.fa-hand-pointer-o:before{content:""}.fa-hand-peace-o:before{content:""}.fa-trademark:before{content:""}.fa-registered:before{content:""}.fa-creative-commons:before{content:""}.fa-gg:before{content:""}.fa-gg-circle:before{content:""}.fa-tripadvisor:before{content:""}.fa-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-get-pocket:before{content:""}.fa-wikipedia-w:before{content:""}.fa-safari:before{content:""}.fa-chrome:before{content:""}.fa-firefox:before{content:""}.fa-opera:before{content:""}.fa-internet-explorer:before{content:""}.fa-television:before,.fa-tv:before{content:""}.fa-contao:before{content:""}.fa-500px:before{content:""}.fa-amazon:before{content:""}.fa-calendar-plus-o:before{content:""}.fa-calendar-minus-o:before{content:""}.fa-calendar-times-o:before{content:""}.fa-calendar-check-o:before{content:""}.fa-industry:before{content:""}.fa-map-pin:before{content:""}.fa-map-signs:before{content:""}.fa-map-o:before{content:""}.fa-map:before{content:""}.fa-commenting:before{content:""}.fa-commenting-o:before{content:""}.fa-houzz:before{content:""}.fa-vimeo:before{content:""}.fa-black-tie:before{content:""}.fa-fonticons:before{content:""}.fa-reddit-alien:before{content:""}.fa-edge:before{content:""}.fa-credit-card-alt:before{content:""}.fa-codiepie:before{content:""}.fa-modx:before{content:""}.fa-fort-awesome:before{content:""}.fa-usb:before{content:""}.fa-product-hunt:before{content:""}.fa-mixcloud:before{content:""}.fa-scribd:before{content:""}.fa-pause-circle:before{content:""}.fa-pause-circle-o:before{content:""}.fa-stop-circle:before{content:""}.fa-stop-circle-o:before{content:""}.fa-shopping-bag:before{content:""}.fa-shopping-basket:before{content:""}.fa-hashtag:before{content:""}.fa-bluetooth:before{content:""}.fa-bluetooth-b:before{content:""}.fa-percent:before{content:""}.fa-gitlab:before{content:""}.fa-wpbeginner:before{content:""}.fa-wpforms:before{content:""}.fa-envira:before{content:""}.fa-universal-access:before{content:""}.fa-wheelchair-alt:before{content:""}.fa-question-circle-o:before{content:""}.fa-blind:before{content:""}.fa-audio-description:before{content:""}.fa-volume-control-phone:before{content:""}.fa-braille:before{content:""}.fa-assistive-listening-systems:before{content:""}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:""}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:""}.fa-glide:before{content:""}.fa-glide-g:before{content:""}.fa-sign-language:before,.fa-signing:before{content:""}.fa-low-vision:before{content:""}.fa-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-snapchat-square:before{content:""}.fa-pied-piper:before{content:""}.fa-first-order:before{content:""}.fa-yoast:before{content:""}.fa-themeisle:before{content:""}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:""}.fa-fa:before,.fa-font-awesome:before{content:""}.fa-handshake-o:before{content:""}.fa-envelope-open:before{content:""}.fa-envelope-open-o:before{content:""}.fa-linode:before{content:""}.fa-address-book:before{content:""}.fa-address-book-o:before{content:""}.fa-address-card:before,.fa-vcard:before{content:""}.fa-address-card-o:before,.fa-vcard-o:before{content:""}.fa-user-circle:before{content:""}.fa-user-circle-o:before{content:""}.fa-user-o:before{content:""}.fa-id-badge:before{content:""}.fa-drivers-license:before,.fa-id-card:before{content:""}.fa-drivers-license-o:before,.fa-id-card-o:before{content:""}.fa-quora:before{content:""}.fa-free-code-camp:before{content:""}.fa-telegram:before{content:""}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:""}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:""}.fa-thermometer-2:before,.fa-thermometer-half:before{content:""}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:""}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:""}.fa-shower:before{content:""}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:""}.fa-podcast:before{content:""}.fa-window-maximize:before{content:""}.fa-window-minimize:before{content:""}.fa-window-restore:before{content:""}.fa-times-rectangle:before,.fa-window-close:before{content:""}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:""}.fa-bandcamp:before{content:""}.fa-grav:before{content:""}.fa-etsy:before{content:""}.fa-imdb:before{content:""}.fa-ravelry:before{content:""}.fa-eercast:before{content:""}.fa-microchip:before{content:""}.fa-snowflake-o:before{content:""}.fa-superpowers:before{content:""}.fa-wpexplorer:before{content:""}.fa-meetup:before{content:""}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}@font-face{font-family:lg;src:url(../../fonts/lg/lg.eot?n1z373);src:url(../../fonts/lg/lg.eot?#iefixn1z373) format("embedded-opentype"),url(../../fonts/lg/lg.woff?n1z373) format("woff"),url(../../fonts/lg/lg.ttf?n1z373) format("truetype"),url(../../fonts/lg/lg.svg?n1z373#lg) format("svg");font-weight:400;font-style:normal}.lg-icon{font-family:lg;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lg-actions .lg-next,.lg-actions .lg-prev{background-color:rgba(0,0,0,.45);border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:1080}.lg-actions .lg-next.disabled,.lg-actions .lg-prev.disabled{pointer-events:none;opacity:.5}.lg-actions .lg-next:hover,.lg-actions .lg-prev:hover{color:#fff}.lg-actions .lg-next{right:20px}.lg-actions .lg-next:before{content:"\e095"}.lg-actions .lg-prev{left:20px}.lg-actions .lg-prev:after{content:"\e094"}@-webkit-keyframes lg-right-end{0%{left:0}50%{left:-30px}100%{left:0}}@keyframes lg-right-end{0%{left:0}50%{left:-30px}100%{left:0}}@-webkit-keyframes lg-left-end{0%{left:0}50%{left:30px}100%{left:0}}@keyframes lg-left-end{0%{left:0}50%{left:30px}100%{left:0}}.lg-outer.lg-right-end .lg-object{-webkit-animation:lg-right-end .3s;animation:lg-right-end .3s;position:relative}.lg-outer.lg-left-end .lg-object{-webkit-animation:lg-left-end .3s;animation:lg-left-end .3s;position:relative}.lg-toolbar{z-index:1082;left:0;position:absolute;top:0;width:100%;background-color:rgba(0,0,0,.45)}.lg-toolbar .lg-icon{color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;padding:10px 0;text-align:center;width:50px;text-decoration:none!important;outline:medium none;-webkit-transition:color .2s linear;transition:color .2s linear}.lg-toolbar .lg-icon:hover{color:#fff}.lg-toolbar .lg-close:after{content:"\e070"}.lg-toolbar .lg-download:after{content:"\e0f2"}.lg-sub-html{background-color:rgba(0,0,0,.45);bottom:0;color:#eee;font-size:16px;left:0;padding:10px 40px;position:fixed;right:0;text-align:center;z-index:1080}.lg-sub-html h4{margin:0;font-size:13px;font-weight:700}.lg-sub-html p{font-size:12px;margin:5px 0 0}#lg-counter{color:#999;display:inline-block;font-size:16px;padding-left:20px;padding-top:12px;vertical-align:middle}.lg-next,.lg-prev,.lg-toolbar{opacity:1;-webkit-transition:-webkit-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-webkit-transition:opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear,-webkit-transform .35s cubic-bezier(0,0,.25,1) 0s;transition:opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear,-webkit-transform .35s cubic-bezier(0,0,.25,1) 0s;transition:transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;transition:transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear,-webkit-transform .35s cubic-bezier(0,0,.25,1) 0s}.lg-hide-items .lg-prev{opacity:0;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}.lg-hide-items .lg-next{opacity:0;-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}.lg-hide-items .lg-toolbar{opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0;-webkit-transition:-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-webkit-transition:opacity 250ms cubic-bezier(0,0,.25,1),-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s!important;transition:opacity 250ms cubic-bezier(0,0,.25,1),-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s!important;transition:transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;transition:transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1),-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s!important;-webkit-transform-origin:50% 50%;transform-origin:50% 50%}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}.lg-outer .lg-thumb-outer{background-color:#0d0a0a;bottom:0;position:absolute;width:100%;z-index:1080;max-height:350px;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;transition:-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;transition:transform .25s cubic-bezier(0,0,.25,1) 0s;transition:transform .25s cubic-bezier(0,0,.25,1) 0s,-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor:move;cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-outer.lg-thumb-open .lg-thumb-outer{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-thumb{padding:10px 0;height:100%;margin-bottom:-5px}.lg-outer .lg-thumb-item{border-radius:5px;cursor:pointer;float:left;overflow:hidden;height:100%;border:2px solid #fff;border-radius:4px;margin-bottom:5px}@media (min-width:1025px){.lg-outer .lg-thumb-item{-webkit-transition:border-color .25s ease;transition:border-color .25s ease}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.lg-outer.lg-has-thumb .lg-item{padding-bottom:120px}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer.lg-pull-caption-up .lg-sub-html{-webkit-transition:bottom .25s ease;transition:bottom .25s ease}.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{bottom:100px}.lg-outer .lg-toggle-thumb{background-color:#0d0a0a;border-radius:2px 2px 0 0;color:#999;cursor:pointer;font-size:24px;height:39px;line-height:27px;padding:5px 0;position:absolute;right:20px;text-align:center;top:-39px;width:50px}.lg-outer .lg-toggle-thumb:after{content:"\e1ff"}.lg-outer .lg-toggle-thumb:hover{color:#fff}.lg-outer .lg-video-cont{display:inline-block;vertical-align:middle;max-width:1140px;max-height:100%;width:100%;padding:0 5px}.lg-outer .lg-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}.lg-outer .lg-video .lg-object{display:inline-block;position:absolute;top:0;left:0;width:100%!important;height:100%!important}.lg-outer .lg-video .lg-video-play{width:84px;height:59px;position:absolute;left:50%;top:50%;margin-left:-42px;margin-top:-30px;z-index:1080;cursor:pointer}.lg-outer .lg-has-vimeo .lg-video-play{background:url(../../images/lg/vimeo-play.png) no-repeat scroll 0 0 transparent}.lg-outer .lg-has-vimeo:hover .lg-video-play{background:url(../../images/lg/vimeo-play.png) no-repeat scroll 0 -58px transparent}.lg-outer .lg-has-html5 .lg-video-play{background:transparent url(../../images/lg/video-play.png) no-repeat scroll 0 0;height:64px;margin-left:-32px;margin-top:-32px;width:64px;opacity:.8}.lg-outer .lg-has-html5:hover .lg-video-play{opacity:1}.lg-outer .lg-has-youtube .lg-video-play{background:url(../../images/lg/youtube-play.png) no-repeat scroll 0 0 transparent}.lg-outer .lg-has-youtube:hover .lg-video-play{background:url(../../images/lg/youtube-play.png) no-repeat scroll 0 -60px transparent}.lg-outer .lg-video-object{width:100%!important;height:100%!important;position:absolute;top:0;left:0}.lg-outer .lg-has-video .lg-video-object{visibility:hidden}.lg-outer .lg-has-video.lg-video-playing .lg-object,.lg-outer .lg-has-video.lg-video-playing .lg-video-play{display:none}.lg-outer .lg-has-video.lg-video-playing .lg-video-object{visibility:visible}.lg-progress-bar{background-color:#333;height:5px;left:0;position:absolute;top:0;width:100%;z-index:1083;opacity:0;-webkit-transition:opacity 80ms ease 0s;transition:opacity 80ms ease 0s}.lg-progress-bar .lg-progress{background-color:#a90707;height:5px;width:0}.lg-progress-bar.lg-start .lg-progress{width:100%}.lg-show-autoplay .lg-progress-bar{opacity:1}.lg-autoplay-button:after{content:"\e01d"}.lg-show-autoplay .lg-autoplay-button:after{content:"\e01a"}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition-duration:0s;transition-duration:0s}.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s;transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s;transition:transform .3s cubic-bezier(0,0,.25,1) 0s;transition:transform .3s cubic-bezier(0,0,.25,1) 0s,-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s}.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-webkit-transition:opacity .15s,-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s!important;transition:opacity .15s,-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s!important;transition:transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;transition:transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s,-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s!important;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;backface-visibility:hidden}#lg-zoom-in:after{content:"\e311"}#lg-actual-size{font-size:20px}#lg-actual-size:after{content:"\e033"}#lg-zoom-out{opacity:.5;pointer-events:none}#lg-zoom-out:after{content:"\e312"}.lg-zoomed #lg-zoom-out{opacity:1;pointer-events:auto}.lg-outer .lg-pager-outer{bottom:60px;left:0;position:absolute;right:0;text-align:center;z-index:1080;height:10px}.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{overflow:visible}.lg-outer .lg-pager-cont{cursor:pointer;display:inline-block;overflow:hidden;position:relative;vertical-align:top;margin:0 5px}.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{-webkit-box-shadow:0 0 0 2px #fff inset;box-shadow:0 0 0 2px #fff inset}.lg-outer .lg-pager-thumb-cont{background-color:#fff;color:#fff;bottom:100%;height:83px;left:0;margin-bottom:20px;margin-left:-60px;opacity:0;padding:5px;position:absolute;width:120px;border-radius:3px;-webkit-transition:opacity .15s ease 0s,-webkit-transform .15s ease 0s;transition:opacity .15s ease 0s,-webkit-transform .15s ease 0s;transition:opacity .15s ease 0s,transform .15s ease 0s;transition:opacity .15s ease 0s,transform .15s ease 0s,-webkit-transform .15s ease 0s;-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}.lg-outer .lg-pager-thumb-cont img{width:100%;height:100%}.lg-outer .lg-pager{background-color:rgba(255,255,255,.5);border-radius:50%;-webkit-box-shadow:0 0 0 8px rgba(255,255,255,.7) inset;box-shadow:0 0 0 8px rgba(255,255,255,.7) inset;display:block;height:12px;-webkit-transition:box-shadow .3s ease 0s;-webkit-transition:-webkit-box-shadow .3s ease 0s;transition:-webkit-box-shadow .3s ease 0s;transition:box-shadow .3s ease 0s;transition:box-shadow .3s ease 0s,-webkit-box-shadow .3s ease 0s;width:12px}.lg-outer .lg-pager:focus,.lg-outer .lg-pager:hover{-webkit-box-shadow:0 0 0 8px #fff inset;box-shadow:0 0 0 8px #fff inset}.lg-outer .lg-caret{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px dashed;bottom:-10px;display:inline-block;height:0;left:50%;margin-left:-5px;position:absolute;vertical-align:middle;width:0}.lg-fullscreen:after{content:"\e20c"}.lg-fullscreen-on .lg-fullscreen:after{content:"\e20d"}.lg-outer #lg-dropdown-overlay{background-color:rgba(0,0,0,.25);bottom:0;cursor:default;left:0;position:fixed;right:0;top:0;z-index:1081;opacity:0;visibility:hidden;-webkit-transition:visibility 0s linear .18s,opacity .18s linear 0s;transition:visibility 0s linear .18s,opacity .18s linear 0s}.lg-outer.lg-dropdown-active #lg-dropdown-overlay,.lg-outer.lg-dropdown-active .lg-dropdown{-webkit-transition-delay:0s;transition-delay:0s;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1;visibility:visible}.lg-outer.lg-dropdown-active #lg-share{color:#fff}.lg-outer .lg-dropdown{background-color:#fff;border-radius:2px;font-size:14px;list-style-type:none;margin:0;padding:10px 0;position:absolute;right:0;text-align:left;top:50px;opacity:0;visibility:hidden;-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0);-webkit-transition:-webkit-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-webkit-transition:visibility 0s linear .5s,opacity .18s linear 0s,-webkit-transform .18s linear 0s;transition:visibility 0s linear .5s,opacity .18s linear 0s,-webkit-transform .18s linear 0s;transition:transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;transition:transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s,-webkit-transform .18s linear 0s}.lg-outer .lg-dropdown:after{content:"";display:block;height:0;width:0;position:absolute;border:8px solid transparent;border-bottom-color:#fff;right:16px;top:-16px}.lg-outer .lg-dropdown>li:last-child{margin-bottom:0}.lg-outer .lg-dropdown>li:hover .lg-icon,.lg-outer .lg-dropdown>li:hover a{color:#333}.lg-outer .lg-dropdown a{color:#333;display:block;white-space:pre;padding:4px 12px;font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px}.lg-outer .lg-dropdown a:hover{background-color:rgba(0,0,0,.07)}.lg-outer .lg-dropdown .lg-dropdown-text{display:inline-block;line-height:1;margin-top:-3px;vertical-align:middle}.lg-outer .lg-dropdown .lg-icon{color:#333;display:inline-block;float:none;font-size:20px;height:auto;line-height:1;margin-right:8px;padding:0;vertical-align:middle;width:auto}.lg-outer #lg-share{position:relative}.lg-outer #lg-share:after{content:"\e80d"}.lg-outer #lg-share-facebook .lg-icon{color:#3b5998}.lg-outer #lg-share-facebook .lg-icon:after{content:"\e901"}.lg-outer #lg-share-twitter .lg-icon{color:#00aced}.lg-outer #lg-share-twitter .lg-icon:after{content:"\e904"}.lg-outer #lg-share-googleplus .lg-icon{color:#dd4b39}.lg-outer #lg-share-googleplus .lg-icon:after{content:"\e902"}.lg-outer #lg-share-pinterest .lg-icon{color:#cb2027}.lg-outer #lg-share-pinterest .lg-icon:after{content:"\e903"}.group:after,.group:before{display:table;content:"";line-height:0}.group:after{clear:both}.lg-outer{width:100%;height:100%;position:fixed;top:0;left:0;z-index:1050;opacity:0;-webkit-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer *{-webkit-box-sizing:border-box;box-sizing:border-box}.lg-outer.lg-visible{opacity:1}.lg-outer.lg-css3 .lg-item.lg-current,.lg-outer.lg-css3 .lg-item.lg-next-slide,.lg-outer.lg-css3 .lg-item.lg-prev-slide{-webkit-transition-duration:inherit!important;transition-duration:inherit!important;-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide{-webkit-transition-duration:0s!important;transition-duration:0s!important;opacity:1}.lg-outer.lg-grab img.lg-object{cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg{height:100%;width:100%;position:relative;overflow:hidden;margin-left:auto;margin-right:auto;max-width:100%;max-height:100%}.lg-outer .lg-inner{width:100%;height:100%;position:absolute;left:0;top:0;white-space:nowrap}.lg-outer .lg-item{background:url(../../images/lg/loading.gif) no-repeat scroll center center transparent;display:none!important}.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide{display:inline-block!important}.lg-outer.lg-css .lg-current{display:inline-block!important}.lg-outer .lg-img-wrap,.lg-outer .lg-item{display:inline-block;text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}.lg-outer .lg-img-wrap{position:absolute;padding:0 5px;left:0;right:0;top:0;bottom:0}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-image{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto!important;height:auto!important}.lg-outer.lg-show-after-load .lg-item .lg-object,.lg-outer.lg-show-after-load .lg-item .lg-video-play{opacity:0;-webkit-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play{opacity:1}.lg-outer .lg-empty-html{display:none}.lg-outer.lg-hide-download #lg-download{display:none}.lg-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:#000;opacity:0;-webkit-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-backdrop.in{opacity:1}.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide{-webkit-transition:none 0s ease 0s!important;transition:none 0s ease 0s!important}.lg-css3.lg-use-css3 .lg-item{-webkit-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-use-left .lg-item{-webkit-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-fade .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current{opacity:1}.lg-css3.lg-fade .lg-item.lg-current,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-prev-slide{-webkit-transition:opacity .1s ease 0s;transition:opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-webkit-transition:opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;transition:opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s}.lg-css3.lg-slide.lg-use-left .lg-item{opacity:0;position:absolute;left:0}.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{left:-100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide{left:100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current{left:0;opacity:1}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{-webkit-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}body{margin:0;padding:0;font:14px "open sans","Helvetica Neue","Microsoft Yahei",Helvetica,Arial,sans-serif}@media (max-width:768px){body{background-color:#efefef}}@media (min-width:768px){body{background-color:#f5f8f9;overflow:hidden}}.cube-footer{width:100%;text-align:center;font-size:.9em;color:#999;display: none;}@media (min-width:768px){.cube-footer{padding:30px 0 20px 0;margin-top:100px}}@media (max-width:768px){.cube-footer{padding:20px 0 10px 0;margin-top:10px}}.cube-footer a{text-decoration:none;color:#38b7ea}.cube-footer a:hover{color:#38b7ea}.cube-footer a:visited{text-decoration:none;color:#38b7ea}@media (max-width:768px){header.cube-header{width:100%;height:300px!important}header.cube-header img{width:100%;height:100%}header.cube-header div.cube-type{position:absolute;text-align:center;width:100%;left:0;top:150px;font-size:14px;visibility:hidden}header.cube-header div.cube-type span{font-size:2em;text-shadow:0 1px 10px #47456d}header.cube-header span.cube-typed-cursor{color:#fff;margin-left:-10px;animation:typed-cursor .8s infinite;-moz-animation:typed-cursor .8s infinite;-webkit-animation:typed-cursor .8s infinite;-o-animation:typed-cursor .8s infinite}header.cube-header span.cube-typed-title{color:#fff}}@media (min-width:768px){header.cube-header{display:none}}@media (max-width:768px){header.cube-background{display:none}}header.cube-header-background{margin-top:44px;background-repeat:no-repeat;background-size:cover;height:300px;width:100%}header.cube-header-background div.cube-type{position:absolute;text-align:center;width:100%;left:0;top:150px;font-size:28px;visibility:hidden}header.cube-header-background div.cube-type span{font-size:2em;text-shadow:0 1px 10px #47456d}header.cube-header-background span.cube-typed-cursor{color:#fff;margin-left:-10px;animation:typed-cursor .8s infinite;-moz-animation:typed-cursor .8s infinite;-webkit-animation:typed-cursor .8s infinite;-o-animation:typed-cursor .8s infinite}header.cube-header-background span.cube-typed-title{color:#fff}@media (min-width:768px){div.load-header-background{background-repeat:no-repeat;background-size:cover;height:64px;width:64px;position:fixed;left:50%;top:50%;margin-top:-32px;margin-left:-32px;background-image:url(/images/loading.png);-webkit-animation:loading .8s infinite linear;animation:loading .8s infinite linear}}@media (max-width:768px){div.load-header-background{display:none}}@-webkit-keyframes loading{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes loading{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes typed-cursor{from{opacity:1}to{opacity:0}}@keyframes typed-cursor{from{opacity:1}to{opacity:0}}@media (min-width:768px){div.cube-content{margin-left:200px;margin-right:50px;margin-top:25px;display:-webkit-box;display:-ms-flexbox;display:flex;visibility:hidden;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media (min-width:768px) and (max-width:1120px) and (min-width:768px){div.cube-content{margin-left:15%;margin-right:25px}}@media (min-width:768px){div.cube-left{-webkit-box-flex:0;-ms-flex:0 1 70%;flex:0 1 70%;max-width:70%;min-height: 100vh}div.cube-right{-webkit-box-flex:0;-ms-flex:0 1 28%;flex:0 1 28%;max-width:28%}}@media (max-width:768px){div.cube-right{display:none}}.hljs{display:block;overflow-x:auto;padding:.5em;background:#1e1e1e;color:#dcdcdc}.hljs-keyword,.hljs-literal,.hljs-name,.hljs-symbol{color:#569cd6}.hljs-link{color:#569cd6;text-decoration:underline}.hljs-built_in,.hljs-type{color:#4ec9b0}.hljs-class,.hljs-number{color:#b8d7a3}.hljs-meta-string,.hljs-string{color:#d69d85}.hljs-regexp,.hljs-template-tag{color:#9a5334}.hljs-formula,.hljs-function,.hljs-params,.hljs-subst,.hljs-title{color:#dcdcdc}.hljs-comment,.hljs-quote{color:#57a64a;font-style:italic}.hljs-doctag{color:#608b4e}.hljs-meta,.hljs-meta-keyword,.hljs-tag{color:#9b9b9b}.hljs-template-variable,.hljs-variable{color:#bd63c5}.hljs-attr,.hljs-attribute,.hljs-builtin-name{color:#9cdcfe}.hljs-section{color:gold}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-bullet,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-selector-pseudo,.hljs-selector-tag{color:#d7ba7d}.hljs-addition{background-color:#144212;display:inline-block;width:100%}.hljs-deletion{background-color:#600;display:inline-block;width:100%}nav.cube-menu{position:absolute!important;left:0;top:0;width:100%}nav.cube-menu ul.cube-menu-collapse{list-style:none;margin-top:0;display:-webkit-box;display:-ms-flexbox;display:flex;text-align:center;background-color:rgba(0,0,0,.3);font-size:1.1em}nav.cube-menu ul.cube-menu-collapse li a{text-decoration:none;color:#fff}nav.cube-menu ul.cube-menu-collapse li a:visited{text-decoration:none;color:#fff}@media (max-width:768px){nav.cube-menu ul.cube-menu-collapse{width:100%;overflow:hidden;padding:10px 0}nav.cube-menu ul.cube-menu-collapse li{-webkit-box-flex:1;-ms-flex:1;flex:1}nav.cube-menu ul.cube-menu-collapse li i{display:none}nav.cube-side-menu{display:none}}@media (min-width:768px){nav.cube-menu ul.cube-menu-collapse{width:90%;padding:12px 0 12px 10%;margin-bottom:0}nav.cube-menu ul.cube-menu-collapse li{-webkit-box-flex:0;-ms-flex:0 1 100px;flex:0 1 100px}nav.cube-menu ul.cube-menu-collapse li i{color:#fff}nav.cube-side-menu{position:fixed;-webkit-transform-origin:left;transform-origin:left;left:0;bottom:20px;width:200px;-webkit-transform:rotateY(-90deg);transform:rotateY(-90deg);-webkit-transition:all .3s;transition:all .3s}nav.cube-side-menu ul.cube-menu-list{padding-left:0;list-style:none;margin-bottom:0}nav.cube-side-menu ul.cube-menu-list li:first-child{margin-bottom:10px}nav.cube-side-menu ul.cube-menu-list a{display:inline-block;-webkit-transition:all .3s;transition:all .3s;cursor:pointer;background-color:#00bcd4;border-top-right-radius:180px;border-bottom-right-radius:360px;padding:5px 30px 5px 20px;text-align:left;max-width:200px;-webkit-box-sizing:border-box;box-sizing:border-box;font-style:italic;-webkit-box-shadow:0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);box-shadow:0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);color:#fff}nav.cube-side-menu ul.cube-menu-list a:hover{-webkit-box-shadow:0 0 8px 0 rgba(0,0,0,.12),0 8px 8px 0 rgba(0,0,0,.24);box-shadow:0 0 8px 0 rgba(0,0,0,.12),0 8px 8px 0 rgba(0,0,0,.24)}}.cube-pagination{list-style:none;padding-left:0;margin:20px auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;color:#999}.cube-pagination a{color:#999;text-decoration:none}.cube-pagination a:visited{text-decoration:none;color:#999}.cube-pagination span{color:#444}.cube-pagination-6{width:90%}.cube-pagination-6 .cube-pagination-prev{padding:5px 10px;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;display:inline}.cube-pagination-6 .cube-pagination-next{padding:5px 10px;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;display:inline}.cube-pagination-6 .cube-pagination-index{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;display:inline;padding:5px 10px}.cube-pagination-6 .cube-pagination-ellipses{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;display:inline;padding:5px 10px}@media (max-width:364px){.cube-pagination-6 .cube-pagination-ellipses,.cube-pagination-6 .cube-pagination-index,.cube-pagination-6 .cube-pagination-prev{padding:5px 5px}}.cube-pagination-7{width:90%}.cube-pagination-7 .cube-pagination-prev{padding:5px 10px;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;display:inline}.cube-pagination-7 .cube-pagination-next{padding:5px 10px;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;display:inline}.cube-pagination-7 .cube-pagination-index{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;display:inline;padding:5px 10px}.cube-pagination-7 .cube-pagination-ellipses{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;display:inline;padding:5px 10px}@media (max-width:364px){.cube-pagination-7 .cube-pagination-ellipses,.cube-pagination-7 .cube-pagination-index,.cube-pagination-7 .cube-pagination-prev{padding:5px 5px}}.cube-pagination-8{width:90%}.cube-pagination-8 .cube-pagination-prev{padding:5px 10px;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;display:inline}.cube-pagination-8 .cube-pagination-next{padding:5px 10px;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;display:inline}.cube-pagination-8 .cube-pagination-index{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;display:inline;padding:5px 10px}.cube-pagination-8 .cube-pagination-ellipses{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;display:inline;padding:5px 10px}@media (max-width:364px){.cube-pagination-8 .cube-pagination-ellipses,.cube-pagination-8 .cube-pagination-index,.cube-pagination-8 .cube-pagination-prev{padding:5px 5px}}.cube-pagination-9{width:90%}.cube-pagination-9 .cube-pagination-prev{padding:5px 10px;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;display:inline}.cube-pagination-9 .cube-pagination-next{padding:5px 10px;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;display:inline}.cube-pagination-9 .cube-pagination-index{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;display:inline;padding:5px 10px}.cube-pagination-9 .cube-pagination-ellipses{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;display:inline;padding:5px 10px}@media (max-width:364px){.cube-pagination-9 .cube-pagination-ellipses,.cube-pagination-9 .cube-pagination-index,.cube-pagination-9 .cube-pagination-prev{padding:5px 5px}}.cube-search-form{position:fixed;width:600px;height:400px;background-color:transparent;left:50%;top:50%;margin-left:-300px;margin-top:-200px;visibility:hidden;z-index:1001}.cube-search-form.show{visibility:visible}.cube-search-form.show:before{content:'';display:block;position:fixed;left:0;top:0;width:100%;height:100%;z-index:-1;background:rgba(0,0,0,.5)}.cube-search-form .cube-search-control{width:100%;background-color:#fff;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;border-bottom:1px solid #ddd}.cube-search-form .cube-search-control .search-input{outline:0;border:0;width:90%}.cube-search-form .cube-search-control .close-button{position:absolute;right:10px;top:10px;cursor:pointer}.cube-search-form .cube-search-result{width:100%;height:300px;max-height:300px;background-color:#fff;overflow:auto}.cube-search-form .cube-search-result ul.search-result-list{padding-left:0;list-style:none;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0}.cube-search-form .cube-search-result ul.search-result-list li{padding:10px}.cube-search-form .cube-search-result ul.search-result-list li:not(:last-child){border-bottom:1px solid #ddd}.cube-search-form .cube-search-result ul.search-result-list li a.search-result-link{width:100%;height:100%;color:#999;text-decoration:none}.cube-search-form .cube-search-result ul.search-result-list li a.search-result-link:visited{color:#999}.cube-search-form .cube-search-result ul.search-result-list li a.search-result-link:hover{color:#999}.cube-search-form .cube-search-result ul.search-result-list li a.search-result-link:after,.cube-search-form .cube-search-result ul.search-result-list li a.search-result-link:before{content:' ';display:table}.cube-search-form .cube-search-result ul.search-result-list li a.search-result-link:after{clear:both}.cube-search-form .cube-search-result ul.search-result-list li a.search-result-link div.image{float:left;max-width:80px;width:80px;height:60px;overflow:hidden;margin-right:10px;background-size:cover;background-position:center;background-repeat:no-repeat}.cube-search-form .cube-search-result ul.search-result-list li a.search-result-link div.info{float:left;width:100%;position:relative}.cube-search-form .cube-search-result ul.search-result-list li a.search-result-link div.info .title{border:0;margin-top:0;margin-bottom:0;padding:0;line-height:1.2em;font-size:1.2em;height:1.2em;text-align:left;overflow:hidden;max-width:100%;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#666}.cube-search-form .cube-search-result ul.search-result-list li a.search-result-link div.info .text{border:0;margin-top:0;margin-bottom:0;padding:0;line-height:1.1em;font-size:1.1em;height:1.1em;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:100%;text-align:left}@media (min-width:768px){.cube-sidebar{width:100%;background:#fff;-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);text-align:center;border-radius:5px;max-width:100%;margin-top:0}.cube-sidebar:not(:first-child){margin-bottom:20px}.cube-sidebar:hover{-webkit-box-shadow:0 6px 6px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);box-shadow:0 6px 6px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12)}.title{padding:10px;font-weight:600;font-size:1.3em;border-bottom:1px solid #ddd}.title a{color:#b94a48;text-decoration:none}.title a:visited{text-decoration:none;color:#b94a48}.cube-author span{display:block;margin-bottom:10px;font-size:1.2em;color:#333;font-weight:600}.cube-author a{display:inline-block;width:80%;color:#999;padding-bottom:20px;text-decoration:none;word-break:break-all;max-width:80%}.cube-author a:visited{color:#999;text-decoration:none}.cube-author div.count{width:80%;display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:10%}.cube-author div.count a.count{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;padding-bottom:10px}.cube-author div.count a.count span{display:block;padding:4px;line-height:40px;border-radius:50%;font-size:16px;color:#fff;height:40px;width:40px;margin:0 auto;margin-bottom:3px}.cube-author div.count a.count.articles span{background-color:#00bcd4}.cube-author div.count a.count.tags span{background-color:#f06292}.cube-author div.count a.count.categories span{background-color:#72d572}.cube-friend-links ul.list,.cube-links ul.list{padding:20px;list-style:none;text-align:justify;margin-top:0}.cube-friend-links ul.list li,.cube-links ul.list li{max-width:100%;overflow:hidden;white-space:nowrap;word-break:break-all;text-overflow:ellipsis;vertical-align:middle;line-height:33px;position:relative}.cube-friend-links ul.list li:not(:first-child),.cube-links ul.list li:not(:first-child){margin-top:10px}.cube-friend-links ul.list li img,.cube-links ul.list li img{width:32px;height:32px;border-radius:50%;position:absolute;left:0;top:0}.cube-friend-links ul.list li a,.cube-links ul.list li a{font-size:1.1em;text-decoration:none;color:#999;padding-left:37px}.cube-friend-links ul.list li a:visited,.cube-links ul.list li a:visited{text-decoration:none;color:#999}.cube-friend-links ul.list li a:hover,.cube-links ul.list li a:hover{text-decoration:underline;color:#444}.cube-recent-posts ul.list{padding:20px;list-style:none;text-align:justify;margin-top:0}.cube-recent-posts ul.list li{position:relative}.cube-recent-posts ul.list li:not(:first-child){margin-top:10px}.cube-recent-posts ul.list li .index{-webkit-box-flex:0;-ms-flex:0 1 30px;flex:0 1 30px;font-size:.8em;margin:0}.cube-recent-posts ul.list li .index span{width:16px;height:16px;display:inline-block;padding:4px;text-align:center;font-size:1.1em;line-height:1.2em;background-color:#b8c0cc;color:#fff;font-weight:600;border-radius:3px}.cube-recent-posts ul.list li .index.first span{background-color:#f25d8e}.cube-recent-posts ul.list li .preview{display:-webkit-box;display:-ms-flexbox;display:flex}.cube-recent-posts ul.list li .preview div.image{-webkit-box-flex:0;-ms-flex:0 1 80px;flex:0 1 80px;max-width:80px;height:60px;overflow:hidden;background-size:cover;background-position:center;background-repeat:no-repeat}.cube-recent-posts ul.list li .preview div.info{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-left:5px}.cube-recent-posts ul.list li .preview div.info .title{border:0;margin-top:0;padding:0;line-height:1.3em;margin-bottom:0;font-size:1em;text-align:left;height:38px;overflow:hidden}.cube-recent-posts ul.list li .preview div.info .title a{color:#999}.cube-recent-posts ul.list li .preview div.info .title a:visited{color:#999}.cube-recent-posts ul.list li .preview div.info .title a:hover{color:#38b7ea}.cube-recent-posts ul.list li .preview div.info .date{margin-bottom:0;font-size:.8em;margin-top:4px;color:#999;height:18px;line-height:22px}.cube-recent-posts ul.list li .normal{display:-webkit-box;display:-ms-flexbox;display:flex}.cube-recent-posts ul.list li .normal .title{-webkit-box-flex:1;-ms-flex:1;flex:1;border:0;font-size:1em;margin:0;padding:0;text-align:left;height:24px;line-height:24px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:break-all}.cube-recent-posts ul.list li .normal .title a{color:#999}.cube-recent-posts ul.list li .normal .title a:visited{color:#999}.cube-recent-posts ul.list li .normal .title a:hover{color:#38b7ea}.cube-search .search-container{position:relative;padding:10px}.cube-search input.cube-search-input{outline:0;height:2.5em;border-radius:5px;border:0;width:95%;padding-left:5%;color:#999}.cube-search i.cube-search-submit{position:absolute;right:15px;width:2em;top:50%;height:2em;margin-top:-1em}.cube-search i.cube-search-submit:before{display:inline-block;font-size:1.2em;padding-top:.3em;padding-right:.3em;color:#999}.cube-music .cube-player{margin:0}}
  .footer_tags{
      padding-left: 20px;
  }
.footer_tags a{
    color: #444!important;
}
.footer_tags a:hover{color: #00bcd4!important;}
.title span{
    color:#b94a48
}
div.cube-excerpt .cube-excerpt-header .cube-excerpt-date{
    flex: none;
}
div.cube-excerpt .cube-excerpt-header .cube-excerpt-header-msg{
    width: 100%;
}
div.cube-excerpt .cube-excerpt-header .cube-excerpt-tags{flex: none;max-width: 80%}
div.cube-article .cube-article-date{flex:none;}
div.cube-article .cube-article-header{padding: 0;width: 95%}