@charset "UTF-8";
@font-face {
  font-family: "title1";
  src: url(../font/yYLl0h7WyfzTzI44.woff2);
}
:root {
  --color: #5cba48;
  --color1: #244d21;
  --color2: #e0ae2a;
  --nav_height: 54px;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 11.7188px;
}

body {
  color: #333;
  max-width: 640px;
  margin: 0 auto;
  font-family: 微软雅黑, 宋体, Arial;
  background: url(../image/bj1.jpg) left top/100% auto;
}
video,
img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
}

ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

input,
textarea,
select,
button {
  outline: none;
  border: none;
  background-color: transparent;
}

textarea {
  resize: none;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
table th,
table td {
  border: 1px solid #e5e5e5;
  padding: 10px;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.con {
  line-height: 2;
}
.con ul {
  padding-left: 20px;
  list-style: unset;
}
.con li {
  list-style: unset;
}

.bx {
  width: 100%;
  padding-left: 3%;
  padding-right: 3%;
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
}

.clear {
  clear: both;
}

#fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease;
}
#fixed .bj {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
#fixed.on {
  visibility: visible;
  opacity: 1;
  z-index: 1000;
}
#fixed .son {
  z-index: 1000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#fixed .son.on {
  display: none !important;
}
#fixed .son1 {
  width: 95%;
  background-color: #fff;
  padding: 0px;
  border-radius: 12px;
}
#fixed .son1 .top {
  padding-top: 26px;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
}
#fixed .son1 form {
  width: 94%;
  margin: 0 auto;
}
#fixed .son1 label {
  box-sizing: border-box;
  width: 100%;
  position: relative;
  padding: 10px 16px;
  line-height: 24px;
  font-size: 14px;
  display: flex;
}
#fixed .son1 label .tit {
  flex-shrink: 0;
  margin-right: 12px;
  width: 6rem;
  color: #999;
  font-size: 1.1rem;
  text-align: right;
}
#fixed .son1 label .inp {
  flex-grow: 1;
  min-height: 24px;
  color: #333;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
}
#fixed .son1 label .inp i {
  font-size: 20px;
  color: var(--color);
}
#fixed .son1 label .inp .txt {
  margin-left: 8px;
}
#fixed .son1 label .inp input {
  width: 100%;
  line-height: 24px;
}
#fixed .son1 label .inp textarea {
  min-height: 60px;
  line-height: 24px;
  width: 100%;
}
#fixed .son1 label .inp .file {
  width: 80px;
  height: 80px;
  position: relative;
  background-color: #f7f8fa;
  border: 0px dotted #f7f8fa;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
#fixed .son1 label .inp .file i {
  color: rgb(220, 222, 224);
  font-size: 24px;
}
#fixed .son1 label .inp .file input {
  display: none;
}
#fixed .son1 .but {
  padding: 8px 12px 16px;
  display: flex;
}
#fixed .son1 .but button {
  flex-grow: 1;
  height: 36px;
  background-color: rgb(204, 204, 204);
  color: #fff;
}
#fixed .son1 .but button[type=button] {
  overflow: hidden;
  border-radius: 36px 0 0 36px;
}
#fixed .son1 .but button[type=submit] {
  background-color: var(--color);
  overflow: hidden;
  border-radius: 0 36px 36px 0;
}
#fixed .son2 {
  top: auto;
  left: 0%;
  bottom: 0;
  transform: none;
  width: 100%;
  max-height: 80%;
  background-color: #fff;
  border-radius: 16px 16px 0 0;
  overflow-y: auto;
}
#fixed .son2 a {
  display: block;
  width: 100%;
  padding: 14px 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  background-color: #fff;
  text-align: center;
  line-height: 22px;
  border-bottom: 1px solid #a9a9a9;
}
#fixed .son2 .p {
  background-color: #f7f8fa;
  height: 8px;
  width: 100%;
}
#fixed .son2 button {
  display: block;
  width: 100%;
  padding: 14px 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  background-color: #fff;
  text-align: center;
  line-height: 22px;
  border-top: 1px solid #a9a9a9;
}
#fixed .son3 {
  transform: translate(0%, -50%);
  left: 0;
  height: 100%;
  width: 22rem;
  background-color: #fff;
  overflow-y: auto;
}
#fixed .son3 h3 {
  text-align: center;
  font-weight: 700;
  font-size: 1.1rem;
  padding: 2rem 0 1rem;
}
#fixed .son3 table {
  width: 94%;
  margin-left: 6%;
  table-layout: auto;
}
#fixed .son3 table td {
  border: none;
  border-bottom: 1px solid #e4e4e4;
  padding: 1rem 0;
  font-size: 1.1rem;
}
#fixed .son3 table .name {
  font-size: 1.3rem;
}
#fixed .son3 table .down {
  color: #df3d48;
}
#fixed .son3 table .up {
  clear: var(--color);
}
#fixed .son4 {
  top: auto;
  left: 0%;
  bottom: 0;
  transform: none;
  width: 100%;
  max-height: 85%;
  height: 85%;
  background-color: rgb(246, 246, 246);
  border-radius: 16px 16px 0 0;
  overflow-y: auto;
  padding-top: 3rem;
}
#fixed .son4 i {
  position: absolute;
  top: 16px;
  right: 16px;
  color: #c8c9cc;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #c8c9cc;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#fixed .son4 .box {
  padding: 1rem 3%;
  color: #333;
}
#fixed .son4 .box table th {
  background: #999;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 400;
  padding: 0.6rem 0;
  border: none;
}
#fixed .son4 .box table td {
  text-align: center;
  font-size: 14px;
  padding: 0.6rem;
}

#page_1 {
  width: 100%;
  text-align: center;
  margin-top: 40px;
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 0;
}
#page_1 a {
  padding: 0px 12px;
  line-height: 38px;
  min-width: 40px;
  display: inline-block;
  border: solid 1px #ccc;
  font-size: 16px;
  margin: 0 5px;
  transition: all 0.5s ease;
  border-radius: 5px;
}
#page_1 a:hover, #page_1 a.on {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 10px 2px;
}
#page_1 a.on {
  pointer-events: none;
}
#page_1 a i {
  font-size: 12px;
}

#page_2 {
  width: 100%;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 40px;
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
#page_2 a {
  font-size: 18px;
  line-height: 1;
  transition: all 0.5s ease;
}
#page_2 a:hover, #page_2 a.on {
  color: var(--color);
}

#banner_1 {
  font-size: 0;
  position: relative;
  z-index: 10;
}
#banner_1 .banner_1 img {
  width: 100%;
  height: 100vh;
}
#banner_1 .banner_1 .swiper-slide-active h2,
#banner_1 .banner_1 .swiper-slide-active p {
  opacity: 1;
  transform: translateX(0);
}
#banner_1 .txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.3);
}
#banner_1 .bx {
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
#banner_1 h2 {
  font-family: "title1";
  font-size: 80px;
  font-weight: normal;
  transition: all 1s 0.5s ease;
  opacity: 0;
  transform: translateX(-100%);
}
#banner_1 p {
  font-size: 24px;
  transition: all 1s 1s ease;
  opacity: 0;
  transform: translateX(100%);
}

