@charset "UTF-8";
.nav dl {
    width: 1050px;
}
section {
    width: 100%;
    position: relative;
    min-height: 800px;
}

.contentBox {
    width: 1050px;
    margin: 0 auto;
}

/*清除浮动*/
.clearFloat:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearFloat {
    zoom: 1;
}

/*标题*/
.titleM {
    font-size: 48px;
    text-align: center;
    font-weight: 900;
    letter-spacing: 2px;
    margin: 50px;
}

.colorLess {
    color: #e3c881;
}

.colorNormal {
    color: #dca967;
}

.colorMore {
    color: #c7aa6e;
}
.floatL{
    float: left;
}
.floatR{
    float: right;
}
.ui.header .icon:only-child.yen{
    margin-right: 0;
}
.center-p{
    text-align: center;
}
.center-p .ui.statistic+.ui.statistic{
    margin: 0;
}
.center-p .ui.statistic>.value{
    color: #ab7395;
}
.center-p .ui.teal.progress .bar{
    background-color: #ab7395;
}
.center-p.makeCoin{
    margin: calc(2rem - .14285em) 0 1rem;
}
.ui.progress#success{
    margin: 0 0 2.5em;
}
.receiveState1{
    display: none;
}
.floatL .ui.basic.label:hover{
    color:#ab7395;
}
.receiveState2 .ui.labeled.button:not([class*="left labeled"])>.button {
    border-radius: .28571429rem;
}
.ui.progress:last-child {
    margin: 0 0 2.5em;
}
/*原 我的发布页面css*/
.ui.header{
    margin-bottom: 20px;
}
.category.ui input{
    padding: 5px 10px;
}
.ui.search{
    text-align: right;
    margin-top: 30px;
}
.ui.search .ui.header{
    float: left;
    padding-top: 8px;
    letter-spacing: 1px;
}
.inputWord{
    line-height: 31px;
    color: gray;
}
.attached.tab.segment{
    padding: 0;
}
.attached.tab.segment table{
    border: 0;
}
.attached.tab.segment .menu{
    width: auto;
}
.ui.category.search{
    margin-bottom: 10px;
}
.ui.category.search .ui.icon.input{
    margin-left: 0;
    margin-right:5px ;
    width: 150px;
    border: 0;
}
.ans-title{
    max-width: 380px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*标题*/
h3.header span.ui.breadcrumb{
    font-size: 1.28em;
    color: rgba(0,0,0,.87);
}
h3.header span.ui.breadcrumb a{
    color: rgba(0,0,0,.87);
}
/*# sourceMappingURL=card.css.map */