
#wrapper{
    margin-top:60px;
}
.timeline-item .date{
    width: 50px;
}
.inspinia-timeline{
    padding:15px 0 15px 10px;
}
.top10{
    padding-top: 10px;
}
.top15{
    padding-top: 15px;
}
.top20{
    padding-top: 20px;
}
.left18{
    padding-left:18px;
}
.left15{
    margin-left: 15px;
}
.bottom10{
    margin-bottom: 10px
}
.bottom15{
    margin-bottom: 15px
}
.ebox{
    clear:both;
    overflow:hidden;

}
i.fa.fa-check {
    color: #43b36a;
    padding-right: 2px;
}
.navbar-fixed-top, .navbar-static-top{
    background-color: #1976D2;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary.active:hover, .btn-primary.active:focus{
    background-color: #fff;
    border-color: #1976D2;
    color:#1976D2;
}
.text-muted{
    color: #1976D2;
}
.nav.navbar-right > li > a{
    color: #fff;
}
.vertical-container{
    width: 100%;
}
.vertical-timeline-icon{
    height: 40px;
    width: 40px;
}
.vertical-timeline-content{
    margin-left: 50px;
}
.vertical-timeline-block{
    margin:1em 0;
}
.navbar-fixed-top{
    border-bottom: 1px solid #1976D2 !important;
}
nav.navbar-default.navbar-static-side{
    padding-top: 50px;
}
.label-primary, .badge-primary{
    background-color:#f8ac59;
}
.elogo img{
    height: 38px;
    margin-top: 11px;
}
.btn-primary{
    /*background-color: #5677fc;*/
}
.label-warning, .badge-warning{
    background-color: #F44336;
}
.btn-qy{
    background-color: #146dc5;
    border:1px solid #146dc5;
    color: #fff;
}
.btn-qy.active.focus,
.btn-qy.active:focus,
.btn-qy.active:hover, .btn-qy:active.focus, .btn-qy:active:focus,
.btn-qy:active:hover, .open>.dropdown-toggle.btn-qy.focus,
.open>.dropdown-toggle.btn-qy:focus, .open>.dropdown-toggle.btn-qy:hover{
    color: #fff;
    background-color: #0d58a1;
    border-color: #064a8e;
}
.text-gary{
    color:#ABABAB;
}

