body {
    font-weight: normal;
}

label {
    font-weight: normal;
}

#stepcontainer {
    /* width: 600px; */
    /* margin-top: 100px; */
    background-color: #36A9FC;
    padding-top: 20px;
}

.bg_step {
    width: 100%;
    background-color: #36A9FC;
    margin: 0 0;
    padding: 0 0;
    /*margin-top: 50px;*/
}

.border-bottom-1 {
    margin-bottom: 0px;
    border-bottom: #EAEAEA 1px solid;
}

.step-slide {
    text-align: center;
    font-weight: bold;
}

.modal-steps {
    display: flex;
    /*margin-top: 20px;*/
    background-color: #ffff;
    /* margin: 20px 15px 0px 15px; */
    border-radius: 5px 5px 0 0;
    padding: 5px 0 0 0;
}

.dot:before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    width: 14px;
    height: 14px;
    -webkit-transform: scale(.75);
    -ms-transform: scale(.75);
    transform: scale(.75);
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background-color: #EAEAEA;

}

.dot {
    background-color: #EAEAEA;
    height: 20px;
    width: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
    position: relative;

    z-index: 2;
    margin: auto;
    border: 4px solid;
    border-color: #EAEAEA;
    margin-bottom: 10px;

}

.step::before {
    position: absolute;
    border: 1px solid;
    height: 1px;
    display: block;
    z-index: 1;
    top: 45px;
    content: '';
    border-color: #EAEAEA;
}

/* .step::before {

} */
.step::before {
    width: 100%;
}

.step:last-child::before {
    width: 50% !important;
}

.step:nth-child(2)::before {
    width: 100%;
}

.step::after {
    width: 0%;
}

.completed .dot::before {
    /* width: 200%; */
    background-color: #36A9FC;


}

.current .dot {
    border-color: #36A9FC;
}


.step::after {
    position: absolute;
    /* border: 1px solid; */
    height: 2px;
    display: block;
    z-index: 1;
    top: 45px;
    content: '';
    /* border-color: #EAEAEA; */
    background-color: #36A9FC;
}

.step::after {
    /* width: 50%; */
    left: 0;
    transition: 0.2s linear;
    width: 0%;
}

.step:first-child::before,
.step:first-child::after {
    /* width: 50%!important; */
    left: unset;
    right: unset;
    -webkit-transform: translateX(51%);
    -ms-transform: translateX(51%);
    transform: translateX(51%);

}

.step:last-child::before,
.step:last-child::after {
    /* width: 50%!important; */
    left: 0;
}

.step-title {
    text-align: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    font-size: .8rem;
}

.step {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* -webkit-box-pack: center; */
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 35px;
    padding-bottom: 15px;
}

.label {
    font-size: 12px;
    display: block;
    margin: .5em 0;
    text-align: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    box-sizing: border-box;
}

.step-main > .step-slide {
    display: none;
}

.step-main {
    width: 100%;
    position: relative;
}

.step-slide {
    position: absolute;
    width: 100%;
}

/* .step-slide{
    height: 400px;
} */
.modal-steps .step.completed::after {
    width: 100% !important;
}

.modal-steps .step.current::after {
    width: 50%;
}

.step.current:first-child:after {
    width: 0%;
}

.step.completed:first-child:after {
    width: 50% !important;
}

.unVisible {
    opacity: 0;
}


.steplabel {
    color: #333333;
    font-weight: normal;
    font-size: 12px !important;
}


.bigtitle {
    position: relative;
    padding-left: 20px;
    color: black;
    font-size: 20px;
}

.bigtitle:before {
    content: '';
    left: 0;
    width: 10px;
    border-radius: 5px;
    height: 20px;
    line-height: 1;
    position: absolute;
    background-color: #784E23;
}

.bigtitleSub {
    position: relative;
    padding-left: 20px;
    color: #36A9FC;
}

.bigtitleSub:before {
    content: '';
    left: 0;
    width: 10px;
    height: 15px;
    line-height: 1;
    position: absolute;
    background-color: transparent;
}

.biginfo {
    border: #EAEAEA 1px solid;
    border-radius: 0 0 4px 4px;
    border-top: none;
    margin-bottom: 30px;
}

.star::before {
    content: "* ";
    color: red;
    line-height: 1;
    text-align: center;
}

.panel-jwsb-default {
    border-color: #EAEAEA;
}

.panel-jwsb-default {
    border-color: #EAEAEA;
}


.panel-jwsb-default > .panel-heading {
    color: #ffff;
    background-color: #36A9FC;
    border-color: #36A9FC;
}

.panel-jwsb {
    border-color: #ECECEC;
}

.panel-jwsb > .panel-heading {
    color: #36A9FC;
    background-color: #ffffff;
    border-color: #ECECEC;
}


.stepjustcontent {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* -webkit-box-pack: center; */
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*padding-top: 35px;*/
    /*padding-bottom: 15px;*/
}

.stepjustcontent:before {
    position: absolute;
    /*border: 1px solid;*/
    height: 1px;
    display: block;
    z-index: 1;
    top: 45px;
    content: '';
    border-color: #EAEAEA;
}

.stepjustcontent .stepjustcontentlabel {
    color: #5c5c5c;
    font-weight: normal;
    font-size: 20px !important;
    /*font-weight: bold;*/
}


/*新的step的样式*/
.bg-step-new {
    width: 100%;
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

/*排除第一个以及最后一个*/
.bg-step-item{
    flex: 1;
    display: flex;
    justify-content: center;
    padding: 5px 5px;
    color: #784E23;
    font-size: 16px;
    background-color: #e6e6e6;
}

.bg-step-new :not(:nth-child(1)):not(:nth-last-child(1)) {
    /*border-top: 2px solid #784E23;*/
    /*border-bottom: 2px solid #784E23;*/
    /*border-right: 1px solid #BD8E62;*/
}

@media screen and (max-width: 380px) {
    .bg-step-item {
        font-size: 12px;
    }
}

.bg-step-item:first-child {
    /*border: 2px solid #784E23;*/
    border-radius: 5px 0px 0px 0px;
    /*border-right: 1px solid #BD8E62;*/
}

.bg-step-item:last-child {

    /*border: 2px solid #784E23;*/
    border-left: none;
    border-radius: 0px 5px 0px 0px;
}



.step-active {
    background-color: #784E23;
    color: #FFFFFF;
}