        .fixed-service {
            display: block;
            width: 45px;
            height: 67px;
            position: fixed;
            top: 45%;
            right: 5px;
            margin-top: -32px;
        }
        .fixed-service img {
            display: block;
            width: 100%;
            height: 100%;
        }