 .fix {
            position: fixed;
            top: 150px;
            z-index: 9999;
            right: -5px;
        }

            .fix .rolling {
                height: 10px;
                width: 10px;
                position: relative;
                transition: .4s;
                transform: rotate(180deg);
            }

            .fix .rotated {
                transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                -moz-transform: rotate(180deg);
                -webkit-transform: rotate(180deg);
                -o-transform: rotate(180deg);
            }

            .fix .hotline {
                position: absolute;
                right: 5px;
                width: 34px;
                cursor: pointer;
                cursor: pointer;
            }

            .fix .cnt.hotline {
                position: absolute;
                left: 5px;
                bottom: 0px;
                min-width: 110px;
                background: #1da94f;
                padding: 10px;
                border-radius: 5px 0 0 5px;
                box-sizing: content-box;
            }

            .fix .cnt .title {
                display: block;
                color: #fff;
                font: 15px/35px 'Arial';
                text-transform: uppercase;
                padding-left: 24px;
                background: url(/images/hotline1.png) no-repeat left center;
            }

            .fix .cnt .value {
                display: block;
                color: #fff;
                font: bold 16px/28px Arial;
                padding-left: 5px;
                margin:0;
            }

            .fix .no-show {
                width: 95px;
                height: 34px;
                text-align: center;
                line-height: 34px;
                color: #fff;
                font-weight: bold;
                background: #1da94f;
                right: -25px;
                top: 30px;
            }

            .fix .hotline {
                position: absolute;
                cursor: pointer;
                cursor: pointer;
            }

        .rotate {
            -webkit-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            -o-transform: rotate(-90deg);
            filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
        }

        .fix .closeContact {
            background: url(/images/btnCloseContact.png) no-repeat center;
            width: 15px;
            height: 15px;
            position: absolute;
            top: 5px;
            right: 8px;
            cursor: pointer;
        }
@media (max-width: 768px) {
    .fix .rolling {
        transform: rotate(0deg);
    }
}