﻿.ibfaseach {
  width: 100%;
  background: url(../image/ifbaseach.png) no-repeat;
  background-size: cover;
  padding-top: 47px;
  padding-bottom: 47px;
}

.ibfaseach .searchBox {
  width: 630px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 1px;
  margin-left: 810px;
  padding-top: 80px;
  padding-bottom: 90px;
}

.ibfaseach p {
  font-size: 20px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: #ffffff;
  line-height: 28px;
  margin: 0 0 37px 53px;
}

.ibfaseach .iptSelect {
  width: 524px;
  height: 53px;
  background: #ffffff;
  border-radius: 2px;
  display: flex;
  margin-bottom: 25px;
  margin-left: 53px;
}

.ibfaseach .iptSelect .selectIpt {
  width: 471px;
  padding: 0 0 0 25px;
}

.ibfaseach .iptSelect .triangleBox {
  width: 53px;
  height: 53px;
  background-color: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ibfaseach .seachList {
  position: absolute;
  width: 524px;
  margin-top: -25px;
  margin-left: 53px;
  background-color: #fff;
  border-radius: 4px;
  max-height: 260px;
  overflow-y: scroll;
}

.ibfaseach .seachList li {
  padding-left: 25px;
  height: 40px;
  line-height: 40px;
}

.ibfaseach .seachList li:hover {
  background-color: #B16C2A;
}

.ibfaseach .seachList li a {
  width: 100%;
  display: inline-block;
}

.ibfaseach .have {
  display: none;
}

.ibfaseach .nohave {
  display: none;
}

.ibfaseach .certificateBox {
  width: 524px;
  height: 53px;
  background: #ffffff;
  border-radius: 2px;
  margin-bottom: 25px;
  margin-left: 53px;
  padding: 0 0 0 25px;
}

.ibfaseach .seachbtn {
  width: 524px;
  height: 53px;
  line-height: 53px;
  text-align: center;
  background: #b16c2a;
  border-radius: 2px;
  color: #fff;
  opacity: 1;
  margin-left: 53px;
}

.ibfaseach .code {
  width: 630px;
  background: #ffffff;
  border-radius: 1px;
  margin-left: 810px;
  display: none;
}

.ibfaseach .code .code_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 87px;
  line-height: 87px;
  padding: 0 40px 0 40px;
  border-bottom: 1px solid #eee;
}

.ibfaseach .code .code_top span {
  font-size: 19px;
  font-weight: 500;
  color: #b16c2a;
}

.ibfaseach .code .enterCodeBox {
  height: 355px;
  display: none;
}

.ibfaseach .code .enterCodeBox .codeBox {
  padding: 50px 0 0 40px;
  display: flex;
  align-items: center;
}

.ibfaseach .code .enterCodeBox .codeBox span {
  margin-right: 15px;
}

.ibfaseach .code .enterCodeBox .codeBox .codeIpt {
  width: 350px;
  height: 53px;
  background: #eeeeee;
  border-radius: 2px;
  padding-left: 15px;
  margin-right: 20px;
}
.ibfaseach .code .enterCodeBox .codeBox .ipc {
  width: 100%;
  width: 100px;
  height: 53px;
  overflow: hidden;
}
.ibfaseach .code .enterCodeBox .codeBox img {
  font-size: 20px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: #999999;
  width: 220px;
  height: auto;
  text-align: center;
  display: inline-block;
  box-shadow: 0 0 2px #d8d8d8;
}

.ibfaseach .code .enterCodeBox .submitBtn {
  width: 140px;
  height: 53px;
  line-height: 53px;
  text-align: center;
  background: #b16c2a;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  margin: 30px 0 168px 107px;
}

.ibfaseach .code .seachHaveContent {
  height: 355px;
  padding: 43px 0 0 43px;
  display: none;
}

.ibfaseach .code .seachHaveContent li {
  margin-bottom: 20px;
}

.ibfaseach .code .noSearchContentOutBox {
  display: none;
}

.ibfaseach .code .noSearchContentOutBox .noSearchContent {
  height: 355px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.ibfaseach .code .noSearchContentOutBox .noSearchContent img {
  margin-bottom: 15px;
}

.ibfaseach .code .noSearchContentOutBox .noSearchContent span {
  color: #cecece;
}

.query_becareful {
  padding: 60px 0 0 0;
  height: 470px;
}

.query_becareful li,
.query_becareful p {
  margin-bottom: 20px;
}

.query_becareful li:first-child,
.query_becareful p:first-child {
  font-size: 19px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: #222222;
}

.query_becareful li:not(:first-child),
.query_becareful p:not(:first-child) {
  color: #222222;
}

.query {
  color: #b16c2a;
}