body {
  font-family: "Arial-BoldMT";
}

div,
p {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}

body,
button,
input,
select,
textarea {
  font: 12px/1.5tahoma, arial, \5b8b\4f53;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

address,
cite,
dfn,
em,
var {
  font-style: normal;
}

code,
kbd,
pre,
samp {
  font-family: couriernew, courier, monospace;
}

small {
  font-size: 12px;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

legend {
  color: #000;
}

fieldset,
img {
  border: 0;
}

button,
input,
select,
textarea {
  font-size: 100%;
}

html,
body {
  max-width: 750px;
  height: auto;
  margin: 0 auto;
  overflow-x: hidden;
  background-color: #f5f5f5;
}

.content {
  width: auto;
  height: auto;
  padding: 0.4rem;
  background: linear-gradient(180deg, #ffffff 0%, #f5f5f5 100%);
}
.content .logo {
  width: 100%;
  height: auto;
  padding-bottom: 0.3rem;
}
.content .logo > img {
  width: 3.82rem;
  height: 0.64rem;
}
.content-one {
  width: 100%;
  height: auto;
  padding: 0.32rem 0.32rem 0 0.32rem;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  margin-bottom: 0.32rem;
  background-color: #fff;
}
.content-one > .top {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  padding-bottom: 0.24rem;
}
.content-one .top-left {
  width: 1.28rem;
  height: 1.28rem;
  margin-right: 0.24rem;
}
.content-one .top-left > img {
  width: 100%;
  height: 100%;
}
.content-one .top-title {
  flex: 1;
  font-size: 0.32rem;
  color: #262a41;
}
.content-one .top-right {
  width: 1.6rem;
  height: 0.48rem;
  line-height: 0.48rem;
  border-radius: 0.24rem;
  -webkit-border-radius: 0.24rem;
  -moz-border-radius: 0.24rem;
  -ms-border-radius: 0.24rem;
  -o-border-radius: 0.24rem;
  background-color: #13a33b;
  font-size: 0.24rem;
  color: #fff;
  text-align: center;
}
.content-one .bottom {
  width: auto;
  height: auto;
}
.content-one .bottom-list {
  display: flex;
  flex-wrap: wrap;
}
.content-one .bottom-list > p {
  width: auto;
  height: 0.4rem;
  line-height: calc(0.4rem - 2px);
  margin: 0 0.24rem 0.24rem 0;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 0 0.1rem;
  font-size: 0.24rem;
  color: #7d7f8d;
}

.content .hint {
  width: auto;
  height: auto;
  padding: 0.96rem 0.4rem;
  font-size: 0.28rem;
  color: #7d7f8d;
  text-align: center;
}

.el-collapse-item__header,
.el-collapse-item__wrap {
  border-bottom: 0 !important;
}

/* 弹窗样式 */
.wechat-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.popup-content {
  background: white;
  border-radius: 20px;
  padding: 30px;
  max-width: 400px;
  width: 100%;
  text-align: center;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  position: relative;
  animation: popupShow 0.3s ease;
}

.popup-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 24px;
  color: #999;
  cursor: pointer;
  transition: color 0.3s;
}

.popup-close:hover {
  color: #333;
}

.popup-icon {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: -15px;
}

.popup-icon > img {
  width: 100px;
  height: 130px;
}

.popup-title {
  font-size: 22px;
  margin-bottom: 15px;
  color: #333;
}

.popup-text {
  color: #666;
  line-height: 1.6;
  margin-bottom: 25px;
  font-size: 14px;
}

.popup-steps {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 20px;
  margin: 20px 0;
  text-align: left;
  font-size: 14px;
}

.popup-step {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.popup-step:last-child {
  margin-bottom: 0;
}

.step-number {
  width: 30px;
  height: 30px;
  background: #09bb07;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0;
}

.step-text {
  color: #555;
}

.popup-button {
  display: inline-block;
  background: #09bb07;
  color: white;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  margin-top: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(9, 187, 7, 0.3);
  border: none;
  cursor: pointer;
  font-size: 16px;
}

.popup-button:hover {
  background: #08a806;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(9, 187, 7, 0.4);
}

.browser-icons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}

.browser-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
}
