body {
    background-color: #F5F5F5;
}

.nav-base-pla {
    height: 64px;
}

.nav-base {
    position: absolute;
    top: 140px;
    left: 0;
    width: 100%;
    z-index: 9;
    height: 63px;
    background-color: #ffffff;
    border-top: 1px solid #e9e9e9;
}

.nav-base.fixed {
    position: fixed;
    top: 0;
    opacity: .8;
    backdrop-filter: saturate(180%) blur(20px);
}

.nav-base > .container > .row {
    display: flex;
    align-items: center;
}

.nav-base h2.title {
    width: 280px;
    font-size: 18px;
    color: #000000;
    margin: 0 !important;
    line-height: 64px;
}

.nav-base ul {
    width: calc(100% - 280px);
    display: flex;
    padding-left: 20px;
}

.nav-base ul li a {
    height: 64px;
    line-height: 64px;
    display: inline-block;
    padding: 0 20px;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    box-sizing: border-box;
}

.nav-base ul li.active a {
    color: #2680EB;
    border-bottom: 3px solid #2680EB;
}

.nav-base ul li a:hover {
    color: #2680EB;
}

.main-content a:hover {
    text-decoration: none;
}

#secondary {
    min-height: 280px !important;
}

#secondary.fix {
    top: 86px !important;
}

#secondary a ,#main a {
    text-decoration: none;
}

h2 a{
    color: #009DDF !important;
    font-size: 20px;
    font-weight: bold;
}

h2 {
    margin-bottom: 34px !important;
}

article h3.title {
    color: #808080;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 34px;
    margin-top: 34px;
    line-height: 26px;
}

article p {
    color: #808080;
    font-size: 14px;
    line-height: 30px;
}

.title-content {
    margin-bottom: 26px;
}

.title-content .title {
    display: inline-block;
    color: #808080;
    font-size: 16px;
    font-weight: bold;
    width: 120px;
    line-height: 30px;
}

.title-content .content {
    vertical-align: top;
    display: inline-block;
    color: #808080;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
}

.mobile-nav ul li {
    list-style: none;
}

.mobile-nav ul li a {
    font-size: 14px;
}

/* Page css */

a {
    color: #326DB4;
    text-decoration: none;
}

a:hover,a:active {
    color: #1da1f2;
}

pre,code {
    background: #F3F3F3;
    font-family: "Helvetica Neue",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","WenQuanYi Micro Hei","Microsoft Yahei",sans-serif;
    font-size: .92857em;
}

code {
    padding: 2px 4px;
    color: #B94A48;
}

pre {
    padding: 8px;
    overflow: auto;
    max-height: 400px;
}

pre code {
    padding: 3px;
    color: #444;
}

blockquote {
    margin: 1em 0;
    padding-left: 1.5em;
    border-left: 4px solid #eee;
    color: #666;
}

table {
    border: 1px solid #ddd;
    width: 100%;
}

table th,table td {
    padding: 5px 10px;
    border: 1px solid #eee;
}

table th {
    background: #f3f3f3;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Helvetica Neue",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","WenQuanYi Micro Hei","Microsoft Yahei",sans-serif;
}
button{
    background-color: #1da1f2;
    padding:8px 20px;
    color: #fff;
    border-radius: 5px;
    border: 0;
    line-height: 30px;
    font-size: 16px;
    cursor: pointer;
}

textarea {
    resize: vertical;
}

.post-meta a,.post-content a,.widget a,.comment-content a {
    border-bottom: 1px solid #EEE;
}

.post-meta a:hover,.post-content a:hover,.widget a:hover,.comment-content a:hover {
    border-bottom-color: transparent;
}

.browsehappy {
    padding: 8px 0;
    background: #FBE3E4;
    color: #8A1F11;
    text-align: center;
}

.browsehappy a {
    color: #8A1F11;
    text-decoration: underline;
    font-weight: bold;
}

#header {
    background-color: #232328;
    box-shadow: 0 1px 2px #DDD;
    overflow: hidden;
}
.site-name{
    height: 60px;
}
#logo {
    height: inherit;
    line-height: 60px;
    color: #fff;
    font-size: 1.2em;
    display:table-cell;
    vertical-align:middle;
}

#logo img {
    display: block;
    max-width: 90%;
    max-height: 50px;
}

