/****/
.inform-link {
    position: fixed;
    bottom: 100px;
    right: 10%;
        z-index: 999;}
.inform-link a {
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    background: #c21920;
    border-radius: 3px;}
.inform-link a img {
    margin: -2px 5px 0 0;}
