#errorDialogMask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

#errorDialog {
  width: 689px;
  background: #FFFFFF;
  box-shadow: 0px 9 28px 8px rgba(0,0,0,0.05), 0px 6 16px 0px rgba(0,0,0,0.08), 0px 3 6px -4px rgba(0,0,0,0.12);
  border-radius: 8px;
  padding: 50px 24px 24px 24px;
  font-size: 14px;
  position: relative;
  border: none;
}
#errorDialog::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}
.errorDialogTop {
  display: flex;
}
.errorDialogTop img {
  width: 120px;
  height: 115px;
}
.topTitle {
  margin-left: 26px;
}
.topTitle .h1 {
  width: 330px;
  height: 24px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 22px;
  color: rgba(0,0,0,0.88);
  line-height: 24px;
  text-align: left;
  font-style: normal;
  margin-top: 21px;
  margin-bottom: 16px;
  white-space: nowrap;
}

.topTitle .text {
  width: 345px;
  height: 14px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 14px;
  color: #56657F;
  line-height: 21px;
  letter-spacing: 1px;
  text-align: left;
  font-style: normal;
}

.planOne {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 24px;
  border-radius: 8px;
  border: 1px solid #F0F0F0;
  margin-top: 13px;
}

.planOne .planOneTitle {
  height: 22px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  line-height: 22px;
  letter-spacing: 1px;
  text-align: left;
  font-style: normal;
  margin-left: 25px;
}
.planOne .planOneText {
  height: 20px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #56657F;
  line-height: 20px;
  letter-spacing: 1px;
  text-align: left;
  font-style: normal;
  margin-top: 4px;
  margin-left: 25px;
}

.planOne .btn {
  width: 115px;
  height: 32px;
  background: #0093E6;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 14px;
  margin-top: 21px;
  margin-left: 25px;
}

.planTwo {
  width: 100%;
  height: 270px;
  border-radius: 8px;
  border: 1px solid #F0F0F0;
  margin-top: 10px;
}

.planTwo .planTwoTitle {
  margin-top: 11px;
  margin-bottom: 4px;
  height: 22px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  line-height: 22px;
  letter-spacing: 1px;
  text-align: left;
  font-style: normal;
  margin-left: 25px;
}
.planTwo .planTwoText {
  height: 20px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #56657F;
  line-height: 20px;
  letter-spacing: 1px;
  text-align: left;
  font-style: normal;
  margin-left: 25px;
}

.planTwo .browserList {
  display: flex;
  align-items: center;
  margin-top: 27px;
  margin-left: 25px;
}

.planTwo .browserList .browserItem {
  width: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.browserList .browserItemBorder {
  border-right: 1px solid #F0F0F0;
}

.browserItem .img_div {
  width: 80px;
  height: 80px;
  background: #F8F8FA;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.browserItem .text_d {
  margin-top: 16px;
  margin-bottom: 8px;
  font-size: 14px;
  color: #0093E6;
  width: 100%;
}

.browserItem .downloadBtn {
  width: 115px;
  height: 32px;
  background: #0093E6;
  border-radius: 6px;
  display: flex;
  align-items: center;
  color: white;
}

.browserItem .downloadBtn img {
  width: 13px;
  height: 13px;
  margin-left: 19px;
  margin-right: 5px;
}

.errorDialogBottom {
  display: flex;
  align-items: center;
  margin-top: 8px;
  margin-top: 12px;
  color: #999999;
}

.errorDialogBottom a {
  color: #999999;
}


#closeDialogButton {
  position: absolute;
  right: 0px;
  width: 60px;
  height: 60px;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#closeDialogButton img {
  width: 16px;
  height: 16px;
}

#errorTipe_sdk {
  background-color: #fffadd;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}
#errorTipe_sdk_con {
  width: 1220px;
  margin: auto;
  display: flex;
  align-items: center;
  position: relative;
}
#errorTipe_sdk_con_icon {
  width: 15px;
  height: 15px;
  color: white;
  border-radius: 50%;
  background-color: #fcb015;
  display: flex;
  align-items: center;
  justify-content: center;
}
#errorTipe_sdk_con_icon_text {
  font-size: 14px;
  color: #7b7d78;
  margin-left: 10px;
  margin-right: 15px;
}
#errorTipe_sdk_con_icon_btn {
  padding: 3px;
  border: 1px solid #7b7d78;
  color: #7b7d78;
  background-color: white;
  border-radius: 5px;
  cursor: pointer;
}

#errorTipe_sdk_con_close {
  position: absolute;
  right: 0;
  width: 15px;
  height: 15px;
  cursor: pointer;
}