    /*._nc1 .stage1 .slider {
        height: 80px !important;
        border-radius: 0px !important;
        box-shadow: 0 0 3px #999 !important;
        background-color: #ddd !important;
    }

    ._nc1 .stage1 .track div {
        border-radius: 0 !important;
        color: #fff !important;
    }

    .nc1 .stage1 .bg-green {
        background-color: #78c430 !important;
    }

    .nc1 .stage1 .bg-red {
        background-color: #78c430 !important;
    }*/


    /*#nc {
        overflow: hidden;
        height: auto;
        position: relative;
        z-index: 100;
        left: 25%;
    }*/

    /*#nc_1_wrapper {
        width: 50% !important;

    }*/

    /*#nc_1__scale_text {
        width: 50% !important;

    }*/

    /*#nc_1__scale_text span {
        margin-left: 50px;
    }*/

    #cn {
        background: rgba(0, 0, 0, .7);
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 1005;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        box-sizing: border-box;
    }
    #nc{
        overflow: hidden;
        height: auto;
        position: relative;
        z-index: 100;
        left: 25%;
        
        width: 300px !important;
        position: fixed;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        z-index: 1006;
    }