section.dialog {
  width: 5.66rem;
  height: 2.78rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0rem 0.05rem 0.22rem 0.04rem rgba(0, 0, 0, 0.1);
          box-shadow: 0rem 0.05rem 0.22rem 0.04rem rgba(0, 0, 0, 0.1);
  border-radius: 0.1rem;
  position: fixed;
  z-index: 3;
  top: 50%;
  left: 50%;
  margin-left: -2.83rem;
  margin-top: -1.39rem;
}
section.dialog .close {
  position: absolute;
  right: 0.16rem;
  top: 0.16rem;
  cursor: pointer;
}
section.dialog .close i {
  display: block;
  background: url("../img/index/dialog/close.png") no-repeat center;
  background-size: 100% 100%;
  width: 0.16rem;
  height: 0.16rem;
}
section.dialog .close:hover i {
  background: url("../img/index/dialog/close_h.png") no-repeat center;
  background-size: 100% 100%;
}
section.dialog .dialogWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.dialog .codeWrapper {
  margin: 0.31rem 0.1rem 0 0.35rem;
  position: relative;
}
section.dialog .codeWrapper .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.dialog .codeWrapper .title > img {
  width: 0.32rem;
  height: 0.32rem;
}
section.dialog .codeWrapper .title .introduce {
  text-align: center;
  margin-left: 0.16rem;
}
section.dialog .codeWrapper .title .introduce h5 {
  color: #666666;
  font-size: 0.16rem;
  font-weight: bold;
  margin-bottom: 0.07rem;
}
section.dialog .codeWrapper .title .introduce p {
  font-size: 0.12rem;
  color: #999999;
}
section.dialog .codeWrapper .code {
  width: 1.4rem;
  height: 1.4rem;
  background-color: #ffffff;
  border-radius: 0.1rem;
  border: solid 0.01rem #efefef;
  margin: 0.14rem 0 0 0.48rem;
}
section.dialog .codeWrapper .code img {
  width: 1.34rem;
  height: 1.34rem;
}
section.dialog .codeWrapper > p {
  font-size: 0.12rem;
  color: #999999;
  margin: 0.17rem 0 0 0.13rem;
  width: 2.23rem;
  text-align: center;
}
section.dialog .codeWrapper > p span {
  font-size: 0.12rem;
  color: #f68a23;
}
section.dialog .contactInformation {
  position: relative;
  padding-left: 0.25rem;
  margin-top: 0.34rem;
}
section.dialog .contactInformation > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 0;
  margin-bottom: 0.45rem;
}
section.dialog .contactInformation > div:last-child {
  margin: 0;
}
section.dialog .contactInformation > div img {
  width: 0.32rem;
  height: 0.32rem;
  margin-right: 0.12rem;
}
section.dialog .contactInformation > div h5 {
  font-size: 0.16rem;
  color: #666666;
  font-weight: bold;
  margin-bottom: 0.22rem;
  padding-top: 0.06rem;
}
section.dialog .contactInformation > div a {
  color: #f68a23;
  font-size: 0.28rem;
}
section.dialog .contactInformation > div a.tel {
  letter-spacing: -0.01rem;
  cursor: default;
}
section.dialog .contactInformation::after {
  content: "";
  height: 1.86rem;
  width: 0.01rem;
  border-left: 0.01rem dashed #dddddd;
  position: absolute;
  left: 0;
  top: 0;
}