[v-cloak] {
    display: none;
}

.main-content{
    min-height: 400px;
}

@media (min-width: 1200px) {
    .container {
        width: 1370px;
    }
}

.embed-responsive-4by4 {
    padding-bottom: 100%;
}

.index-banner {
    margin-bottom: 19px;
}

.row-related-article .col-sm-2 {
    padding: 0 10px;
}

.row-related-article .col-sm-2 a {
    display: block;
}

.row-related-article .embed-responsive-4by4 {
    border-radius: 5px;
}

.navbar_mobile {
    display: none !important;
}

.navbar-userinfo-mobile {
    display: none !important;
}

.navbar-userinfo-pc {
    display: block !important;
}

@media (min-width: 768px) {


    .skin-white {
        padding-top: 180px;
    }

    .navbar {
        margin-bottom: 0;
    }

    .index-banner .item .carousel-img {
        height: 620px;
        width: 100%;
    }

    .navbar-header {
        margin: 10px 0 20px;
    }

    .navbar .form-search input[type=search].focus {
        border-color: #dfdfdf;
        width: 200px;
        padding-right: 32px;
        padding-left: 10px;
        color: #000;
        background-color: #fff;
        cursor: auto;
        box-shadow: none;
        border-radius: 10px;
        background: url(../img/search.svg) no-repeat 170px center;
    }

    .navbar .navbar-collapse .navbar-right {
        /*height: 100%;*/
        margin-top: 30px;
        display: flex;
        align-items: center;
    }

    .nav-container {
        background: #0146ae;
    }

    .nav-container .navbar-collapse .navbar-nav {
        width: 100%;
        justify-content: space-between;
    }

    .nav-container .navbar-nav > li {
        flex: 1;
        text-align: center;
    }

    .nav-container .navbar-nav > li.active::before {
        content: "";
        background: #ff2626;
        display: block;
        position: absolute;
        left: 0;
        top: -8px;
        width: 100%;
        height: 58px;
        box-shadow: -5px 0px 15px rgba(0, 0, 0, 0.5);
    }

    .nav-container .navbar-nav > li.active::after {
        content: "";
        display: block;
        position: absolute;
        left: -12px;
        top: -8px;
        width: 0;
        height: 0;
        border-bottom: 8px solid #ad0101;
        border-left: 12px solid transparent;
    }

    .navbar-default .navbar-brand {
        height: 90px;
        line-height: 27px;
    }

    .nav-container .navbar-nav > li.active > a {
        line-height: 42px;
        font-size: 18px;
        font-weight: bold;
    }

    .nav-container .navbar-nav > li > a {
        padding-top: 0;
        padding-bottom: 0;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        font-weight: bold;
        color: #fff;
    }

    .nav-container .navbar-nav > li > a:hover,
    .nav-container .navbar-nav > li > a:focus {
        color: #fff;
    }

    .nav-container .navbar-nav > .active > a,
    .nav-container .navbar-nav > .active > a:hover,
    .nav-container .navbar-nav > .active > a:focus {
        color: #fff;
    }

    .nav li .avatar-text,
    .nav li .avatar-img {
        height: 30px;
        width: 30px;
        line-height: 30px;
        font-size: 14px;
    }

    .nav li .avatar-img {
        font-size: 0;
    }

    .nav li .avatar-img img {
        border-radius: 30px;
        width: 30px;
        height: 30px;
    }

    .avatar-text,
    .avatar-img {
        display: inline-block;
        box-sizing: content-box;
        color: #fff;
        text-align: center;
        vertical-align: top;
        background-color: #e8ecf3;
        font-weight: normal;
        width: 48px;
        height: 48px;
        border-radius: 48px;
        font-size: 24px;
        line-height: 48px;
    }

    .avatar-img {
        font-size: 0;
    }

    .avatar-img img {
        border-radius: 48px;
        width: 48px;
        height: 48px;
    }

}

@media (max-width: 768px) {
    .navbar-toggle{
        margin-right: 10px;
    }
    .navbar-toggle-wechat{
        padding: 0;
        border-radius: 50%;
        width: 34px;
        height: 34px;
        text-align: center;
        line-height: 34px;
    }

    .navbar-brand{
        padding: 5px 10px;
    }

    .navbar-userinfo-mobile {
        display: block !important;
    }

    .navbar-userinfo-pc {
        display: none !important;
    }

    .row-related-article .row {
        margin: 0 -5px !important;
    }

    .row-related-article .col-sm-2 {
        padding: 0 5px 10px 5px;
    }

    .navbar_mobile {
        display: block !important;
    }

    .navbar .navbar-collapse > ul.navbar-nav {
        margin: 15px 0 0;
    }

    .navbar-userinfo > a {
        height: auto;
    }
}