/*首页*/
body {
    background-color: #F5F5F5;
    min-height: 100vh;
    overflow-x: hidden;
    padding-bottom: 1.8rem;
}

.header {
    width: 100%;
    height: 8.0267rem;
    position: relative;
    background-color: #CC2424;

}

.header h5 {
    color: #fff;
    font-size: .60rem;
    text-align: center;
    padding: .55rem;
    font-weight: 400;
}

.header .color {
    width: 100%;
    height: .8rem;
    background: linear-gradient(to bottom, #CC2424, #F5F5F5);
    position: absolute;
    left: 0;
    bottom: 0;
}

.banner {
    width: 10rem;
    height: 5.0133rem;
    z-index: 999;
    margin: 0 auto;
    display: block;
}

.content {
    padding: 0;
    margin: 0;
    width: 100%;
    position: relative;
    z-index: 9999;
}

.content .item {
    width: 9.3733rem;
    background: #FFFFFF;
    border-radius: .2667rem;
    margin: 0 auto;
    display: block;
    padding: .5067rem;
    box-sizing: border-box;
    margin-bottom: .2667rem;
}

.content .item:first-child {
    margin-top: -0.125rem;
}

.content .item h5 {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: .33rem;
    position: relative;
}

.content .item .face {
    width: 1.0667rem;
    height: 1.0667rem;
    background-color: #CC2424;
    border-radius: 50%;
    text-align: center;
    line-height: 1.2rem;
}

.content .item h5 .title {
    margin-left: .3rem;
}

.content .item h5 .time {
    position: absolute;
    right: 0;
    top: .3rem;
}

.content .item h6{
    width: 8.36rem;
    background: #F5F5F5;
    margin-top: .25rem;
    font-size: .3333rem;
    color: #000000;
    padding: .3rem;
    box-sizing: border-box;
    text-align: left;
    word-wrap: break-word;
}
.content .item .msg {
    width: 8.36rem;
    background: #F5F5F5;
    margin-top: .25rem;
    font-size: .3733rem;
    color: #000000;
    padding: .3rem;
    box-sizing: border-box;
    text-align: left;
    word-wrap: break-word;
}

/*翻页*/
.page {
    text-align: center;
    width: 10rem;
    margin: 0 auto;
    height: 1.0667rem;
    padding-top: .44rem;
    font-size: 0.35rem;
}

.page a,
.page span {
    color: #000;
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 8px 15px;
    background-color: #ffffff;
    margin-right: 10px;
    text-decoration: none;
}

.page .layui-laypage-curr,
.page a:hover,
.page span:hover {
    background-color: #ccc;
    color: #000;
    border: 1px solid #ccc
}

.layui-laypage-prev,
.layui-laypage-next {
    background-color: #efefef !important;
}

.nomore {
    font-size: .45rem;
    text-align: center;
    margin-top: .6rem;
}

.bottom {
    width: 100%;
    height: 1.5733rem;
    position: fixed;
    left: 50%;
    bottom: 0;
    background: #FFFFFF;
    z-index: 99999;
    max-width: 10rem;
    margin-left: -5rem;
}

.bottom ul {
    width: 100%;
    height: 100%;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.bottom ul li {
    list-style: none;
    width: 130px;
    text-align: center;
}

.bottom ul li .p {
    font-size: 0.36rem;
    font-weight: 550;
}

.bottom ul li.active .p {
    color: red;
}