﻿html,
body {
    width: 100%;
    min-height: 100%;
    background: #000;
    /*max-width: 720px;*/
    margin: 0 auto;
    /*background-image: url('https://fengsu8.com/wp-content/themes/a14/pic/topbg.jpeg');*/
    /* background: linear-gradient(to bottom, #ee76a7, #f6f6f6, #dfe2e5); */
}

.main {
    margin-top: 6.5rem;
    padding: 0.4rem;
}

.new_one {
    border-radius: 0.8rem;
    background: #FFF;
    padding: 0.6rem;
    margin-bottom: 0.4rem;
}

.name_user {
    margin-top: 0.4rem;
    font-size: 0.9rem;
    color: #333;
    margin-bottom: 0.2rem;
}

.one_img {
    width: 100%;
    height: 9rem;
    border-radius: 0.6rem;
    object-fit: cover;
    margin-right: 0.4rem;
}

.content {
    max-width: 150px;
    color: #333;
    font-size: 0.6rem;
    margin-top: 0.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}

.main2 {
    padding: 0.4rem 1.2rem 0.2rem 1.2rem;
}

.one {
    border-radius: 0.4rem;
    width: 33%;
    margin-bottom: 0.4rem;
    float: left;
    text-align: center;
    margin-left: 1px;
    height: 350px;
    overflow: hidden;
    display: inline-block;
}

    .one:nth-child(3n-1) {
        margin-left: 0;
    }

.one_img2 {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.4rem;
    margin-right: 0.4rem;
    object-fit: cover;
}

.one_conent {
    font-size: 0.5rem;
    color: #FF4A4A;
}

.name {
    color: #E8D08B;
    font-size: 0.5rem;
}

.notice_all {
    text-align: center;
}

.page_title {
    /*height: 85px;*/
    font-size: 14px;
    line-height: 18px;
    padding: 5px 0 0 0;
    color: #AAAAAA;
}

.bg_r1 {
    font-size: 18px;
    line-height: 38px;
    position: relative;
}

.bg_r2 {
    color: #fff;
    /*font-size: 18px;*/
    /*width: 100%;*/
    white-space: pre-line;
}

.bg_r1:before {
    position: absolute;
    top: 42%;
    left: 50%;
    margin-left: -80px;
    color: #AAAAAA;
}

.bg_r1:after {
    position: absolute;
    top: 42%;
    right: 50%;
    margin-right: -80px;
    color: #AAAAAA;
}

.bg_r1:before, .bg_r1:after {
    content: '';
    width: 40px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.popup_onemww {
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin-bottom: 24px;
    width: 20%;
    float: left;
}

.popup_img {
    width: 52px;
    height: 52px;
    margin: 0 auto;
    margin-bottom: 8px;
}

.hidden {
    display: none;
}

.img_start {
    width: 15px;
    height: 15px;
    display: inline-block;
}

.disable {
    opacity: 0.3;
}

.dian {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #6FCF97;
    display: inline-block;
    vertical-align: middle;
}

.dian2 {
    background-color: #ccc;
}


.popup_onemww {
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin-bottom: 24px;
    width: 14%;
    float: left;
}

.popup_onemww2 {
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin-bottom: 24px;
    width: 16%;
    float: left;
}

.popup_img {
    width: 42px;
    height: 42px;
    margin: 0 auto;
    margin-bottom: 8px;
}

.hidden {
    display: none;
}

.aui-searchbar {
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    height: 2.2rem;
    overflow: hidden;
    width: 100%;
    background-color: #ebeced;
    color: #9e9e9e;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.aui-searchbar-input {
    background-color: #ffffff;
    border-radius: 0.25rem;
    height: 1.4rem;
    line-height: 1.4rem;
    font-size: 0.7rem;
    position: relative;
    padding-left: 0.5rem;
    display: -webkit-box;
    -webkit-box-flex: 1;
    margin: auto 0;
}

    .aui-searchbar-input input {
        color: #666666;
        width: 80%;
        padding: 0;
        margin: 0;
        height: 1.4rem;
        line-height: normal;
        border: 0;
        -webkit-appearance: none;
        font-size: 0.7rem;
    }

.search {
    color: #fff;
    margin: auto 0;
    border: 1px solid #fff;
    padding: 4px;
    margin-left: 10px;
    border-radius: 5px;
    font-size: 10px;
}