body {
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: scroll;
}

.header {
    width: 100%;
    height: 0.46rem;
    padding: 0 0.1rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    background-color: #EF2B25;
}

.header h3 {
    font-size: 0.18rem;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.header b {
    display: block;
    width: 0.44rem;
    height: 0.15rem;
}

.header b i {
    display: block;
    width: 0.16rem;
    height: 0.03rem;
    margin: 0.02rem auto;
    border-radius: 0.03rem;
    background-color: #fff;
}

/* 导航弹窗 */
.showModal {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0.46rem;
    left: 0;
    z-index: 999999999999;
    box-sizing: border-box;
    background-color: #fff;
    overflow: hidden;
}

.back {
    height: 0.4rem;
    padding: 0.08rem 0 0 0.1rem;
    font-size: 0.16rem;
    color: #333;
    line-height: 0.4rem;
    background: rgba(2, 2, 1, 0.12);
}

.showModal ul {
    width: 100%;
    height: 100%;
    padding: 0.1rem;
    box-sizing: border-box;
    overflow: hidden;
}

.showModal ul li {
    clear: both;
    margin: 0.2rem 0;
}

.showModal ul li a {
    margin: 0.1rem 0;
    font-size: 0.16rem;
    color: #666;
}

.detail {
    width: 100%;
    height: auto;
    padding: 0.6rem 0.1rem;
    position: relative;
    box-sizing: border-box;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: scroll;
}

.detail h3 {
    width: 100%;
    font-size: 0.16rem;
    color: rgb(241, 58, 58);
    line-height: 0.2rem;
}

.detail p {
    width: 100%;
    font-size: 0.14rem;
    color: #333;
    line-height: 0.2rem;
}

.details p {
    margin: 0.1rem auto 0.6rem;
}

.detail h5 {
    width: 95%;
    margin: 0 auto;
    font-size: 0.14rem;
    color: rgb(241, 58, 58);
    line-height: 0.4rem;
}

.detail span {
    display: block;
    width: 95%;
    margin: 0 auto 0.1rem;
    font-size: 0.14rem;
    color: rgb(102, 102, 102);
    line-height: 0.2rem;
}

.detail b {
    display: block;
    width: 95%;
    margin: 0.1rem auto;
    font-size: 0.12rem;
    color: rgb(241, 58, 58);
    font-weight: normal;
    line-height: 0.2rem;
}

.detail h2 {
    width: 100%;
    font-size: 0.2rem;
    color: rgb(51, 51, 51);
    line-height: 0.4rem;
    font-weight: bold;
}

.question {
    margin: 0.5rem auto 0;
}

.question,
.question ul {
    width: 100%;
    height: auto;
    padding: 0.02rem 0.05rem;
    box-sizing: border-box;
    background-color: #fff;
    overflow: hidden;
}

.question h2 {
    width: 100%;
    height: 0.3rem;
    margin: 0.2rem 0;
    padding: 0 0.05rem;
    font-size: 0.16rem;
    color: #3f9dff;
    font-weight: bold;
    line-height: 0.3rem;
    border-bottom: 0.01rem solid #eee;
}

.question ul li {
    width: 100%;
    height: auto;
    padding: 0.05rem 0;
    box-sizing: border-box;
    border-bottom: 0.01rem solid #f4f6f8;
    overflow: hidden;
}

.question ul li:last-child {
    border: none;
}

.question ul li a {
    display: block;
}

.item {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.logo {
    display: none;
    /* float: left;
    width: 1rem;
    height: 0.9rem; */
}

/* .det {
    padding-left: 1.2rem;
} */

.det h3 {
    width: 100%;
    height: 0.3rem;
    font-size: 0.16rem;
    color: #4e5a64;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* .det p {
    width: 100%;
    height: 0.6rem;
    font-size: 0.13rem;
    color: #a0a9b4;
    line-height: 0.2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
} */

.tips {
    width: 100%;
    height: auto;
    margin: 0.15rem auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow: hidden;
}

.tips i {
    display: block;
    margin-right: 0.05rem;
}

.tips dd {
    margin-right: 0.2rem;
    font-size: 0.14rem;
    color: #666;
}

/* 文章详情 */
#title {
    width: 100%;
    height: auto;
    font-size: 0.16rem;
    color: #2f353b;
    line-height: 0.25rem;
    padding: 0.06rem 0;
    border-bottom: 0.01rem solid #eee;
}

.date {
    width: 100%;
    height: 0.5rem;
    margin-right: 0.05rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.date b {
    font-size: 0.13rem;
    font-weight: bold;
    color: #9aa5b2;
    font-style: normal;
}

.pagesize {
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
    padding: 0.2rem 0;
    border-top: 0.01rem solid #eee;
    border-bottom: 0.01rem solid #eee;
}

.pagesize p {
    width: 100%;
    height: auto;
    font-size: 0.14rem;
    color: #666;
    line-height: 0.3rem;
}

.pagesize p i {
    color: #333;
    font-weight: bold;
}

/* bottom */
.bottom {
    width: 100%;
    height: 0.46rem;
    font-size: 0.14rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #EF2B25;
}

.layui-btn {
    display: block;
    width: 100%;
    height: 0.46rem !important;
    line-height: 0.46rem !important;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
}

.layui-layer-shade {
    background-color: rgba(0, 0, 0, 0) !important;
}

.layui-layer {
    border-radius: 0.1rem !important;
}

#Modal {
    width: 100%;
    min-height: 2rem;
    position: relative;
    border-radius: 0.08rem;
    background-color: #e6e6e6;
    overflow: hidden;
}

.Modal_box {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.Modal_box h3 {
    display: block;
    width: 100%;
    height: 0.6rem;
    font-size: 0.15rem;
    color: #fff;
    line-height: 0.4rem;
    text-align: center;
    text-indent: 0.02rem;
    background-color: #ea2a24;
}

.Modal_con {
    display: block;
    width: 92%;
    height: auto;
    margin: -0.2rem auto 0.1rem;
    border-radius: 0.08rem;
    box-sizing: border-box;
    background-color: #fff;
    overflow: hidden;
}

.erweima {
    width: 1.5rem;
    height: 1.5rem;
    margin: 0.2rem auto;
}

.erweima img {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
}

.layui-layer-btn0 {
    display: none !important;
}

.layui-layer-btn {
    width: 0.24rem;
    height: 0.24rem;
    font-size: 0;
    padding: 0 !important;
    position: absolute;
    top: -0.12rem;
    right: -0.12rem;
    z-index: 99999;
    background-color: #ea2a24;
}

.layui-layer-btn a {
    border-radius: 0.12rem !important;
}

.layui-layer-btn1 {
    width: 0.24rem;
    height: 0.24rem !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: url(../images/closed.png) center no-repeat;
    background-size: 0.24rem;
}

.Modal_ul,
.Modal_con i {
    width: 90%;
    height: auto;
    margin: 0 auto 0.1rem;
    overflow: hidden;
}

.Modal_ul li {
    float: left;
    width: 100%;
    height: auto;
    margin: 0.1rem 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

.Modal_ul li img {
    display: block;
    width: 0.2rem;
    height: 0.2rem;
}

.Modal_ul li p {
    width: 60%;
    height: auto;
}

.Modal_ul li p span {
    display: block;
    font-size: 0.14rem;
    color: #333;
    line-height: 0.2rem;
}

.Modal_ul li b {
    width: 0.5rem;
    height: 0.2rem;
}

.Modal_ul li b a {
    display: block;
    width: 0.5rem;
    height: 0.2rem;
    font-size: 0.12rem;
    color: #fff;
    line-height: 0.2rem;
    text-align: center;
    font-weight: normal;
    border-radius: 0.1rem;
    background-color: #ea2a24;
}

.Modal_con i,
.Modal_con em {
    display: block;
    margin-bottom: 0.2rem;
    font-size: 0.14rem;
    color: #333;
    line-height: 0.2rem;
    text-align: center;
}

.Modal_con i {
    font-size: 0.14rem;
}

.Modal_con em {
    font-size: 0.12rem;
    font-style: normal;
}