.Inquiry_page{
    margin: 0 auto;
    padding: 50px 0 0 0;
    width: 1280px;
    height: auto;
   min-height: 650px;
}
.Inquiry_page .Inquiry_page_left{
   float: left;
   width: 929px;
   margin-right: 49px;
}
.Inquiry_page_left .Inquiry_page_left_title{
    /* width: 100%; */
    padding-left: 24px;
    padding-bottom: 10px;
    font-size:22px;
    text-align: left;
    font-weight:bold;
    color:rgba(51,51,51,1);
    line-height:28px;
    letter-spacing:1px;
    border-bottom: 2px solid #A00000
}
/* 证书查询tab  start*/
.Inquiry_page_left .Inquiry_page_left_contant{
    padding-top: 54px;
}
.Inquiry_page_left_contant>ul{
    width: 100%;
    height: 51px; 
    }
.Inquiry_page_left_contant>ul>li{
    float: left;
    width: 19.8%;
    height: 51px;
    line-height: 51px;
    border-top:1px solid rgba(206,206,206,0.3042);
    border-left:1px solid rgba(206,206,206,0.3042);
    border-bottom:1px solid rgba(206,206,206,0.3042);
    text-align: center;
    cursor: pointer;
}
.Inquiry_page_left_contant>ul>li:last-child{
    border-right:1px solid rgba(206,206,206,0.3042);
    border-radius:0px 6px 6px 0px;
}
.Inquiry_page_left_contant>ul>li:first-child{
    border-radius:6px 0px 0px 6px;
}

/* .Inquiry_page_left_contant>ul>li:first-child.active{
  
    background:rgba(160,0,0,0.08);
    border-radius:6px 0px 0px 6px;
    border:1px solid rgba(160,0,0,1);
}
.Inquiry_page_left_contant>ul>li:last-child.active{
    background:rgba(160,0,0,0.08);
    border-radius:0px 6px 6px 0px;
    border:1px solid rgba(160,0,0,1);
} */
.Inquiry_page_left_contant>ul>li.active{
    background:rgba(160,0,0,0.08);
    width: 19.7%;
    border:1px solid rgba(160,0,0,1);
}
.Inquiry_page_left_contant .Inquiry_page_left_box{
display:none;
padding:73px 132px 0 132px;
}
.Inquiry_page_left_contant .Inquiry_page_left_box.showNoClass{
    display: block;
}
.Inquiry_page_left_box>div .Inquiry_page_left_text{
    display: block;
    float: left;
    width: 200px;
    height: 66px;
    line-height: 66px;
    font-size:16px;
    color:rgba(77,77,77,1);
    letter-spacing:1px;   
}
.Inquiry_page_left_box>div{
    padding-top: 7px;
}
.Inquiry_page_left_box>div.errs{
padding-left: 210px;
padding-top: 5px;
font-size: 14px;
color: rgba(160,0,0,1);
}
.Inquiry_page_left_box>div .Inquiry_page_left_select{
 float: left;
 min-width: 408px;
 height: 66px;
}
.Inquiry_page_left_select .select1{
    width: 100%;
    height: 65px;
    border-radius:6px;
    padding-top: 13px;
    border:1px solid rgba(206,206,206,0.3042);
}
.Inquiry_page_left_select .select_img{
    width: 307px;
    height: 65px;
    float: left;
    border-radius:6px;
    padding-top: 13px;
    border:1px solid rgba(206,206,206,0.3042);
}
.Inquiry_page_left_select .button_img{
    display:block;
    float: left;
    width: 130px;
    height: 37px;
    margin-left: 7px;
    background: #ccc;
    margin-top: 14px;
    cursor: pointer;
}
.Inquiry_page_left_select .button_img img{
    display: block;
    width: 100%;
}

 .select_donw2 .popper__arrow{
    top: -8px!important;
    border:1px solid #fff!important;
    background: #fff;
  display:none!important;
} 


