@charset "UTF-8";
/* MEDIA QUERIES Mobile phone
---------------------------------------------------------------------- */
@media (max-width: 689px) and (min-device-width: 320px),
    (max-device-width: 480px) {
    html {
        font-size: 13.33333vw;
    }
    body {
        -webkit-text-size-adjust: none !important;
        min-width: 100%;
        width: 100%;
        font-size: 13.33333vw;
        font-size: 0.24rem;
    }
    .big_yw{
        overflow: visible;
    }
    .container {
        width: 100%;
        margin: 0 auto;
        font-size: 0.32rem;
        overflow: hidden;
        margin-bottom: 1.6rem;
    }
    .crumbs {
        text-align: left;
        font-size: 0.28rem;
        line-height: 0.48rem;
        overflow: hidden;
        margin: 0.4rem 0 0.4rem 0;
        width: 100%;
        height: auto;
        min-height: .8rem;
        background: #012C59;
        box-sizing: border-box;
        padding: .2rem .3rem;
        clear: both;
        font-size: .28rem;
        line-height: .4rem;
        color: #fff;
    }
    .crumbs a {
        color: #fff;
        font-size: 0.28rem;
    }
    .search-loading {
        display: inline-block;
        width: 100%;
        height: 65vh;
        z-index: 100;
        background: #fff url(../images/searching.gif) center center no-repeat;
    }
    .search-loading > div {
        position: absolute;
        width: 100%;
        top: 50vh !important;
        left: 0 !important;
        margin-left: 0 !important;
        font-size: 0.48rem !important;
        text-align: center;
    }
    .bkbl-left {
        width: 100%;
        float: none;
    }
    .bkbl-class-nav {
        display: inline-block;
        float: none;
        width: 100%;
        border: 1px solid #c2c2c2;
        background: #e4e4e4;
        border-radius: 0.1rem;
        padding: 0.3rem 0.3rem;
        box-sizing: border-box;
        margin: 0 auto 0.3rem;
        font-size: 0.32rem;
    }
    .bkbl-list-listSty {
        float: none;
        width: 100%;
    }
    .bkbl-list-listSty ul {
        overflow: hidden;
        background: #fff;
        padding: 0.3rem;
    }
    .bkbl-list-listSty ul li {
        float: none;
        width: 100%;
        border-bottom: 1px solid #ececec;
        padding-bottom: 0.52rem;
        margin-bottom: 0.6rem;
    }
    .bkbl-list-listSty ul li a {
        display: inline-block;
        overflow: hidden;
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
    }
    .bkbl-list-listSty ul li a .title {
        text-align: left;
        display: block;
        line-height: 0.64rem;
        font-size: 0.36rem;
        margin-top: -0.12rem;
        margin-bottom: 0.12rem;
        font-weight: bold;
    }
    .bkbl-list-listSty ul li a .catName {
        display: none;
    }
    .bkbl-list-listSty ul li a .des {
        line-height: 0.56rem;
        display: block;
        color: #666666;
        margin-bottom: 0.22rem;
        text-align: justify;
    }
    .bkbl-list-listSty ul .noImg div {
        float: none;
        width: 100%;
    }
    .bkbl-list-listSty .tag {
        display: inline-block;
        height: 0.42rem;
        box-sizing: border-box;
        width: 100%;
        font-size: 0.28rem;
        overflow: hidden;
        color: #666666;
        padding-left: 0.6rem;
        background: url(../images/bkbl_list_dian_tag.png) no-repeat left center;
    }
    .bkbl-list-listSty .tag span {
        margin-right: 0.3rem;
    }
    .bkbl-list-listSty .tag i {
        font-style: normal;
        float: right;
        color: #666666;
    }
    /* 分页条 */
    .pagebar {
        text-align: center;
        margin: 0.8rem auto 0.4rem;
    }
    .pageBtnWrap {
        display: inline-block;
    }
    .pageBtnWrap span,
    .pageBtnWrap a,
    .pagebar a,
    .pagebar .jumpbtn,
    .pagebar input {
        border: 1px solid #d7d7d7;
        color: #666;
        height: 0.6rem;
        line-height: 0.62rem;
        text-align: center;
        width: 0.5rem;
        display: inline-block;
        margin: 0 0.05rem;
    }
    .pageBtnWrap .curr,
    .pagebar .pagecount.curr {
        background: #b60f00;
        border-color: #b60f00;
        color: #fff;
    }
    .pageBtnWrap :first-child,
    .pageBtnWrap :last-child,
    .pagebar .prev,
    .pagebar .next,
    .pagebar .jumpbtn {
        width: auto;
        padding: 0 0.2rem;
    }
    .totalText {
        margin: 0 0.2rem;
        line-height: 0.6rem;
    }
    .totalText span {
        margin: 0 0.04rem;
    }
    .goPageBox {
        margin: 0 0.2rem;
        line-height: 0.6rem;
        position: relative;
        padding-right: 1.3rem;
    }
    .goPageBox input {
        border: 1px solid #d7d7d7;
        height: 0.6rem;
        line-height: 0.56rem;
        text-align: center;
        margin: 0 0.1rem;
        width: 0.6rem;
    }
    .goPageBox #kkpager_btn_go {
        display: block !important;
        left: initial !important;
        width: auto;
        background: #fff;
        position: absolute;
        right: 0;
        top: -0.08rem;
        padding: 0 0.2rem;
    }
    .pagebar input {
        top: -1px;
        position: relative;
    }
    .pagebar div {
        text-align: center;
    }
}
