
body{
    background: #f0f0f0;
}

/*tab*/
.main{
    width: 1000px;
    margin: 0 auto;
    background: #fff;
}
.slideTxtBox {
    text-align: left;
    border:1px solid #e5e5e5;
}
.slideTxtBox .hd {
    height: 60px;
    line-height: 60px;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    font-size: 20px;
    font-weight: bold;
}

.slideTxtBox .hd ul {
    float: left;
    position: absolute;
    height: 100%;
    width:100%;
}
.slideTxtBox .hd ul li {
    border-left:1px solid #e5e5e5;
    padding:0 4px;
    text-align: center;
    display: block;
    color:#999;
    font-size:22px;
    letter-spacing: 8px;
}
.slideTxtBox .hd ul li:first-child{
    border-left:0;
}
.slideTxtBox .hd ul li.on {
    height: 100%;
    background: #fff;
    border-bottom: 1px solid #00a0e9;
    color:#333;
}

.slideTxtBox .bd form {
    padding:30px 30px 10px 30px;
    zoom: 1;
    /*height:240px;*/
}
.slideTxtBox .bd .search-bar{
    display: flex;
    margin-bottom: 20px;
}
.slideTxtBox .bd .search-bar label{
    width:180px;
    text-align: right;
    font-size:16px;
    color:#333;
    line-height: 40px;
}
.slideTxtBox .bd .search-bar input, .slideTxtBox .bd .search-bar select{
    width:650px;
    height:40px;
}
.slideTxtBox .bd .search-bar select{
    color:#999;
}
.slideTxtBox .bd .search-bar input[type="submit"]{
    width:178px;
    height:52px;
    margin:0 auto;
    font-size:14px;
    color:#2d6eb0;
    border:1px solid #2d6eb0;
    background-color: #fff;
    list-style: none;
}
.slideTxtBox .bd .search-bar input[type="submit"]:hover,.slideTxtBox .bd .search-bar input[type="submit"]:focus{
    width:178px;
    height:52px;
    margin:0 auto;
    font-size:14px;
    color:#fff;
    border:1px solid #2d6eb0;
    background-color: #2d6eb0;
}
.main-content{
    width:958px;
    border:1px solid #e5e5e5;
}
.main-content ul li{
    display: block;
    float:left;
    width:25%;
}

.list_wrap{
    background: #fff;
    border-radius: 4px;
    min-height: 500px;
    overflow: hidden;
}
.list_wrap li{
    border-bottom: 1px solid #ececec;
    display: flex;
    /*margin: 0 16px;*/
}
.list_wrap li{
    padding: 24px 16px;
}
.list_wrap li:hover{
    background: #2f5ef60f;
}
.list_wrap li .title{
    color: #333;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 16px;

}

.list_wrap li .info_item .label,.list_wrap li .info_label .label{
    display: flex;
    color: #999;
}
.list_wrap li .info_label .label{
    margin-right: 15px;
    vertical-align: middle;
    align-items: center;
}

.list_wrap li .info_label .label img{
    flex-shrink: 0;
    height: 14px;
    margin-right: 4px;
    width: 14px;
}
.list_wrap li .info_item,.list_wrap li .info_label{
    display: flex;
    color: #666;
}
.list_wrap li .info_label{
    margin-top: 16px;
}

/*pages start*/
.pages {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 30px;
    line-height: 30px;
}
.pages span {
    display: inline-block;
    border: 1px solid #c8c8c8;
    font-size: 16px;
    color: #666;
    padding: 0 10px;
    margin: 0 5px;
}
.pages a {
    display: inline-block;
    border: 1px solid #c8c8c8;
    font-size: 16px;
    color: #666;
    padding: 0 10px;
    margin: 0 5px;
}
.pages a:hover {
    background: #2d6eb0;
    border: 1px solid #2d6eb0;
    color: #fff;
}
.pages span:hover {
    background: #2d6eb0;
    border: 1px solid #2d6eb0;
}
.pages span.active {
    background: #2d6eb0;
    border: 1px solid #2d6eb0;
    color: #fff;
}
.pages span.active a {
    color: #ffffff;
}
.pages span.disabled,span[disabled]{
    color: #ccc;
}
.pages span.disabled:hover,span[disabled]:hover{
    background: none;
    border: 1px solid #c8c8c8;
}
.pages span:hover a {
    color: #ffffff;
}

.list_wrap .total {
    background: #fcfcfc;
    border: 1px solid #f0f0f0;
    border-radius: 4px 4px 0 0;
    color: #333;
    font-size: 14px;
    justify-content: space-between;
    line-height: 18px;
    padding: 14px 17px
}

.list_wrap .total i {
    color: #2d6eb0;
    font-style: normal;
    font-weight: 700;
    padding: 0 5px
}
.detail_wrap{
    border-radius: 4px;
    padding: 32px 24px 32px;
}
.detail_wrap h1{
    color: #333;
    font-size: 26px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
}
.detail_wrap .num{
    align-items: center;
    color: #999;
    display: flex;
    font-size: 12px;
    height: 16px;
    justify-content: center;
    margin: 16px 0 32px;
}
.detail_wrap .num img{
    margin-right: 5px;
}
.detail_wrap .detail_info{
    border: 1px solid #3976cf;
    box-sizing: border-box;
    padding: 16px;
}
.detail_wrap .detail_inf .company{
    display: flex;
}
.detail_wrap .detail_info span{
    flex: 1;
}
.detail_wrap .detail_info p{
    color: #333;
    font-size: 14px;
    line-height: 28px
}
.detail_wrap .detail_info .company{
    display: flex;
    margin-bottom: 8px
}

.detail_wrap .detail_info>div{
    display: flex;
}
.detail_wrap .detail_info>div p{
    margin-right: 40px;
}
.detail_wrap .detail_panel{
    margin-top: 16px;
}
.detail_wrap .detail_panel .caption{
    background: #3976cf1a;
    border: 1px solid #3976cf;
    border-radius: 4px 4px 0 0;
    box-sizing: border-box;
    color: #3976cf;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    margin: 0;
    text-align: center;
    width: 129px;
}
.detail_wrap .detail_panel .detail_body{
    border: 1px solid #3976cf;
    box-sizing: border-box;
    color: #333;
    font-size: 14px;
    line-height: 28px;
    margin-top: -1px;
    padding: 16px 24px;
}

.certificate-number-inputs {
    width: 650px;
    display: flex;
    gap: 20px;
}
.certificate-number-inputs .item{
    position: relative;
    flex-shrink: 0;
}

.certificate-number-inputs .item:nth-child(1),.certificate-number-inputs .item:nth-child(3){
    width: 150px;
}

.certificate-number-inputs .item:nth-child(2){
    width: 70px;
}
.certificate-number-inputs .item:nth-child(4){
    width: 90px;
}
.certificate-number-inputs .item:nth-child(5){
    width: 110px;
}

.certificate-number-inputs .item::after{
    content: "";
    width: 8px;
    height: 1px;
    position: absolute;
    right: -14px;
    top: 45%;
    transform: translateY(-50%);
    background: #666;
    font-size: 20px;
}

.certificate-number-inputs .item:last-child::after{
    display: none;
}
.certificate-number-inputs input{
    width: 100% !important;
}
.cert-input {
    height: 48px;
    text-align: center;
    font-size: 22px;
    border:1px solid #ccc;
    border-radius: 6px;
    outline: none;
    transition: 0.2s;
}

.cert-input:focus {
    border-color: #0078d7;
    box-shadow: 0 0 6px rgba(0, 120, 215, 0.4);
}
