
/*.insuredtype-desc{margin-left:-45px;width: 200px!important;}*/
/*.select-insuredtype{width: 240px!important;}*/
.queryOption-desc {width: 200px!important}
.checkbox-group {
    display: flex;
}
.checkbox-item {
    margin-right: 30px;
}
.checkbox-item:last-child {
    margin-right: 0;
}
.checkbox-item{	font-size: 14px;color: #333333;}
.checkbox-item input[type="checkbox"] {
    transform: scale(1.3);
    margin-right: 2px;
}
.documenttype-desc {width: 155px!important}
.bussinessno-desc {width: 155px!important}
.input-licenseno{width: 240px!important;}
.licenseno-desc{margin-left:-45px;width: 200px!important;}
.vinno-desc{margin-left:-45px;width: 200px!important;}
.input-vinno{width: 240px!important;}
.engineno-desc{margin-left:-45px;width: 200px!important;}
.input-engineno{width: 240px!important;}
.policytype-desc{margin-left:-45px;width: 200px!important;}
.input-policytype{width: 240px!important;}
.endortype-desc{margin-left:-45px;width: 200px!important;}
.input-endortype{width: 240px!important;}
.insurename-desc{margin-left:-45px;width: 200px!important;}
.input-insurename{width: 240px!important;}
.insuerid-desc {margin-left:-45px;width: 200px!important;}
.insurecard-desc{margin-left:-45px;width: 200px!important;}
.input-insurecard{width: 240px!important;}
.form_contol .query_btn {
	width: 267px; height: 50px;
}
/* 查询结果样式 */
.query-result {
	border: 1px solid #e0e0e0;
	padding: 15px;
	background: #fff;
	margin-top: 20px;
	border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.result-title {
	font-size: 15px;
	/*font-weight: bold;*/
	/*margin-bottom: 15px;*/
	/*padding-bottom: 10px;*/
	height: 30px;
	padding-top: 10px;
	background: #dc1d22;
	text-align: center;
	/*border-bottom: 2px solid #3498db;*/
	color: #f5f5f5;
}
.result-table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #e0e0e0;
	font-size: 14px;
}
.result-table th {
	/* background: #f5f5f5; */
	padding: 12px 10px;
	text-align: center;
	/* font-weight: bold;*/
	border: 1px solid #e0e0e0;
  font-weight: normal;
	/* color: #333; */
}
.result-table td {
	padding: 12px 10px;
	border: 1px solid #e0e0e0;
	text-align: center;
}
.result-table tr:nth-child(even) {
	background: #f9f9f9;
}
.result-table tr:hover {
	background: #f0f7ff;
}

/* 操作链接样式 */
.download-action {
	color: #fff;
	text-decoration: none;
	padding: 6px 12px;
	background: #3498db;
	border-radius: 4px;
	display: inline-block;
	font-size: 13px;
}
.download-action:hover {
	background: #2980b9;
}

/* 查询按钮样式 */
.query_btn {
    padding: 10px 20px;
    border: none;
    background: #dc1d22;
    color: white;
    cursor: pointer;
    font-size: 16px;
    margin-left: 24px;
    border-radius: 4px;
}

.query_btn:hover {
    background: #dc1d22;
}


/* modal.css - 验证码模态框样式更新（调整尺寸） */
#modalOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    filter: alpha(opacity=50); /* 兼容IE */
}

#downloadVerifyModal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); /* IE 9 */
    -webkit-transform: translate(-50%, -50%); /* Chrome, Safari */
    background: #fff;
    padding: 25px;
    border: 1px solid #ccc;
    z-index: 10000;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    width: 480px; /* 稍微增加宽度 */
    box-sizing: border-box;
}

.modal-header {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #eee;
    color: #333;
    text-align: center;
}

.modal-body {
    margin-bottom: 25px;
}

/* 紧凑单行布局 */
.verify-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: nowrap;
}

.verify-label {
    font-weight: bold;
    color: #555;
    margin-right: 10px;
    white-space: nowrap;
    flex-shrink: 0;
    font-size: 16px;
}

.verify-input-container {
    margin-right: 12px;
    flex-shrink: 0;
}

.verify-input-container input {
    width: 120px;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 15px;
    box-sizing: border-box;
    height: 38px;
}

.verify-input-container input:focus {
    border-color: #4d90fe;
    outline: none;
    box-shadow: 0 0 5px rgba(77, 144, 254, 0.5);
}

.vcode-img-container {
    margin-right: 10px;
    flex-shrink: 0;
}

.vcode-img-container img {
    border: 1px solid #ddd;
    padding: 3px;
    background: #f9f9f9;
    width: 100px;
    height: 38px;
    display: block;
    border-radius: 3px;
}

