.cf {
    clear: both;
}





:root {
    --cc-guide-ui-next-button-color: #000;
}





html,
body {
    height: 100%;
}




/*
.cc-guide-ui {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    border: 1px solid #eee;
    border-radius: 10px;
    background: #fff;
}



@media all and (max-width: 550px) {
    .cc-guide-ui {
        position: initial;
        left: initial;
        top: initial;
        width: initial;
        height: 100%;
        transform: initial;
        border: initial;
        border-radius: initial;
    }
}
*/




.cc-guide-ui
.main-hd {
    padding: 40px 25px 32px 25px;
}

.cc-guide-ui.no-header
.main-hd {
    display: none;
}



.cc-guide-ui
> .main-hd
h1 {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    color: #000;
}





.cc-guide-ui
> .progress {
    //padding: 0 0 0 25px;
}



.cc-guide-ui
> .progress
ul {
    width: 100%;
    height: 5px;
}



.cc-guide-ui
> .progress
ul
li {
    position: relative;
    float: left;
    margin: 0 0 0 3px;
    width: 30px;
    height: 5px;
    background: #f0f1f2;
}

.cc-guide-ui
> .progress
ul
li:first-child {
    margin-left: 0;
}



.cc-guide-ui
> .progress
ul
li
span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #5d2;
    z-index: 1;
    transition: width 300ms;
}

.cc-guide-ui
> .progress
ul
li.full
span {
    width: 100%;
}



.cc-guide-ui
> .progress
ul
li:first-child,
.cc-guide-ui
> .progress
ul
li:first-child
span {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}



.cc-guide-ui
> .progress
ul
li:last-child,
.cc-guide-ui
> .progress
ul
li:last-child
span {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}





.cc-guide-ui
.below-progress-bar {
    margin: 18px 0 0 0;
}





.cc-guide-ui
.step-window {
    position: relative;
    overflow-x: hidden;
}



.cc-guide-ui
.step-window
.slider {
    position: relative;
    left: 0;
    top: 0;
    transition: left 500ms ease-in;
}



.cc-guide-ui
.step-window
.slider
.step {
    box-sizing: border-box;
    visibility: hidden;
    float: left;
    margin: 18px 0 0 0;
    height: 1px;
    overflow: hidden;
}

.cc-guide-ui
.step-window
.slider
.step:first-child {
    visibility: visible;
    height: auto;
}





.cc-guide-ui
.step-window
.slider
.step
.step-ft {
    margin: 35px 0 0 0;
    //padding: 0 25px 30px 25px;
    padding: 0 0 30px 0;
}



.cc-guide-ui
.step-window
.slider
.step
.step-ft
.message {
    display: none;
    margin: 0 0 25px 0;
    padding: 18px 20px;
    border-radius:6px;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    line-height: 21px;
    white-space: initial;
    word-wrap: break-word;
}

.cc-guide-ui
.step-window
.slider
.step
.step-ft
.message.visible {
    display:block;
}

.cc-guide-ui
.step-window
.slider
.step
.step-ft
.message.yellow {
    background: #fbf6db;
}

.cc-guide-ui
.step-window
.slider
.step
.step-ft
.message.red {
    background: #fbdbdb;
}

.cc-guide-ui
.step-window
.slider
.step
.step-ft
.message.green {
    background: #e4fbd6;
}



.cc-guide-ui
.step-window
.slider
.step
.step-ft
.action-wrapper {
    height: 40px;
}



.cc-guide-ui
.step-window
.slider
.step
.step-ft
.action-wrapper
.back-button-wrapper {
    display: block;
    float: left;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    height: 18px;
}



.cc-guide-ui
.step-window
.slider
.step
.step-ft
.action-wrapper
.back-button-wrapper
img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 18px;
}



.cc-guide-ui
.step-window
.slider
.step
.step-ft
.action-wrapper
.back-button-wrapper
span {
    display: block;
    margin: 0 0 0 22px;
    left: 30px;
    top: 0;
    height: 18px;
    line-height: 18px;
    font-size: 15px;
    font-weight: 400;
    color: #000;
}



.cc-guide-ui
.step-window
.slider
.step
.step-ft
.action-wrapper
.next-button-wrapper {
    float: right;
    position: relative;
}



.cc-guide-ui
.step-window
.slider
.step
.step-ft
.action-wrapper
.next-button-wrapper
.button {
    display: block;
    padding: 0 22px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    background: var(--cc-guide-ui-next-button-color);
    color: #fff;
    font-weight: 400;
    font-weight: 700;
    font-size: 15px;
}

.cc-guide-ui
.step-window
.slider
.step
.step-ft
.action-wrapper
.next-button-wrapper.loading
.button {
    visibility: hidden;
}



.cc-guide-ui
.step-window
.slider
.step
.step-ft
.action-wrapper
.next-button-wrapper
img {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 17px;
}

.cc-guide-ui
.step-window
.slider
.step
.step-ft
.action-wrapper
.next-button-wrapper.loading
img {
    display: block;
}



















