.chifans{
    text-align: center;
    padding: 3.5rem 0;
    background-color: #fff8f2;
    border-radius: 6px;
    position: relative;
}
.night .chifans{
    background-color: #333;
}
.chifans i{
    position: absolute;
    left: 0.5rem;
    top: 0.5rem;
    color: #d6945c;
    cursor: pointer;
    font-size: 0.8rem;
}
.night .chifans i{
    color:#ccc;
}
.chifans p{
    height: 2rem;
    line-height: 1.5rem;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    text-align: center;
}
.chifans div{
    width: 5rem;
    overflow: hidden;
    height: 1.8rem;
    line-height: 1.8rem;
    display: inline-block;
    border-radius: 4px;
    background: #136ce9;
    color: #fff;
    font-size: 0.7rem;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.chifans p a{
    font-size: 0.6rem;
    margin-left: 0.25rem;
    color: #126de9;
}