.carousel-indicators li {
            background-color: #989898 !important;
            margin: 0 !important;
            border: 1px solid #989898 !important;
            width: 12px !important;
            height: 12px !important;
            border-radius: 12px !important;
        }

        .carousel-indicators .active {
            background-color: #28a7e1 !important;
            border: 1px solid #28a7e1 !important;
            width: 12px !important;
            height: 12px !important;
            border-radius: 12px !important;
        }

        .item {
            width: 100%;
            height: 400px;
        }

        .point {
            display: block;
            width: 10px;
            height: 10px;
            background: #fff;
            border-radius: 5px;
            position: absolute;
            border: 3px solid #29abe2;
            left: 67px;
            margin: auto;
            bottom: 0px;
        }

        .novice {
            width: 24px;
            height: 24px;
            position: absolute;
            overflow: hidden;
            border-radius: 12px;
            margin-left: 848px;
            margin-top: 268px;
            z-index: 6;
        }

            .novice a {
                width: 100%;
                height: 100%;
                display: block;
                position: relative;
                margin-top: -30px;
                margin-left: -30px;
                z-index: 6;
            }

        .noviceLight {
            position: absolute;
            margin-left: -95px;
            margin-top: 256px;
            z-index: 3;
        }

        .footer {
            height: 328px !important;
            padding: 0 !important;
        }

        .dynamicBg {
            position: absolute;
            left: 440px;
            top: 90px;
            opacity: 0;
        }

        .dynamicRound {
            background: #FF0000;
            border-radius: 90px;
            position: relative;
            text-align: center;
            color: #fff;
            font-size: 24px;
            display: block;
        }

        .round1st {
            width: 125px;
            height: 125px;
            line-height: 125px;
        }

        .round2nd {
            width: 95px;
            height: 95px;
            padding-top: 10px;
        }

        .round3rd {
            width: 59px;
            height: 59px;
        }

        .round4th {
            width: 37px;
            height: 37px;
        }

        .round5th {
            width: 22px;
            height: 22px;
        }

        .dynamic1 {
            animation: round1 5s linear 2s infinite normal;
            -moz-animation: round1 5s linear 2s infinite normal;
            -webkit-animation: round1 5s linear 2s infinite normal;
            -o-animation: round1 5s linear 2s infinite normal;
        }

        .dynamic2 {
            animation: round1 8s linear 2s infinite normal;
            -moz-animation: round1 8s linear 2s infinite normal;
            -webkit-animation: round1 8s linear 2s infinite normal;
            -o-animation: round1 8s linear 2s infinite normal;
        }

        .dynamic3 {
            animation: round1 9s linear 2s infinite normal;
            -moz-animation: round1 9s linear 2s infinite normal;
            -webkit-animation: round1 9s linear 2s infinite normal;
            -o-animation: round1 9s linear 2s infinite normal;
        }

        .dynamic4 {
            animation: round1 7s linear 2s infinite normal;
            -moz-animation: round1 7s linear 2s infinite normal;
            -webkit-animation: round1 7s linear 2s infinite normal;
            -o-animation: round1 7s linear 2s infinite normal;
        }

        .dynamic5 {
            animation: round1 4s linear 2s infinite normal;
            -moz-animation: round1 4s linear 2s infinite normal;
            -webkit-animation: round1 4s linear 2s infinite normal;
            -o-animation: round1 4s linear 2s infinite normal;
        }

        .dynamic6 {
            animation: round1 5.5s linear 2s infinite normal;
            -moz-animation: round1 5.5s linear 2s infinite normal;
            -webkit-animation: round1 5.5s linear 2s infinite normal;
            -o-animation: round1 5.5s linear 2s infinite normal;
        }

        .dynamic7 {
            animation: round1 6s linear 2s infinite normal;
            -moz-animation: round1 6s linear 2s infinite normal;
            -webkit-animation: round1 6s linear 2s infinite normal;
            -o-animation: round1 6s linear 2s infinite normal;
        }

        .dynamic8 {
            animation: round1 8.5s linear 2s infinite normal;
            -moz-animation: round1 8.5s linear 2s infinite normal;
            -webkit-animation: round1 8.5s linear 2s infinite normal;
            -o-animation: round1 8.5s linear 2s infinite normal;
        }

        .dynamic9 {
            animation: round1 4.5s linear 2s infinite normal;
            -moz-animation: round1 4.5s linear 2s infinite normal;
            -webkit-animation: round1 4.5s linear 2s infinite normal;
            -o-animation: round1 4.5s linear 2s infinite normal;
        }

        .dynamic10 {
            animation: round1 9.5s linear 2s infinite normal;
            -moz-animation: round1 9.5s linear 2s infinite normal;
            -webkit-animation: round1 9.5s linear 2s infinite normal;
            -o-animation: round1 9.5s linear 2s infinite normal;
        }

        .dynamic11 {
            animation: round1 7.5s linear 2s infinite normal;
            -moz-animation: round1 7.5s linear 2s infinite normal;
            -webkit-animation: round1 7.5s linear 2s infinite normal;
            -o-animation: round1 7.5s linear 2s infinite normal;
        }

        .dynamic12 {
            animation: round1 10s linear 2s infinite normal;
            -moz-animation: round1 10s linear 2s infinite normal;
            -webkit-animation: round1 10s linear 2s infinite normal;
            -o-animation: round1 10s linear 2s infinite normal;
        }

        .dynamic13 {
            animation: round1 6.5s linear 2s infinite normal;
            -moz-animation: round1 6.5s linear 2s infinite normal;
            -webkit-animation: round1 6.5s linear 2s infinite normal;
            -o-animation: round1 6.5s linear 2s infinite normal;
        }


        @keyframes round1 {
            0% {
                margin-left: 0px;
                margin-top: 0px;
            }

            25% {
                margin-left: 20px;
                margin-top: 20px;
            }

            50% {
                margin-left: 20px;
                margin-top: 0px;
            }

            75% {
                margin-left: 0px;
                margin-top: 20px;
            }

            100% {
                margin-left: 0px;
                margin-top: 0px;
            }
        }

        @-moz-keyframes round1 {
            0% {
                margin-left: 0px;
                margin-top: 0px;
            }

            25% {
                margin-left: 20px;
                margin-top: 20px;
            }

            50% {
                margin-left: 20px;
                margin-top: 0px;
            }

            75% {
                margin-left: 0px;
                margin-top: 20px;
            }

            100% {
                margin-left: 0px;
                margin-top: 0px;
            }
        }

        @-webkit-keyframes round1 {
            0% {
                margin-left: 0px;
                margin-top: 0px;
            }

            25% {
                margin-left: 20px;
                margin-top: 20px;
            }

            50% {
                margin-left: 20px;
                margin-top: 0px;
            }

            75% {
                margin-left: 0px;
                margin-top: 20px;
            }

            100% {
                margin-left: 0px;
                margin-top: 0px;
            }
        }

        @-o-keyframes round1 {
            0%;

        {
            margin-left: 0px;
            margin-top: 0px;
        }

        25% {
            margin-left: 20px;
            margin-top: 20px;
        }

        50% {
            margin-left: 20px;
            margin-top: 0px;
        }

        75% {
            margin-left: 0px;
            margin-top: 20px;
        }

        100% {
            margin-left: 0px;
            margin-top: 0px;
        }

        }