* {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
}

html, body {
    font-size: 16px;
    color: #000;
    font-family: "PingFang SC",  "Microsoft YaHei";
    background: #FAFAFA;
}

pre{
    font-size: 16px;
    color: #515151;
    line-height: 28px;
    margin: 15px 0 0;
    white-space: pre-wrap;
    word-wrap: break-word;
    font-family: "PingFang SC", "Microsoft YaHei";
}


pre a{
    text-decoration: underline;
    color: #057cff;
}

a {
    text-decoration: none;
    color: #000;
}

li {
    list-style: none;
}

::-webkit-input-placeholder{
    color: #999;
}

#fix-header{
    background: #fff;
}
.shs {
    font-family: 'Light';
}
#float-header {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #FFFFFF;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.15);
}

#fix-header .head-inner, #float-header .head-inner {
    width: 1200px;
    margin: 0 auto;
    height: 70px;
    position: relative;
}

#fix-header .logo, #float-header .logo {
    float: left;
    position: relative;
    top: 13px;
    cursor: default;
    font-size: 18px;
}

#float-header .logo img,
#float-header .logo span,
#fix-header .logo img,
#fix-header .logo span {
    vertical-align: middle;
}

#float-header .logo span{
    font-size: 16px;
}

#fix-header .logo img,
#float-header .logo img{
    width: 34px;
}

#fix-header .head-banner-left,
#float-header .head-banner-left {
    position: relative;
    top: 13px;
    float: left;
    padding-left: 40px;
}
#float-header .head-banner-left li,
#fix-header .head-banner-left li{
    float: left;
    color: #999;
    font-size: 16px;
    line-height: 42px;
    opacity: 0.8;
    margin-right: 37px;
    font-weight: 400;
}
#float-header .head-banner-left li a
#fix-header .head-banner-left li a{
    color: #999;
}

#float-header .head-banner-left .origin a,
#fix-header .head-banner-left .origin a{
    color: #ffa805;
    opacity: 1;
    font-weight: 500;
}

#float-header .head-banner-right,
#fix-header .head-banner-right {
    position: relative;
    top: 28px;
    float: right;
    font-size: 14px;
    color: #0079FF;
}
#float-header .head-banner-right {
    top: 18px;
}
#float-header .head-banner-right .invite{
    background: #FFFFFF;
    border: 1px solid #097DFF;
    border-radius: 2px;
    width: 100px;
    display: block;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #097DFF;
}
#fix-header .head-banner-right li{
    float: right;
    padding-left: 9px;
}

#fix-header .head-banner-right a{
    color: #0079FF;
}

.navi img, .navi span {
    vertical-align: middle;
}

.navi img {
    width: 18px;
}

.navi a {
    display: inline-block;
    font-size: 14px;
}

.navi span {
    height: 18px;
    line-height: 18px;
    display: block;
}

.navi .share{
    width: 17px;
    height: 17px;
    background-position: -215px -155px;
    display: inline-block;
    position: absolute;
    left: -26px;
    top: 4px;
}

.navi .share:hover{
    background-position: -188px -155px;
}
.navi .share:active{
    background-position: -242px -155px;
}

.navi .tip{
    position: absolute;
    border: solid #f2f2f2 1px;
    border-radius: 2px;
    font-size: 12px;
    text-align: left;
    text-indent: 20px;
    height: 40px;
    line-height: 40px;
    width: 367px;
    background: #fff;
    left: -183px;
    top: 27px;
    display: none;
    z-index: 999;
    color: #949191;
}

.navi .tip .close{
    position: absolute;
    right: 15px;
    top: 15px;
    width: 12px;
    height: 12px;
    background-position: -335px -155px;
}
.navi .tip .close:hover{
    background-position: -313px -155px;
}
.navi .tip .close:active{
    background-position: -291px -155px;
}
.footer {font-size:12px; line-height:1.8em; text-align:center; padding:35px 0;}
.footer a,.footer span {color:#999; text-decoration:none; padding:0 10px;}
.footer a:hover {text-decoration:underline;}
.footer .copyright {color:#999;}