html,
body,
.full-height {
    height: 100%;
}

.body-normal {
    padding-top: 70px;
    padding-bottom: 30px;
}

.body-inapp {
    padding-top: 10px;
    padding-bottom: 30px;
}

@media (min-width: 1620px) {
    .navbar li a {
      font-size: 1.1em;
    }
    .navbar ul li ul li a {
      background-color: white;
      border-bottom: 1px solid #e0e0e0;
      font-size: 1.05em;
    }
    .navbar-nav li:hover ul {
        display: block;
    }
}

li.divider {
    height: 1px;
    background-color: #ccc;
}

.navbar ul li ul li a {
    white-space: nowrap;
    padding: 5px 15px;
    transition: background-color 0.2s;
}

.navbar ul li ul li:last-child a {
    border-bottom: none;
}

.navbar ul li ul li a:hover {
    background-color: #f2f2f2;
}

h1 {
    font-size: 2em;
}

h2 {
    margin-top: 12px;
    margin-bottom: 10px;
    font-size: 1.7em;
}

h3 {
    margin-top: 10px;
    margin-bottom: 6px;
    font-size: 1.3em;
}

h4 {
    margin-top: 8px;
    margin-bottom: 5px;
    font-size: 1.1em;
}

p {
    margin-bottom: 5px;
}

div, th, a, td {  
    word-wrap: break-word;
    white-space: normal;
}

table {
    table-layout: fixed;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

td, th {
    padding: 6px 13px;
    border: 1px solid #ddd;
    display: table-cell;
    vertical-align: inherit;
}

tr:nth-child(2n) {
    background-color: #f8f8f8;
}

ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 6px;
    -webkit-margin-after: 10px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 30px;
}

ol {
    display: block;
    list-style-type: decimal;
    -webkit-margin-before: 6px;
    -webkit-margin-after: 10px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 30px;
}

.table {
    margin-top: 6px;
    margin-bottom: 8px;
}

.table>tbody>tr>td,
.table>tfoot>tr>td {
    vertical-align: middle;
}

.panel>.list-group, .panel>.panel-collapse>.list-group {
    margin-bottom: 0px;
    margin-top: 0px;
}

blockquote {
    padding: 5px;
    margin: 0px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

.big-container {
    width: 85%;
    min-width: 780px;
    max-width: 1260px;
}

.theme-dropdown .dropdown-menu {
    position: static;
    display: block;
    margin-bottom: 20px;
}

.theme-showcase > p > .btn {
    margin: 5px 0;
}

.theme-showcase .navbar .container {
    width: auto;
}

/* Left will inherit from right (so we don't need to duplicate code) */
.github-fork-ribbon {
    /* The right and left classes determine the side we attach our banner to */
    position: absolute;
    /* Add a bit of padding to give some substance outside the "stitching" */
    padding: 2px 0;
    /* Set the base colour */
    background-color: #a00;
    /* Set a gradient: transparent black at the top to almost-transparent black at the bottom */
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.15)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
    /* Add a drop shadow */
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
    /* Set the font */
    font: 700 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
    z-index: 9999;
    pointer-events: auto;
}

.github-fork-ribbon a,
.github-fork-ribbon a:hover {
    /* Set the text properties */
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
    text-align: center;
    /* Set the geometry. If you fiddle with these you'll also need
     to tweak the top and right values in .github-fork-ribbon. */
    width: 200px;
    line-height: 20px;
    /* Set the layout properties */
    display: inline-block;
    padding: 2px 0;
    /* Add "stitching" effect */
    border-width: 1px 0;
    border-style: dotted;
    border-color: #fff;
    border-color: rgba(255, 255, 255, 0.7);
}

.github-fork-ribbon-wrapper {
    width: 150px;
    height: 150px;
    position: absolute;
    overflow: hidden;
    top: 0;
    z-index: 9999;
    pointer-events: none;
}

.github-fork-ribbon-wrapper.fixed {
    position: fixed;
}

.github-fork-ribbon-wrapper.left {
    left: 0;
}

.github-fork-ribbon-wrapper.right {
    right: 0;
}

.github-fork-ribbon-wrapper.left-bottom {
    position: fixed;
    top: inherit;
    bottom: 0;
    left: 0;
}

.github-fork-ribbon-wrapper.right-bottom {
    position: fixed;
    top: inherit;
    bottom: 0;
    right: 0;
}

