.dialog {
  width: 100%;
  height: 550px;
  background: rgba(3, 3, 3, 0.9);
  /* position: absolute; */
  position: fixed;
  top: 0;
  overflow-y: hidden;
  z-index: 999
}

.showDia {
  display: block;
  /* position: fixed; */
}

.hiddenDialog {
  display: none;
}

.dialog_container {
  width: 1200px;
  height: 338px;
  margin: 106px auto;
  display: flex;
}

.dialog .form {
  width: 726px;
  height: 100%;
  box-sizing: border-box;
  padding-right: 60px;
}

.dialog .form span {
  display: inline-block;
  margin-left: 30px;
  margin-bottom: 25px;
}

.dialog .form .fir {
  margin-left: 0;
}

.dialog .form #message {
  width: 100%;
  height: 102px;
  background: transparent;
  border: 1px solid rgba(255,255,255,.66);
  padding-top: 10px;
  padding-left: 10px;
  color: #ffffff;
  font-family: 'PingFangSC-Regular';
  font-size: 16px;
  letter-spacing: 0;
  box-sizing: border-box;
}

.dialog .form span .txt {
  height: 28px;
  border: none;
  width: 170px;
  border-bottom: 1px solid rgba(255,255,255,.66);
  background: transparent;
  color: rgba(255,255,255,.66);
  font-family: 'PingFangSC-Regular';
  font-size: 16px;
  letter-spacing: 0;
}

.dialog .form #bin_txt {
  width: 255px;
}

.dialog .form .form_con {
  font-family: 'PingFangSC-Medium';
  font-size: 24px;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.dialog .form .form_desc {
  font-family: 'PingFangSC-Regular';
  font-size: 16px;
  color: rgba(255,255,255,.66);
  margin-bottom: 40px;
}

.dialog .dia_con {
  flex: 1;
  height: 296px;
  border-left: 1px solid rgba(151, 151, 151, 0.2);
  box-sizing: border-box;
  padding-left: 62px;
}

.dialog .form .btn {
  width: 156px;
  height: 42px;
  background: #00B38A;
  border: none;
  border-radius: 4px;
  font-family: 'PingFangSC-Regular';
  font-size: 18px;
  color: #FFFFFF;
  line-height: 20px;
  margin-top: 30px;
}

.dialog .form .btn img {
  margin-left: 5px;
  margin-top: -8px;
}

.dialog .dia_con .ser_tel {
  font-family: 'PingFangSC-Medium';
  font-size: 24px;
  margin-bottom: 5px;
  color: #FFFFFF;
}

.dialog .dia_con .work_time {
  opacity: 0.66;
  font-family: 'PingFangSC-Regular';
  font-size: 16px;
  color:  rgba(255,255,255,.66);;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 35px;
}

.dialog .dia_con .tels {
  margin-right: 20px;
}

.dialog .dia_con .tel_img {
  width: 350px;
}

.dialog .dia_con .tel_num {
  margin-bottom: 24px;
}