.container-fluid {
    margin: 0;
    padding: 0;
}
.container-fluid>img{
	max-width:1440px;
	object-fit: none;
}
body{
    font-family: MicrosoftYaHei;
}
ul {
    margin: 0;
    padding: 0;
}

li {
    margin: 0;
    padding: 0;
}

.Qualification {
    min-height: 500px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.tip {
    width: 80%;
    margin: auto;
    height: 80px;
    line-height: 80px;
    text-align: left;
    margin-top: -45px;
    background-color: #fff;
    padding-left: 60px;
    box-shadow: 0px 5px 10px 0px rgb(18 32 46 / 14%);
    margin-bottom: 60px;

}

.tip>span {
    font-size: 14px;
    color: #626262;
}

.tip>span:first-child {
    font-size: 24px;
    margin-right: 20px;
}

.Qualification>div>.center {
    text-align: center;
    width: 80%;
    margin: auto;
    font-size: 36px;
    margin-bottom: 50px;
}

.Qualification>div>.Query-box {
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.Query-box>.form-select {
    width: 175px;
    height: 40px;
    border: 1px solid #d8d8d8;
    outline: none;
    margin-right: 5px;
    font-size: 12px;
    box-shadow: none;
}

.Query-box>input {
    width: 450px;
    height: 40px;
    border: 1px solid #d8d8d8;
    outline: none;
    padding-left: 5px;
}

.Query-box>.form-select>option {
    min-height: 30px;
    font-size: 14px;
    display: inline;
}

.Query-box>button {
    width: 100px;
    height: 40px;
    background-color: #3b3b3b;
    color: #fff;
    border: none;
}

#main {
    width: 175px;
    margin-right: 15px;
    height: 42px;
    position: relative;
    border: 1px solid #d8d8d8;

}

#content {
    width: 170px;
    line-height: 40px;
    padding-left: 15px;
    background: rgb(255, 255, 255);
    font-size: 14px;
    color: #686868;
    cursor: pointer;
}

#selectImg {
    position: absolute;
    top: 18px;
    right: 5px;
    cursor: pointer;
}

#selectItem {
    display: none;
    border: 1px solid #eee;
    position: relative;
    background: rgb(255, 255, 255);
    color: #686868;
    padding-top: 10px;
}

#selectItem ul {
    list-style: none;
}

#selectItem ul li {
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    font-size: 13px;
    text-align: left;
    text-indent: 2em;
}

#selectItem ul li:hover {
    background-color: #f5f7fa;
}
#query-Big-picture >.Tips {
    width: 100%;
    margin: auto;
    text-align: center;
    color: red;
    font-size: 20px;
	margin-top: 10px;
	position: relative;
    margin: auto;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
	
}
#query-Big-picture >span {
    width: 100%;
    margin: auto;
    text-align: center;
    color: red;
    font-size: 20px;
	margin-top: 10px;
	position: relative;
    margin: auto;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
	
}
#query-Big-picture {
    position: fixed;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 99;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(72, 70, 70, 0.7);
   display:none;
}

#query-Big-picture>.img {
    width: 1051px;
    height: 754px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#query-Big-picture>.img>#img {
    width: 100%;
    height: 100%;
	object-fit:contain;
}

.img>.gb {
    height: 30px;
    background-color: #fff;
    width: 100%;
    text-align: right;
    line-height: 30px;
    padding-right: 10px;
	position:relative;

}
.company,
#area1,
#code3{
	position:absolute;
	margin:auto;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
.company{
	top: 54%;
    left: 42%;
    font-size: 20px;
	font-weight:700;
}
#company{
	top: 56%;
    left: 38%;
}
#area1{
	    top: 69%;
    left: 37%;
    font-size: 18px;
	font-weight:700;
}
#code3{
	top: 69%;
    font-size: 18px;
    left: 60%;
}
#code3>.add_timey{
	position:absolute;
	left:40%;
	font-weight:700;
}
#code3>.add_timem{
	position:absolute;
	margin:auto;
	top:0;
	bottom:0;
	left:10px;
	right:0;
	font-weight:700;
}
#code3>.add_timed{
	position:absolute;
	left:18%;
	font-weight:700;
}
#add_timey{
	left:5% !important;
}
#add_timem{
	left:16% !important;
}
#add_timed{
	left:24% !important;
}
.img>.gb>img{
    cursor: pointer;
}