
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .nav > li {
        position: relative;
        display: block
    }

        .nav > li > a {
            position: relative;
            display: block;
        }

     

        .nav > li.disabled > a {
            color: #777
        }


    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5
    }

    .nav > li > a > img {
        max-width: none
    }


.nav-pills > li {
    float: left
}

    .nav-pills > li > a {
        border-radius: 4px
    }

    .nav-pills > li + li {
        margin-left: 2px
    }



.nav-stacked > li {
    float: none
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0
    }

.nav-justified {
    width: 100%
}

    .nav-justified > li {
        float: none
    }

        .nav-justified > li > a {
            margin-bottom: 5px;
            text-align: center
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto
    }

@media (min-width:768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%
    }

        .nav-justified > li > a {
            margin-bottom: 0
        }
}






























.step {
    counter-reset: flag;
    /* font-family: 'Microsoft YaHei','Lantinghei SC','Open Sans',Arial,'Hiragino Sans GB','STHeiti','WenQuanYi Micro Hei','SimSun',sans-serif;*/
    font-family: Titillium Web,sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #606266;
}

    .step li {
        position: relative;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        line-height: 10px !important;
    }

        .step li a {
            cursor: default;
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
        }

            .step li a:before {
                content: counter(flag);
                counter-increment: flag;
                transition: all 0.3s ease-in-out;
                -webkit-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
            }

            .step li a:after {
                content: "";
                transition: all 0.3s ease-in-out;
                -webkit-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
            }

.step-arrow {
    margin: 0;
    margin-bottom: 2px;
}
    /*.step-arrow.unhover li a:hover,*/
    .step-arrow.unhover li a:focus {
        background-color: #f6f6f6;
        color: #444444;
    }
        /*.step-arrow.unhover li a:hover:before,*/
        .step-arrow.unhover li a:focus:before {
            background-color: #d2d2d2;
            color: #ffffff;
        }
    /*.step-arrow.unhover li:not(:last-child) a:hover:after,*/
    .step-arrow.unhover li:not(:last-child) a:focus:after {
        background-color: #f6f6f6;
    }

    .step-arrow li {
        padding-right: 0px;
       
    }

        .step-arrow li:last-child {
            padding-right: 0;
        }

        .step-arrow li:nth-child(n+2) a {
            margin-left: -20px;
            border-radius: 0;
        }

        .step-arrow li:not(:last-child) a:after {
            position: absolute;
            top: 0px;
            right: 0px;
            width: 40px;
            height: 40px;
            transform: scale(0.707) rotate(45deg);
            z-index: 1;
            background-color: #f6f6f6;
            border-radius: 0 5px 0 50px;
            border-top: 1px solid #ffffff;
            border-right: 1px solid #ffffff;
            box-sizing: content-box;
        }
        /*.step-arrow li:not(:last-child) a:hover:after {
  background-color: #00b8f5;
}*/
        .step-arrow li a {
            border-radius: 0;
            color: #606266;
            background-color: #f6f6f6;
            padding: 5px 15px;
            height: 40px;
        }
            /*.step-arrow li a:hover {
  background-color: #00b8f5;
  color: #ffffff;
}*/
            /*.step-arrow li a:hover:before {
  background: #ffffff;
  color: #00b8f5;
}*/
            .step-arrow li a:before {
                position:relative;
                display:inline-block;
                z-index: 2;
                width: 20px;
                height: 20px;
                line-height: 19px;
                border-radius: 20px;
                left: -5px;
                font-weight: bold;
                font-size: 10px;
                overflow: hidden;
                top: 5px;
                background: #d2d2d2;
                color: #ffffff;
            }

        .step-arrow li.active a:before {
            background: #ffffff;
            color: #00b8f5;
        }

        .step-arrow li.active a:after {
            background-color: #00b8f5;
        }

        .step-arrow li.active a,
        .step-arrow li.active a:hover {
            background-color: #00b8f5;
            color: #ffffff;
        }

            .step-arrow li.active a:before,
            .step-arrow li.active a:hover:before {
                background-color: #ffffff;
                color: #00b8f5;
            }

            .step-arrow li.active a:after,
            .step-arrow li.active a:hover:after {
                background-color: #00b8f5 !important;
            }