.description {
    margin: .5em 0 0;
    color: #999;
    font-style: italic;
}

#nav-menu {
    margin: 0;
    padding: 0;
}

#nav-menu a {
    display: block;
    padding: 0 20px;
    margin-right: 4px;
    border-bottom: none;
    height: 60px;
    line-height: 60px;
    color: #FFF;
    float: left;
}

#nav-menu a:hover,#nav-menu .current {
    background: #FFF;
    color: #3982dc;
}

#search {
    position: relative;
    height: 60px;
}

#search input {
    padding-right: 30px;
    padding-left:10px;
    height: 36px;
    margin-top: 12px;
    border-radius: 20px;
    outline: none;
    font-size: 14px;
}

#search button {
    position: absolute;
    right: 8px;
    top: 2px;
    margin-top: 15px;
    border: none;
    padding: 0;
    width: 24px;
    height: 24px;
    /*background: transparent url(../img/icon-search.png) no-repeat center center;*/
    direction: ltr;
    text-indent: -9999em;
    outline: none;
    cursor: pointer;
}

@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    #search button {
        /*background-image: url(../img/icon-search@2x.png);*/
        -webkit-background-size: 24px 24px;
        -moz-background-size: 24px 24px;
        -o-background-size: 24px 24px;
        background-size: 24px 24px;
    }
}

#main{
    background-color: #fff;
    margin-top:22px;
    padding:20px 45px;
    min-height: 860px;
    border-radius: 4px;
    font-size: 16px;
    float:right;
}
.row{position: relative;}

#main h2, #main h3, #main h4, #main h5, #main h6 {
    font-size: 16px;
    color: #777;
}
#main h2 a{
    font-size: 22px;
}
#secondary{
    background-color: #fff;
    margin-top:22px;
    padding:20px 20px 20px 20px;
    min-height: 400px;
    border-radius: 4px;
    /* 	width: calc(25% - 20px); 该值由autosidebar.js来定义并控制*/
    margin-right: 20px;
    font-size: 16px;
}
#secondary .list_nav{
    padding:8px 20px;
    white-space: nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
#secondary .list_nav.selected{
    background-color: #1da1f2;
    border-radius: 5px;
    color: #FFF;
}
#secondary a{
    border-bottom: 0;
    display: block;
}
#secondary li{
    line-height: 30px;
}
#secondary.fix{float:none; position: fixed; top:0; margin-top: 0; left:auto;}
#secondary.fixToBottom{position: absolute; top: auto; bottom: 0;}

.post {
    padding: 15px 0 20px;
    border-bottom: 1px solid #EEE;
}
.post:last-child{
    border-bottom: 0;
}

.post-title {
    margin: .83em 0;
    font-size: 1.4em;
}
.post-title i{
    /* 	display: inline-block; */
    margin-left: 5px;
    font-size: 0.8em;
    vertical-align: 0.15em;
}

.post-meta {
    margin-top: -0.5em;
    padding: 0;
    color: #999;
    font-size: .92857em;
}

.post-meta li {
    display: inline-block;
    margin: 0 8px 0 0;
    padding-left: 12px;
    border-left: 1px solid #EEE;
}

.post-meta li:first-child {
    margin-left: 0;
    padding-left: 0;
    border: none;
}

.post-content {
    line-height: 1.5;
}

.post .tags {
    clear: both;
}

.post-near {
    list-style: none;
    margin: 30px 0;
    padding: 0;
    color: #999;
}

.post-near li {
    margin: 10px 0;
}

.archive-title {
    margin: 1em 0 -1em;
    padding-top: 20px;
    color: #999;
    font-size: 1em;
}

.more {
    text-align: center;
}

.more a {
    border: none;
}

.protected .text {
    width: 50%;
}

.page-navigator {
    list-style: none;
    margin: 25px 0;
    padding: 0;
    text-align: center;
}

.page-navigator li {
    display: inline-block;
    margin: 0 4px;
}

.page-navigator a {
    display: inline-block;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    color: #0F89D4;
    background: #fff;
    border-radius: 5px;
}

.page-navigator a:hover {
    color: #fff;
    background: #1da1f2;
    text-decoration: none;
}

.page-navigator .current a {
    color: #fff;
    background: #1da1f2;
    border-radius: 5px;
}

#comments {
    padding-top: 15px;
}

