.hbox {
    background-color: #FFFFFF;
    border: 1px solid #ddd \9;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.hbox-title{
    position: relative;
    padding: 0px 10px;
    height: 40px;

    background-color:#007bff;
    color: #fff;
    font-size: 14px;
}
.hbox-title > h4{
	font-size : 14px;
	line-height:40px;
	margin:0;
}
.hbox-title >i{
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    right: 12px;
    top:50%;
    margin-top: -12px;
    background: url(../images/icon_close_w.png)no-repeat center center;
    cursor: pointer;
    background-size:12px 14px;
}
.hbox-content{
    background-color: #fff;
    padding: 15px;
    text-align: justify;
}
.hbox-footer{
    text-align: right;
    padding: 15px;
    border-top: none;
    background-color: #fff;
    border-top: none;
}
.hbox-footer .hbox-btn{
    display: inline-block;
    zoom: 1;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.571;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #FFF;
    background-color: #ef473a;
    border-color: #e42012;
    margin-left: 10px;
    margin-bottom: 5px;
}
.hbox-footer .hbox-btn:hover{
    color: #FFF;
    background-color: #ed3527;
    border-color: #c81c10;
    text-decoration: none;
}
/* 动画 */
/*.pop{
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
*/