.vcode-refresh {
    flex-shrink: 0;
}

.vcode-refresh a {
    color: #06c;
    text-decoration: none;
    font-size: 14px;
    white-space: nowrap;
}

.vcode-refresh a:hover {
    text-decoration: underline;
    color: #004a99;
}

.modal-footer {
    text-align: center;
    margin-top: 20px;
}

.modal-footer button {
    padding: 8px 20px;
    margin: 0 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #f5f5f5;
    color: #333;
    cursor: pointer;
    font-size: 15px;
    min-width: 80px;
}

.modal-footer button:hover {
    background: #e8e8e8;
}

.modal-footer button.confirm-btn {
    background: #dc1d22;
    color: white;
    border-color: #dc1d22;
}

.modal-footer button.confirm-btn:hover {
    background: #dc1d22;
}

/* 兼容性处理 - 使用内联块作为备用方案 */
.no-flexbox .verify-row {
    font-size: 0; /* 移除内联块元素之间的空格 */
    text-align: center;
    white-space: nowrap;
}

.no-flexbox .verify-label,
.no-flexbox .verify-input-container,
.no-flexbox .vcode-img-container,
.no-flexbox .vcode-refresh {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px; /* 恢复字体大小 */
}

.no-flexbox .verify-label {
    width: auto;
    margin-right: 10px;
}

.no-flexbox .verify-input-container {
    width: 120px;
    margin-right: 12px;
}

.no-flexbox .verify-input-container input {
    width: 100%;
    height: 38px;
}

.no-flexbox .vcode-img-container {
    width: 100px;
    margin-right: 10px;
}

.no-flexbox .vcode-img-container img {
    width: 100%;
    height: 38px;
}

.no-flexbox .vcode-refresh {
    width: auto;
}

/* IE7 兼容性样式 */
*+html #downloadVerifyModal {
    margin-left: -240px;
    margin-top: -140px;
    left: 50%;
    top: 50%;
}

*+html .verify-row {
    width: 100%;
    text-align: center;
}

*+html .verify-label,
*+html .verify-input-container,
*+html .vcode-img-container,
*+html .vcode-refresh {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}

*+html .verify-input-container input {
    width: 120px;
    height: 38px;
}

*+html #modalOverlay {
    background: #000;
    filter: alpha(opacity=50);
}
/* IE7特殊处理 */
*+html .query_btn {
    margin-top: 1px;
    line-height: 48px;
}

/* 针对360浏览器的特殊处理 */
@media all and (-ms-accelerator:true) {
    .verify-row {
        display: table;
        width: 100%;
    }
    
    .verify-label,
    .verify-input-container,
    .vcode-img-container,
    .vcode-refresh {
        display: table-cell;
        vertical-align: middle;
    }
    
    .verify-label {
        width: auto;
        padding-right: 10px;
        font-size: 16px;
    }
    
    .verify-input-container {
        width: 120px;
        padding-right: 12px;
    }
    
    .verify-input-container input {
        width: 100%;
        height: 38px;
    }
    
    .vcode-img-container {
        width: 100px;
        padding-right: 10px;
    }
    
    .vcode-refresh {
        width: auto;
    }
    
}

/* 针对360极速浏览器兼容模式的特殊调整 */
@media screen and (min-width: 0\0) {
      .reset_form, .query_btn, .submit_form {
        float: none;
        display: inline-block;
        vertical-align: middle;
        margin-top: 0;
    }
    .query_btn {
      line-height: 30px;
    }
    
}

/* 响应式调整 - 小屏幕适配 */
@media (max-width: 500px) {
    #downloadVerifyModal {
        width: 90%;
        padding: 20px;
    }
    
    .verify-row {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .verify-label {
        margin-bottom: 10px;
        width: 100%;
        text-align: center;
    }
    
    .verify-input-container,
    .vcode-img-container,
    .vcode-refresh {
        margin-bottom: 10px;
    }
    
    .modal-footer button {
        margin: 5px;
    }
    .example-tip {
        margin-left: 130px;
        width: 300px;
    }
}

 /* 车牌号范例提示 */
.example-tip {
    color: red;
    font-size: 13px;
    margin-top: 5px;
    display: block;
    clear: both;
    margin-left: 130px; /* 与字段名称对齐 */
}
/* 样式保持不变，仅添加一个隐藏表单 */
.hidden-form {
    display: none;
}
/* 错误提示 */
.error-message {
    color: red;
    font-size: 13px;
    margin-top: 5px;
    display: block;
    clear: both;
    margin-left: 500px; /* 与字段名称对齐 */
}


