/*logo "x" 绘制*/
.logo {
     position: absolute;;
     float: left;
     top:12.5px;
     left:150px;
    }
.logo:before{
     transform:skew(32deg,0);
     position:absolute;
     content:'';
     top:0;
     left:0;
     width:1px;
     height:20px;
     background-color:#3cb4c8;
    }
.logo:after{
     transform:skew(-32deg,0);
     position:absolute;
     content:'';
     top:0;
     right:0;
     width:1px;
     height:20px;
     background-color:#3cb4c8;
    }

/*导航条*/
.topbar {
    top:0;
    text-align: center;
    opacity: .9;
    height: 44px;
    width: 100%;
    background-color: rgba(51,51,51);
    position: fixed;
    z-index: 99;
}

/*导航条内部文字*/
.topbar ul {
    display: inline-block;
    width: 1000px;
}

.topbar img {
    height: 22px;
    widows: 22px;
    float: left;
    margin: 11px 0 0 50px;
}

.topbar li {
    display: inline;
    width: 60px;
}

.topbar a {
    margin-top: 0;
    font-size: 14px;
    line-height: 44px;
    color: rgba(174,174,174);
    text-decoration-line: none;
    font-family: STHeiti;
    height: 44px;
    display: inline-block;
    letter-spacing: 1px;
    margin: 0 20px 0 20px;
}

/*鼠标停留导航栏文字效果*/
.topbar a:hover{
    color: rgba(255,255,255);
    transition: .5s;
}

/*底栏*/
.endbar {
    text-align: center;
    position: relative;
    margin-top: 197px;
    bottom: 0;
    height: 74px;
    width: 100%;
    background-color: black;
}

.endbar p {
    padding-top: 40px;
    color: rgba(134,134,134);
    line-height: 20px;
    font-size: .75em;
    border-width: 1px;
}

.endbar a {
    color: rgba(134,134,134);
}

#lb {
    width: 100%;
    height: 44px;
}

.fb {
    position: absolute;
    top: -269px;
    height: 308px;
    width: 100%;
    background: url("https://sapurate.gitee.io/blog/img/footer.webp") no-repeat center -25px;
}

/* 侧边栏 */
.left_bar {
	width: 200px;
	height: 260px;
}
.left_bar embed {
	align: center;
}

#footer {
display:none;
}