﻿/*#region common */
.content {
    padding: 0;
    background: #f1f1f1;
}

.content .header {
    border-bottom: 1px solid #f1f1f1;
}

.wrap {
    background: #fff;
}

.ar-more {
    width: 0.38rem;
    height: 0.38rem;
    margin-right: .2rem;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .ar-more img {
        width: 100%;
    }

.color6 {
    color: #666;
}
/*#endregion */
/*#region 面包屑 */
.navs {
    padding: 0 .3rem;
    overflow: hidden;
    background: #fff;
    line-height: .85rem;
    font-size: calc(0.13 * 28vw);
    color: #7f7f7f;
}

    .navs a {
        color: #7f7f7f;
    }

/*#endregion */
/*#region 列表 */
.mc {
    color: #ccc;
}

.qList {
    padding: .3rem;
    margin-top: .2rem;
}
/*#endregion */
/*#region 分页 */
.pading-wrap {
    width: 100%;
    padding: 0;
    left: 0;
    margin-top: .2rem;
    background: #fff;
    overflow: hidden;
}

.paging {
    width: 100%;
    right: 0;
    overflow: hidden;
}

.unmber_ul li {
    font-size: calc(0.13 * 28vw);
    width: 2.52rem;
    padding: 0;
    height: .8rem;
    line-height: .8rem;
    text-align: center;
    float: left;
    margin: 0;
    border-radius: 0;
    color: #333;
    border-right: 1px solid #e5e5e5;
}

    .unmber_ul li a {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #333;
        letter-spacing: .02rem;
    }

.all-number {
    color: #666 !important;
}

.unmber_ul li:last-child {
    border-right: none;
}

.unmber_ul li:last-child, .unmber_ul li:first-child {
    width: 2.48rem;
}

.disabled a {
    color: #999 !important;
}

.prev-active, .prev-no, .next-active, .next-no {
    display: inline-block;
    width: .36rem;
    height: .36rem;
    overflow: hidden;
}

.prev-active, .prev-no {
    margin-right: .06rem;
}

.next-active, .next-no {
    margin-left: .06rem;
}

.prev-active {
    background: url(/Content/images/question/prev.png);
    background-size: 100%;
}

.prev-no {
    background: url(/Content/images/question/prev-no.png);
    background-size: 100%;
}

.next-active {
    background: url(/Content/images/question/next.png);
    background-size: 100%;
}

.next-no {
    background: url(/Content/images/question/next-no.png);
    background-size: 100%;
}
/*#endregion */
/*#region 没有数据 */
.error {
    height: calc(100vh - 1.1rem - .85rem);
}


/*#endregion */
