

.kccx-box{ width:90%; margin:0 5%; max-width:1500px; padding:30px 0;}
.kccx-box p{ text-align:center; font-size:#333; font-size:16px; line-height:200%; }


.kccx-box #key{ width:330px; height:40px; line-height:40px; border:1px solid #A1A1A1; margin:0 20px; }

.kccx-search{ text-align:center; margin:40px 0;}
#kccx-btn{line-height:40px; border:1px solid #174A9B; background:#174A9B; width:110px; text-align:center; color:#fff; cursor:pointer; }


.kccx-box table{ width:100%; border-collapse: collapse; border:1px solid #EDEDED; font-size:14px; }
.kccx-box tr td,.kccx-box tr th{ border-collapse: collapse; border:1px solid #EDEDED; padding:5px 20px;}
.kccx-box tr th{ background:#EDEDED; color:#000; width:20%; }
.kccx-box tr td{ text-align:center; padding:5px 20px;}
.kccx-box tr td:nth-child(1){ text-align:left; }

#kscx,#ck{line-height:40px; border:1px solid #174A9B; background:#174A9B; width:130px; text-align:center; color:#fff; cursor:pointer; margin:40px auto; display:block; }

.xjform{ margin-top:60px;}
.xjform h3{ font-size:16px;color:#144B9B; }

.xjform>div{ max-width:450px; margin:0 auto; margin-top:28px; }
.xjform>div>span{ display:inline-block;width:90px; text-align: justify;}
.xjform>div>span>i{ display:inline-block; width:10px; color:#f00; }
.xjform>div input{ display:inline-block; width:calc( 100% - 95px ); height:38px; line-height:38px; border:1px solid #A1A1A1; vertical-align: middle;}
#checkcode{ width:198px;  }
.xjform>div img{ margin-left:20px; display:inline-block; vertical-align:middle;}


.kccx-box table tbody tr:hover{ background:#eee; }


@media screen and (max-width: 750px) {
    
    .kccx-box{ margin:0; width:100%; }
    .kccx-box table{ max-width:calc( 100% - 20px );overflow-x: auto; }
    .kccx-box table tr th,.kccx-box table tr td{white-space: nowrap; padding-top:10px; padding-bottom:10px;}
    .xjform>div img{ margin-left:10px;}
    #checkcode{ width:calc( 100% - 225px );}
    .kccx-search>span{ display:block; margin-bottom:10px; text-align:center; }
    .kccx-box #key{width:calc( 100% - 130px ); margin:0;}
    
}