.github-fork-ribbon-wrapper.right .github-fork-ribbon {
    top: 42px;
    right: -43px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.github-fork-ribbon-wrapper.left .github-fork-ribbon {
    top: 42px;
    left: -43px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.github-fork-ribbon-wrapper.left-bottom .github-fork-ribbon {
    top: 80px;
    left: -43px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.github-fork-ribbon-wrapper.right-bottom .github-fork-ribbon {
    top: 80px;
    right: -43px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/* The default background color is #c00 */

.right-bottom .github-fork-ribbon {
    background-color: #f80;
}

.right .github-fork-ribbon {
    background-color: #090;
}

.left-bottom .github-fork-ribbon {
    background-color: #333;
}

.flat-gray-index {
    margin-bottom: 4px;
    display: block;
    line-height: 36px;
}

.flat-gray {
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 4px;
    padding-left: 6px;
    padding-right: 6px;
    height: 36px;
    text-align: center;
    display: block;
    cursor: pointer;
    line-height: 36px;
}

.flat-gray-hover {
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 4px;
    padding-left: 6px;
    padding-right: 6px;
    height: 36px;
    text-align: center;
    display: block;
    cursor: pointer;
    line-height: 36px;
}

span.flat-gray:first-of-type {
    margin-left: 0px;
}

span.flat-gray:last-of-type {
    margin-right: 0px;
}

.flat-gray:hover,
.flat-gray:focus {
    background-color: #f5f5f5;
}

.flat-gray-hover {
    background-color: #f5f5f5;
}

a.flat-gray-link,
a.flat-gray-link:hover,
a.flat-gray-link:focus {
    color: #555;
    text-decoration: none;
}

a.no-line-link,
a.no-line-link:hover,
a.no-line-link:focus {
    text-decoration: none;
}

.position-relative {
    position: relative;
}

.footer-div {
    color: #555;
    text-align: center;
    font-size: 0.9em;
    padding-top: 1em;
    padding-bottom: 1em;
    bottom: 0;
    width: 100%;
}

.position-absolute {
    position: absolute;
}

.button-confirm {
    margin-top: 1em;
    width: 120px;
    font-weight: bold;
}

.div-right-bottom {
    float: right;
    position: fixed;
    text-align: center;
    right: 0px;
    bottom: 0px;
    z-index: 20;
    border: 0px solid #69c;
}

.div-projects {
    position: relative;
    width: 100%;
    overflow: auto;
    margin: 0 auto;
}

.div-date {
    padding-bottom: 10px;
    padding-top: 8px;
    font-size: 1.2em;
    font-weight: bold;
}

.div-boder {
    width: 100%;
    height: 10px;
    position: absolute;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: rgb(221, 221, 221);
}

.div-project {
    position: absolute;
    background-color: white;
    word-wrap: break-word;
    border: 1px solid #ddd;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.middle-container {
    width: 320px;
}

.middle-vertical-container {
    min-height: 480px;
}

img {
    max-width: 100%;
}

.centered {
    float: none;
    margin: 0 auto;
}

.text-center {
    text-align: center
}

.vertical-align-center {
    vertical-align: center;
}

.text-right {
    text-align: right
}

.margin-left-24 {
    margin-left: 24px;
}

.margin-left-16 {
    margin-left: 16px;
}

.div-detail {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
    margin-bottom: 5px
}

.div-tips {
    /** to consistent with container **/
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 5px;
    position: fixed;
    width: inherit;
    height: 40px;
    line-height: 40px;
    z-index: 10;
}

.margin-top-24 {
    margin-top: 24px;
}

.margin-top-16 {
    margin-top: 16px;
}

.margin-top-12 {
    margin-top: 12px;
}

.margin-top-8 {
    margin-top: 8px;
}

.margin-right-12 {
    margin-right: 12px;
}

.margin-4 {
    margin: 4px;
}

.no-padding {
    padding: 0px;
}

.div-row {
    padding: 5px;
}

.padding-left0 {
    padding-left: 0px;
}

.padding-left20 {
    padding-left: 20px;
}

.div-adjust {
    overflow: hidden;
}

.padding-right0 {
    padding-right: 0px;
}

.border {
    background-color: white;
    border: 1px solid #ddd;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.sidebar-font {
    font-size: 0.9em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.color-red {
    color: red;
}

a.color-red {
    color: red;
}

a.color-normalb {
    color: #333;
}

a.underline {
    text-decoration: underline;
}

a.color-red:visited {
    color: red;
}

.color-light-red {
    color: #F5A9BC;
}

a.color-small-red,
a.color-small-red:hover,
a.color-small-red:focus,
a.color-small-red:visited {
    color: #a62a2f;
}

.color-transparent {
    color: transparent;
}

.border-top {
    border-top: 1px solid #ddd;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.font-bold {
    font-weight: bold;
}

.font-small-bold {
    font-weight: 500;
}

.p-top-10 {
    padding-top: 10px;
}

.p-bottom10 {
    padding-bottom: 10px;
}

.width120 {
    width: 120px;
}

.image-avatar {
    height: 120px;
    width: 120px;
}

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -ms-animation: spin .7s infinite linear;
    -webkit-animation: spinw .7s infinite linear;
    -moz-animation: spinm .7s infinite linear;
}

a.beian {
    display:inline-block;
    text-decoration:none;
    height:20px;
    line-height:20px;
}

p.beian {
    float:left;
    height:20px;
    line-height:20px;
    margin: 0px 0px 0px 5px;
    color:#939393;
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }
    to {
        transform: scale(1) rotate(360deg);
    }
}

@-webkit-keyframes spinw {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

.green-border {
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    border-color: #66afe9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.blue-border {
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    border-color: #2EFE64;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.red-border {
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.gray-border {
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    border-color: #E6E6E6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.high-gray-border {
    color: #555;
    background-color: #BDBDBD;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    border-color: #E6E6E6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.no-background {
    background-color: transparent;
}

.no-border {
    border: 0px;
    border-radius: 0px;
    border-color: transparent;
}

.tag-span {
    padding: 1px 2px 1px 8px;
    margin: 0px 2px;
    height: 26px;
    display: block;
    cursor: pointer;
}

.tag-input {
    padding: 1px 4px;
    margin: 0px 2px;
    width: 90px;
    height: 26px;
}

.tag-text {
    margin-left: 4px;
    margin-right: 4px;
}

.tag-delete {
    text-overflow: ellipsis;
    text-decoration: none !important;
    white-space: nowrap;
    margin-right: 2px;
}

.top-tag-index {
    margin: 4px;
    line-height: 28px;
    display: block;
}

.top-tag-span {
    margin: 4px;
    padding-left: 6px;
    padding-right: 6px;
    line-height: 28px;
    display: block;
    cursor: pointer;
}

.top-tag-span:hover,
.top-tag-span:focus {
    background-color: #f5f5f5;
}

.background-gray {
    background-color: #eee
}

.div-baidu-share {
    margin-top: 8px;
    font-size: 1.1em;
    font-weight: bold;
}

.margin-left-4 {
    margin-left: 4px;
}

.width-auto {
    width: auto;
}

@-moz-keyframes spinm {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

.full-width {
    width: 100%;
}

.hidden {
    display: none;
}

.statistics-class {}

.statistics-value {}

.content-footer {
    box-shadow: 0 0 8px #aaa;
    border: 2px solid #56c2df;
    text-align: left;
    padding: 3px 8px;
    margin-bottom: 6px;
    margin-top: 6px
}

.gays-mobile {
    margin-right: 15px;
}

.gays {
    margin-right: 45px;
}

.padding10 {
    padding: 10px;
}

.job-detail {
    background-color: #F2F2F2;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.fadein {
    height: 30px;
}

.fadein span {
    text-align: center;
    animation: fadein 2s;
    -moz-animation: fadein 2s;
    /* Firefox */
    -webkit-animation: fadein 2s;
    /* Safari and Chrome */
    -o-animation: fadein 2s;
    /* Opera */
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein {
    /* Firefox */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    /* Safari and Chrome */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-o-keyframes fadein {
    /* Opera */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.font-item {
    font-size: 1.2em;
}

.font-middle {
    font-size: 1em;
    color: #555;
    text-indent: 1em;
}

.font-middle > ul, .font-middle > ol, .font-middle > * > ul, .font-middle > * > ol {
    text-indent: 0.3em;
}

.small-ol > ul, .small-ol > ol {
    padding-left: 20px;
}

.small-image > img {
    max-width: 64px;
    max-height: 64px;
}

.small-image > * > img {
    max-width: 64px;
    max-height: 64px;
}

.font-small {
    font-size: 0.8em;
}

.color-gray {
    color: gray;
}

.color-lightgray {
    color: #D8D8D8;
}

.one-line {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.linep {
    height: 10px;
}

.smallp {
    height: 5px;
}

a.display-block {
    display:block;
}

.width-75 {
    width:75%;
}

.padding-hor-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.line-height-165 {
    line-height: 165%;
}

.position-fixed {
    position: fixed;
}