﻿* {
    margin: 0;
    padding: 0;
}

body, html {
    width: 100%;
    /*background: url(./static/main-bg.jpg) repeat;*/
}
/*-------------------*/
.tableBot {
    border-top: 1px solid #ddd;
    margin:5px;
    font-family: "Microsoft YaHei",Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 1.4285;
    color: #333;
}
.tableLeft{
    padding:2px;
    width:30%
    font-family: "Microsoft YaHei",Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 1.4285;
    color: #333;
}
.tableRight{
padding:2px;
    font-family: "Microsoft YaHei",Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 1.4285;
    color: #333;
}
/*-------------------*/
.main {
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    background-color: #ffffff;
    box-sizing: border-box;
    width: 98%;
    margin: 0 auto;
}

.main .content .center .pic img {
width: 80%;
}

.main .logo {
max-width: 100%;
box-sizing: border-box;
}

.main .logo img {
max-width: 100%;
}

.main .content {
padding: 0px 4px;
box-sizing: border-box;
background-color: #252c46;
border-radius: 5px;
}

.main .content .top {
width: 100%;
height: 35px;
line-height: 35px;
color: #fff;
text-align: center;
letter-spacing: 1px;
font-size: 16px;
}

.main .content .center {
background-color: #fff;
padding: 5px;
box-sizing: border-box;
}

.main .content .center .pic {
width: 100%;
text-align: center;
margin-bottom: 10px;
}

.main .content .center table {
border-collapse: collapse;
border: 1px solid #252c46;
width: 100%;
}

.main .content .center table tr td {
    border: 1px solid #252c46;
    padding: 5px 0px;
    line-height: 20px;
}

.main .content .center table tr td:first-child {
width: 35%;
}

.main .content .center table tr td:last-child {
width: 65%;
}

.main .content .center table tr td:first-child {
text-align: center;
}

.main .content .center table tr td:last-child {
text-align: center;
}

.main .content .but {
    padding: 7px 0px;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
}

.main .content .but p {
    height: 16px;
    line-height: 16px;
    font-size: 16px;
}

.main .content .but p img {
    width: 12px;
}
/*证书查询不到*/
.cxerror {
    width: 100%;
    padding: 4px;
    box-sizing: border-box;
    font-size: 14px;
}

.cxerror_info {
    margin-top: 30px;
    border: #e3e3e3 1px solid;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.cxerror .box {
    background-color: #0E5F59;
    width: 100%;
    padding: 10px;
    color: #ffffff;
    box-sizing: border-box;
}

.cxerror p {
    line-height: 34px;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.modal.active {
    display: flex;
    opacity: 1;
}

.modal-content {
    position: relative;
    max-width: 90%;
    max-height: 90vh;
}

.modal img {
    max-width: 100%;
    max-height: 90vh;
    border-radius: 12px; /* 放大图片的圆角 */
    transform: scale(0.95);
    transition: transform 0.3s ease;
}

.modal.active img {
    transform: scale(1);
}

@media screen and (min-width: 768px) {
    .main {
        width: 750px;
        box-sizing: border-box;
    }

    .main .content .center .pic img {
        width: 60%;
        min-height: 40px;
    }

    .cxerror {
        width: 600px;
        margin: 0 auto;
    }
}