.select_donw1{
    top: 466px!important;
}
 .select_donw1 .popper__arrow{
    top: -8px!important;
    border:1px solid #fff!important;
    background: #fff;
  display:none!important;
} 

.select_donw{
    top: 540px!important;
}
 .select_donw .popper__arrow{
    top: -8px!important;
    border:1px solid #fff!important;
    background: #fff;
  display:none!important;
} 
.el-input__inner{
    border: none;
}
.el-select-dropdown__list{
    padding: 0;
}
.el-select-dropdown__item.selected{
   background:rgba(160,0,0,1)!important;
   color: #fff;
}
.Inquiry_page_left_select .match_select1{
    width: 143px;
    height: 66px;
    border-radius:6px;
    padding-top: 13px;
    border:1px solid rgba(206,206,206,0.3042);
    /* float: left; */
}
.Inquiry_page_left_select .match_select2{
    width: 260px;
    height: 66px;
    border-radius:6px;
    padding-top: 13px;
    border:1px solid rgba(206,206,206,0.3042);
    /* float: left; */
}
.Inquiry_page_left_box .cha_button{
padding-top: 83px;
/* padding-bottom: 260px;  */
}
.cha_button>span{
    display: block;
    float: left;
    width: 220px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    letter-spacing:1px;
    border-radius:6px;
    font-size:16px;
    font-weight:500;
    border:1px solid rgba(160,0,0,1);
    cursor: pointer;
}
.cha_button>span:nth-child(1){
   margin-right: 19px;
   margin-left: 102px;
    color:rgba(160,0,0,1);
    
}
.cha_button>span:nth-child(2){
    background:rgba(160,0,0,1);
    color:rgba(255,255,255,1);
   
}
.Inquiry_page_left_box .cha_simple{
    text-align: center;
    font-size:14px;
    color:rgba(153,153,153,1);
    line-height:24px;

}
/* 证书查询tab end */


/* 证书查询无结果 */
.Inquiry_page_left .inquiry_result{
   display:none;
   padding-top: 60px;
}
.Inquiry_page_left .inquiry_result.isShow{
display: block;
}
.Inquiry_page_left .inquiry_result_no{
    width: 347px;
    text-align: center;
    margin:0 auto;
}
.inquiry_result_no>div:nth-child(1){
    font-size:22px;
    color:rgba(51,51,51,1);
    line-height:28px;
    padding-bottom: 62px;
    letter-spacing:1px;
}
.inquiry_result_no>div:nth-child(3){
    font-size:14px;
    color:rgba(160,0,0,1);
    line-height:18px;
    letter-spacing:1px;
    padding-top: 36px;
    padding-bottom: 160px;
}
.inquiry_result_no>div:nth-child(2){
    width:71px;
    height:71px;
    margin: 0 auto;
    text-align: center;
    line-height: 71px;
    border-radius: 50%;
    font-size: 45px;
    background: #A00000;
    color: #fff;
}
.inquiry_result_no>div:nth-child(4){
    width:220px;
    height:48px;
    margin:0 auto;
    background:rgba(160,0,0,1);
    border-radius:6px;
    font-size:16px;
    font-weight:500;
    color:rgba(255,255,255,1);
    line-height:48px;
    letter-spacing:1px;
    cursor: pointer;
}
/* 查询无结果 end */

