html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul,
li {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
}
html,
body {
  width: 100%;
  font-family: 'Microsoft YaHei', 'Arial', '黑体', '宋体', '微软雅黑', sans-serif;
  -webkit-user-select: text;
  color: #5a5f79;
  background-color: #0e1015;
}
body {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #0e1015 url('../img/bg-bot.png') bottom center no-repeat;
  min-height: 100vh;
  height: auto;
}

button,
input {
  -webkit-app-region: no-drag;
  outline: none;
}
div {
  box-sizing: border-box;
}
img {
  user-select: none;
  -webkit-user-drag: none;
}
.w1250 {
  width: 1250px;
  margin: 0 auto;
  padding-top: 1px;
}
.flex-y {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.flex-x {
  display: flex;
  align-items: center;
}

.flex-x-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-top {
  position: relative;
  height: 50px;
  align-items: flex-start;
}
.btn-top:hover .btn-download {
  display: block;
}
/* .btn-top > .btn-pub {
  background: #fff !important;
}
.btn-top > .btn-pub:hover {
  opacity: 0.7;
} */

.btn-download {
  position: absolute;
  left: 0;
  top: 45px;
  border-radius: 10px;
  overflow: hidden;
  display: none;
}
.btn-download .btn-pub {
  border-radius: 0;
}
.btn-pub {
  width: 166px;
  height: 42px;
  border-radius: 10px;
  background: #ffffff;
  text-align: center;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  transition: 0.2s;
  cursor: pointer;
  justify-content: center;
}

.btn-pub:hover {
  background: #5df6ff;
}

.btn-pub:active {
  background: #00b9c4;
}
.btn-pub-a {
  margin-left: 0px;
}
.btn-pub-a a {
  width: 100%;
  height: 100%;
  color: #000;
  justify-content: center;
}
.btn-pub-not,
.create-step-btns .btn-on-not {
  color: #fff !important;
  cursor: not-allowed !important;
  background-color: #8d8d8d !important;
}
.nav {
  justify-content: space-between;
  height: 48px;
  margin-top: 24px;
}
.w1240 {
  width: 1240px;
  margin: 0 auto;
  padding-bottom: 0px;
}
.container-top {
  padding-top: 50px;
}
.container-top h5 {
  position: relative;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
  margin-right: 15px;
}
.container-top h5::after {
  /* position: absolute;
  top: -10px;
  right: -82px;
  content: '';
  width: 76px;
  height: 27px;
  background-image: url('../img/tip.png'); */
}
.bg-tip {
  margin-top: 15px;
}
.btn-wrap {
  position: relative;
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-top: 15px;
}

.btn-download-wrap:hover > .btn-hover {
  display: block;
}
.btn-download-wrap:hover {
  height: 50px;
}
.btn-wrap .btn-download {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 176px;
  height: 40px;
  border-radius: 3px;
  background: #ff003d;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  box-shadow: 0px 5px 10px 0px rgba(255, 0, 61, 0.25);
  cursor: pointer;
  margin-right: 15px;
  transition: 0.3s;
}
.btn-wrap .btn-download:hover {
  background: #8f0022;
}
.btn-wrap .btn-download:active {
  opacity: 0.8;
}
.btn-wrap .btn-hover {
  position: absolute;
  left: 0;
  top: 45px;
  display: none;
}
.btn-wrap .btn-hover .btn-download:first-child {
  border-radius: 3px 3px 0 0;
}
.btn-wrap .btn-hover .btn-download:last-child {
  border-radius: 0 0 3px 3px;
}
.t-tip {
  margin-top: 45px;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}
.container-item {
  margin-top: 20px;
}
.container-item h6 {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin: 10px 0 10px 0;
}
.container-item p {
  font-size: 12px;
  font-weight: 700;
}
.up-con {
  margin-top: 30px;
}
.up-con > h5 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.up-container {
  width: 100%;
  height: 500px;
  background: #0a0c16;
  border-radius: 30px;
  padding-top: 1px;
  margin-top: 15px;
}
.up-container > div {
  width: 100%;
  height: calc(100% - 60px);
  margin-top: 30px;
  overflow: hidden;
  overflow-y: scroll;
  box-sizing: border-box;
  padding-left: 30px;
}
.min-scroll::-webkit-scrollbar {
  width: 8px;
  height: 1px;
  background: transparent;
}

.min-scroll::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #01e1ee;
}

.min-scroll::-webkit-scrollbar-track {
  border-radius: 4px;
  background: transparent;
}
.up-container > div > div {
  margin-bottom: 12px;
}
.up-version {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.up-version span:first-child {
  width: 200px;
}
.up-des {
  font-size: 12px;
  font-weight: bold;
}
.up-des > div {
  margin-top: 5px;
}
#l-mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  display: none;
}
.account-wrap {
  width: 450px;
  height: 250px;
}
.account-box {
  padding: 32px 45px 0 54px;
}
.p-mask-con {
  background: #0a0c16;
  border-radius: 15px;
}
.title-bar {
  justify-content: space-between;
  background: #121723;
  height: 55px;
  border-radius: 15px 15px 0px 0px;
}
.title-bar > div {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  margin-left: 27px;
}
.title-bar i {
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 20px;
  cursor: pointer;
}
.title-bar i::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('../img/icon-close.png') no-repeat;
  content: '';
}
.title-bar i:hover {
  transition: 0.2s;
  transform: rotate(360deg);
}
.title-bar i:hover::after {
  background-position-y: -20px;
}
.title-bar i:active:after {
  background-position-y: -20px;
}
.tip-con {
  font-size: 16px;
  font-weight: bold;
  justify-content: center;
  color: #fff;
  line-height: 24px;
  text-align: center;
}
.tip-btns {
  justify-content: center;
  margin-top: 30px;
}
