.line {
    -webkit-transform: scale(0);
    transform: scale(0)
}

.line.show {
    transition: all 1s cubic-bezier(.86,0,.07,1) 0s;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.point {
    -webkit-transform: scale(0);
    transform: scale(0)
}

.point .icon {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0
}

.point .icon.show {
    transition: all .3s cubic-bezier(.175,.885,.32,1.275) .4s;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.point.show {
    transition: all .35s cubic-bezier(.175,.885,.32,1.275) .3s;
    -webkit-transform: scale(1);
    transform: scale(1)
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes loop {
    0% {
        background-position: 0 top
    }

    100% {
        background-position: -90px top
    }
}

@keyframes loop {
    0% {
        background-position: 0 top
    }

    100% {
        background-position: -90px top
    }
}

#title_area .kv .ov {
    opacity: 0
}

#title_area .kv .ov.show {
    transition: all 1s cubic-bezier(.25,.25,.75,.75) 0s;
    opacity: 1
}

#cs_highbeam01 .ahcar1 {
    opacity: 0
}

#cs_highbeam01 .ahcar2 {
    opacity: 0
}

#cs_highbeam01 .move1 {
    opacity: 0
}

#cs_highbeam01 .move2 {
    opacity: 0
}

#cs_highbeam01 .move3 {
    -webkit-transform: translate(-580px,0);
    transform: translate(-580px,0)
}

#cs_highbeam01 .step1 .explain.show {
    -webkit-animation: step_select .3s ease-out 0s forwards,step_def .3s ease-out 3s forwards;
    animation: step_select .3s ease-out 0s forwards,step_def .3s ease-out 3s forwards
}

#cs_highbeam01 .step1 .explain.show:before {
    transition: all .5s cubic-bezier(.25,.25,.75,.75) 0s;
    border-color: transparent transparent #ffd332
}

#cs_highbeam01 .step1 .explain:before {
    border-color: transparent transparent #ccc
}

#cs_highbeam01 .step1 .explain .title {
    background: #ccc
}

#cs_highbeam01 .step1 .explain .title.show {
    transition: all .5s cubic-bezier(.25,.25,.75,.75) 0s;
    background: #ffd332
}

#cs_highbeam01 .step2.show {
    -webkit-animation: step_select .3s ease-out 3s forwards,step_def .3s ease-out 6s forwards;
    animation: step_select .3s ease-out 3s forwards,step_def .3s ease-out 6s forwards
}

#cs_highbeam01 .step2 .explain.show:before {
    transition: all .5s cubic-bezier(.25,.25,.75,.75) 3s;
    border-color: transparent transparent #ff9348
}

#cs_highbeam01 .step2 .explain:before {
    border-color: transparent transparent #ccc
}

#cs_highbeam01 .step2 .explain .title {
    background: #ccc
}

#cs_highbeam01 .step2 .explain .title.show {
    transition: all .5s cubic-bezier(.25,.25,.75,.75) 3s;
    background: #ff9348
}

#cs_highbeam01 .step2 .explain .detail {
    border: solid 15px #ccc;
    border-top: none
}

#cs_highbeam01 .step2 .explain .detail.show {
    transition: all .5s cubic-bezier(.25,.25,.75,.75) 3s;
    border: solid 15px #ff9348;
    border-top: none
}

#cs_highbeam01 .step2 .action .detail {
    border: solid 10px #ccc
}

#cs_highbeam01 .step2 .action .detail.show {
    transition: all .5s cubic-bezier(.25,.25,.75,.75) 3s;
    border: solid 10px #ffd3b6
}

#cs_highbeam01 .step3.show {
    -webkit-animation: step_select .3s ease-out 6s forwards,step_def .3s ease-out 8s forwards;
    animation: step_select .3s ease-out 6s forwards,step_def .3s ease-out 8s forwards
}

#cs_highbeam01 .step3 .explain.show:before {
    transition: all .5s cubic-bezier(.25,.25,.75,.75) 6s;
    border-color: transparent transparent #4baed7
}

#cs_highbeam01 .step3 .explain:before {
    border-color: transparent transparent #ccc
}

#cs_highbeam01 .step3 .explain .title {
    background: #ccc
}

#cs_highbeam01 .step3 .explain .title.show {
    transition: all .5s cubic-bezier(.25,.25,.75,.75) 6s;
    background: #4baed7
}

#cs_highbeam01 .step3 .explain .detail {
    border: solid 15px #ccc;
    border-top: none
}

#cs_highbeam01 .step3 .explain .detail.show {
    transition: all .5s cubic-bezier(.25,.25,.75,.75) 6s;
    border: solid 15px #4baed7;
    border-top: none
}

#cs_highbeam01 .step3 .action .detail {
    border: solid 10px #ccc
}

