﻿ .rollingHeadFly {
        position: fixed;
        top: 0px;
        z-index: 998;
        background:#fff;
        width:100%;
        border-bottom: 1px solid #ccc;
    }

    .rollingBar {
        height: 2px;
        background: #FE4F12;
        position: fixed;
        top: 29px;
        z-index: 999;
    }

    .rollingShadow1 {
        height: 1px;
        background: #999999;
        position: fixed;
        top: 31px;
        z-index: 999;
    }

    .rollingShadow2 {
        height: 1px;
        background: #cccccc;
        position: fixed;
        top: 32px;
        z-index: 999;
    }

    .rollingBarImg {
        width: 136px;
        height: 98px;
        background: url(/Template/Default/IMG/Compare/rollingBar.png);
        position: fixed;
        top: 1px;
        right: 0px;
        z-index: 999;
    }

    .rollingClose {
        width: 13px;
        height: 13px;
        position: absolute;
        top: 51px;
        left: 62px;
        cursor: pointer;
    }

    .rollingWindow {
        width: 16px;
        height: 16px;
        position: absolute;
        top: 7px;
        left: 7px;
        /*cursor: pointer;*/
    }