/* */
body {
    background: url('/images/nen.jpg') fixed;
}

._app_ {
    background: #fff;
}

#root {
    max-width: 920px;
}

/* 公共的所有帖子都生效的样式 */
#root ._app_ .sys-topic-item {
    margin: 0.3rem;
    padding: 0.45rem;
    font-weight: 800;
    font-size: 18px;
}

/*有价格的贴*/
.topic-pirce {
    color: red;
}

/*第一段*/
.ds-1 {
}

/*第二段*/
.ds-2 {
}

/*第三段*/
.ds-3 {
}

/*第四段*/
.ds-4 {
}

/*第五段*/
.ds-5 {
}

/*第六段*/
.ds-6 {
}

.iframe-container {
    width: 90%;
    max-width: 420px;
    background: #fff;
    border-radius: 24px;
    margin: 20vh auto 0 auto;
    position: relative;
    box-shadow: 0 20px 40px #00026;
    overflow: hidden;
    transform: translateY(-20px);
    transition: .4s cubic-bezier(.165, .84, .44, 1);
}

a[data-num]::after {
    content: "￥" attr(data-num);
    font-weight: bold;
    margin-left: 5px;
}

.wxpay {
    display: none;
}

.add-container .row {
    display: flex;
    margin-bottom: 12px
}

.label {
    width: 100px
}

.add-container .row > div:last-child {
    flex: 1
}

.modal-content .ant-modal-body {
    max-height: 480px;
    overflow-y: scroll;
    min-height: 300px
}

.change-record .ant-modal-body {
    max-height: 560px;
    overflow-y: scroll
}

.topic-pirce {
    color: red;
}
._app_ .sys-topic-item {
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-wrap: break-word;
    font-variant-numeric: tabular-nums;
    font-weight: 500;
    margin: 4px 0;
}
._app_ .sys-topic-item > div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
._app_ .sys-topic-item > img {
    margin-right: 4px;
}

.tiezi-txttbazbazbaz ul li a {
    font-size: 17pt;
    height: 58px;
    line-height: 26px;
    margin: 1px;
    font-family: fangsong;
    font-weight: 600;
    text-align: center;
    border-radius: 20px;
    background: #eee;
    background-image: linear-gradient(to top, #a2ece3, #cbfffa, #ffffff);
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    display: block;
    text-decoration: none;
}
.box1 li {


    text-align: center;
    background: #00CC99;
    margin: 3px;
    display: inline;
}
.tiezi-txttbazbazbaz ul li {
    width: 24%;
    float: left;
}
@media screen and (max-width: 600px){

    .box1 li {


        text-align: center;
        background: #00CC99;
        margin: 1.5px !important;
        display: inline;
    }
    .tiezi-txttbazbazbaz ul li a {
        font-size: 10pt;
        height: 40px;
        line-height: 19px;
        margin: 1px;
        font-family: fangsong;
        font-weight: 600;
        text-align: center;
        border-radius: 10px;
        background: #eee;
        background-image: linear-gradient(to top, #a2ece3, #cbfffa, #ffffff);
        box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
        display: block;
        text-decoration: none;
    }
}
