@charset "utf-8";
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.essay-top, .essay-list {
    padding: 0 0.3rem;
    background-color: rgba(255,255,255,1.00);
}
.essay-top img {
    width: 100%;
    height: 3.6rem;
    object-fit: cover;
}
.essay-list>a {
    padding: 0.25rem 0;
    display: flex;
}
.essay-list>a:not(:last-child) {
    border-bottom: 1px solid rgba(240,240,240,1.00);
}
.essay-list>a>img {
    flex: 0 0 auto;
    width: 1.8rem;
    height: 1.8rem;
    object-fit: cover;
    margin-right: 0.3rem;
}
.essay-info {
    flex: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 0.28rem;
    color: #424242;
}
.kbdh-b {
    padding: 0.04rem 0.3rem;
    color: #F45F07;
    border: 1px solid currentColor;
    border-radius: 10rem;
    background-color: rgba(255,110,0,0.10);
}
.wenzhang {
    padding: 0.3rem;
    color: #424242;
}
.n-z-headline {
    font-size: 0.32rem;
    font-weight: bold;
}
.n-z-time {
    color: #AAAAAA;
    margin: 0.2rem 0 0.5rem;
}
/*帮助中心*/
.help-nav>div {
    color: #8F8F8F;
    font-weight: normal
}
/*审核状态*/
.shenhe-in {
    background-image: url(../images/ui/yinzhang-04.png);
    background-repeat: no-repeat;
    height: 1.6rem;
    position: absolute;
    right: 0.2rem;
    background-size: cover;
    background-position: center center;
    transform: rotate(20deg);
    margin-top: 0.45rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.6rem;
    color: rgba(231,14,14,1.00);
    font-weight: bold;
    opacity: 0.6;
}
/*兑换*/
.w-tip-z {
    display: none;
    background-color: rgba(255,255,255,1.00);
    width: 116%;
    margin-left: -8%;
    border-radius: 0.12rem;
    padding: 0.3rem 0;
    overflow: hidden;
}
.w-tz-h {
    padding: 0.15rem 0;
    text-align: center;
    font-size: 0.32rem;
    color: rgba(255,96,2,1.00);
    font-weight: bold;
}
.wtz-dh {
    padding: 0.5rem;
    line-height: 0.6rem;
}
.whether-tip {
    border-radius: 0.12rem;
    overflow: hidden;
    padding: 0;
}
.wt-con {
    padding: 0.35rem;
    line-height: 0.55rem;
    color: rgba(88,88,88,1.00);
    text-align: center;
}
.wt-con p span {
    padding: 0 0.05rem;
    color: rgba(253,65,66,1.00);
    font-size: 0.32rem;
}
.wt-btn {
    display: flex;
    height: 0.88rem;
    line-height: 0.8rem;
}
.wt-btn>div {
    width: 50%;
    text-align: center;
    background-color: rgba(236,236,236,1.00)
}
.wt-next {
    background-color: rgba(243,113,36,1.00) !important;
    color: #fff;
}
.wt-sure {
    display: block;
    margin: 0.5rem auto 0;
    width: calc(100% - 0.5rem);
    height: 0.8rem;
    outline: none;
}
.old-add {
    padding: 0 0.25rem;
    font-size: 0.26rem;
    color: rgba(237,143,87,1.00);
    text-align: center;
}
