.header {
  background-color: rgba(255, 255, 255, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}
.bn1 {
  height: 6.5rem;
  background: url('../images/pd/banner1.png') no-repeat center;
  background-size: contain;
  position: relative;
}
.bn1 .consult {
  position: absolute;
  width: 2.03rem;
  height: 0.65rem;
  line-height: 0.65rem;
  text-align: center;
  color: #fff;
  font-size: 0.27rem;
  background: #3170e0;
  border-radius: 0.1rem;
  z-index: 9;
  top: 4.16rem;
  left: 3.65rem;
  cursor: pointer;
}
.bn2 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 0;
  padding-top: 0.5rem;
  margin-bottom: 0.9rem;
  background-color: white;
}
.bn2 img {
  width: 8.86rem;
}
.bn2 .r {
  flex-grow: 1;
  background-color: #f7f8fb;
  color: rgba(0, 0, 0, 0.5);
  height: 2.67rem;
  font-size: 0.16rem;
  padding-left: 0.72rem;
  padding-top: 0.32rem;
  padding-right: 4rem;
}
.bn2 .r h2 {
  font-size: 0.36rem;
  font-weight: 600;
  margin-bottom: 0.2rem;
  color: black;
}
.bn2 .r p {
  text-align: justify;
  line-height: 1.4;
}
.box1 {
  margin-bottom: 0.65rem;
}
.box1 h2 {
  font-size: 0.36rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  text-align: center;
}
.box1 ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.box1 ul li {
  height: 2rem;
  width: 25%;
  border-right: 0.1px solid #c9c9c9;
  border-bottom: 0.1px solid #c9c9c9;
  padding: 0.55rem 0.5rem 0 0.5rem;
}
.box1 ul li h3 {
  font-size: 0.24rem;
  font-weight: 600;
  margin-bottom: 0.1rem;
}
.box1 ul li h3 img {
  width: 0.34rem;
}
.box1 ul li p {
  font-size: 0.16rem;
  color: rgba(0, 0, 0, 0.6);
  text-align: justify;
}
.box1 ul li:nth-of-type(4n-3) {
  border-left: 0.1px solid #c9c9c9;
}
.box1 ul li:nth-of-type(1) {
  border-top: 0.1px solid #c9c9c9;
}
.box1 ul li:nth-of-type(2) {
  border-top: 0.1px solid #c9c9c9;
}
.box1 ul li:nth-of-type(3) {
  border-top: 0.1px solid #c9c9c9;
}
.box1 ul li:nth-of-type(4) {
  border-top: 0.1px solid #c9c9c9;
}
.box1 ul li:hover {
  background: #3170e0;
  color: #fff;
  box-shadow: 0rem 0rem 0.35rem 0rem rgba(55, 85, 135, 0.39);
}
.box1 ul li:hover p {
  color: #fff;
}
.box1 ul li:hover .img1 {
  display: none;
}
.box1 ul li:hover .img2 {
  display: inline-block;
}
.layui-form-item {
  border: 1px solid rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 0.06rem;
  font-size: 0.16rem;
}
.layui-input-block {
  margin-left: 0px;
  min-height: 0.36rem;
  position: relative;
}
.layui-input-block input {
  font-size: 0.16rem;
  border: 0;
  line-height: 0.36rem;
  height: 0.36rem;
}
.layui-form-label {
  float: left;
  display: block;
  padding: 9px 10px 9px 15px;
  width: 1.1rem;
  font-weight: 400;
  line-height: 0.2rem;
  text-align: left;
  position: relative;
}
.layui-form-label.must::before {
  content: '*';
  position: absolute;
  color: red;
  top: 12px;
  left: 4px;
}
.layui-layer-btn .layui-layer-btn0 {
  border-color: #3170e0 !important;
  background-color: #3170e0 !important;
  color: #fff;
  border-radius: 0.04rem;
}
.sel {
  display: inline-block;
  width: 1.8rem;
  line-height: 36px;
  border: 0;
  margin-top: 5px;
  padding-left: 6px;
  background-color: white;
}