/*导航样式*/
.wizard-steps {
    margin:20px 10px 0px 10px;
    padding-left: 20px;
    position: relative;
    clear:both;
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;

}
.wizard-steps div {
    position:relative;
}
/* = STEP NUMBERS
----------------------------*/
.wizard-steps span {
    display: block;
    float: left;
    font-size: 10px;
    text-align:center;
    width:15px;
    margin: 2px 5px 0px 0px;
    line-height:15px;
    color: #ccc;
    background: #FFF;
    border: 2px solid #CCC;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}
/* = DEFAULT STEPS
----------------------------*/
.wizard-steps a {
    position:relative;
    display:block;
    width:auto;
    height:24px;
    margin-right: 18px;
    padding:0px 10px 0px 3px;
    float: left;
    font-size:11px;
    line-height:24px;
    color:#888889;
    background: #dcdcdd;
    text-decoration:none;
    /*    text-shadow:1px 1px 1px rgba(255,255,255, 0.8);*/
}
.wizard-steps a:before {
    width:0px;
    height:0px;
    border-top: 12px solid #dcdcdd;
    border-bottom: 12px solid #dcdcdd;
    border-left:12px solid transparent;
    position: absolute;
    content: "";
    top: 0px;
    left: -12px;
}
.wizard-steps a:after {
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left:12px solid #dcdcdd;
    position: absolute;
    content: "";
    top: 0px;
    right: -12px;
}

/* = COMPLETED STEPS
----------------------------*/

.wizard-steps .completed-step a {
    color:#fff;
    background: #57a2d7;
}
.wizard-steps .completed-step a:before {
    border-top: 12px solid #57a2d7;
    border-bottom: 12px solid #57a2d7;
}
.wizard-steps .completed-step a:after {
    border-left: 12px solid #57a2d7;
}
.wizard-steps .completed-step span {
    border: 2px solid #4e5155;
    color: #4e5155;
    text-shadow:none;
}
/* = ACTIVE STEPS
----------------------------*/
.wizard-steps .active-step a {
    color:#fff;
    background: #4e5155;
    /*    text-shadow:1px 1px 1px rgba(0,0,0, 0.8);*/
}
.wizard-steps .active-step a:before {
    border-top: 12px solid #4e5155;
    border-bottom: 12px solid #4e5155;
}
.wizard-steps .active-step a:after {
    border-left: 12px solid #4e5155;
}
.wizard-steps .active-step span {
    color: #4e5155;
    -webkit-box-shadow:0px 0px 2px rgba(0,0,0, 0.8);
    -moz-box-shadow:0px 0px 2px rgba(0,0,0, 0.8);
    box-shadow:0px 0px 2px rgba(0,0,0, 0.8);
    text-shadow:none;
    border: 2px solid #57a2d7;
}
/* = HOVER STATES
----------------------------*/
.wizard-steps .completed-step:hover a, .wizard-steps .active-step:hover a {
    color:#fff;
    background: #1976D2;
    /*    text-shadow:1px 1px 1px rgba(0,0,0, 0.8);*/

}
.wizard-steps .completed-step:hover span, .wizard-steps .active-step:hover span {
    color:#1976D2;

}
.wizard-steps .completed-step:hover a:before, .wizard-steps .active-step:hover a:before {
    border-top: 12px solid #1976D2;
    border-bottom: 12px solid #1976D2;
}
.wizard-steps .completed-step:hover a:after, .wizard-steps .active-step:hover a:after {
    border-left: 12px solid #1976D2;
}
p.product-price{
    font-size: 20px;
    color: #eb641a;
    font-weight: 800;
    text-align:center;
    margin:0 auto;
    line-height: 3
}
.product-name{
    text-align: center;
    line-height: 3;
}
.small.m-t-xs.skin{
    text-align: center;
}

input.input-ml{
    width: 50px;
}
table.ebox-list{
    line-height: 2;
}
h2.product-price{
    color: #eb641a;
}
.m-t.text-righ{
    float: right;
}
.tag-list li a{
    font-size: 10px;
    background-color: #FBFBFB;
    padding: 5px 12px;
    color: #717171;
    border-radius: 15px;
    border: 1px solid #e7eaec;
    margin-right: 5px;
    margin-top: 5px;
    display: block;
}
.btn-ml{
    padding: 6px 30px;
}
.btn-outline{
    padding:;
}
.order-success{
    margin-left: auto;
    margin-right:auto;
    float: none;
    background-color: #edf5ea;
   // height: 200px;
    overflow: hidden;
    border: 1px solid #c7ddbf;
    padding: 20px;
    margin-top: 40px;

}
.fa-success{
    font-size: 50px;
    color: #43b36a;
    padding-top:10px;
}
.money{
    color: #eb641a;
    display: inline;
}
td.center{
    text-align: center;
}
select#status{
    border: none;
    border-bottom: 1px solid #D6D5D5;
}
.inmodal .modal-header{
    padding: 0;

}
.inmodal .modal-head{
    padding:20px;
    border-bottom: 1px solid #f1f1f1;
}
.modal-footer{
    text-align: center;
}
.inmodal .modal-body{
    background-color: #fff;
}
.modal-body label {
    color: #a7b1be;
    font-weight: normal;
}
.modal-body input{
    border:none;
    border-bottom:  1px solid #D6D5D5;
}
.modal-footer{
    border-top: none;
}
.wizard-steps-order{
    margin:0;
}
.table-order{
    margin-bottom: 0;
    margin-top: 10px;
}
.product-ebox {
    border: 1px solid #e7eaec;
}
.product-ebox:hover {
    border: 1px solid transparent;
    -webkit-box-shadow: 0 3px 7px 0 #a8a8a8;
    -moz-box-shadow: 0 3px 7px 0 #a8a8a8;
    box-shadow: 0 3px 7px 0 #a8a8a8;
}

.ebox-content > .active{
    border: 1px solid #C5D2DA;
    background-color: #F6F7F9;
    -webkit-box-shadow: 0 3px 7px 0 #a8a8a8;
    -moz-box-shadow: 0 3px 7px 0 #a8a8a8;
    box-shadow: 0 3px 7px 0 #a8a8a8;
}

/**Add by wubai radio内容排版**/
.content-label{
    position: fixed;
    clear: both;
}

/**Add by wubai 第一步的遮罩效果 **/
.selectebox{display: none;background-color: rgba(0,0,0,0.5);font-size: 50px;text-align: center;padding:50px;width: 100%;height: 100%;position: absolute;top:0;bottom: 0;left: 0;right: 0;z-index: 99;
    box-shadow:0 3px 7px 0 #a8a8a8;
}
.selectebox-show{display: block;background-color: rgba(0,0,0,0.5);font-size: 50px;text-align: center;padding:50px;width: 100%;height: 100%;position: absolute;top:0;bottom: 0;left: 0;right: 0;z-index: 99;
    box-shadow:0 3px 7px 0 #a8a8a8;
}
.product-ebox{
    position: relative;
}

/*Add by wubai 控制固定高度，防止长短不一，导致页面变形*/
.tag-list{overflow: hidden;height: 70px;}