@charset "utf-8";

.downloadPercentMask {
  position: absolute;
  z-index: 2000;
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.downloadPercentMask.dpmIsFullScreen {
  position: fixed;
}
.downloadPercentMask.dpmIsFullScreen .dpmLoadingSpinner {
  margin-top: -25px;
}
.downloadPercentMask.dpmIsFullScreen .dpmLoadingSpinner .circular {
  height: 50px;
  width: 50px;
}
.dpmLoadingSpinner {
  top: 50%;
  margin-top: -21px;
  width: 20%;
  text-align: center;
  position: absolute;
  left: 40%;
}
.dpmLoadingSpinner i {
  color: #087ddf;
}
.dpmIconLoading {
  font-family: element-icons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: baseline;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -webkit-animation: rolll 2s linear infinite;
  animation: rolll 2s linear infinite;
}
.dpmIconLoading:before {
  content: '\e6cf';
}
.dpmLoadingSpinner .dpmLoadingText {
  color: #087ddf;
  margin: 3px 0;
  font-size: 14px;
}
.el-icon-loading {
  -webkit-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
@-webkit-keyframes rolll {
0% {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
}
100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}
}
@keyframes rolll {
0% {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
}
100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}
}
</style><style type="text/css">.content[data-v-aad70424] {
  padding: 130px 36px 0;
  min-height: 300px;
  background: url(static/img/safe-tip_bg.373c888a.png) no-repeat;
  background-size: 782px 267px;
  line-height: 32px;
}
.title[data-v-aad70424] {
  margin-bottom: 14px;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  color: #303133;
}
[data-v-aad70424] .customDialog .el-dialog__header {
  display: none;
}
[data-v-aad70424] .customDialog .el-dialog__body {
  font-size: 16px;
  font-weight: 400;
  color: #595959;
  line-height: 26px;
  padding: 0px;
}</style><style type="text/css">.onlineApply[data-v-63799bb9] {
  padding-top: 23px !important;
  background: #f9f9f9;
  height: calc(100% - 23px);
}
.onlineApply[data-v-63799bb9] .el-card__body {
  height: 100%;
}
.onlineApply[data-v-63799bb9] .el-card {
  height: 99%;
  max-width: 1200px;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.onlineReg[data-v-63799bb9] {
  padding: 0 102px 0 102px !important;
  height: calc(100% - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.onlineReg .onlineReg-l[data-v-63799bb9] {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}
.onlineReg h3[data-v-63799bb9] {
  margin-top: 32px;
  margin-bottom: 42px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #303133;
  line-height: 33px;
}
.onlineReg div[data-v-63799bb9] {
  font-size: 16px;
  font-weight: 400;
  color: #606266;
  line-height: 48px;
}
.onlineReg .cimmitbtn[data-v-63799bb9] {
  text-align: center;
  margin-top: 32px;
}
.enclosure[data-v-63799bb9] {
  font-size: 16px;
  color: #262626;
}
.enclosure div[data-v-63799bb9] {
  line-height: 30px;
}
.enclosure-title[data-v-63799bb9] {
  font-size: 16px;
  font-weight: 500;
  color: #262626;
  line-height: 30px;
}
.enclosure-item[data-v-63799bb9] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.enclosure-icon[data-v-63799bb9] {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(static/img/enclosure-icon.42e9b56a.svg) no-repeat center center;
  margin-right: 4px;
}
.enclosure-download[data-v-63799bb9] {
  margin-left: 8px;
  color: #497fea;
  cursor: pointer;
}
.buts[data-v-63799bb9] {
  --btn-space: calc((100% - 1200px) / 2);
  position: fixed;
  bottom: 0;
  left: var(--btn-space);
  z-index: 10;
  text-align: center;
  padding: 13px 0 19px;
  width: 1200px;
  background-color: #f6f6f6;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
}
.buts .el-button[data-v-63799bb9] {
  width: 120px;
  height: 36px;
  line-height: 36px;
  padding: 0;
  font-size: 16px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  margin: 0 6px;
}
.buts .el-button.disa[data-v-63799bb9] {
  border-color: #d7d9dc;
  color: #fff;
  background-color: #d7d9dc;
}/* CSS Document */