/* 查询有结果  start*/
.inquiry_result .inquiry_result_true{
    width: 480px;
    text-align: center;
    margin:0 auto;
}
.inquiry_result_true>div:nth-child(1) {
    font-size: 22px;
    color: rgba(51,51,51,1);
    line-height: 28px;
    letter-spacing: 1px;
}
.inquiry_result_true>div:nth-child(2){
    position: relative;
    width: 480px;
    height: auto;
    min-height: 350px;
    border: 1px solid #ccc;
    margin-top: 20px;
    margin-bottom: 74px;
}
.inquiry_result_true>div:nth-child(2)>img{
    display: block;
    width: 100%;
    height: auto;
}
.inquiry_result_true>div:nth-child(2) .bg_img{
position: absolute;
display: block;
height:60px;
background: rgba(0, 0, 0, .6);
background: linear-gradient(-90deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.6) 100%);
background: -webkit-linear-gradient(-90deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.6) 100%);
background: -moz-linear-gradient(-90deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.6) 100%);
background: -o-linear-gradient(-90deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.6) 100%);
opacity:0.6;
bottom: 0;
left: 0;
right: 0;
}
.bg_img .big_imgs{
    display: block;
    width: 29px;
    height: 29px;
    position: absolute;
    right: 19px;
    bottom: 14px;
    transition: transform .3s linear;
    -webkit-transition: transform .3s linear;
    -moz-transition: transform .3s linear;
    -o-transition: transform .3s linear;
    cursor: pointer;
}
.bg_img .big_imgs:hover{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.inquiry_result_true>div:nth-child(3) .downd_img{
    display: block;
    float: left;
    width: 220px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    letter-spacing:1px;
    border-radius:6px;
    font-size:16px;
    font-weight:500;
    border:1px solid rgba(160,0,0,1);
    cursor: pointer;
    margin: 0 19px 0 15px;
    color:rgba(160,0,0,1);
}
.inquiry_result_true .downd_img:focus, .inquiry_result_true .downd_img:focus{
    outline: 0;
}
.inquiry_result_true>div:nth-child(3)>span{
    display: block;
    float: left;
    width: 220px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    letter-spacing:1px;
    border-radius:6px;
    font-size:16px;
    font-weight:500;
    border:1px solid rgba(160,0,0,1);
    cursor: pointer;
    background:rgba(160,0,0,1);
    color:rgba(255,255,255,1);
}

/* 查询哟结果 end */


/* 查询有结果，放大图片 start */
.inguiry_bigimg{
    position: fixed;
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 400;
}
.showBig{
    display: block;
}
.inguiry_bigimg .bgmimg{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.9);
    z-index: 28;

}
.inguiry_bigimg .bigimg_box{
    position: absolute;
    width: 700px;
    padding-top: 70px;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 700;
}
.bigimg_box .close_bigomg{
    position: absolute;
    top: 0;
    right: -8px;
    width: 55px;
    height: 55px;
    z-index: 2;
    opacity: .8;
    cursor: pointer
}
.close_bigomg>img{
    display: block;
    width: 100%;
}
.bigimg_box .bigimg_img{
    width: 100%;
    height: 500px;
}
.bigimg_img>img{
    display: block;
    width: 100%;
    height: auto;
}

/* 查询有结果，放大图片 end */

/* 
右边固定展示 start */
.Inquiry_page .Inquiry_page_right{
    float: left;
    width:300px;
}
 .Inquiry_page_right>div>h5{
    width:100%;
    font-size:22px;
    text-align: left;
    padding-bottom: 10px;
    font-weight:bold;
    color:rgba(51,51,51,1);
    line-height:28px;
    letter-spacing:1px;
    border-bottom: 1px solid #EDEDED;
}
 .Inquiry_page_right .Inquiry_page_right_top>ul{
    padding-left: 21px;
    padding-top: 55px;
}
.Inquiry_page_right_top>ul>li{
    font-size:14px;
    font-weight:400;
    color:rgba(0,0,0,1);
    line-height:29px;
}
.Inquiry_page_right_top>ul>li .dases{
    float: left;
    height: 30px;
}
.Inquiry_page_right_top>ul>li .dase2{
    display: block;
    width: 270px;
}
.Inquiry_page_right .Inquiry_page_right_bottom{
    padding-top: 73px;
}
.Inquiry_page_right_bottom>ul{
    padding-left: 21px;
    padding-top: 55px;
    }
.Inquiry_page_right_bottom>ul>li{
font-size:14px;
font-weight:400;
color:rgba(0,0,0,1);
line-height:22px;
padding-bottom: 20px;
}