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;
}

/* 导航弹窗 */
.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 */
.detail {
    width: 100%;
    height: auto;
    margin: 0.46rem auto 0;
    box-sizing: border-box;
    overflow: hidden;
}

.fail {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.fail img {
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    margin: 1rem auto 0.5rem;
}

.fail span {
    margin-bottom: 0.2rem;
    font-size: 0.14rem;
    color: #999;
}

.fail a {
    font-size: 0.14rem;
    color: #333;
}

/* bottom */
.bottom {
    width: 100%;
    height: 0.46rem;
    margin-top: 1rem;
    font-size: 0.14rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #EF2B25;
}

#layerDemo {
    width: 0.25rem;
    height: 0.25rem;
    position: relative;
}

.layui-btn {
    height: 0.25rem;
    padding: 0;
    position: absolute;
    line-height: 0.25rem;
    background-color: transparent;
}

.layui-layer {
    width: 90% !important;
    top: unset !important;
    bottom: 0.68rem;
}

.layui-layer-shade {
    height: 93% !important;
    opacity: 0.5 !important;
}

.Modal_ul,
.Modal_ul li {
    width: 100%;
    height: auto;
}

.Modal_ul li {
    border-bottom: 0.01rem solid #eee;
}

.Modal_ul li a {
    display: block;
    font-size: 0.14rem;
    color: #333;
    line-height: 0.5rem;
    text-align: center;
}