/*页面样式设置*/


/********公用样式**********/

.cl999 {
    color: #999!important;
}

.aclick {
    color: #E41E2B!important;
}

.clgreen {
    color: #00C480!important;
}

.clred {
    color: #E41E2B!important;
}

.clb5 {
    color: #b5b5b5!important;
}

.tl {
    text-align: left!important;
}

.tc {
    text-align: center!important;
}

.width70 {
    width: 70%!important;
    margin: 0 auto;
}

.width50 {
    width: 50%!important;
    margin: 0 auto;
}


/********end**********/


/**************头部导航*************/

#time {
    color: #fff;
    font-size: 12px;
    line-height: 50px;
    padding-right: 30px;
}

#time::before {
    content: "北斗卫星授时 :  "
}

.header-tools {
    overflow: hidden;
}

.header-tools a {
    border-left: solid 1px rgba(255, 255, 255, 0.1);
    color: #E41E2B;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 52px;
    display: inline-block;
    transition: .2s;
}

.header-tools .js-register {}

.header-tools .js-login {
    background-color: #E41E2B;
    color: white;
}


/*************************公证查验****************************/

.module-box {
    min-height: 100px;
    margin: 0 auto;
    padding: 50px 0 104px;
    font-size: 14px;
}

.checkBox {
    text-align: center;
    width: 100%;
    min-width: 796px;
    overflow: hidden;
}

.boxes {
    width: 40%;
    min-width: 600px;
    margin: 0 auto;
}

.checkBtn {
    overflow: hidden;
    margin: 40px 0;
    height: 51px;
    line-height: 50px;
    min-width: 300px;
    overflow: hidden;
}

.checkBtn a {
    width: 50%;
    color: #E41E2B;
    font-size: 14px;
    float: left;
    border: 1px solid #E41E2B;
    height: 50px;
}

.checkBtn a.active {
    background-color: #E41E2B;
    color: #fff;
}

#uploading,
#online {
    width: 100%;
    border: 1px dashed #ececec;
    height: 200px;
    background-color: #f4f3f3;
}

#uploading label {
    font-size: 18px;
    font-weight: 500;
}

#file+p {
    padding: 20px 0;
}

.file-hint {
    font-size: 14px;
    color: #c0bebe;
}

.fileMsg li {
    display: inline-block;
    width: 100%;
    line-height: 28px;
    border-bottom: 1px dashed #ccc;
}

.progress1 {
    height: 50px;
    margin: 10px 0;
    text-align: left;
}

.progress1 progress {
    width: 75%;
    height: 15px;
    border-radius: 10px;
    margin-right: 20px;
}

progress::-webkit-progress-bar {
    /*background-color:#00db62;*/
}

progress::-webkit-progress-value {
    background-color: #00db62;
}

.startCheck,
.startOnlineCheck,
.startOnlineCheck1 {
    font-size: 18px;
    color: #fff;
    background: #E41E2B;
    border: none;
    width: 210px;
    height: 40px;
    line-height: 40px;
    margin-top: 30px;
}

.del {
    font-size: 14px;
    color: #fff;
    border: none;
    width: 225px;
    height: 50px;
    line-height: 50px;
    margin-top: 30px;
    border: none;
    margin-left: 70px;
}

.notary-hint {
    color: #999;
    margin-top: 10%;
    margin-bottom: 10px;
}

#online {
    width: 100%;
    color: #2e2e2e;
    text-align: left;
    overflow: hidden;
    margin: 10px 0;
    background: none;
}

#online p {
    width: 100%;
    margin: 20px auto;
}

#online span {
    line-height: 45px;
}

#online input {
    width: 80%;
    height: 50px;
    line-height: 50px;
    padding: 5px;
    box-sizing: border-box;
}


/*查验结果*/

.bigbox {
    width: 65%;
    margin: 10px auto;
    font-size: 14px;
    line-height: 28px;
}

.bigbox h1 {
    /*margin-bottom: 50px;*/
}

#inspectionResults {
    text-align: left;
}

.hash {
    font-size: 12px;
    color: #858585;
}

a.data_hash:hover,
a.chain_hash:hover {
    color: #E41E2B!important;
    transition: 0s!important;
    text-decoration: underline;
}

.status-bar {
    width: 100%;
    height: 150px;
    padding: 50px 50px;
    border: 1px dashed #858585;
    margin-top: 42px;
    margin-bottom: 37px;
    display: flex;
    overflow: hidden;
    box-sizing: border-box;
}

.status-bar.error {
    background: #ffc2c0;
    border: 1px dashed #E41E2B;
}

.e-cert {
    width: 100%;
    text-align: center;
    line-height: 28px;
    width: 475px;
    border: 1px dashed #858585;
    margin: 0 auto;
    padding: 18px 40px 18px 50px;
}

.e-cert b,
.e-cert h3,
.e-cert i {
    font-weight: 500;
    margin: 5px auto;
}

.e-cert .nota_code {
    /*color:#ff0019;*/
}

.e-cert-content {
    overflow: hidden;
    margin: 15px auto;
    color: #757575;
}

.e-cert-content li {
    width: 100%;
    display: flex;
    line-height: 30px;
}

.e-cert-key {
    /*width: 30%;*/
    /*text-align: left;*/
    color: #666;
    margin-right: 5px;
}

.e-cert-value {
    /*width: 70%;*/
    /*text-align: right;*/
    color: #979797;
}

.underline {
    border-bottom: 1px dashed #0078fd;
    margin: 10px 0;
}

.btnWidth160 {
    font-size: 18px;
    width: 160px;
    height: 40px;
    line-height: 40px;
}

nav ul {
    width: auto!important;
}

.banner {
    width: 100%;
    height: 220px;
    background: url("../../cenccs/img/banner.png") no-repeat 100%;
    border: 1px solid rgba(0, 0, 0, 0);
}

.marginTop50 {
    margin-top: 40px!important;
}

.wenjianjia {
    font-size: 50px;
    cursor: pointer;
    color: #686868;
}

.wenjianjia:hover {
    color: #D42A35;
}

.upload_drag_hover {
    border: 1px dashed green;
}

.checkBox {
    margin-top: -50px;
}

#gongzheng:hover {
    color: #000;
}
