*{
    margin: 0px;

}


.clear{
    height:0px;
    width:0px;
    clear:both;
}
.stepList a,.stepList a:hover,.stepList a:link,.stepList a:active,.stepList a:visited{

    text-decoration:none;

    font-size: 0.88rem;
}

.stepList{
    width:1200px;
    max-width:1200px;
    margin:24px auto;
}
.stepBox{
    border: 1px solid #e6e6e6;
    margin-bottom:30px;

}
.stepBox p.stepTitle{
    font-size:0.9rem;
    padding: 0.8rem 0px;
    text-indent:0.7rem;
    background-color: #efefef;
    color:#888;
    cursor: pointer;
    margin:0px !important;
}
.stepBox p.isshow{
    position: relative;
}
.stepBox p.isshow:hover{
    color:#bf1e2e;
    border-color: #bf1e2e !important;
}
.stepBox p.isshow::after{
    content:" ";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #888;
    position: absolute;
    top:0px;bottom:0px;
    margin:auto 10px;
}
.stepContent{
    width:47%;
    float:left;

}
.stepContent:nth-of-type(2n){
    margin-left: 6%;
}
.stepRow{
    display: none;
    padding:20px;
    color:#888;
    overflow: hidden;
}
.showBox .stepRow{
    display: block !important;
}
.stepList p{
    line-height: 1.2rem;
    font-size:0.8rem;
    margin: 1rem 0px;
}
.stepList h2{
    font-weight: normal;
    font-size:1.2rem;
    color:#888;
    line-height:2rem;
}
.stepList form{
    font-size:0.8rem;
    margin: 10px 0px;
}

.inputRow{
    font-size:0.8rem;
}
.btn{
    display: inline-block;
    padding: 5px 25px;
    text-align: center;
    color: #fff;
    background-color: #bf1e2e;
    line-height: 2rem;
    margin: 18px 0px;
    outline: none;
    font-size: 1rem;
    border: 1px solid #bf1e2e;
    cursor: pointer;
}
input[type='text'],input[type='password'],select{
    line-height: 2rem;
    border: 1px solid #d4d3d3;
    text-indent: 0.5rem;
    margin-bottom: 0.8rem;
    height: 2rem;
    width: 96%;
    color: #888;
}
.inputRow p{
    margin:4px 0px;
}
.require::before{
    content:"*";
    color: #ee0b0b;
    margin-right: 5px;
}
.stepTwoBox .btn{
    float: right;
    margin-right: 4%;
}
.panel-collapse{
    font-size:13px;
}
.panel-collapse p{
    margin-bottom:10px;
}
.panel-collapse .radio{
    margin-bottom:10px;
}
.form-control{
    width:96%;
    display:block;
    padding: 5px;
    box-sizing: border-box;
}
.pull-right{
    float:right !important
}
