@import url("/assets/css/xi0-unified-site.css?v=20260518-home-hero");

@font-face {
  font-display: swap;
  font-family: Poppins-Medium;
  src: local("Trebuchet MS"), local("Segoe UI");
}
@font-face {
  font-display: swap;
  font-family: Poppins-Regular;
  src: local("Trebuchet MS"), local("Segoe UI");
}
body,
html {
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  color: #1a1a1a;
}
:root {
  --font-MT: "Trebuchet MS", "Segoe UI", sans-serif;
  --font-RE: "Trebuchet MS", "Segoe UI", sans-serif;
  --tab-re-color: #ffbd00;
  --tab-hover-color: #ffc729;
}
.line-break {
  white-space: pre-line;
}
body,
button,
div,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
li,
p,
span,
textarea,
ul {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
h1 {
  font-family: Poppins-Medium;
}
.w1200 {
  margin: 0 auto;
  width: 1200px;
}
.w1280 {
  margin: 0 auto;
  width: 1280px;
}
.w1000 {
  margin: 0 auto;
  width: 1000px;
}
ul {
  list-style-type: none;
  padding-left: 0;
}
a {
  box-sizing: border-box;
  text-decoration: none;
}
a,
a:active,
a:hover,
a:link,
a:visited {
  color: #000;
}
img {
  aspect-ratio: attr(width) / attr(height);
  height: auto;
  width: auto;
}
details > summary {
  cursor: pointer;
  list-style: none;
  outline: none;
}
details > summary::-webkit-details-marker {
  cursor: pointer;
  display: none;
  outline: none;
}
.showMessage {
  border-radius: 5px;
  color: #fff;
  left: 50%;
  padding: 10px 20px;
  position: fixed;
  top: 10%;
  transform: translate(-50%);
  z-index: 999;
}
.showMessageSuccess {
  background-color: #f0f9eb;
  border: 1px solid #e1f3d8;
  color: #67c23a;
}
.showMessageError {
  background-color: #fef0f0;
  border: 1px solid #fde2e2;
  color: #f76c6c;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input {
  box-sizing: border-box;
  font-size: 16px;
  outline: none;
  padding-left: 10px;
}
input::placeholder {
  color: #adbdcc;
  font-size: 14px;
}
textarea {
  font-family: Poppins-Regular;
  font-size: 16px;
  outline: none;
  padding: 10px;
  resize: none;
}
button {
  background: transparent;
  border: none;
  box-sizing: border-box;
  color: #1a1a1a;
  cursor: pointer;
  display: block;
  font-family: Poppins-Medium;
  font-size: 14px;
  outline: none;
  padding: 0;
}
html .el-input.is-disabled .el-input__inner {
  background-color: #1c2635;
}
.zq {
  transform: rotate(0deg);
  transition: transform 0.3s ease-in-out;
}
.head_user_pop:hover .zq,
.zq_h {
  transform: rotate(180deg);
}
.header_top_sign .lh-select_j {
  color: #697b8b;
  font-size: 12px;
}
@font-face {
  font-display: block;
  font-family: iconfont;
  src:
    url(../fonts/iconfont.woff2) format("woff2"),
    url(../fonts/iconfont.woff) format("woff");
}
.iconfont {
  font-family: iconfont !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn_h:hover,
.pay_list .btn_h:hover {
  background-color: #fdb937;
  border: none;
}
.dialog {
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 100;
}
.dialog_box {
  background-color: #fff;
  border-radius: 10px;
  left: 50%;
  padding: 1.5rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
  z-index: 101;
}
.dialog_class {
  color: #a0a2af;
  cursor: pointer;
  font-size: 1rem;
  position: absolute;
  right: 0.7rem;
  top: 0.7rem;
}
.lh-select {
  border: 0.063rem solid #d7d8d9;
  border-radius: 0.25rem;
  height: 40px;
  line-height: 40px;
  position: relative;
  width: 12.125rem;
  z-index: 9;
}
.lh-select_k {
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  height: 100%;
  padding-left: 1rem;
}
.lh-select-op {
  background-color: #fff;
  border: 1px solid #323c56;
  border-radius: 10px;
  box-sizing: border-box;
  display: none;
  list-style: none;
  margin: 0.2rem 0 0;
  max-height: 10rem;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 6px 0;
}
.lh-select-op::-webkit-scrollbar {
  border-radius: 6px;
  width: 8px;
}
.lh-select-op::-webkit-scrollbar-track {
  background: linear-gradient(180deg, #f5f5f5, #e8e8e8);
  border-radius: 6px;
}
.lh-select-op::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #a1a1a1, #a6a6a6);
  border-radius: 6px;
}
.lh-select-op li {
  align-items: center;
  box-sizing: border-box;
  color: #333;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  height: 34px;
  line-height: 34px;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 0 20px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lh-select-op .op_a {
  color: #f9c637;
  font-weight: 600;
}
.lh-select-op li:hover {
  background-color: #eee;
}
.lh-select-val {
  align-items: center;
  color: #333;
  display: inline-block;
  display: flex;
  height: 100%;
  width: calc(100% - 25px);
}
.lh-select_k .iconfont {
  margin-left: 7px;
  transition: all 0.2s;
}
.lh-select_k .sel_rot_0 {
  transform: rotate(-180deg);
}
.lh-select-op_img_box {
  align-items: center;
  background-color: #f9c637;
  border-radius: 13px;
  display: flex;
  height: 26px;
  margin-right: 14px;
  overflow: hidden;
  width: 42px;
}
.lh-select-op .search {
  align-items: center;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 8px;
  display: flex;
  height: 42px;
  left: 20px;
  margin: 0 auto;
  position: absolute;
  top: 66px;
  width: calc(100% - 40px);
  z-index: 9;
}
.lh-select-op .mask {
  background-color: #fff;
  border-radius: 10px 0 0 0;
  height: 52px;
  position: absolute;
  top: 61px;
  width: calc(100% - 10px);
  z-index: 2;
}
.lh-select-op .search_bottom {
  margin-top: 62px;
}
.lh-select-op .search input {
  background-color: #fff;
  border: 0;
  color: #333;
  font-size: 16px;
  margin-right: 10px;
  width: calc(100% - 60px);
}
.lh-select-op .search .iconfont {
  color: #ffbd00;
  cursor: pointer;
  font-size: 20px;
}
.lh-select_j {
  color: #323c56;
  margin-left: 10px;
  margin-right: 20px;
}
.lh-select-val span {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}
.suffix_box {
  position: relative;
}
.suffix_box .suffix {
  left: 27px;
  line-height: 41px;
  position: absolute;
  top: 1px;
}
.home_h2 {
  color: #222525;
  font-size: 38px;
  text-align: center;
}
.home_h3 {
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 400;
  margin-top: 23px;
  text-align: center;
}
.home_h2_p {
  color: #2a2b32;
  font-size: 16px;
  line-height: 1.7;
  margin-top: 32px;
}
.btn_hover:hover {
  background-color: #ffc727;
  border: none;
}
.btn_w_hover:hover {
  background-color: #ffbd00;
  border: none;
}
@media only screen and (max-width: 1280px) {
  .w1280 {
    width: 95%;
  }
}
@media only screen and (max-width: 1000px) {
  .w1000 {
    width: 96%;
  }
}
.identity_pay_gray {
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  display: none;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.identity_pay {
  background-color: #fff;
  border: 1px solid #e2e6ef;
  border-radius: 10px;
  box-shadow: 0 1px 0 0 rgba(63, 64, 70, 0.15);
  padding: 28px 24px 20px;
  position: relative;
  width: 360px;
}
.identity_pay .identity_pay_close {
  color: #6d7c90;
  cursor: pointer;
  font-size: 17px;
  position: absolute;
  right: 14px;
  top: 12px;
}
.identity_pay .identity_pay_icon {
  align-items: center;
  background-color: #fff7e0;
  border-radius: 50%;
  display: flex;
  height: 56px;
  justify-content: center;
  margin: 0 auto;
  width: 56px;
}
.identity_pay .identity_pay_icon .iconfont {
  color: #ffbd00;
  font-size: 27px;
}
.identity_pay .identity_pay_p {
  color: #333;
  font-size: 14px;
  line-height: 24px;
  margin-top: 28px;
  text-align: center;
}
.identity_pay .identity_pay_btn {
  background-color: #ffbd00;
  border-radius: 8px;
  color: #333;
  font-family: var(--font-MT);
  font-size: 14px;
  height: 44px;
  margin-top: 30px;
  width: 100%;
}
.identity_pay .identity_pay_btn:hover {
  background-color: #fdb937;
}
.identity_pay_tip {
  align-items: center;
  display: flex;
  display: none;
  justify-content: flex-start;
  margin-top: 16px;
  max-width: 390px;
}
.identity_pay_tip .identity_pay_tip_img {
  align-items: center;
  display: flex;
  height: 34px;
  justify-content: center;
  margin-right: 16px;
  width: 34px;
}
.identity_pay_tip .identity_pay_tip_img .iconfont {
  color: #ffbd00;
  font-size: 34px;
}
.identity_pay_tip .identity_pay_tip_P {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  opacity: 0.4;
  width: calc(100% - 50px);
}
#center_pay .identity_pay_tip .identity_pay_tip_P,
.paymethod_right .identity_pay_tip .identity_pay_tip_P {
  color: #6d7c90;
  opacity: 1;
}
.grecaptcha-badge {
  visibility: hidden;
}
