.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
@font-face {font-family: "iconfont";
    src: ; /* ie9*/
    src:  format('embedded-opentype'), /* ie6-ie8 */
     format('woff'),
     format('truetype'), /* chrome, firefox, opera, safari, android, ios 4.2 */
     format('svg'); /* ios 4.1- */
  }
.ez_tips {
    position: fixed;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index:9999999;
    color: #fff;
    opacity: .8;
    background-position: 15px center;
    background-repeat: no-repeat;
    padding:5px 5px 15px 5px;
    transition: all .7s;
    font-size: 14px;
    box-shadow: 0 0 8px #999;
    border:1px solid #8e7e7e;
}
.ez_tips.info {
    background-color: #2f96b4;
}
.ez_tips.warning {
    background-color: #f89406;
}
.ez_tips.error {
    background-color: #bd362f;
}
.ez_tips.success {
    background-color: #51a351;
}
.ez_tips .tips_icon_l {
    width: 10px;
    height: 10px;
}
.ez_tips.info .tips_icon_l {
    background-image: ;
}
.ez_tips.success .tips_icon_l {
    background-image: ;
}
.ez_tips.warning .tips_icon_l {
    background-image: ;
}
.ez_tips.error .tips_icon_l {
    background-image: ;
}
.ez_tips .tips_icon_r.close {
    background-image: ;
}
.ez_tips.info:hover,.ez_tips.warning:hover,.ez_tips.error:hover,.ez_tips.success:hover {
    box-shadow: 0 0 8px #000;
    opacity: 1;
}
.ez_tips.active {
    transform: translatex(0)!important;
}
.ez_tips .title {
    padding-bottom:10px;
    text-align: center;
    position: relative;
}
.ez_tips .title > i.tips_icon_l{
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    top: 0;
}
.ez_tips .title > i.tips_icon_r.close{
    position: absolute;
    width: 24px;
    height: 24px;
    right: 0;
    top: 0;
    cursor: pointer;
    opacity: 0;
    transition: opacity .5s;
}
.ez_tips .title > i.tips_icon_r.close.active {
    opacity: 1;
}
.ez_tips i {
    font-style: normal;
}
.ez_tips .tips-message .num {
    color: #fff000;
}