*{
    margin: 0;padding: 0;
    font-size: 14px;
}
.owner-tab {
    height: 60px;
}
.owner-tab-ul {
    background-color: #CCEEFF;
}
.owner-tab-ul {
    height: 100%;
    margin: 0;
}
.owner-tab-li.active {
    background-color: rgb(251,251,251);
    color: rgb(58,133,198);
}
.owner-tab-li {
    list-style: none;
    float: left;
    display: block;
    text-align: center;
    width: 120px;
    height: 100%;
    line-height: 60px;
    cursor: pointer;
    position: relative;
}

.li-img{
    position: absolute;
    top: 7px;right: 7px;
    cursor: pointer;
}
.right-content-div{
    padding: 25px 30px;
}

/*******************************软件合同页面样式start**********************************/
.label-div{
    background-color: #FEEFDE;
    width: 100%;
    height: 80px;
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
    border: 1px solid #FEEFDE;
    justify-content: space-between;
}

.label-div p{
    color: #D17C30;
    font-size: 14px;
    line-height: 24px;
    margin: 0px;
    margin-left: 25px;
}
.label-right{
    width: 150px;
    text-align: center;
}
.contractBtn{
    background-color:#52B678;
    color:#fff;
    height:34px;
    line-height:34px;
    text-align: center;
    width:120px;
    cursor:pointer;
    display: inline-block;
}
.review_tmpl{
    color: #3A85C6 !important;
    cursor:pointer;
}


.query-conditon-div{
    height:30px;
    margin-top:20px;
    line-height: 30px;
    padding-left:20px;
    padding-right:20px;
    font-size:14px;
}

.apply-time-div{
    width:195px;
    border:1px solid #DCDCDC;
    height: 30px;
    float:left;
    margin-right:25px;
}

.apply-time-div .query-time-input{
    width:80px;
    height:30px;
    line-height: 30px;
    border:0px;
    float:left;
    border-radius: 0;
    padding:0px;
    margin:0px;
    box-shadow: 0px 0px 0px #fff;
}
.apply-time-div .query-time-input:focus{
    box-shadow: 0px 0px 0px #fff;
}

.query-input-label{
    width:10px;
    height:30px;
    line-height: 30px;
    text-align: center;
    float:left;
    margin-left: 10px;
    margin-right: 15px;
}

#query-contract-input{
    width:220px;
    height:30px;
    line-height: 30px;
    border:1px solid #DCDCDC;
    float:left;
    border-radius: 0;
    padding:0px;
    box-shadow: 0px 0px 0px #fff;
    text-indent: 5px;
    margin-right: 25px;
}
#query-contract-input:focus{
    box-shadow: 0px 0px 0px #fff;
}

#query-contract-status{
    width:90px;
    height:32px;
    border-radius: 0;
    border:1px solid #dcdcdc;
    margin-right: 25px;
    float:left;
}

#query-contract-btn{
    width:80px;
    height:30px;
    border:1px solid #dcdcdc;
    line-height: 30px;
    text-align: center;
    background-color:#EAEDF1;
    float:left;
    cursor:pointer;
}
.query-result-table{
    width:100%;
    border:1px solid #dcdcdc;
}

.query-result-table-headtr{
    height:55px;
    background-color:#EAEDF1;
}

.query-result-table-headtr td{
    text-align: center;
}

.query-result-table tr{
    height:45px;
    line-height: 45px;
    text-align: left;
    border-top: 1px solid #dcdcdc;
}

.query-result-table tr:first-child{
    border-top:0px;
}


.query-result-table .dataTr{
    color:#666666;
}

.query-result-table .dataTr td{
    font-size:12px;
    text-align: center;
}

.query-result-table .dataTr:hover{
    background-color: #F1F9FE;
}

.query-result-table .noDataTr{
    height:150px;
}

.query-result-table .noDataTr td{
    text-align: center;
}

.query-result-table p{
    color: #666666;
    font-size: 12px;
    line-height: 12px;
    margin: 5px 0px;
}
.query-result-table td.menus{
    text-align: left;
    vertical-align: middle;
    width:120px;
}
.query-result-table .dataTr span{
    font-size: 12px;
    color: #3A85C6;
    cursor: pointer;
}

.list-bottom{
    width: 100%;
    display: inline-flex;
    justify-content: flex-end;
    align-items:center;
    margin-top: 10px;
}
.list-bottom .pageLb{
    margin-right: 30px;
    color: #666;
    font-size: 12px;
}
.contractBtn.recall-btn{
    width:80px;
    margin-right: 20px;
}
/*******************************软件合同页面样式end**********************************/


/*******************************申请合同页面样式start**********************************/
.contract{
    display: none;
}
.contract.step1{
    display: block;
}
.order-label{
    height: 48px;
    background-color: #F1F9FE;
    border: 1px solid #DCDCDC;
    color: #333333;
    line-height: 48px;
    padding-left: 17px;
}
.order-label span{
    color: #333333;
    line-height: 48px;
}
.contract-step{
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    padding: 25px;
}
.step .circle{
    width: 24px;
    height: 24px;
    background-color: #FFFFFF;
    border: 1px solid #3A85C6;
    border-radius: 50%;
    color: #3A85C6;
    line-height: 24px;
    text-align: center;
    margin-right: 8px;
}
.step > div{
    display: inline-block;
}

.step.active .circle{
    background-color: #3A85C6;
    color: #FFF;
}
.step.active .step-name{
    color: #3A85C6;
}

.step .arrow{
    margin: 0px 80px;
}

.oper-div{
    display: none;
}

.total-price{
    color: #FF0000 !important;
    font-size: 24px;
}

.company-title{
    height: 40px;
    background-color: #F5F5F5;
    color: #666666;
    line-height: 40px;
    padding: 0px 20px;
}

.cinfo{
    padding:25px 0px;
}
.line{
    display: inline-flex;
    align-items: center;
    padding:10px 0px;
    width: 100%;
}
.line-left{
    width: 200px;
    height: 20px;
    text-align: right;
    color: #666;
}
.line-left .star{
    color: #FF0000;
    padding: 0px 15px
}
.line input{
    width: 400px;
    margin-left: 20px;
    margin-bottom: 0px;
}

.contractBtn.prev{
    background-color: #FFF;
    border: 1px solid #52B678;
    color: #52B678;
    margin-right: 30px;
    margin-left: 20px;
}
.success-label{
    height: 48px;
    background-color: #52B678;
    border: 1px solid #52B678;
    line-height: 48px;
}
.success-label span{
    color: #FFF;
    font-size: 18px;
}
.success-label img{
    width: 20px;
    height: 20px;
    margin-left: 25px;
    margin-right: 5px;
}
.contract-view{
    margin-top: 25px;
    display: inline-flex;
}
.view-rect{
    width: 150px;
    height: 210px;
    border: 1px solid #F5F5F5;
    margin-right: 30px;
}
.contract-sn, .contract-sn span{
    font-size: 16px;
    color: #666;
    font-weight: bold;
}

.contractBtn.downBtn{
    background-color: #FFF;
    border: 1px solid #52B678;
    color: #52B678;
    margin-right: 20px;
    width: 180px;
}
.contract-dl{
    margin-top: 20px;
}
.contract-dl span{
    font-size: 12px;
    color: #FF0000;
}
/*******************************申请合同页面样式end**********************************/

