@charset "utf-8";
.batch-operation{
    width: 125px;
    height: 100%;
    position: relative;
    float: right;
}

a .masterCert{
    position: absolute;
    background-color: rgba(255,0,0,.8);
    color: #fff;
    font-style: normal;
    padding: 0px 5px;
    line-height: 18px;
}
.batch-operation:hover ul{
    display: block;
}
.batch-operation>button{
    width: 100px;
}
.batch-operation>ul{
    width: 120px;
    height: auto;
    border:1px #e4e4e4 solid;
    position: absolute;
    top: 26px;
    left: 0;
    background: #fff;
    display: none;
}
.batch-operation>ul:hover{
    display: block;
}
.batch-operation>ul li{
    height: 30px;
    text-align: center;
    line-height: 30px;
    color:#000;
    cursor:pointer;
}
.batch-operation>ul li:hover{
    background:#3bbbc9 ;
    color:#fff;
}

/*更新注册证*/
.update_certInfo{
    width: 100%;
    clear: both;
    overflow: hidden;
    margin-bottom: 10px;
}
.ui-table table td.ui-table-name{
    width: 110px;
}
.update_certInfo>li{
    width: 48%;
}
.update_certInfo>li>h4{
    text-align: center;
    margin-bottom: 3px;
}
.update_certInfo>li:nth-of-type(1)>h4:nth-of-type(1){
    color: #3ab3bc;
}
.cert_change_container>table,.update_certInfo>li>table{
    width: 100%;
}
.cert_change_container .ui-table-name, .update_cert_left .ui-table-name{
    background:#e9fbfd !important ;
}
.cert_change_container table td,.update_cert_left table td,.update_cert_left table th{
    border-color:#b4dde0 !important;
}
.cert_change_container table,.update_cert_left table{
    border-color:#b4dde0 !important;
}
.cert_change_container{
    width: 100%;
}
.cert_change_container .ui-info h5{
    line-height: 16px;
    font-size: 12px;
}
.cert_change_container .ui-info p{
    margin-bottom: 5px;
}
.certImage_f p,.zhuce_cord p{
    margin-bottom: 5px;
}
.zhuce_cord p:nth-of-type(1),.certImage_f p:nth-of-type(1){
    position: relative;
    top:5px;
}
.zhuce_cord p:nth-of-type(2){
    color: #fd9940;
}
.newCert_lab{
    position: relative;
    top: -3px;
}
/*标记*/
.pastDue{
    font-size: 12px;
    font-style: normal;
    background-color: #e73939;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    transform: scale(0.9);
    padding: 0 5px;
}
.update-tips{
    height: 15px;
    width: 30px;
    background: url(../../../statics/images/uodate.png) no-repeat;
    display: inline-block;
    position: relative;
    top:-5px;
    left: 5px;
}
.accessory{
    width:550px;
}
.ui-form-name{
    width: 108px;
}

.ui-form-con{
    max-width: 100%;
}
 