[v-cloak] {
    display: none;
}


.btn-lg, .btn-group-lg > .btn {
    height: 38px;
    line-height: 1.2;
}

.wanl-entry > div {
    position: relative;
    background: #fff;
    width: 100%;
    margin: 0 auto 20px;
}

.wanl-entry .head .title {
    text-align: center;
    margin: 0;
    color: #666;
    padding: 15px;
    border-bottom: 1px dashed #e0e0e0;
}

.wanl-entry .head .title p {
    font-size: 16px;
    font-weight: 700;
    color: #555;
    margin: 0;
    line-height: 24px;
}

.wanl-entry .title-container {
    padding: 10px 0 10px 15px;
    font-size: 15px;
    border-bottom: 1px dashed #ececec;
}

.wanl-entry .title-container .title {
    border-left: 4px solid #e74c3c !important;
    padding-left: 10px;
}

.wanl-entry .entry-content {
    padding: 20px;
}

.wanl-entry .info {
    padding: 20px 50px;
    text-align: center;
}

ol {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.ui-step {
    color: #b7b7b7;
    padding: 0 60px;
    margin-bottom: 35px;
    position: relative;
}

.ui-step:after {
    display: block;
    content: "";
    height: 0;
    font-size: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.ui-step li {
    float: left;
    position: relative;
}

.ui-step .step-end {
    width: 120px;
    position: absolute;
    top: 0;
    right: -60px;
}

.ui-step-line {
    height: 5px;
    background-color: #e0e0e0;
    margin-top: 20px;
}

.step-end .ui-step-line {
    display: none;
}

.ui-step-cont {
    width: 120px;
    position: absolute;
    top: 0;
    left: -15px;
    text-align: center;
}

.ui-step-cont-number {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 35px;
    color: #fff;
    border-radius: 50%;
    border: 2px solid #fff;
    font-size: 16px;
    background-color: #d8d8d8;
}

.ui-step-cont-text {
    position: relative;
    top: 45px;
    left: -42px;
    font-size: 12px;
}

.ui-step-4 li {
    width: 33.3%;
}

.step-done .ui-step-cont-number {
    background-color: #18bc9c;
}

.step-done .ui-step-cont-text {
    color: #18bc9c;
}

.step-done .ui-step-line {
    background-color: #18bc9c;
}

/* Active */
.step-active .ui-step-cont-number {
    background-color: #18bc9c;
}

.step-active .ui-step-cont-text {
    color: #18bc9c;
    font-weight: bold;
}

.step-active .ui-step-line {
    background-color: #e0e0e0;
}


/*分布线条*/
.ui-step-line{
    height: 1px;
    margin: 0px auto;
    margin-top: 20px;
}
/* 头部身体 边距	*/
.wanl-entry>div{
    margin: 0px;
}

/*	头部 身体 虚线间隔*/
.wanl-entry .title-container, .wanl-entry .head .title{
    border: none;
}




/*分布条*/
.ui-step-4 li{
    width: 50%;
}

.ui-step .step-end{
    width: auto;
    position: relative;
    right: 5px;
}

ol{
    max-width: 1200px;
    /*position: absolute;*/
    /*left: calc(50% );*/
    /*transform: translateX(-50%);*/
    margin: auto;
}

.entry-content{
    min-height: 100px;
}






.panel-box{
    max-width: 550px;
    margin: auto;
    padding: 30px 0px 100px 0px;
}

#label_tips{
    font-size: 12px;
    text-align: left;
    color: #262626;
    margin: 5px 0px;
    font-weight: initial;
}
#getname .tab-content{
    max-width: 400px;
    margin: auto;
    margin-top: 50px;
}
#phone{
    font-size: 14px;
    color: #585858;

}




.state_ok{
    max-width: 960px;
    font-size: 14px;
    padding: 10px;
    border: 1px solid #87e8de;
    background-color: #87e8de21;
    border-radius: 3px;
    margin: 20px auto;
    letter-spacing: 1px;
}
.state_ok.small{
    font-size: 12px;
}
.detail {
    max-width: 900px;
    padding: 10px;
    text-align: left;
    margin: 20px auto;

}
.detail .col-sm-12, .col-sm-6, .col-sm-4 {
    margin: 12px 0px;
}

.detail .title {
    font-size: 16px;
    padding-left: 10px;
    border-left: 3px solid #0099ff;
}

.detail .term {
    white-space: nowrap;
    display: table-cell;
    color: #494949;
    font-size: 14px;
}

.detail .d_content {
    display: table-cell;
    color: #5a5a5a;
    font-size: 14px;
}
.panel-default h2.page-header{
    height: 70px;
    padding: 19px 0px;
    text-align: center;
}
@media(max-width: 768px){
  main.content{
    overflow-x: hidden;
  }
}
