﻿@media screen and (min-width:240px) and (max-width:414px) {
    .mycontent {
        position: relative !important;
        margin-top: 80px !important;
    }

    .myfooter {
        margin-top: 30px !important;
        word-wrap: break-word !important;
        height: auto !important;
        line-height: 20px !important;
        padding: 15px !important;
        /*padding-bottom: 10px !important;*/
    }

    .slide2 {
        margin-top: 122px !important;
    }
}

@media screen and (min-width:360px) and (max-width:414px) {
    .mycontent {
        position: relative !important;
        margin-top: 40px !important;
    }

    .slide2 {
        margin-top: 42px !important;
    }

    .breadcrumb {
        margin-top: 5px !important;
    }
}

@media screen and (min-width:415px) and (max-width:766px) {
    .mycontent {
        position: relative !important;
        margin-top: 40px !important;
    }

    .slide2 {
        margin-top: 42px !important;
    }

    .breadcrumb {
        margin-top: 5px !important;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .mycontent {
        position: relative !important;
        margin-top: 40px !important;
    }

    .slide2 {
        margin-top: 42px !important;
    }

    .breadcrumb {
        margin-top: -30px !important;
    }
}


* {
    margin: 0;
    padding: 0;
}

html,
body,
.mycontent {
    height: 100%;
}

.mycontent {
    height: auto;
    min-height: 100%;
    _height: 100%;
    padding-top: 50px;
    position: relative;
}

.myfooter {
    position: relative;
    height: 80px;
    /*line-height尽量不要超过height高度*/
    line-height: 70px;
    margin-top: 0px;
    background: #333;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-top: 3px solid #fb7059;
}

.slide2 {
    margin-top: 40px;
}



.navbar-bk {
}

.dropdown-menu-bk {
}

    /*.dropdown-menu-bk a {
        color: white !important;
    }*/

    .dropdown-menu-bk a:hover {
        color: #333 !important;
    }

.navbar-bk a {
    color: #FFF !important;
}
    .navbar-bk a:hover {
        color: #FFF;
    }

    .art_footer {
        margin-top: -10px;
        margin-bottom: 10px;
        font-size: small;
        color: silver;
    }

.art_footer_text {
    text-align: right;
    margin-right: 10px;
    margin-bottom: 10px;
}

.art {
    margin-bottom: 20px;
}

    .art h1 {
        color: #fb7059;
        font-size: 18px;
        font-weight: 700;
        line-height: 35px;
        padding: 5px 20px 0 0;
        margin-top: 30px;
    }

    .art p {
        margin-left: 10px;
        line-height: 24px;
        text-indent: 2em;
        margin-top: 10px;
    }

    .art strong {
        padding-left: 12.5px;
        color: #fb7059;
        font-size: 16px;
    }

.label-primary {
    background-color: #337ab7;
}

.label-default {
    background-color: #777;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label-info {
    background-color: #5bc0de;
}

.label-success {
    background-color: #5cb85c;
}