#banner_2 {
  position: relative;
  z-index: 10;
  display: flex;
}
#banner_2 img {
  width: 100%;
  height: 480px;
}
#banner_2 .txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#banner_2 .txt h3 {
  font-size: 48px;
  max-width: 690px;
  text-align: center;
}

#mbx_1 {
  position: relative;
  z-index: 10;
  font-size: 16px;
  line-height: 70px;
  border-bottom: 1px solid rgba(191, 191, 191, 0.4117647059);
}
#mbx_1 .bx {
  display: flex;
}
#mbx_1 .l {
  margin-right: auto;
  display: flex;
  gap: 40px;
}
#mbx_1 .l a {
  position: relative;
}
#mbx_1 .l a:hover::after, #mbx_1 .l a.on::after {
  width: 100%;
}
#mbx_1 .l a.on {
  font-weight: bold;
}
#mbx_1 .l a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 4px;
  border-radius: 4px;
  background-color: var(--color);
  transition: all 0.3s ease;
}
#mbx_1 .r {
  margin-left: auto;
}
#mbx_1 span {
  margin: 0 5px;
}

#mbx_2 {
  position: relative;
  z-index: 10;
  font-size: 16px;
  line-height: 50px;
  border-bottom: 1px solid rgba(191, 191, 191, 0.4117647059);
}
#mbx_2 .bx {
  padding-top: 20px;
  padding-bottom: 20px;
}
#mbx_2 span {
  margin: 0 5px;
}

