


#query-table .alert-login{
    color: #e74031;margin: 10px;cursor: pointer
}
#query{
    width: 700px;
    height: 420px;
    display: inline-block;
    margin: 130px 0px 50px;
    background: #fff;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.query-hide{
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
#query .query-header{
    height: 60px;
    background: #e74031;
}
#query .query-header h3{
    line-height: 60px;
    color: #fff;
    margin: 0px;
}
#queryForm .control-label{
    text-align: left;
    font-size: 16px;
    font-weight: normal;
}
#query .query-body{
    margin-top: -20px;
}
#query .query-btn{
    font-size: 16px;
    /*margin-top: 20px;*/
    width: 160px;
}
 .login{
    text-decoration: underline;
    color: #e74031;
    cursor: pointer;
}
.table-content{


}
#saveLog-table tr>td:nth-child(2){
    max-width: 170px;
}
#saveLog-table tr>td:nth-child(4){
    min-width: 100px;
}
#saveLog-table tr>td:nth-child(7){
    min-width: 160px;
}
.no-login-log-query-show{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.no-login-log-query{
    display: inline-block;
    background: #fff;
    width: 1000px;
    margin: 130px 0px 80px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    min-height: 500px;
}
.table-content thead{
    background: #FBFBFB;
    color: #5c5c5c;
    font-size: 16px;
}
.table-content .fixed-table-container{
  border: none;
}
.table-content .pagination .disabled a{
    background: #eeeeee;
}
.table-content .pagination .active a{
    background: #e74031;
    border-color: #e74031;
    color: #fff;
}
.table-content .pagination>li>a,.table-content .pagination>li>span{
    color: #231518;
}
.table-content .fixed-table-container tbody td{
    border-left: none;
}


.Certificate .left>div{
    cursor: pointer;
}
.Certificate .right{
    min-height: 800px;
    background: #ffffff;
}
.Certificate .left{
    height: 100%;
    padding: 0px;
}
.Certificate .left>div{
    height: 80px;
    text-align: center;
    line-height: 80px;
}
.Certificate .left .active , .Certificate .left>div:hover{
    background: #d8d8d8;
    border-left: 3px solid #e74031;
    border-radius: 4px;
}
.Certificate .left .active .output-icon ,.Certificate .left>div:hover .output-icon{
    background: url(../images/log-icon.png) no-repeat 0px -120px;
}
.Certificate .left .active .save-icon ,.Certificate .left>div:hover .save-icon{
    background: url(../images/log-icon.png) no-repeat 0px -40px;
}
.Certificate .icon{
    height: 32px;
    width: 40px;
    display: inline-block;
    background-size: 100% auto;
    position: relative;
}
.Certificate .icon:after{
    width: 80px;
    position: absolute;
    font-size: 14px;
    font-weight: bold;
}
.Certificate .save-icon{
    background: url(../images/log-icon.png) no-repeat 0px 0px;
}
/*.Certificate .save-icon:after{*/
    /*content: '存证记录';*/
/*}*/
.Certificate .output-icon{
    background: url(../images/log-icon.png) no-repeat 0px -80px;
}
/*.Certificate .output-icon:after{*/
    /*content: '出证记录';*/
/*}*/
.read-more{
    color: #e74031;
    margin: 10px;
    cursor: pointer;
}
.log-query{
    border: 1px solid #eeeeee;
    margin-top: 20px;
}
.log-query-header,.notice-header{
    /* text-align: center; */
    height: 40px;
    background: #FBFBFB;
    color: #333333;
    line-height: 40px;
    /* font-size: 16px; */
    font-weight: bold;
    padding-left: 20px;
    text-align: center;
}
.log-query .form-control{
    display:inline-block;
    width: auto;
    width: 130px;
}
.output-log-type span{
    cursor: pointer;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 6px 10px;
    color: #999;
    margin-right: 10px;
    border-radius: 3px;
    width: 90px;
    text-align: center;
}
.output-log-type .active{
    color: #e74031;
    border-color: #e74031;
}
.log-query-body{
    padding: 0px 15px;
    overflow: auto;
    margin: 20px 10px;
}
.log-query-body .btn-tsign-active{
    width: 100px;
}
.log-table{
    width: 100%;
    margin-top: 60px;
}
.output-btn{
    width: 100px;
}


.output-step{
    padding: 30px 130px;
    min-height: 600px;
}
.output-step .progress span{
    display: inline-block;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #eee;
    position: relative;
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -ms-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;

}
.output-step .progress{
    background: transparent;
    height: 80px;
    width: 500px;
    margin: 0px auto;
    position: relative;
    padding: 0px 20px;
    box-shadow:none;
    margin-bottom: 30px;
}
.output-step .progress .horizontal,.output-step .progress .horizontal-done{
    position: absolute;
    height: 8px;
    width: 450px;
    background: #eee;
    top: 50%;
    margin-top: -18px;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    /*z-index: -1;*/
}
.output-step .progress .horizontal-done{
    width: 0px;
}
.output-step .progress .progress-1:after{
    content: "1.阅读协议";
}
.output-step .progress .progress-2:after{
    content: "2.确认并支付";
}
.output-step .progress .progress-3:after{
    content: "3.出证成功";
}
.have-record .order,.none-record .order{
    color: #999;
    margin-top: 10px;
}
.order{
    display: none;
}
.go2Bill{
    color: #e74031;
    text-decoration: underline;
}
.go2Bill:hover{
    color: #e74031;
    text-decoration: underline;
}
.output-step .progress span:after{
    color: #eee;
    width: 85px;
    position: absolute;
    left: -16px;
    bottom: -23px;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}
.output-step .step-1 .progress-1{
    background: url(../images/progress.png) no-repeat;
    background-position: center 5px;
    background-color: #e74031;

}
.output-step .step-1 .progress-1:after{
    color: #e74031;
}
.output-step .step-1 .progress-2{
    background: url(../images/progress.png) no-repeat;
    background-position: center -34px;
    background-color: #eee;
}
.output-step .step-1 .progress-3{
    background: url(../images/progress.png) no-repeat;
    background-position: center -115px;
    background-color: #eee;
}
.output-step .step-2 .progress-1 {
    background: url(../images/progress.png) no-repeat;
    background-position: center -155px;
    background-color: #e74031;
}
.output-step .step-2 .progress-2{
    background: url(../images/progress.png) no-repeat;
    background-position: center -75px;
    background-color: #e74031;
}
.output-step .step-2 .progress-1:after,.output-step .step-2 .progress-2:after{
    color: #e74031;
}
.output-step .step-2 .progress-3{
    background: url(../images/progress.png) no-repeat;
    background-position: center -115px;
    background-color: #eee;
}
.output-step .step-3 .progress-1,.output-step .step-3 .progress-2,.output-step .step-3 .progress-3 {
    background: url(../images/progress.png) no-repeat;
    background-position: center -155px;
    background-color: #e74031;
}
.output-step .step-3 .progress-1:after,.output-step .step-3 .progress-2:after,.output-step .step-3 .progress-3:after{
    color: #e74031;
}
.output-step .step-2 .horizontal-done{
   background: #e74031;
   width: 50%;
}
.output-step .step-3 .horizontal-done{
     background: #e74031;
    width: 450px;
 }
.output-step .output-notice{
    border: 1px solid #eeeeee;
    margin: 0 auto;
}
.output-step .notice-check .disabled{
    background: #b5b5b5;
    color: #ffffff;
}
.output-step .notice-body{
    height: 600px;
    overflow: auto;
}
.output-step-2>p{
    font-weight: bold;
}
.output-step-2 .tsign-checkBox{
    background: #dddddd;
}
.output-step-2 .table-content{
    margin: 30px 0px;
}
.output-count>span{
    margin: 0px 30px;
    font-size: 16px;
}
.output-step-3 h4{
    font-weight: bold;
    color: #999;
    line-height: 130%;
}
.output-step-3 span{
    color: #999;
}
.output-step-3 button{
    margin: 20px 0px 50px;
}
.output-step-3>div{
    border-top: 1px solid #eeeeee;
    padding-top: 20px;
}
.output-step-3,.output-step-2{
    display: none;
}
.detail{
    padding: 30px 180px;
    min-height: 600px;
}
.detail h4{
    font-weight: bold;
    color: #333333;
}
.max-record-msg{
    font-size: 12px;
    font-weight: bold;
    color: #e69007;
    margin-right: 20px;
}