.cy_tips{
    font-size: .373333rem;
    margin: .186667rem .266667rem;
    padding: 0 .32rem;
    height: 1.146667rem;
    border-radius:100px;
    background-color: #fff9e1;
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    align-items:center;
    -webkit-align-items:center;
    box-align:center;
    -moz-box-align:center;
    -webkit-box-align:center;

    -webkit-justify-content:space-between;
    justify-content:space-between;
    -moz-box-pack:space-between;
    -webkit--moz-box-pack:space-between;
    box-pack:space-between;


}
.cy_icon{
    width: .426667rem;
    height: .426667rem;
    background: url(../images/icon_cytips_close.png) no-repeat;
    background-size: 100% 100%;
    margin-right: .2rem;
    margin-top:1px;
}
.cy_aside{
    color: #ff9204;
    box-flex:1;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    flex:1;
    -webkit-flex:1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.cy_btn{
    padding: .16rem .4rem;
    color: #423300;
    border-radius: 100px;
    background: #ffdf51;
    background-image: linear-gradient(right,#ffdf51,#ffd33c);
    background-image: -webkit-linear-gradient(right,#ffdf51,#ffd33c);
    background-image: -moz-linear-gradient(right,#ffdf51,#ffd33c);
    background-image: -o-linear-gradient(right,#ffdf51,#ffd33c);

}