.body{
    width: 100%;
    border: 1px solid red;
    position: relative;
    background-color: #cacac4;
}
.warning{
    position: absolute;
    bottom: 10%;
    right: -240px;
    width: 360px;
    font-size: 14px;
    overflow:hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 10px  rgba(0,0,0,0.5);
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    z-index:2;
}
.warning_msg{
    position: relative;
    width: 360px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    padding-left: 20px;
    background-color: #e61e17;
}
.warning_msg p{
    cursor: pointer;
}
.warning_img{
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.warning_content{
    position: relative;
    height: 0;
    color: #000;
    overflow: auto;
    background: #fff;
}
.warning_order,.warning_time{
    line-height: 25px;
}
.warning_item{
    border-bottom: 1px solid #e1e1e1;
    padding-top:10px;
    padding-bottom:5px;
    cursor: pointer;
}
.warning_active{
    color:#999;
}
.warning_content>div:last-child{
    border-bottom: 1px solid #ffffff;
}





















