@charset "utf-8";
/* CSS Document */
*,*:before,*:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body{ margin:0px; padding:0px; font-size:12px;font-family:"微软雅黑","黑体";color:#898989;line-height:1; background:#FFF;min-width: 1360px;}
ul,li,dl,dd,dt,p,h1,h2,h3,h4,h5,h6,ol,form,input{ margin:0px; padding:0px;}
input,textarea { font-family: "微软雅黑"; border: none; outline: none; background: none; }
ul,li{ list-style:none}
img{border:0px; padding:0px; display: block;}
a{ color:#5c5c5c; text-decoration:none}

h2,h3,h4,b,strong { font-weight: normal; }
em,i { font-style: normal; }

.clear{ zoom: 1; }
.clear:after { content: ''; display: block; clear: both; }
.fl { float:left}
.fr { float:right}
.hidden{display:none; background: url() no-repeat center;}
.srnr{height: 100vh;display: flex;justify-content: space-between;align-items: center;}

.srnrbox{width: 900px;margin: 0 auto;max-width: 94%;}
.logo{width: 507px;padding-bottom: 180px;margin: 0 auto;}
.logo img{width: 100%;}
.ssnr{overflow: hidden;}

.bj1{width: 100%; height: 100%;position: fixed;z-index: 100; background: rgba(0,0,0,.7);top: 0;left: 0;display: none;}

.tcnr{width: 400px;border-radius: 10px;background: #fff; padding: 50px 30px 40px 30px;position: fixed;z-index: 101;left:50%; top:50%; transform:translate(-50%,-50%);text-align: center;display: none;}

.btn2{width: 100%; text-align: center;color: #fff; font-size: 16px; line-height: 45px;font-weight: bold; background-image: linear-gradient(#e10300, #6c211e);display: block;border-radius: 8px; margin-top: 10px;}

.tcnr img{border-radius: 50%; margin: 0 auto;display: block;}
.tcnr p{font-size: 18px; color: #333; margin: 40px 0;font-weight: bold;}

 * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        
        body {
           
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 20px;
			background: url("../images/bg.jpg") no-repeat top;
			height: 100%;

        }
        
        
        
        .card {
            background: rgba(255, 255, 255, 0.95);
            border-radius: 20px;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
            overflow: hidden;
        }
        .content {
            padding: 30px;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
        }
        
        @media (max-width: 900px) {
            .content {
                grid-template-columns: 1fr;
            }
        }
        .inbox{width: 1000px; height: 1080px; max-width: 94%; margin-top: 450px; margin-left: 70px;}
        .input-section { display: flex; gap:10px;}
        
        .input-group {width: 70%;}
        
        
        .input-container {
            position: relative;
        }
        
       
        
        .input-container input {
            width: 100%;
            padding: 16px 16px 16px 20px;
            border: 2px solid #ddd;
            border-radius: 12px;
            font-size: 1.1rem;
            transition: all 0.3s ease;
            outline: none;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
        }
        
        .input-container input:focus {
            border-color: #b90d0a;
         
        }
        
        .input-container input::placeholder {
            color: #aaa;
        }
        .btn {width: 25%; height: 60px;border-radius: 8px; color: #fff;font-size: 16px; font-weight: bold;border: none;cursor: pointer; width: 220px;background-image: linear-gradient(#e10300, #6c211e); }
        
        .btn:hover { opacity: .7;
           
        }
        
       
        .btn-secondary {
            background: linear-gradient(to right, #3498db, #2980b9);
            box-shadow: 0 5px 15px rgba(52, 152, 219, 0.4);
        }
        
        .btn-secondary:hover {
            box-shadow: 0 8px 20px rgba(52, 152, 219, 0.6);
        }
        
        .result-section {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }
        
        .result-box {
            flex: 1;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            background: #f8f9ff;
            border-radius: 15px;
            padding: 25px;
            min-height: 300px;
            box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
            border: 2px dashed #d6e4ff;
        }
        
        .result-box p {
            color: #7f8c8d;
            font-size: 1.1rem;
            text-align: center;
            margin-top: 20px;
        }
        
        #certificateCanvas {
            max-width: 100%;
            border-radius: 10px;
            box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
            display: none;
        }
        
        .certificate-controls {
            display: flex;
            gap: 15px;
            justify-content: center;
        }
        
        .info-section {
            background: #e3f2fd;
            border-radius: 15px;
            padding: 25px;
            margin-top: 20px;
        }
        
        .info-section h3 {
            display: flex;
            align-items: center;
            gap: 10px;
            color: #2c3e50;
            margin-bottom: 20px;
            font-size: 1.3rem;
        }
        
        .info-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 20px;
        }
        
        .info-card {
            background: white;
            border-radius: 12px;
            padding: 20px;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
            border-left: 4px solid #4a6491;
        }
        
        .info-card h4 {
            display: flex;
            align-items: center;
            gap: 10px;
            color: #2c3e50;
            margin-bottom: 15px;
        }
        
        .info-card ul {
            list-style-type: none;
        }
        
        .info-card li {
            padding: 8px 0;
            border-bottom: 1px solid #eee;
            display: flex;
            gap: 10px;
        }
        
        .info-card li:last-child {
            border-bottom: none;
        }
        
        .info-card i {
            color: #4a6491;
            min-width: 20px;
        }
        
        .status {
            padding: 8px 15px;
            border-radius: 20px;
            font-weight: 600;
            margin-top: 15px;
            display: inline-block;
        }
        
        .status-valid {
            background: #e8f6ef;
            color: #27ae60;
        }
        
        .status-invalid {
            background: #fceae9;
            color: #e74c3c;
        }
        
        .footer {
            text-align: center;
            padding: 20px;
            color: rgba(255, 255, 255, 0.7);
            font-size: 1rem;
        }
        
        .footer a {
            color: white;
            text-decoration: none;
        }
        
        .footer a:hover {
            text-decoration: underline;
        }
        
        @media (max-width: 600px) {
            header h1 {
                font-size: 1.8rem;
            }
            
            .content {
                padding: 20px;
            }
            
            .certificate-controls {
                flex-direction: column;
            }
            
            .btn {
                width: 100%;
            }
        }





























@media(max-width:1360px){
.header, .content, .footer{width: 100%;}
.seabox{display: none;}

}
@media(max-width:1000px){


}