#cs_highbeam01 .step3 .action .detail.show {
    transition: all .5s cubic-bezier(.25,.25,.75,.75) 5s;
    border: solid 10px #4baed7
}

#cs_highbeam02 .ahcar1 {
    opacity: 0
}

#cs_highbeam02 .ahcar2 {
    opacity: 0
}

#cs_highbeam02 .move1 {
    opacity: 0
}

#cs_highbeam02 .move2 {
    opacity: 0
}

#cs_highbeam02 .move3 {
    -webkit-transform: translate(-480px,0);
    transform: translate(-480px,0)
}

#cs_highbeam02 .step1 .explain.show {
    -webkit-animation: step_select .3s ease-out 0s forwards,step_def .3s ease-out 3s forwards;
    animation: step_select .3s ease-out 0s forwards,step_def .3s ease-out 3s forwards
}

#cs_highbeam02 .step1 .explain.show:before {
    transition: all .5s cubic-bezier(.25,.25,.75,.75) 0s;
    border-color: transparent transparent #ffd332
}

#cs_highbeam02 .step1 .explain:before {
    border-color: transparent transparent #ccc
}

#cs_highbeam02 .step1 .explain .title {
    background: #ccc
}

#cs_highbeam02 .step1 .explain .title.show {
    transition: all .5s cubic-bezier(.25,.25,.75,.75) 0s;
    background: #ffd332
}

#cs_highbeam02 .step2.show {
    -webkit-animation: step_select .3s ease-out 3s forwards,step_def .3s ease-out 6s forwards;
    animation: step_select .3s ease-out 3s forwards,step_def .3s ease-out 6s forwards
}

#cs_highbeam02 .step2 .explain.show:before {
    transition: all .5s cubic-bezier(.25,.25,.75,.75) 3s;
    border-color: transparent transparent #ff9348
}

#cs_highbeam02 .step2 .explain:before {
    border-color: transparent transparent #ccc
}

#cs_highbeam02 .step2 .explain .title {
    background: #ccc
}

#cs_highbeam02 .step2 .explain .title.show {
    transition: all .5s cubic-bezier(.25,.25,.75,.75) 3s;
    background: #ff9348
}

#cs_highbeam02 .step2 .explain .detail {
    border: solid 15px #ccc;
    border-top: none
}

#cs_highbeam02 .step2 .explain .detail.show {
    transition: all .5s cubic-bezier(.25,.25,.75,.75) 3s;
    border: solid 15px #ff9348;
    border-top: none
}

#cs_highbeam02 .step2 .action .detail {
    border: solid 10px #ccc
}

#cs_highbeam02 .step2 .action .detail.show {
    transition: all .5s cubic-bezier(.25,.25,.75,.75) 3s;
    border: solid 10px #ffd3b6
}

#cs_highbeam02 .step3.show {
    -webkit-animation: step_select .3s ease-out 6s forwards,step_def .3s ease-out 8s forwards;
    animation: step_select .3s ease-out 6s forwards,step_def .3s ease-out 8s forwards
}

#cs_highbeam02 .step3 .explain.show:before {
    transition: all .5s cubic-bezier(.25,.25,.75,.75) 6s;
    border-color: transparent transparent #4baed7
}

#cs_highbeam02 .step3 .explain:before {
    border-color: transparent transparent #ccc
}

#cs_highbeam02 .step3 .explain .title {
    background: #ccc
}

#cs_highbeam02 .step3 .explain .title.show {
    transition: all .5s cubic-bezier(.25,.25,.75,.75) 6s;
    background: #4baed7
}

#cs_highbeam02 .step3 .explain .detail {
    border: solid 15px #ccc;
    border-top: none
}

#cs_highbeam02 .step3 .explain .detail.show {
    transition: all .5s cubic-bezier(.25,.25,.75,.75) 6s;
    border: solid 15px #4baed7;
    border-top: none
}

#cs_highbeam02 .step3 .action .detail {
    border: solid 10px #ccc
}

#cs_highbeam02 .step3 .action .detail.show {
    transition: all .5s cubic-bezier(.25,.25,.75,.75) 6s;
    border: solid 10px #4baed7
}

.btn_repeat {
    visibility: hidden;
    opacity: 0
}

@-webkit-keyframes step_select {
    0% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }

    100% {
        -webkit-transform: translate(0,-20px);
        transform: translate(0,-20px)
    }
}

@keyframes step_select {
    0% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }

    100% {
        -webkit-transform: translate(0,-20px);
        transform: translate(0,-20px)
    }
}

@-webkit-keyframes step_def {
    0% {
        -webkit-transform: translate(0,-20px);
        transform: translate(0,-20px)
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@keyframes step_def {
    0% {
        -webkit-transform: translate(0,-20px);
        transform: translate(0,-20px)
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}