header {
  height: var(--nav_height);
  position: fixed;
  width: 100%;
  max-width: 640px;
  z-index: 100;
  top: 0;
}
header::after {
  transition: all 0.3s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.header {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  background-color: var(--color1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .logo {
  width: 7rem;
  font-size: 0;
}
.header .logo img {
  width: 100%;
}
.header .kefu {
  width: 1.6rem;
}

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  max-width: 640px;
  margin: 0 auto;
  right: 0;
  height: 6rem;
  background: #fff;
  box-shadow: 0 0 2px #f0f0f0;
}
footer .flex {
  justify-content: space-between;
  gap: 0px;
  height: 100%;
}
footer .flex a {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
footer .flex a.on .img .icon_1 {
  display: none;
}
footer .flex a.on .img .icon_2 {
  display: block;
}
footer .flex .img {
  width: 1.8rem;
  height: 1.8rem;
  margin-bottom: 0.2rem;
}
footer .flex .img .icon_2 {
  display: none;
}

main {
  margin-top: 4rem;
}

.header_1 {
  color: #fff;
}
.header_1 .bx {
  height: 4rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_1 .l a {
  font-size: 14px;
  display: flex;
  align-items: center;
}
.header_1 .l i {
  font-size: 1.5rem;
  transform: rotate(180deg);
}
.header_1 .r .lang {
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.3rem;
  cursor: pointer;
}
.header_1 .r img {
  width: 1.2em;
  height: 1.2em;
}
.header_1 .r i {
  font-size: 1rem;
}
/* 顶部语言下拉菜单 */
.header_1 .r {
  position: relative;
}

.header_1 .lang-menu {
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 0.2rem;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 0.4rem;
  padding: 0.3rem 0;
  min-width: 7rem;
  z-index: 999;
  display: none;
}

.header_1 .lang-menu.show {
  display: block;
}

.header_1 .lang-menu li {
  list-style: none;
  padding: 0.3rem 0.8rem;
  font-size: 0.8rem;
  color: #fff;
}

.header_1 .lang-menu li.active {
  color: var(--color);
}

.header_1 .lang-menu li:hover {
  background: rgba(255, 255, 255, 0.1);
}

.header_2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}
.header_2 .bx {
  position: relative;
  height: 4rem;
  display: flex;
  align-items: center;
}
.header_2 .l {
  position: absolute;
}
.header_2 .l a {
  font-size: 14px;
  display: flex;
  align-items: center;
}
.header_2 .l i {
  font-size: 1.5rem;
  transform: rotate(180deg);
}
.header_2 .c {
  margin: auto;
  color: #333;
  font-size: 1.5rem;
}
.header_2 .r {
  position: absolute;
  right: 3%;
  display: flex;
}
.header_2 .r .button {
  padding: 0 5px;
  font-size: 10px;
  height: 24px;
  color: #fff;
  background-color: var(--color);
  border-radius: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_2 .r .a {
  color: rgb(225, 2, 2);
  text-decoration: underline;
  font-size: 14px;
}

.header_3 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
}
.header_3 .bx {
  position: relative;
  height: 4rem;
  display: flex;
  align-items: center;
}
.header_3 .l {
  position: absolute;
}
.header_3 .l a {
  font-size: 14px;
  display: flex;
  align-items: center;
}
.header_3 .l i {
  font-size: 1.5rem;
  transform: rotate(180deg);
}
.header_3 .tab {
  margin: auto;
  color: #fff;
  font-size: 14px;
  height: 100%;
  display: flex;
}
.header_3 .tab a {
  padding: 0 8px;
  position: relative;
  display: flex;
  align-items: center;
}
.header_3 .tab a.on {
  color: var(--color);
}
.header_3 .tab a.on::after {
  opacity: 1;
}
.header_3 .tab a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  z-index: 1;
  width: 1.6rem;
  background-color: var(--color);
  transform: translateX(-50%);
  height: 2px;
  border-radius: 2px;
  opacity: 0;
}

.header_4 .bx {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_4 .l {
  display: flex;
  align-items: center;
}
.header_4 .l .img {
  width: 1.5rem;
}
.header_4 .l img {
  width: 100%;
}
.header_4 .l p {
  padding-left: 0.2rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
}
.header_4 .r .img {
  width: 1.8rem;
  display: flex;
}
.header_4 .r img {
  width: 100%;
}

.footer_1 {
  background-color: #fff;
  padding: 0.6rem 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
}
.footer_1 .but {
  background: var(--color);
  font-size: 1.6rem;
  width: 54%;
  border-radius: 0.3rem;
  margin: 0 0 0 5%;
  color: #fff;
  height: 3.2rem;
  flex: 0 1 auto;
}
.footer_1 .but a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_1 .but1 {
  color: #999;
  border: 0;
  padding: 0;
  font-size: 1.1rem;
  flex: 1;
  background-color: transparent;
  height: 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer_1 .but1 .img {
  width: 2.2rem;
  margin-bottom: 0.2rem;
}
.footer_1 .but1 span {
  line-height: 1;
}

.footer_2 {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #fff;
  display: flex;
  align-items: center;
}
.footer_2 .but {
  color: #fff;
  border: 0;
  padding: 0;
  font-size: 1rem;
  flex: 2 1 0%;
  background: transparent;
  height: 4rem;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_2 .but .img {
  font-size: 2.5rem;
  width: 1em;
  height: 1em;
  display: flex;
}
.footer_2 .but img {
  width: 100%;
  height: 100%;
}
.footer_2 .but1 {
  color: #fff;
  border: 0;
  padding: 0;
  font-size: 1rem;
  flex: 3;
  background: transparent;
  height: 4rem;
  border-radius: 0;
}
.footer_2 .but1 a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.footer_2 .but1 a .num {
  font-size: 1.3rem;
}
.footer_2 .but1 .up {
  background-color: var(--color);
}
.footer_2 .but1 .down {
  background-color: #df3d48;
}

.footer_3 {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer_3 .l {
  padding: 0 0 0 1.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.footer_3 .l p {
  font-size: 1.2rem;
}
.footer_3 .l p span {
  color: var(--color);
  padding-left: 0.5rem;
  font-size: 1.3rem;
}
.footer_3 .l p + span {
  color: #b8b8b8;
  padding-top: 0.2rem;
}
.footer_3 .r {
  flex-shrink: 0;
}
.footer_3 .r button {
  width: 13rem;
  border: 0;
  padding: 0;
  color: #fff !important;
  height: 4rem;
  border-radius: 0;
  background-color: var(--color);
  font-size: 15px;
}

.login_1 {
  padding-top: 1rem;
}
.login_1 .logo {
  width: 50%;
  display: block;
  margin: 3rem auto 2rem;
}
.login_1 .line {
  margin: 0 auto;
  width: 70%;
  height: 3.5rem;
  display: flex;
}
.login_1 .line .tab {
  flex: 1;
  color: rgb(184, 184, 184);
  position: relative;
  width: 50%;
  font-size: 14px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login_1 .line .tab.on {
  color: var(--color);
}
.login_1 .line .tab.on::after {
  opacity: 1;
}
.login_1 .line .tab::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  z-index: 1;
  width: 1.6rem;
  background-color: var(--color);
  transform: translateX(-50%);
  height: 2px;
  border-radius: 2px;
  transition: 0.3s;
  opacity: 0;
}
.login_1 .form {
  width: 87%;
  margin: 0 auto 2rem;
  background: 0 0;
  padding-top: 2rem;
}
.login_1 .form form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.login_1 .form label {
  background: #f6f6f6;
  align-items: center;
  padding: 0.5rem 1.2rem;
  margin-bottom: 1.5rem;
  border-radius: 3rem;
  width: 100%;
  overflow: hidden;
  color: #323233;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  display: flex;
}
.login_1 .form .icon {
  margin-right: 0.7rem;
  height: 2rem;
}
.login_1 .form input {
  flex-grow: 1;
  font-size: 1.3rem;
  color: #333;
  height: 3rem;
}
.login_1 .form .code_1 {
  padding: 0 8px;
  width: 6rem;
  height: 2.5rem;
}
.login_1 .form .code_1 img {
  width: 100%;
  height: 100%;
}
.login_1 .form .code_but {
  background: var(--color);
  border: 0;
  border-radius: 3rem;
  color: #fff;
  padding: 0 1rem;
  height: 2.5rem;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login_1 .form .button {
  width: 100%;
  margin-top: 1rem;
  color: #fff;
  background: var(--color);
  height: 3.8rem;
  border-radius: 0.3rem;
  border: 0;
  font-size: 1.4rem;
}
.login_1 .form .between {
  color: var(--color);
  text-align: center;
  font-size: 1.2rem;
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
}
.login_1 .form .between .a1 {
  margin: 0 auto;
}

.home_1 .bx {
  display: flex;
  justify-content: space-between;
}
.home_1 .box_lt {
  background: url(../image/bj2.png) no-repeat left top/100% auto;
  width: 48%;
  border-radius: 0.8rem;
  overflow: hidden;
}
.home_1 .box_rt {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home_1 .box_rt a {
  padding: 1.1rem 1rem;
  border-radius: 0.8rem;
}
.home_1 a {
  color: #fff;
  font-size: 1.3rem;
  padding: 1.2rem 1rem;
  display: flex;
  align-items: center;
}
.home_1 .bg_1 {
  background: rgba(206, 253, 255, 0.5);
  border-radius: 0.8rem;
}
.home_1 .bg_3 {
  background: linear-gradient(162deg, #58e060 0%, #3dd5e1 100%);
}
.home_1 .bg_4 {
  background: linear-gradient(162deg, #65ffdb 0%, #44a8f1 100%);
}
.home_1 .ico {
  background: var(--color1);
  width: 4rem;
  height: 4.5rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home_1 .ico img {
  width: 2.8rem;
}
.home_1 p {
  padding-left: 0.8rem;
}

.home_2 {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.home_2 .box {
  border-radius: 0.8rem;
  background-color: var(--color);
  color: #fff;
  height: 40px;
  padding: 0 16px;
  display: flex;
  align-items: center;
}
.home_2 .img {
  font-size: 16px;
  flex-shrink: 0;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.home_2 .img img {
  width: 1em;
  height: 1em;
}
.home_2 .txt {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.home_2 .txt h2 {
  white-space: nowrap;
  position: absolute;
  right: 0;
  flex-shrink: 0;
  animation: nots 20s linear 0s infinite;
  font-size: 14px;
  font-weight: normal;
}

.home_3 .mySwiper_3 {
  height: 16rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
.home_3 .mySwiper_3 img {
  width: 100%;
  height: 100%;
}
.home_3 .pag_3 span {
  background-color: #fff;
}

.home_4 {
  padding-top: 1.5rem;
  padding-bottom: 10rem;
}
.home_4 .stockList_tabs {
  height: 4rem;
  border-radius: 0.5rem 0.5rem 0 0;
  background-color: var(--color);
  padding-bottom: 0.4rem;
  display: flex;
}
.home_4 .stockList_tabs a {
  flex: 1;
  color: #fff;
  font-weight: bold;
  padding: 0 4px;
  font-size: 14px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home_4 .stockList_tabs a.on::after {
  opacity: 1;
}
.home_4 .stockList_tabs a::after {
  content: "";
  opacity: 0;
  transition: all 0.3s ease;
  width: 4rem;
  height: 3px;
  border-radius: 3px;
  background-color: rgb(255, 255, 255);
  transform: translateX(-50%);
  position: absolute;
  bottom: 0px;
  left: 50%;
  z-index: 1;
}
.home_4 .stockList_table_th {
  height: 2.5rem;
  line-height: 2.5rem;
  background: #fff;
  margin-top: 0.5rem;
  display: flex;
}
.home_4 .stockList_table_th span {
  width: 21%;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home_4 .stockList_table_th span.name {
  width: 37%;
}
.home_4 .stockList_table_th span i {
  font-size: 1.3rem;
  padding: 0.4rem;
  line-height: 1;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.home_4 .stockList_table_th span em {
  background-image: url(../image/icon14.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left top;
  width: 0.6rem;
  height: 0.4rem;
}
.home_4 .stockList_table_th span em + em {
  transform: rotate(180deg);
}
.home_4 .myListBox table {
  border-spacing: 0rem 0.2rem;
  border-collapse: separate;
}
.home_4 .myListBox td {
  text-align: center;
  font-size: 1.1rem;
  padding: 0.55rem 0;
  width: 21%;
  background: #fff;
}
.home_4 .myListBox td:nth-child(1) {
  width: 37%;
  text-align: left;
  padding-left: 0.5rem;
}
.home_4 .myListBox .name {
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
  box-sizing: border-box;
}
.home_4 .myListBox .enerr {
  background: var(--color);
  color: #fff;
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0 0.3rem;
  font-size: 1rem;
}
.home_4 .myListBox .up {
  color: #35b65a;
}
.home_4 .myListBox .down {
  color: #ff494a;
}

.stock_1 {
  padding-top: 2px;
  display: flex;
}
.stock_1 .bx {
  background-color: #fff;
}
.stock_1 .top {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.stock_1 .l {
  width: 50%;
}
.stock_1 .l .up {
  color: var(--color);
}
.stock_1 .l .down {
  color: #df3d48;
}
.stock_1 .l .num {
  font-size: 1.5rem;
}
.stock_1 .l .percent {
  padding-top: 0.5rem;
  font-size: 1.1rem;
}
.stock_1 .r {
  width: 50%;
}
.stock_1 .r ul {
  display: flex;
  flex-wrap: wrap;
}
.stock_1 .r li {
  color: #b8b8b8;
  width: 50%;
  padding: 0.5rem 0;
  text-align: right;
}
.stock_1 .r .tit {
  padding-right: 0.5rem;
}
.stock_1 .r .up {
  color: var(--color);
}
.stock_1 .r .down {
  color: #df3d48;
}

.stock_2 {
  padding-top: 1px;
  display: flex;
  flex-wrap: wrap;
}
.stock_2 .bx {
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
}
.stock_2 .tab {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.1rem;
  display: flex;
}
.stock_2 .tab .list2 {
  flex-grow: 1;
  margin: 0 0.5rem;
  display: flex;
}
.stock_2 .tab .list2 span {
  color: #999;
  height: 2.6rem;
  line-height: 2.6rem;
  flex: 1;
  padding: 0 0.5rem;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.stock_2 .tab .list2 span.on {
  color: var(--color);
}
.stock_2 .tab .list2 span.on::after {
  position: absolute;
  content: "";
  bottom: 0.4rem;
  left: 0;
  height: 2px;
  right: 0;
  background-color: var(--color);
  width: 2rem;
  margin: 0 auto;
}
.stock_2 #main {
  height: 400px;
  width: 100%;
}

.buy_1 {
  padding-top: 1rem;
}
.buy_1 .bx {
  background-color: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  justify-content: space-between;
}
.buy_1 .bx .price {
  color: var(--color);
}
.buy_1 .bx .price span {
  font-size: 1.5rem;
  padding-bottom: 0.6rem;
  display: block;
}
.buy_1 .bx .price b {
  font-size: 1rem;
}
.buy_1 .bx .tab {
  display: flex;
  align-items: center;
}
.buy_1 .bx .tab p {
  color: #fff;
  width: 7rem;
  position: relative;
  margin: 0 0.2rem;
  height: 2.8rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.buy_1 .bx .tab p::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../image/icon45.png) no-repeat left top/100% 100%;
}
.buy_1 .bx .tab p:nth-child(1).on::after {
  background-image: url(../image/icon36.png);
}
.buy_1 .bx .tab p:nth-child(2)::after {
  transform: rotate(180deg);
}
.buy_1 .bx .tab p:nth-child(2).on::after {
  background-image: url(../image/icon37.png);
}
.buy_1 .bx .tab p span {
  position: relative;
  z-index: 1;
  font-size: 1.2rem;
}

.buy_2 {
  padding-top: 1rem;
}
.buy_2 .bx {
  background-color: #fff;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}
.buy_2 .p {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  color: #999;
  font-size: 1.1rem;
  display: flex;
  justify-content: space-between;
}
.buy_2 ul {
  padding-top: 3%;
  padding-bottom: 3%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.buy_2 ul li {
  width: 30%;
  background: #f3f3f3;
  text-align: center;
  height: 3.2rem;
  line-height: 3.2rem;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  color: #999;
}
.buy_2 ul li.on {
  background-color: var(--color);
  color: #fff;
}
.buy_2 ul .inp {
  width: 100%;
}
.buy_2 ul .box {
  padding: 0 1rem;
  font-size: 14px;
  display: flex;
}
.buy_2 ul .box input {
  flex-grow: 1;
  font-size: 14px;
}

.buy_3 {
  padding-top: 1rem;
}
.buy_3 .bx {
  background-color: #fff;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}
.buy_3 .p {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.buy_3 .p .tit {
  color: #999;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
}
.buy_3 .p img {
  width: 2.2rem;
  margin-right: 5px;
}

.news_1 {
  padding-top: 1rem;
}
.news_1 a {
  margin-bottom: 1rem;
  background: #fff;
  border-radius: 0.8rem;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.news_1 .txt {
  padding: 1rem;
  word-break: break-all;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news_1 .txt .tit {
  color: #333;
  font-size: 1.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news_1 .txt .bot {
  color: #999;
  padding-top: 0.5rem;
}
.news_1 .img {
  width: 9rem;
  flex-shrink: 0;
  height: 9rem;
}
.news_1 .img img {
  width: 100%;
  height: 100%;
}

.asset_1 .mine_top {
  position: relative;
  padding-top: 1.5rem;
  margin-bottom: 1rem;
  background: url(/image/icon20.png) no-repeat 100% 1rem/12rem auto;
}
.asset_1 .mine_top .mine_info {
  display: flex;
  align-items: center;
}
.asset_1 .mine_top .img {
  width: 5rem;
  height: 5rem;
  border-radius: 6rem;
  overflow: hidden;
}
.asset_1 .mine_top .img img {
  width: 100%;
  height: 100%;
}
.asset_1 .mine_top .box {
  padding-left: 0.5rem;
}
.asset_1 .mine_top .box .name {
  font-size: 1.3rem;
  padding: 0 0 0.8rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
}
.asset_1 .mine_top .box .id {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.asset_1 .mine_top .box .id img {
  width: 2.2rem;
}
.asset_1 .mine_top .mine_total {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.1rem;
  margin-top: 0.5rem;
}
.asset_1 .mine_top .mine_total p {
  padding: 0.5rem 0;
}
.asset_1 .mine_top .mine_total p span {
  color: #fff;
  padding: 0 0.5rem;
}
.asset_1 .mine_top .mine_total p .balance {
  font-size: 1.7rem;
}
.asset_1 .mine_top .set {
  background: url(../image/icon22.png) no-repeat center center/2.8rem auto;
  position: absolute;
  width: 3rem;
  height: 3rem;
  top: 0.6rem;
  right: -0.5rem;
}
.asset_1 .mine_operate {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.asset_1 .mine_operate a {
  width: 48%;
  padding: 1.2rem 0;
  border-radius: 0.8rem;
  flex-direction: revert;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}
.asset_1 .mine_operate a .img {
  width: 2rem;
  font-size: 0;
}
.asset_1 .mine_operate a .txt {
  font-size: 1.1rem;
  padding-left: 0.5rem;
}
.asset_1 .mine_operate .bg_1 {
  background: #5cba48;
}
.asset_1 .mine_operate .bg_2 {
  background: #406045;
}
.asset_1 .mine_list {
  margin-top: 1rem;
}
.asset_1 .mine_list a {
  background: #fff;
  color: #333;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  border-radius: 0.5rem;
  padding: 1rem;
  display: flex;
  align-items: center;
}
.asset_1 .mine_list .img {
  height: 1.5rem;
  font-size: 1.5rem;
  margin-right: 4px;
}
.asset_1 .mine_list .img img {
  width: 100%;
  height: 100%;
}
.asset_1 .mine_list .txt {
  line-height: 24px;
  font-size: 1.2rem;
  flex: 1;
}
.asset_1 .mine_list i {
  margin-left: 4px;
  line-height: 24px;
}

.invite_1 {
  padding-top: 1.2rem;
}
.invite_1 .box {
  width: 100%;
  margin: 0 auto;
  border: 3px solid var(--color);
  border-radius: 0.5rem;
  padding-bottom: 2rem;
}
.invite_1 .box .tit {
  background: url(../image/bj3.png) no-repeat left top/100% auto;
  width: 61%;
  height: 3.8rem;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  line-height: 3.8rem;
  font-weight: 700;
}
.invite_1 .box .qrcode {
  width: 13rem;
  height: 13rem;
  display: block;
  margin: 1rem auto 0;
}
.invite_1 .box .qrcode img {
  width: 100%;
  height: 100%;
}
.invite_1 .box .link {
  display: block;
  width: 72%;
  margin: 1.4rem auto 0;
  color: #fff;
  text-align: center;
  font-size: 1.1rem;
  padding: 0.8rem 0rem;
  word-break: break-all;
}
.invite_1 .box .button {
  display: block;
  background: var(--color);
  width: 21rem;
  margin: 1.5rem auto 0;
  height: 3.8rem;
  border-radius: 5rem;
  border: 0;
  color: #fff;
  font-size: 1.6rem;
}
.invite_1 .box2 {
  width: 100%;
  margin: 1.2rem auto 0;
  border: 3px solid var(--color);
  border-radius: 0.5rem;
  padding: 1.4rem 0 2rem;
}
.invite_1 .box2 .tab {
  display: flex;
  justify-content: center;
}
.invite_1 .box2 .tab span {
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: rgba(255, 255, 255, 0.8);
  margin: 0 1.8rem;
  padding: 0.5rem 0;
  width: 36%;
  text-align: center;
  border-radius: 3rem;
  font-size: 1.1rem;
  cursor: pointer;
}
.invite_1 .box2 .tab span.on {
  color: var(--color);
  font-weight: 700;
  border: 1px solid var(--color);
}
.invite_1 .box2 .tabCon {
  width: 90%;
  margin: 1.2rem auto 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1019607843);
  background: #fff;
}
.invite_1 .box2 .tabCon table {
  table-layout: auto;
  width: 100%;
  display: none;
}
.invite_1 .box2 .tabCon table.on {
  display: inline-table;
}
.invite_1 .box2 .tabCon table thead {
  width: 100%;
}
.invite_1 .box2 .tabCon table th {
  background: #999;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 400;
  padding: 0.6rem 0;
  border: none;
}
.invite_1 .box2 .tabCon table td {
  text-align: center;
  font-size: 14px;
  padding: 0.6rem;
}
.invite_1 .box2 .tabCon .txt {
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  color: #969799;
}

.wallet_1 {
  padding-top: 1.2rem;
}
.wallet_1 .list {
  width: 100%;
  padding: 1rem;
  background-color: #fff;
  border-radius: 0.5rem;
  display: flex;
}
.wallet_1 .list .img {
  width: 8rem;
  height: 8rem;
}
.wallet_1 .list .img img {
  width: 100%;
  height: 100%;
}
.wallet_1 .txt {
  color: #969799;
  font-size: 14px;
  line-height: 50px;
  text-align: center;
}

.financial_1 {
  padding-top: 1rem;
}
.financial_1 .tab {
  position: relative;
  height: 3.5rem;
  background-color: rgb(246, 246, 246);
  display: flex;
}
.financial_1 .tab a {
  flex-grow: 1;
  font-size: 14px;
  position: relative;
  color: #323233;
  display: flex;
  align-items: center;
  justify-content: center;
}
.financial_1 .tab a.on {
  color: var(--color);
}
.financial_1 .tab a.on::after {
  opacity: 1;
}
.financial_1 .tab a::after {
  content: "";
  opacity: 0;
  transition: all 0.3s ease;
  width: 100%;
  height: 2px;
  background-color: var(--color);
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 1;
}
.financial_1 table {
  margin-top: 1.2rem;
  background: #fff;
}
.financial_1 table th {
  background: #999;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 400;
  padding: 0.6rem 0;
  border: none;
}
.financial_1 table td {
  text-align: center;
  font-size: 14px;
  padding: 0.6rem;
}
.financial_1 .txt {
  color: #969799;
  font-size: 14px;
  line-height: 50px;
  text-align: center;
}
/* 财务记录卡片列表 */
.financial_1 .list {
  margin-top: 1.2rem;
  padding: 0 1.2rem 1.2rem;
}

/* 单条记录卡片 */
.financial-card {
  background-color: #fff;
  border-radius: 12px;
  padding: 0.9rem 1rem;
  margin-bottom: 0.9rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

/* 顶部：类型 + 时间 */
.financial-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.4rem;
}

.financial-card-type {
  font-size: 13px;
  color: #c8c9cc;
}

.financial-card-time {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 12px;
  color: #969799;
}

.financial-card-time i {
  font-size: 14px;
}

/* 中间：改变后 + 本次变动 */
.financial-card-middle {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 0.4rem;
}

.financial-card-after-label {
  font-size: 12px;
  color: #969799;
  margin-right: 0.25rem;
}

.financial-card-after-value {
  font-size: 16px;
  font-weight: 600;
  color: #323233;
}

.financial-card-change {
  font-size: 15px;
  font-weight: 600;
}

.financial-card-change.positive {
  color: #07c160; /* 正数绿色 */
}

.financial-card-change.negative {
  color: #ee0a24; /* 负数红色 */
}

/* 底部：Detail */
.financial-card-bottom {
  font-size: 12px;
  color: #969799;
}

.financial-card-bottom .label {
  margin-right: 0.25rem;
}

.financial-card-bottom .text {
  color: #323233;
}

/* 空状态 */
.financial-empty {
  padding: 1.2rem 1.2rem 0;
  color: #969799;
  font-size: 14px;
}


.orders_1 {
  padding-top: 1rem;
}
.orders_1 table {
  margin-top: 1.2rem;
  background: #fff;
}
.orders_1 table th {
  background: #999;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 400;
  padding: 0.6rem 0;
  border: none;
}
.orders_1 table td {
  text-align: center;
  font-size: 14px;
  padding: 0.6rem;
}
.orders_1 .txt {
  color: #969799;
  font-size: 14px;
  line-height: 50px;
  text-align: center;
}

.recharge_1 {
  padding-top: 1rem;
}
.recharge_1 .bx {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background-color: #fff;
}
.recharge_1 .tab {
  display: flex;
  gap: 3%;
}
.recharge_1 .tab a {
  width: calc(100% / 3 - 3% * (3 - 1) / 3);
  height: 2.6rem;
  line-height: 2.6rem;
  text-align: center;
  font-size: 1.25rem;
  border: 1px solid #e5e5e5;
  color: #666;
  border-radius: 0.5rem;
}
.recharge_1 .tab a.on {
  color: #fff;
  background-color: var(--color);
  border-color: var(--color);
}

.recharge_2 {
  padding-top: 1rem;
}
.recharge_2 .bx {
  padding-top: 1.2rem;
  padding-bottom: 2.2rem;
  background-color: #fff;
}
.recharge_2 .img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  padding: 10px;
}
.recharge_2 .img img {
  width: 100%;
  height: 100%;
}
.recharge_2 p {
  font-size: 1.4rem;
  word-break: break-all;
  padding: 0px 10%;
  text-align: center;
}
.recharge_2 p img {
  width: 1.5rem;
  position: relative;
  top: 4px;
}

.record_1 {
  padding-top: 1rem;
}
.record_1 table {
  table-layout: auto;
}
.record_1 table th {
  border: none;
  padding: 0.5rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
}
.record_1 table td {
  border: none;
  text-align: center;
  padding: 1rem 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
}
.record_1 .txt {
  color: #969799;
  font-size: 14px;
  line-height: 50px;
  text-align: center;
}

.withdraw_1 {
  padding-top: 1rem;
}
.withdraw_1 .bx {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.withdraw_1 .bx p {
  font-size: 1.2rem;
  font-weight: bold;
}
.withdraw_1 .bx a {
  font-size: 1.2rem;
  text-decoration: underline;
}

.withdraw_2 {
  padding-top: 1rem;
}
.withdraw_2 .bx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fff;
}
.withdraw_2 .img {
  display: block;
  width: 13rem;
  font-size: 0;
  margin: 0 auto;
}
.withdraw_2 p {
  text-align: center;
  color: #333;
  font-size: 1.1rem;
  padding-top: 1rem;
}

/* 提现和充值共用一套表单样式 */
.withdraw_3,
.recharge_3 {
  padding-top: 1rem;
}

.withdraw_3 p,
.recharge_3 p {
  font-size: 1.2rem;
  font-weight: bold;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-left: 3%;
  padding-right: 3%;
  background-color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.withdraw_3 .bx,
.recharge_3 .bx {
  background-color: #fff;
}

.withdraw_3 form,
.recharge_3 form {
  padding-bottom: 1.5rem;
  font-size: 14px;
  color: #323233;
}

.withdraw_3 form label,
.recharge_3 form label {
  padding: 10px 0;
  display: flex;
}

.withdraw_3 form .tit,
.recharge_3 form .tit {
  flex-shrink: 0;
  width: 6.2em;
  line-height: 24px;
}

.withdraw_3 form .inp,
.recharge_3 form .inp {
  flex-grow: 1;
  line-height: 24px;
  display: flex;
}

.withdraw_3 form .inp span,
.recharge_3 form .inp span {
  padding: 0 8px;
}

.withdraw_3 form .inp input,
.recharge_3 form .inp input {
  width: 100%;
}
/* 充值金额输入区域优化：输入框放大 + 单位 */
.recharge_3 .recharge-amount-wrap {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 0.4rem;
  padding: 0.8rem 1rem;
}

.recharge_3 .recharge-amount-input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 1.6rem;
  height: 3rem;
  line-height: 3rem;
}

.recharge_3 .recharge-amount-unit {
  margin-left: 0.6rem;
  font-size: 1.4rem;
  color: #666;
  white-space: nowrap;
}

/* 充值确认弹窗 */
.recharge-confirm-modal {
  position: fixed;
  inset: 0;
  z-index: 999;
}

.recharge-confirm-mask {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.recharge-confirm-dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80%;
  max-width: 320px;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 0.4rem;
  padding: 1.2rem 1.4rem;
}

.recharge-confirm-dialog .hd {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0.8rem;
  text-align: center;
}

.recharge-confirm-dialog .bd .row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.4rem;
  font-size: 1.4rem;
}

.recharge-confirm-dialog .bd .tip {
  margin-top: 0.8rem;
  font-size: 1.2rem;
  color: #888;
  line-height: 1.5;
}

.recharge-confirm-dialog .ft {
  display: flex;
  justify-content: space-between;
  margin-top: 1.2rem;
  gap: 0.8rem;
}

.recharge-confirm-dialog .ft .btn-cancel,
.recharge-confirm-dialog .ft .btn-ok {
  flex: 1;
  height: 40px;
  border-radius: 999px;
  border: none;
  font-size: 1.4rem;
}

.recharge-confirm-dialog .ft .btn-cancel {
  background-color: #eee;
  color: #333;
}

.recharge-confirm-dialog .ft .btn-ok {
  background-color: var(--color);
  color: #fff;
}

.withdraw_3 form .btn button,
.recharge_3 form .btn button {
  width: 50%;
  margin: 1.2rem auto 0;
  display: block;
  background-color: var(--color);
  height: 44px;
  text-align: center;
  color: #fff;
}

.withdraw_4 {
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
}
.withdraw_4 .tit {
  font-size: 1.2rem;
  color: #fff;
}
.withdraw_4 .con {
  padding-top: 1rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.8rem;
}

.settings_1 {
  padding-top: 1.5rem;
}
.settings_1 .box {
  background: #ffffff;
  border-radius: 0.5rem;
}
.settings_1 .box a {
  width: 100%;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.settings_1 .box .tit {
  flex-grow: 1;
}
.settings_1 .box .p {
  color: #969799;
}
.settings_1 .but {
  padding: 2rem;
}
.settings_1 .but button {
  color: #fff;
  background-color: var(--color);
  height: 3.8rem;
  width: 100%;
  border-radius: 0.3rem;
  border: 0;
  font-size: 1.4rem;
}

.safety_1 {
  padding-top: 1.5rem;
}
.safety_1 .box {
  background: #ffffff;
  border-radius: 0.5rem;
}
.safety_1 .box label {
  padding: 10px 16px;
  font-size: 14px;
  line-height: 24px;
  display: flex;
}
.safety_1 .box .tit {
  width: 7rem;
  color: #999;
  font-size: 1.1rem;
  text-align: right;
  margin-right: 12px;
  line-height: 24px;
}
.safety_1 .box .inp {
  flex-grow: 1;
  line-height: 24px;
}
.safety_1 .box .inp input,
.safety_1 .box .inp select {
  width: 100%;
  line-height: 24px;
}
.safety_1 .box .inp .file {
  width: 80px;
  height: 80px;
  background-color: #f7f8fa;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.safety_1 .box .inp .file i {
  color: #dcdee0;
  font-size: 24px;
}
.safety_1 .box .inp .file input {
  display: none;
}
.safety_1 .but {
  padding: 2rem;
}
.safety_1 .but button {
  color: #fff;
  background-color: var(--color);
  height: 3.8rem;
  width: 100%;
  border-radius: 0.3rem;
  border: 0;
  font-size: 1.4rem;
}

.login_1 {
  padding-top: 1.5rem;
}
.login_1 .box {
  background: #ffffff;
  border-radius: 0.5rem;
}
.login_1 .box label {
  padding: 10px 16px;
  font-size: 14px;
  line-height: 24px;
  display: flex;
}
.login_1 .box .tit {
  width: 9rem;
  color: #999;
  font-size: 1.1rem;
  margin-right: 12px;
  line-height: 24px;
}
.login_1 .box .inp {
  flex-grow: 1;
  line-height: 24px;
}
.login_1 .box .inp input {
  color: #333;
  font-size: 1.1rem;
  width: 100%;
  line-height: 24px;
}
.login_1 .but {
  padding: 2rem;
}
.login_1 .but button {
  color: #fff;
  background-color: var(--color);
  height: 3.8rem;
  width: 100%;
  border-radius: 0.3rem;
  border: 0;
  font-size: 1.4rem;
}

.payment_1 {
  padding-top: 1.5rem;
}
.payment_1 .box {
  background: #ffffff;
  border-radius: 0.5rem;
}
.payment_1 .box label {
  padding: 10px 16px;
  font-size: 14px;
  line-height: 24px;
  display: flex;
}
.payment_1 .box .tit {
  width: 9rem;
  color: #999;
  font-size: 1.1rem;
  margin-right: 12px;
  line-height: 24px;
}
.payment_1 .box .inp {
  flex-grow: 1;
  line-height: 24px;
}
.payment_1 .box .inp input {
  color: #333;
  font-size: 1.1rem;
  width: 100%;
  line-height: 24px;
}
.payment_1 .but {
  padding: 2rem;
}
.payment_1 .but button {
  color: #fff;
  background-color: var(--color);
  height: 3.8rem;
  width: 100%;
  border-radius: 0.3rem;
  border: 0;
  font-size: 1.4rem;
}

.email_1 {
  padding-top: 1.5rem;
}
.email_1 .box {
  background: #ffffff;
  border-radius: 0.5rem;
}
.email_1 .box label {
  padding: 10px 16px;
  font-size: 14px;
  line-height: 24px;
  display: flex;
}
.email_1 .box .tit {
  width: 9rem;
  color: #999;
  font-size: 1.1rem;
  margin-right: 12px;
  line-height: 24px;
}
.email_1 .box .inp {
  flex-grow: 1;
  line-height: 24px;
  display: flex;
}
.email_1 .box .inp button {
  flex-shrink: 0;
  width: 4rem;
  color: rgb(255, 255, 255);
  border-color: var(--color);
  background: var(--color);
  position: relative;
  padding: 0 4px;
  font-size: 10px;
}
.email_1 .box .inp input {
  color: #333;
  font-size: 1.1rem;
  width: 100%;
  line-height: 24px;
}
.email_1 .but {
  padding: 2rem;
}
.email_1 .but button {
  color: #fff;
  background-color: var(--color);
  height: 3.8rem;
  width: 100%;
  border-radius: 0.3rem;
  border: 0;
  font-size: 1.4rem;
}

.transaction_1 .bx {
  background-color: #fff;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  display: flex;
  justify-content: space-between;
}
.transaction_1 .l {
  width: 50%;
  color: #333;
}
.transaction_1 .l .tab {
  height: 3.5rem;
  display: flex;
}
.transaction_1 .l .tab p {
  width: 50%;
  color: #fff;
  height: 2.8rem;
  line-height: 2.8rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.transaction_1 .l .tab p.on::after {
  background-image: url(../image/icon36.png);
}
.transaction_1 .l .tab p:nth-child(2).on::after {
  background-image: url(../image/icon37.png);
}
.transaction_1 .l .tab p:nth-child(2)::after {
  transform: rotate(180deg);
}
.transaction_1 .l .tab p::after {
  background-image: url(../image/icon35.png);
  background-position: left top;
  background-size: 100% 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.transaction_1 .l .tab p span {
  position: relative;
  z-index: 1;
  font-size: 14px;
}
.transaction_1 .l .box form {
  display: none;
}
.transaction_1 .l .box form.on {
  display: block;
}
.transaction_1 .l .box .tit {
  padding: 1rem 0;
  font-size: 1rem;
}
.transaction_1 .l .box label {
  width: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid #666;
  border-radius: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.transaction_1 .l .box label select {
  width: 100%;
  font-size: 1.2rem;
  height: 2.4rem;
  line-height: 2.4rem;
  color: #333;
  padding: 0.1rem 0.6rem;
  margin-right: 5px;
}
.transaction_1 .l .box label img {
  position: absolute;
  background-color: #fff;
  right: 1px;
  top: 1px;
  bottom: 1px;
  padding: 10px;
}
.transaction_1 .l .box label span {
  position: absolute;
  padding: 6px;
  background: #fff;
}
.transaction_1 .l .box .between {
  margin-top: 0.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.transaction_1 .l .box .but {
  margin-top: 1.5rem;
}
.transaction_1 .l .box .but.disabled button {
  background-color: #df3d48;
}
.transaction_1 .l .box .but button {
  width: 100%;
  height: 3rem;
  background-color: var(--color);
  color: #fff;
  border-radius: 2px;
  font-size: 14px;
}
.transaction_1 .r {
  width: 45%;
}
.transaction_1 .r .tit {
  text-align: right;
  padding: 1rem 0;
  font-weight: 700;
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: var(--color);
}
.transaction_1 .r .th {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.transaction_1 .r .th p {
  color: #666;
  padding: 0.8rem 0;
}
.transaction_1 .r .th p + p {
  text-align: right;
}
.transaction_1 .r .ul1 li {
  background-image: url(../image/icon39.png);
}
.transaction_1 .r .ul1 p {
  color: var(--color);
}
.transaction_1 .r .ul1 p + p {
  text-align: right;
  color: #777;
}
.transaction_1 .r .ul2 li {
  background-image: url(../image/icon40.png);
}
.transaction_1 .r .ul2 p {
  color: #df3d48;
}
.transaction_1 .r .ul2 p + p {
  text-align: right;
  color: #777;
}
.transaction_1 .r li {
  background-size: 0% 100%;
  background-repeat: no-repeat;
  background-position: top right;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.transaction_1 .r p {
  flex: 1;
  padding: 0.3rem 0;
}
.transaction_1 .r .tit2 {
  font-size: 1.2rem;
  padding: 0.8rem 0;
  color: var(--color);
}

.transaction_2 .tab {
  height: 3.5rem;
  display: flex;
}
.transaction_2 .tab p {
  padding: 0 1.5rem;
  color: #fff;
  font-size: 14px;
  position: relative;
  display: flex;
  align-items: center;
}
.transaction_2 .tab p.on {
  color: var(--color);
}
.transaction_2 .tab p.on::after {
  opacity: 1;
}
.transaction_2 .tab p::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1.6rem;
  background-color: var(--color);
  transform: translateX(-50%);
  height: 2px;
  border-radius: 2px;
  transition-duration: 0.3s;
  opacity: 0;
}
.transaction_2 .tabBox {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.transaction_2 .tabBox table {
  display: none;
}
.transaction_2 .tabBox table.on {
  display: inline-table;
}
.transaction_2 .tabBox table th {
  border: none;
  padding: 0.5rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
}
.transaction_2 .tabBox table td {
  border: none;
  text-align: center;
  padding: 1rem 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
}
.transaction_2 .txt {
  color: #969799;
  font-size: 14px;
  line-height: 50px;
  text-align: center;
}

.transaction_3 {
  padding-top: 2px;
  display: flex;
}
.transaction_3 .bx {
  background-color: #fff;
}
.transaction_3 .top {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.transaction_3 .l .name {
  padding-left: 0.2rem;
}
.transaction_3 .l p {
  font-size: 1.5rem;
}
.transaction_3 .r {
  color: #999;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.transaction_3 .r .high span {
  color: var(--color);
}
.transaction_3 .r .low span {
  color: #e73722;
}

.transaction_4 {
  padding-top: 1px;
  display: flex;
}
.transaction_4 .bx {
  background-color: #fff;
}
.transaction_4 .tab {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.1rem;
  display: flex;
}
.transaction_4 .tab .list1 {
  border-radius: 1rem;
  overflow: hidden;
  display: flex;
}
.transaction_4 .tab .list1 span {
  width: 4rem;
  background: #f0f0f0;
  color: #999;
  line-height: 2.6rem;
  text-align: center;
  height: 2.6rem;
  font-weight: 700;
  cursor: pointer;
}
.transaction_4 .tab .list1 span.on {
  background-color: var(--color);
  color: #fff;
}
.transaction_4 .tab .list2 {
  flex-grow: 1;
  margin: 0 0.5rem;
  display: flex;
}
.transaction_4 .tab .list2 span {
  color: #999;
  height: 2.6rem;
  line-height: 2.6rem;
  flex: 1;
  padding: 0 0.5rem;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.transaction_4 .tab .list2 span.on {
  color: var(--color);
}
.transaction_4 .tab .list2 span.on::after {
  position: absolute;
  content: "";
  bottom: 0.4rem;
  left: 0;
  height: 2px;
  right: 0;
  background-color: var(--color);
  width: 2rem;
  margin: 0 auto;
}
.transaction_4 #main {
  height: 400px;
  width: 100%;
}

.info_1 .bx {
  padding-left: 4%;
  padding-right: 4%;
}
.info_1 .tit {
  font-size: 1.5rem;
  padding: 0.8rem 0;
  line-height: 2rem;
  color: #fff;
}
.info_1 .info {
  color: var(--color);
  font-weight: bold;
}
.info_1 .con {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.2rem;
  line-height: 2rem;
  padding: 1.2rem 0;
}

@keyframes nots {
  0% {
    transform: translateX(100%);
    right: 0;
  }
  100% {
    transform: translateX(0);
    right: 100%;
  }
}

/* ===== 客服弹窗（首页右上角铃铛） ===== */
.kefu_mask {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 999;
}
.kefu_mask.show {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.kefu_panel {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px 20px 0 0;
  padding: 20px 20px 24px;
}
.kefu_title {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1.6rem;
}
.kefu_body {
  margin-bottom: 1.2rem;
}
.kefu_row {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 1rem 0;
  cursor: pointer;
}
.kefu_icon {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 1.8rem;
  overflow: hidden;
  margin-right: 1rem;
}
.kefu_icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.kefu_text {
  flex: 1;
  text-align: left;
}
.kefu_account {
  font-size: 1.5rem;
  font-weight: 600;
}
.kefu_sub {
  font-size: 1.2rem;
  color: #999;
  margin-top: 0.2rem;
}
.kefu_close {
  width: 100%;
  text-align: center;
  padding: 1rem 0;
  font-size: 1.5rem;
  border-radius: 1.2rem;
  background-color: #f5f5f5;
}

/* KYC 未通过弹窗遮罩层 */
.kyc-reject-mask {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  font-family: inherit;
}

/* 显示用的 class */
.kyc-reject-mask.show {
  display: flex;
}

/* 弹窗主体 */
.kyc-reject-dialog {
  width: 80%;
  max-width: 360px;
  background: #ffffff;
  border-radius: 12px;
  padding: 18px 16px 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

/* 标题 */
.kyc-reject-title {
  font-size: 16px;
  font-weight: bold;
  color: #222;
  text-align: center;
  margin-bottom: 8px;
}

/* 顶部提示文字 */
.kyc-reject-tip {
  font-size: 13px;
  color: #666;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 10px;
}

/* 拒绝原因卡片 */
.kyc-reject-reason-box {
  background: #f8f9fb;
  border-radius: 8px;
  border: 1px solid #e3e5ea;
  padding: 8px 10px;
  margin-bottom: 12px;
}

.kyc-reject-reason-label {
  font-size: 12px;
  color: #888;
  margin-bottom: 4px;
}

.kyc-reject-reason-text {
  font-size: 13px;
  color: #333;
  max-height: 90px;
  overflow-y: auto;
  line-height: 1.5;
}

/* 底部按钮区域 */
.kyc-reject-actions {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.kyc-reject-actions .btn-ghost,
.kyc-reject-actions .btn-primary {
  flex: 1;
  height: 34px;
  border-radius: 999px;
  font-size: 13px;
  border: none;
  outline: none;
}

/* 次要按钮：白底绿边 */
.kyc-reject-actions .btn-ghost {
  background: #ffffff;
  border: 1px solid #2ecc71;
  color: #2ecc71;
}

/* 主要按钮：绿色实心 */
.kyc-reject-actions .btn-primary {
  background: #2ecc71;
  color: #ffffff;
}

/* 点击态简单反馈 */
.kyc-reject-actions button:active {
  opacity: 0.8;
}

/*# sourceMappingURL=index.css.map */

/*# sourceMappingURL=index.css.map */



/* ===== i18n: 首页股票列表表头防错乱（多语言时防换行/挤压） ===== */
.home_4 .stockList_table_th span{
  flex-wrap: nowrap;
  gap: 0.25rem;
}
.home_4 .stockList_table_th span > span{
  display: block;
  max-width: calc(100% - 1.8rem);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 排序箭头（<i><em/><em/></i>）减少内边距避免挤压 */
.home_4 .stockList_table_th span i:not(.iconfont){
  padding: 0;
  margin-left: 0.15rem;
  flex: 0 0 auto;
}
/* 名称列的 iconfont 保持可点击但不挤占 */
.home_4 .stockList_table_th span i.iconfont{
  padding: 0;
  margin-left: 0.15rem;
  flex: 0 0 auto;
}