.comment-list,.comment-list ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comment-list li {
    padding: 14px;
    margin-top: 10px;
    border: 1px solid #EEE;
}

.comment-list li.comment-level-odd {
    background: #F6F6F3;
}

.comment-list li.comment-level-even {
    background: #FFF;
}

.comment-list li.comment-by-author {
    background: #FFF9E8;
}

.comment-list li .comment-reply {
    text-align: right;
    font-size: .92857em;
}

.comment-meta a {
    color: #999;
    font-size: .92857em;
}

.comment-author {
    display: block;
    margin-bottom: 3px;
    color: #444;
}

.comment-author .avatar {
    float: left;
    margin-right: 10px;
}

.comment-author cite {
    font-weight: bold;
    font-style: normal;
}

.comment-list .respond {
    margin-top: 15px;
    border-top: 1px solid #EEE;
}

.respond .cancel-comment-reply {
    float: right;
    margin-top: 15px;
    font-size: .92857em;
}

#comment-form label {
    display: block;
    margin-bottom: .5em;
    font-weight: bold;
}

#comment-form .required:after {
    content: " *";
    color: #C00;
}

#secondary {
    padding-top: 15px;
    word-wrap: break-word;
}

.widget {
    margin-bottom: 30px;
}

.widget-list {
    list-style: none;
    padding: 0;
}

.widget-list li {
    margin: 5px 0;
    line-height: 1.6;
}

.widget-list li ul {
    margin-left: 15px;
}

#footer {
    height: 120px;
    margin-top: 30px;
    padding: 2em 0 3em 0;
    line-height: 1.1;
    text-align: center;
    font-size: 13px;
    color: #b8b8b8;
    background-color: #232328;
}
#footer a{
    color: #1da1f2;
}
#footer a:before{
    content: "\00b7";
    margin-right: 5px;
}
#footer a:first-child:before{
    content: "";
    margin-right: 0;
}

.error-page {
    margin-top: 200px;
    height: 400px;
    margin-bottom: 100px;
}

.post-content,.comment-content {
    line-height: 2.0;
    word-wrap: break-word;
    color: #6B6B6B;
}

.post-content h2,.comment-content h2 {
    font-size: 1.28571em;
}

.post-content img,.comment-content img,.post-content video,.comment-content video {
    max-width: 100%;
}

.post-content a img,.comment-content a img {
    background: #FFF;
    position: relative;
    bottom: -4px;
}

.post-content hr,.comment-content hr {
    margin: 2em auto;
    width: 100px;
    border: 1px solid #E9E9E9;
    border-width: 2px 0 0 0;
}

.aligncenter,div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

img.alignleft {
    margin: 0 15px 0 0;
}

img.alignright {
    margin: 0 0 0 15px;
}
.textcenter{
    text-align: center;
}
.clearpadding{
    padding: 0 !important;
}

@media(max-width:767px) {
    body {
        font-size: 81.25%;
    }
    #main,#secondary,#footer{
        margin-top:0;
        margin-bottom:0;
    }
    #main{min-height: auto;padding:20px;}
    .site-name{
        border-bottom: 1px solid #444;
        margin-bottom: 5px;
    }
    .site-name img{
        width: 50%;
    }
    #nav-menu a {
        float: none;
        display: inline-block;
        height: 24px;
        line-height: 24px;
        border-radius: 5px;
        margin: 5px 2px 10px 2px;
        padding: 5px 10px;
    }
    #header,.post-title,.post-meta {
        text-align: center;
    }
    #footer{height: auto; padding:10px;}
    #footer h3{
        line-height: 30px;
    }
}

@media(max-width:1200px) {
    #nav-menu a {
        padding:0 10px;
    }
}

.hidden {
    display: none!important;
    visibility: hidden;
}

.sr-only {
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.sr-only.focusable:active,.sr-only.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

#page-banner{
    width: 100%;
    height:166px;
    line-height: 166px;
    color: #FFF;
    font-size: 30px;
    /*background:#4A90E2 url(../img/banner.png) no-repeat right center;*/
    background-size: auto 166px;
    background-color: #4A90E2;
    vertical-align:top;
}
#page-banner .container .row > div{
    position: relative;
    height:166px;
    padding-left: 140px;
}
#page-banner img{
    height: 100px;
    width: auto;
    position: absolute;
    top: 50%;
    left:20px;
    margin-top: -50px;
}

