
.search{
    margin-top: 30px;
}
.search .sc_title{
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}
.search .sc_content{
    margin-top: 30px;
}
.search .sc_content .sc_form{
    width: 560px;
    margin: 0 auto;
    box-shadow: 0px 2px 22px 0px #F0F0F0;
    border-radius: 4px;
}
.search .sc_content .sc_form .sc_f_title{
    height: 66px;
    line-height: 66px;
    border-bottom: 1px solid #F0F0F0;
}
.search .sc_content .sc_form .sc_f_title .sc_f_title_item{
    width: 50%;
    float: left;
    text-align: center;
}
.search .sc_content .sc_form .sc_f_title .sc_f_title_item span{
    display: inline-block;
    font-size: 18px;
    color: #323232;
}
.search .sc_content .sc_form .sc_f_title .sc_f_title_item span:hover{
    cursor: pointer;
}
.search .sc_content .sc_form .sc_f_title .sc_f_title_item:last-child{
    position: relative;
}
.search .sc_content .sc_form .sc_f_title .sc_f_title_item:last-child::before{
    position: absolute;
    content: "";
    width: 1px;
    height: 18px;
    background-color: #E0E0E0;
    left: 0;
    top: calc(50% - 9px);
}
.sc_f_title_item_actived{
    position: relative;
    color: #AA1A00 !important;
}
.sc_f_title_item_actived::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #AA1A00;
    bottom: 0;
    left: 0;
    right: 0;
}

.search .sc_content .sc_form .sc_f_content{
    padding-bottom: 30px;
}
.search .sc_content .sc_form .sc_f_content .sc_f_c_item{
    width: 400px;
    height: 50px;
    margin: 0 auto;
}
.search .sc_content .sc_form .sc_f_content .sc_f_c_item:not(:first-child){
    margin-top: 40px;
}
.search .sc_content .sc_form .sc_f_content .sc_f_c_item input{
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #D1D1D1;
    border-radius: 4px;
    padding-left: 15px;
}
.search .sc_content .sc_form .sc_f_content .sc_f_c_item button{
    display: block;
    width: 100%;
    height: 100%;
    background-color: #B61B00;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    border-radius: 4px;
}
.search .sc_content .sc_form .sc_f_content .sc_f_c_item .sc_f_c_tip{
    margin-top: 40px;
    padding-left: 10px;
} 
.search .sc_content .sc_form .sc_f_content .sc_f_c_item .sc_f_c_tip span{
    display: block;
    color: #7D7E80;
    font-size: 16px;
} 
.search .sc_content .sc_form .sc_f_content .sc_f_c_item .sc_f_c_tip span:last-child{
    margin-top: 10px;
}

.listCont .listItem {
    padding: 14px 14px 28px 14px;
    border-bottom: 1px solid #eaeaea;display: block;
}
.listCont .listItem .titRow{
    padding: 10px 0 16px 0;
    color: #333333;
}
.listCont .listItem .comp{
    font-size: 16px;
    text-decoration: underline;
    cursor: pointer;
}
.listWrap .listItem .comp a {
    color: #333333;
}
.listCont .listItem .certName {
    font-size: 12px;
}
.listCont .listItem .icr {
    color: #999999;
}
.noSearch {
    text-align: center;
}
 .noSearch img {
    width: 220px;
    height: 220px;
    margin-top: 50px;
}
.noSearch p {
    font-size: 16px;
    color: #353535;
    margin-bottom: 50px;
}
.certWrap {
  	display:none;
    width: 1000px;
    margin: 20px auto;
    border: 6px solid #a23433;
    border-radius: 40px/10px;

}
.certWrap .redBar {
    position: relative;
    width: 100%;
    height: 40px;
    margin-top: 80px;
    background: #c80002;
}
.certWrap .redBar .logo_credit {
    position: absolute; 
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 96px;
    height: 96px;
   
    border-radius: 2px;
}
.certWrap>header {
    position: relative;
    text-align: center;
    font-weight: bold;
}
.certWrap>header>h2 {
    margin-top: 66px;
    font-size: 28px;
    color: #cd2e28;
    padding-right: 143px;
    padding-left: 143px;
}
.certWrap>header>h3 {
    padding: 10px 0;
    font-size: 16px;
    color: #343434;
}
.certWrap>header .QRcode {
    position: absolute;
    top: -40px;
    right: 30px;
    width: 116px;
    height: 116px;
    overflow: hidden;
    /* border: 1px solid #cccccc; */
}
.certWrap>header .QRcode a{
    position: absolute;
    top: 0px;
    left: 0;
    color: #666;
    text-decoration: none;
}
.certWrap>header .QRcode .toll_img {
    width: 116px;
    height: 116px;
}
.certWrap>header .QRcode .toll_info{
    width: 116px;
    height: 116px;
    background: #EEE;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}
.certWrap>header .QRcode .toll_info p{
    padding: 10px;
    font: bold 14px/24px '微软雅黑';
    cursor: pointer;
}

.certWrap>section {
    width: 880px;
    margin: 20px auto;
  padding-top: 10px;     border: 1px solid #eeeeee; 
}
.certWrap>section>h3 {
    margin-left: 50px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #d23c3e;
}
.certWrap>section>.detaiInf {
    padding-left: 220px;
}
.certWrap>section>.detaiInf .item {
    margin: 14px 0;
    font-size: 14px;
}
.certWrap>section>.detaiInf .item em {
    font-weight: bold;
}
.certWrap>section>.detaiInf .item span {
    line-height: 30px;
    word-break: break-all;
}

.dzbtn{text-align: center;margin: 20px auto 30px;width: 880px;}
.dzbtn li{line-height:48px;height:48px;width:45%;color:#FFF;border:none;display:block;background:#AA1A00;font-size:16px;margin:0px 2%;border-radius: 8px;text-align: center;display: inline-block;max-width: 320px;}

.dzbtn li:nth-child(2){background:#1b437e;}

.dzbtn li a{color:#ffffff;display: block;width: 100%;}