/* 提示框表头 start */
.page_title_box {
  width: 100%;
  text-align: center;
}

.page_title {
  margin-bottom: 20px;
  font-size: 20px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: rgba(39, 38, 47, 1);
  letter-spacing: 5px;
}

.page_title span {
  position: relative;
  padding-left: 30px;
}

.page_title span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  border-radius: 50%;
  background-color: #FFBB0F;
}

.page_title_box p {
  font-size: 18px;
  color: rgb(255 187 15);
  font-weight: bold;
}

/* 提示框表头 end */

.contact_box04 {
  width: 100%;
  /* padding: 80px 0 120px; */
  padding: 0.40rem 0 0.20rem;
  /* background:linear-gradient(307deg,rgba(246,246,253,1) 0%,rgba(250,250,254,1) 100%); */
}

.contact_box03_container {
  /* width: 1002px; */
  /* padding: 10px 150px; */
  /* margin: 10px auto 0; */
  /* box-shadow: 6px 6px 10px 0px rgba(239,239,249,1),-6px -6px 10px 0px rgba(255,255,255,0.5); */
  /* border: 1px solid rgba(39,38,47,0.05); */
  /* background-color: #fff; */
  box-sizing: border-box;
  position: relative;
  text-align: center;
  width: auto;
  border-radius: 1px;
  /* padding: 0.10rem 0.20rem; */
}

.contact_box04_item {
  float: left;
  width: 320px;
  /* margin: 0 60px 40px 0; */
}

.contact_box04_item p {
  margin-bottom: 5px;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(39, 38, 47, .7);
}

.contact_box04_item em {
  margin-left: 12px;
  color: #FF6772;
}

.contact_box04_btm {
  float: left;
  width: 100%;
  display: flex;
}

.contact_box04_item {
  width: 100%;
  /* margin: 0 0 0.30rem; */
}

.ipt_text_modal {
  width: 100%;
  height: 50px;
  padding-left: 20px;
  color: rgba(39, 38, 47, .7);
  font-size: 14px;
  border-radius: 1px;
  border: 1px solid rgba(39, 38, 47, 0.1);
  box-sizing: border-box;
  /* background: rgba(255, 255, 255, 1); */
  z-index: 99999;
}

.contact_btn_modal {
  float: left;
  width: 335px;
  height: 50px;
  margin-right: 30px;
  font-size: 14px;
  box-sizing: border-box;
  cursor: pointer;
  width: 100%;
  margin-bottom: 0.20rem;
  font-weight: bold;
  color: #fff;
  border: 0 none;
  cursor: pointer;
  background-color: #ffbb0f;
  box-shadow: 0 8px 10px 0 rgba(248, 182, 44, 0.25), inset 0 1px 6px 0 rgba(255, 255, 255, 0.73);
  border-radius: 1px;
  transition: all .3s ease-in;
}

.contact_btn_modal:hover {
  background-color: #FFA408;
  transform: scale(1.01) translateY(-2px);
}

.contact_btn01 {
  color: #fff;
  box-shadow: 0px 6px 8px 0px rgba(248, 182, 44, 0.25), 0px 1px 6px 0px rgba(255, 255, 255, 0.73);
  border-radius: 1px;
  border: 0 none;
  background: rgba(255, 187, 15, 1);
  margin-top: 20px;
}

.contact_btn02 {
  color: #FFBB0F;
  box-shadow: 0px 6px 8px 0px rgba(248, 182, 44, 0.15);
  border-radius: 1px;
  border: 1px solid rgba(255, 240, 202, 1);
  background: rgba(255, 255, 255, 1);
  margin-top: 20px;
}

/* 填写信息弹框 start */
.popup {
  display: none;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 200%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9999;
  /* opacity: 0.9; */
}

.popup-content {
  background-color: white;
  margin: 5% auto;
  padding: 20px;
  width: 60%;
  max-width: 400px;
  position: relative;
}

.close {
  position: absolute;
  top: 6px;
  right: 10px;
  cursor: pointer;
  z-index: 1;
}

/* 填写信息弹框 end */