#backtop {
    width: 50px;
    height: 50px;
    display: block;
    /*background: url(../img/top.png) no-repeat;*/
    background-size: 50px auto;
    position: fixed;
    bottom: 40px;
    right: 20px;
    cursor: pointer;
}
#receipt{
    display: none;
    background: #5BA6FF;
    border-radius: 5px;
    padding: 20px;
    margin: 15px 0;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
}

#home-banner{
    margin-top: 50px;
    border-radius: 4px;
    width: 100%;
    height:330px;
    line-height: 330px;
    color: #FFF;
    font-size: 40px;
    /*background:#4A90E2 url(../img/banner.png) no-repeat right bottom;*/
    background-size: auto 166px;
    background-color: #4A90E2;
    text-align: center;
}

.home-chapter{
    background: #fff;
    border-radius: 4px;
    margin:20px 0 60px 0;
    text-align: center;
    padding: 50px 0 60px 0;
}

.home-chapter img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.home-chapter span{
    display: block;
    font-size: 20px;
    margin-top: 30px;
    color: #555;
}

@media(max-width:991px) {
    #home-banner{
        height: auto;
        padding: 110px 0;
        line-height: 36px;
        font-size: 26px;
        margin:10px 0;
    }
    .home-chapter{
        margin:0 0 10px 0;
        position: relative;
        padding: 20px 20px 20px 100px;
        text-align: left;
    }
    .home-chapter img{
        position: absolute;
        left: 18px;
        top: 50%;
        height: 60px;
        margin-top: -35px;
    }
    .home-chapter span{
        margin-top: 0;
        line-height: 60px;
    }
}
.row [class*="col-"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.row [class*="col-"] {
    float: left;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.row [class*="-push-"],.row [class*="-pull-"] {
    position: relative;
}

.col-mb-1 {
    width: 8.33333%;
}

.col-mb-2 {
    width: 16.66667%;
}

.col-mb-3 {
    width: 25%;
}

.col-mb-4 {
    width: 33.33333%;
}

.col-mb-5 {
    width: 41.66667%;
}

.col-mb-6 {
    width: 50%;
}

.col-mb-7 {
    width: 58.33333%;
}

.col-mb-8 {
    width: 66.66667%;
}

.col-mb-9 {
    width: 75%;
}

.col-mb-10 {
    width: 83.33333%;
}

.col-mb-11 {
    width: 91.66667%;
}

.col-mb-12 {
    width: 100%;
}

@media(min-width:768px) {

    .col-tb-1 {
        width: 8.33333%;
    }

    .col-tb-2 {
        width: 16.66667%;
    }

    .col-tb-3 {
        width: 25%;
    }

    .col-tb-4 {
        width: 33.33333%;
    }

    .col-tb-5 {
        width: 41.66667%;
    }

    .col-tb-6 {
        width: 50%;
    }

    .col-tb-7 {
        width: 58.33333%;
    }

    .col-tb-8 {
        width: 66.66667%;
    }

    .col-tb-9 {
        width: 75%;
    }

    .col-tb-10 {
        width: 83.33333%;
    }

    .col-tb-11 {
        width: 91.66667%;
    }

    .col-tb-12 {
        width: 100%;
    }

    .col-tb-offset-0 {
        margin-left: 0;
    }

    .col-tb-offset-1 {
        margin-left: 8.33333%;
    }

    .col-tb-offset-2 {
        margin-left: 16.66667%;
    }

    .col-tb-offset-3 {
        margin-left: 25%;
    }

    .col-tb-offset-4 {
        margin-left: 33.33333%;
    }

    .col-tb-offset-5 {
        margin-left: 41.66667%;
    }

    .col-tb-offset-6 {
        margin-left: 50%;
    }

    .col-tb-offset-7 {
        margin-left: 58.33333%;
    }

    .col-tb-offset-8 {
        margin-left: 66.66667%;
    }

    .col-tb-offset-9 {
        margin-left: 75%;
    }

    .col-tb-offset-10 {
        margin-left: 83.33333%;
    }

    .col-tb-offset-11 {
        margin-left: 91.66667%;
    }

    .col-tb-offset-12 {
        margin-left: 100%;
    }

    .col-tb-pull-0 {
        right: 0;
    }

    .col-tb-pull-1 {
        right: 8.33333%;
    }

    .col-tb-pull-2 {
        right: 16.66667%;
    }

    .col-tb-pull-3 {
        right: 25%;
    }

    .col-tb-pull-4 {
        right: 33.33333%;
    }

    .col-tb-pull-5 {
        right: 41.66667%;
    }

    .col-tb-pull-6 {
        right: 50%;
    }

    .col-tb-pull-7 {
        right: 58.33333%;
    }

    .col-tb-pull-8 {
        right: 66.66667%;
    }

    .col-tb-pull-9 {
        right: 75%;
    }

    .col-tb-pull-10 {
        right: 83.33333%;
    }

    .col-tb-pull-11 {
        right: 91.66667%;
    }

    .col-tb-pull-12 {
        right: 100%;
    }

    .col-tb-push-0 {
        left: 0;
    }

    .col-tb-push-1 {
        left: 8.33333%;
    }

    .col-tb-push-2 {
        left: 16.66667%;
    }

    .col-tb-push-3 {
        left: 25%;
    }

    .col-tb-push-4 {
        left: 33.33333%;
    }

    .col-tb-push-5 {
        left: 41.66667%;
    }

    .col-tb-push-6 {
        left: 50%;
    }

    .col-tb-push-7 {
        left: 58.33333%;
    }

    .col-tb-push-8 {
        left: 66.66667%;
    }

    .col-tb-push-9 {
        left: 75%;
    }

    .col-tb-push-10 {
        left: 83.33333%;
    }

    .col-tb-push-11 {
        left: 91.66667%;
    }

    .col-tb-push-12 {
        left: 100%;
    }
}

@media(min-width:992px) {

    .col-1 {
        width: 8.33333%;
    }

    .col-2 {
        width: 16.66667%;
    }

    .col-3 {
        width: 25%;
    }

    .col-4 {
        width: 33.33333%;
    }

    .col-5 {
        width: 41.66667%;
    }

    .col-6 {
        width: 50%;
    }

    .col-7 {
        width: 58.33333%;
    }

    .col-8 {
        width: 66.66667%;
    }

    .col-9 {
        width: 75%;
    }

    .col-10 {
        width: 83.33333%;
    }

    .col-11 {
        width: 91.66667%;
    }

    .col-12 {
        width: 100%;
    }

    .col-offset-0 {
        margin-left: 0;
    }

    .col-offset-1 {
        margin-left: 8.33333%;
    }

    .col-offset-2 {
        margin-left: 16.66667%;
    }

    .col-offset-3 {
        margin-left: 25%;
    }

    .col-offset-4 {
        margin-left: 33.33333%;
    }

    .col-offset-5 {
        margin-left: 41.66667%;
    }

    .col-offset-6 {
        margin-left: 50%;
    }

    .col-offset-7 {
        margin-left: 58.33333%;
    }

    .col-offset-8 {
        margin-left: 66.66667%;
    }

    .col-offset-9 {
        margin-left: 75%;
    }

    .col-offset-10 {
        margin-left: 83.33333%;
    }

    .col-offset-11 {
        margin-left: 91.66667%;
    }

    .col-offset-12 {
        margin-left: 100%;
    }

    .col-pull-0 {
        right: 0;
    }

    .col-pull-1 {
        right: 8.33333%;
    }

    .col-pull-2 {
        right: 16.66667%;
    }

    .col-pull-3 {
        right: 25%;
    }

    .col-pull-4 {
        right: 33.33333%;
    }

    .col-pull-5 {
        right: 41.66667%;
    }

    .col-pull-6 {
        right: 50%;
    }

    .col-pull-7 {
        right: 58.33333%;
    }

    .col-pull-8 {
        right: 66.66667%;
    }

    .col-pull-9 {
        right: 75%;
    }

    .col-pull-10 {
        right: 83.33333%;
    }

    .col-pull-11 {
        right: 91.66667%;
    }

    .col-pull-12 {
        right: 100%;
    }

    .col-push-0 {
        left: 0;
    }

    .col-push-1 {
        left: 8.33333%;
    }

    .col-push-2 {
        left: 16.66667%;
    }

    .col-push-3 {
        left: 25%;
    }

    .col-push-4 {
        left: 33.33333%;
    }

    .col-push-5 {
        left: 41.66667%;
    }

    .col-push-6 {
        left: 50%;
    }

    .col-push-7 {
        left: 58.33333%;
    }

    .col-push-8 {
        left: 66.66667%;
    }

    .col-push-9 {
        left: 75%;
    }

    .col-push-10 {
        left: 83.33333%;
    }

    .col-push-11 {
        left: 91.66667%;
    }

    .col-push-12 {
        left: 100%;
    }
}

@media(min-width:1200px) {

    .col-wd-1 {
        width: 8.33333%;
    }

    .col-wd-2 {
        width: 16.66667%;
    }

    .col-wd-3 {
        width: 25%;
    }

    .col-wd-4 {
        width: 33.33333%;
    }

    .col-wd-5 {
        width: 41.66667%;
    }

    .col-wd-6 {
        width: 50%;
    }

    .col-wd-7 {
        width: 58.33333%;
    }

    .col-wd-8 {
        width: 66.66667%;
    }

    .col-wd-9 {
        width: 75%;
    }

    .col-wd-10 {
        width: 83.33333%;
    }

    .col-wd-11 {
        width: 91.66667%;
    }

    .col-wd-12 {
        width: 100%;
    }

    .col-wd-offset-0 {
        margin-left: 0;
    }

    .col-wd-offset-1 {
        margin-left: 8.33333%;
    }

    .col-wd-offset-2 {
        margin-left: 16.66667%;
    }

    .col-wd-offset-3 {
        margin-left: 25%;
    }

    .col-wd-offset-4 {
        margin-left: 33.33333%;
    }

    .col-wd-offset-5 {
        margin-left: 41.66667%;
    }

    .col-wd-offset-6 {
        margin-left: 50%;
    }

    .col-wd-offset-7 {
        margin-left: 58.33333%;
    }

    .col-wd-offset-8 {
        margin-left: 66.66667%;
    }

    .col-wd-offset-9 {
        margin-left: 75%;
    }

    .col-wd-offset-10 {
        margin-left: 83.33333%;
    }

    .col-wd-offset-11 {
        margin-left: 91.66667%;
    }

    .col-wd-offset-12 {
        margin-left: 100%;
    }

    .col-wd-pull-0 {
        right: 0;
    }

    .col-wd-pull-1 {
        right: 8.33333%;
    }

    .col-wd-pull-2 {
        right: 16.66667%;
    }

    .col-wd-pull-3 {
        right: 25%;
    }

    .col-wd-pull-4 {
        right: 33.33333%;
    }

    .col-wd-pull-5 {
        right: 41.66667%;
    }

    .col-wd-pull-6 {
        right: 50%;
    }

    .col-wd-pull-7 {
        right: 58.33333%;
    }

    .col-wd-pull-8 {
        right: 66.66667%;
    }

    .col-wd-pull-9 {
        right: 75%;
    }

    .col-wd-pull-10 {
        right: 83.33333%;
    }

    .col-wd-pull-11 {
        right: 91.66667%;
    }

    .col-wd-pull-12 {
        right: 100%;
    }

    .col-wd-push-0 {
        left: 0;
    }

    .col-wd-push-1 {
        left: 8.33333%;
    }

    .col-wd-push-2 {
        left: 16.66667%;
    }

    .col-wd-push-3 {
        left: 25%;
    }

    .col-wd-push-4 {
        left: 33.33333%;
    }

    .col-wd-push-5 {
        left: 41.66667%;
    }

    .col-wd-push-6 {
        left: 50%;
    }

    .col-wd-push-7 {
        left: 58.33333%;
    }

    .col-wd-push-8 {
        left: 66.66667%;
    }

    .col-wd-push-9 {
        left: 75%;
    }

    .col-wd-push-10 {
        left: 83.33333%;
    }

    .col-wd-push-11 {
        left: 91.66667%;
    }

    .col-wd-push-12 {
        left: 100%;
    }
}

@media(max-width:767px) {
    .kit-hidden-mb {
        display: none;
    }
}

@media(max-width:991px) {
    .kit-hidden-tb {
        display: none;
    }
}

@media(max-width:1199px) {
    .kit-hidden {
        display: none;
    }
}

.clearfix,.row {
    zoom: 1;
}

.clearfix:before,.row:before,.clearfix:after,.row:after {
    content: " ";
    display: table;
}

.clearfix:after,.row:after {
    clear: both;
}