::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #dddddd;
}

::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #666666;
}

* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

a:link,
a:visited {
  color: #333;
}

a:hover,
a:active {
  color: #015293;
}

.loading-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  font-size: 24px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.export-wrapper {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  background-color: #f0f9ff;
  width: 1920px;
  position: fixed;
  z-index: -1;
  top: 0;
  overflow: hidden;
}

.export-wrapper .export-head {
  width: 100%;
}

.export-wrapper .export-head .export-head-img {
  display: block;
  width: 100%;
  height: auto;
}

.export-wrapper .images-box {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
}

.export-wrapper .export-footer {
  padding: 0 24px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  white-space: nowrap;
}

.export-wrapper .footer-time {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.export-wrapper .footer-links {
  display: flex;
  align-items: center;
  gap: 6px;
}

.export-wrapper .export-icon {
  display: block;
  width: 24px;
  height: 24px;
}

.export-wrapper .website-label-url {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.export-wrapper .website-label {
  color: #333333;
}

.export-wrapper .website-url {
  color: #196ca2;
}