.step-square {
    margin-top: 40px;
}

    .step-square > li:hover a:before,
    .step-square > li:active a:before,
    .step-square > li.active a:before {
        background-color: #00b8f5;
        color: #ffffff;
        border-color: #00b8f5;
    }

    .step-square > li:hover a:after,
    .step-square > li:active a:after,
    .step-square > li.active a:after {
        background-color: #00b8f5;
    }

    .step-square > li:first-child a:after {
        left: 50%;
        border-right: 1px solid #ffffff;
    }

    .step-square > li:last-child a:after {
        right: 50%;
        border-left: 1px solid #ffffff;
    }

    .step-square > li > a {
        color: #ebebeb;
    }

        .step-square > li > a:hover {
            background-color: #ffffff;
            color: #00b8f5;
        }

        .step-square > li > a:before {
            position: absolute;
            z-index: 2;
            top: -2rem;
            left: 0;
            right: 0;
            margin: 0 auto;
            width: 2rem;
            height: 2rem;
            background-color: #ffffff;
            line-height: 20px;
            border: 1px solid #ebebeb;
        }

        .step-square > li > a:after {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            top: -35%;
            background-color: #ebebeb;
            z-index: 1;
            height: 2px;
            border: solid #ffffff;
            border-width: 0 1px;
        }

    .step-square > li.active > a,
    .step-square > li.active > a:focus,
    .step-square > li.active > a:hover {
        color: #00b8f5;
        background: transparent;
    }

.step-round {
    margin-top: 40px;
}

    .step-round > li:first-child > a:after {
        left: 30%;
        border-radius: 5px 0 0 5px;
    }

    .step-round > li:last-child > a:after {
        right: 30%;
        border-radius: 0 5px 5px 0;
    }

    .step-round > li.active > a,
    .step-round > li.active > a:hover,
    .step-round > li.active > a:focus {
        background: transparent;
        color: #00b8f5;
    }

        .step-round > li.active > a:before,
        .step-round > li.active > a:hover:before,
        .step-round > li.active > a:focus:before {
            background-color: #00b8f5;
            color: #ffffff;
        }

        .step-round > li.active > a:after,
        .step-round > li.active > a:hover:after,
        .step-round > li.active > a:focus:after {
            background-color: #00b8f5;
        }

    .step-round > li > a {
        color: #ebebeb;
    }

        .step-round > li > a:before {
            position: absolute;
            z-index: 2;
            top: -2rem;
            left: 0;
            right: 0;
            margin: 0 auto;
            width: 2rem;
            height: 2rem;
            border-radius: 50%;
            background-color: #ffffff;
            line-height: 2rem;
            box-shadow: 0 0 0 5px #ebebeb;
        }

        .step-round > li > a:after {
            position: absolute;
            left: 0;
            right: 0;
            top: -38%;
            background-color: #ebebeb;
            z-index: 1;
            height: 8px;
        }

            .step-round > li > a:after:after {
                background-color: #00b8f5;
            }

        .step-round > li > a:hover {
            background: transparent;
            color: #00b8f5;
        }

            .step-round > li > a:hover:before {
                background-color: #00b8f5;
                color: #ffffff;
            }

            .step-round > li > a:hover:after {
                background-color: #00b8f5;
            }

.step-progress {
    margin-top: 60px;
}

    .step-progress > li > a {
        color: #ebebeb;
        padding-top: 1.8rem;
    }

        .step-progress > li > a:before {
            position: absolute;
            z-index: 2;
            top: -35px;
            left: 0;
            right: 0;
            margin: 0 auto;
            width: 2rem;
            height: 2rem;
            border-radius: 50%;
            line-height: 2rem;
            box-shadow: 0 0 0 5px #ebebeb;
        }

        .step-progress > li > a:after {
            content: "";
            background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
            background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
            background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
            -webkit-background-size: 40px 40px;
            background-size: 40px 40px;
            background-color: #ebebeb;
            float: left;
            width: 100%;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            height: 10px;
            transition: all 0.5s ease-in-out;
            -webkit-transition: all 0.5s ease-in-out;
            -ms-transition: all 0.5s ease-in-out;
        }

        .step-progress > li > a span.caret {
            position: absolute;
            left: 0;
            right: 0;
            margin: 0 auto;
            transform: rotate(180deg);
            top: -4px;
        }

        .step-progress > li > a:hover {
            background: transparent;
            color: #00b8f5;
        }

            .step-progress > li > a:hover:before {
                color: #ffffff;
                background-color: #00b8f5;
            }

            .step-progress > li > a:hover:after {
                background-color: #00b8f5;
            }

    .step-progress > li.active > a,
    .step-progress > li.active > a:hover,
    .step-progress > li.active > a:focus {
        color: #00b8f5;
        background: transparent;
    }

        .step-progress > li.active > a:before,
        .step-progress > li.active > a:hover:before,
        .step-progress > li.active > a:focus:before {
            background-color: #00b8f5;
            color: #ffffff;
        }

        .step-progress > li.active > a:after,
        .step-progress > li.active > a:hover:after,
        .step-progress > li.active > a:focus:after {
            background-color: #00b8f5;
        }

        .step-progress > li.active > a:after {
            -webkit-animation: progress-bar-stripes 2s linear infinite;
            -o-animation: progress-bar-stripes 2s linear infinite;
            animation: progress-bar-stripes 2s linear infinite;
        }

    .step-progress > li:first-child a:after {
        border-radius: 5px 0 0 5px;
    }

    .step-progress > li:last-child a:after {
        border-radius: 0 5px 5px 0;
    }
/*step-progress*/
