/** mixins **/

.msg-pop.recommend-pop {
  width: 6.67rem;
  height: 7.3rem;
  padding: 0.3rem 0.2rem 0.6rem;
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/recommend-pop-bg_210294f6.png) no-repeat center;
  background-size: contain;
}

.msg-pop.recommend-pop .pop-content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0.45rem 0.4rem 0;
}

.msg-pop.recommend-pop .message-title {
  text-align: center;
  font-size: 0.36rem;
  font-weight: normal;
  line-height: 0.36rem;
  letter-spacing: 0;
  /* 弹窗标题色 */
  color: #7E622C;
}

.msg-pop.recommend-pop .message-content {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow-y: scroll;
  overflow-x: hidden;
}

.msg-pop.recommend-pop .message-content.center {
  text-align: center;
}

.msg-pop.recommend-pop .message-content.center .message {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.msg-pop.recommend-pop .message-content .message {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 0.28rem;
  font-weight: normal;
  line-height: 120%;
  letter-spacing: 0;
  /* 弹窗标题色 */
  color: #7E622C;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.msg-pop.recommend-pop .message-content .message .recommend-info {
  margin-top: -0.1rem;
  font-size: 0.24rem;
  color: #7E622C;
  line-height: 180%;
}

.msg-pop.recommend-pop .message-content .message .recommend-info p {
  margin-bottom: 0.1rem;
}

.msg-pop.recommend-pop .message-content .message .recommend-info p:last-child {
  margin-bottom: 0;
}

.msg-pop.recommend-pop .message-content .message .recommend-info-pic {
  width: 4.8rem;
  height: 0.73rem;
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/recommend-pop-pic_444ca80f.png) no-repeat center center;
  background-size: 100% 100%;
}

.msg-pop.recommend-pop .message-content .message .el-form {
  margin-top: 0.1rem;
}

.msg-pop.recommend-pop .message-content .message .el-form .el-form-item .el-form-item__label {
  color: #493016;
}

.msg-pop.recommend-pop .message-content .message .el-form .el-form-item .el-input__inner {
  width: 4.7rem;
  background: rgba(162, 140, 94, 0.3);
  border: unset;
}

.msg-pop.recommend-pop .message-content .message .el-form .el-form-item .el-input__inner::-webkit-input-placeholder {
  color: #B09D6B;
}

.msg-pop.recommend-pop .message-content .message .el-form .el-form-item .el-input__inner::-moz-placeholder {
  color: #B09D6B;
}

.msg-pop.recommend-pop .message-content .message .el-form .el-form-item .el-input__inner:-ms-input-placeholder {
  color: #B09D6B;
}

.msg-pop.recommend-pop .message-content .message .el-form .el-form-item .el-input__inner::-ms-input-placeholder {
  color: #B09D6B;
}

.msg-pop.recommend-pop .message-content .message .el-form .el-form-item .el-input__inner::placeholder {
  color: #B09D6B;
}

.msg-pop.recommend-pop .message-content .message .el-form .el-form-item .el-form-item__content {
  line-height: unset;
}

.msg-pop.recommend-pop .message-btns {
  height: 0.92rem;
  margin-top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.msg-pop.recommend-pop .message-btns button {
  width: 2.88rem;
  height: 0.92rem;
  line-height: 0.92rem;
  font-size: 0.22rem;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0;
  color: #FFF;
  margin-right: 0.1rem;
}

.msg-pop.recommend-pop .message-btns button:last-child {
  margin-right: 0;
}

.msg-pop.recommend-pop .pop-btn-confirm {
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/bind-pop-btn-bg_02f7ece9.png) no-repeat center;
  background-size: 100% 100%;
}

.msg-pop.recommend-pop .pop-btn-cancel {
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/bind-pop-btn-cancel-bg_d17f0446.png) no-repeat center;
  background-size: 100% 100%;
}

.msg-pop.recommend-pop .pop-close {
  top: 0.4rem;
  right: 0.4rem;
  width: 0.64rem;
  height: 0.64rem;
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/pop-msg-btn-x_e2193049.png) no-repeat center;
  background-size: 100% 100%;
}

.msg-pop.recommend-pop .pop-close::before {
  content: ' ';
}
/** mixins **/

.no-data-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: -0.4rem;
}

.no-data-box .no-data-icon {
  width: 2.72rem;
  height: 2.76rem;
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/icon_64bbf023.png) center center no-repeat;
  background-size: contain;
}

.no-data-box .no-data-title {
  margin-top: 0.36rem;
  font-size: 0.28rem;
  margin-left: -1.36rem;
  color: #FFF9D0;
}
@charset "utf-8";

/** mixins **/

* {
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-focus-ring-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* Noto黑体简体 */

@font-face {
  font-family: 'Noto Sans SC';
  src: url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-sc-v26-latin_chinese-simplified-300.woff2') format('woff2'), url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-sc-v26-latin_chinese-simplified-300.woff') format('woff');
  font-weight: 300;
}

@font-face {
  font-family: 'Noto Sans SC';
  src: url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-sc-v26-latin_chinese-simplified-regular.woff2') format('woff2'), url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-sc-v26-latin_chinese-simplified-regular.woff') format('woff');
  font-weight: 400;
}

@font-face {
  font-family: 'Noto Sans SC';
  src: url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-sc-v26-latin_chinese-simplified-500.woff2') format('woff2'), url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-sc-v26-latin_chinese-simplified-500.woff') format('woff');
  font-weight: 500;
}

@font-face {
  font-family: 'Noto Sans SC';
  src: url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-sc-v26-latin_chinese-simplified-700.woff2') format('woff2'), url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-sc-v26-latin_chinese-simplified-700.woff') format('woff');
  font-weight: 700;
}

/* Noto黑体繁体 */

@font-face {
  font-family: 'Noto Sans TC';
  src: url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-tc-v26-latin_chinese-traditional-300.woff2') format('woff2'), url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-tc-v26-latin_chinese-traditional-300.woff') format('woff');
  font-weight: 300;
}

@font-face {
  font-family: 'Noto Sans TC';
  src: url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-tc-v26-latin_chinese-traditional-regular.woff2') format('woff2'), url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-tc-v26-latin_chinese-traditional-regular.woff') format('woff');
  font-weight: 400;
}

@font-face {
  font-family: 'Noto Sans TC';
  src: url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-tc-v26-latin_chinese-traditional-500.woff2') format('woff2'), url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-tc-v26-latin_chinese-traditional-500.woff') format('woff');
  font-weight: 500;
}

@font-face {
  font-family: 'Noto Sans TC';
  src: url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-tc-v26-latin_chinese-traditional-700.woff2') format('woff2'), url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-tc-v26-latin_chinese-traditional-700.woff') format('woff');
  font-weight: 700;
}

/* Noto黑体日语 */

@font-face {
  font-family: 'Noto Sans JP';
  src: url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-jp-v42-latin_japanese-300.woff2') format('woff2'), url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-jp-v42-latin_japanese-300.woff') format('woff');
  font-weight: 300;
}

@font-face {
  font-family: 'Noto Sans JP';
  src: url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-jp-v42-latin_japanese-regular.woff2') format('woff2'), url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-jp-v42-latin_japanese-regular.woff') format('woff');
  font-weight: 400;
}

@font-face {
  font-family: 'Noto Sans JP';
  src: url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-jp-v42-latin_japanese-500.woff2') format('woff2'), url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-jp-v42-latin_japanese-500.woff') format('woff');
  font-weight: 500;
}

@font-face {
  font-family: 'Noto Sans JP';
  src: url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-jp-v42-latin_japanese-700.woff2') format('woff2'), url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-jp-v42-latin_japanese-700.woff') format('woff');
  font-weight: 700;
}

/* Noto黑体韩语 */

@font-face {
  font-family: 'Noto Sans KR';
  src: url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-kr-v27-latin_korean-300.woff2') format('woff2'), url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-kr-v27-latin_korean-300.woff') format('woff');
  font-weight: 300;
}

@font-face {
  font-family: 'Noto Sans KR';
  src: url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-kr-v27-latin_korean-regular.woff2') format('woff2'), url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-kr-v27-latin_korean-regular.woff') format('woff');
  font-weight: 400;
}

@font-face {
  font-family: 'Noto Sans KR';
  src: url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-kr-v27-latin_korean-500.woff2') format('woff2'), url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-kr-v27-latin_korean-500.woff') format('woff');
  font-weight: 500;
}

@font-face {
  font-family: 'Noto Sans KR';
  src: url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-kr-v27-latin_korean-700.woff2') format('woff2'), url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-kr-v27-latin_korean-700.woff') format('woff');
  font-weight: 700;
}

/* Noto黑体泰语 */

@font-face {
  font-family: 'Noto Sans Thai';
  src: url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-thai-v20-thai_latin-300.woff2') format('woff2'), url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-thai-v20-thai_latin-300.woff') format('woff');
  font-weight: 300;
}

@font-face {
  font-family: 'Noto Sans Thai';
  src: url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-thai-v20-thai_latin-regular.woff2') format('woff2'), url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-thai-v20-thai_latin-regular.woff') format('woff');
  font-weight: 400;
}

@font-face {
  font-family: 'Noto Sans Thai';
  src: url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-thai-v20-thai_latin-500.woff2') format('woff2'), url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-thai-v20-thai_latin-500.woff') format('woff');
  font-weight: 500;
}

@font-face {
  font-family: 'Noto Sans Thai';
  src: url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-thai-v20-thai_latin-700.woff2') format('woff2'), url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-thai-v20-thai_latin-700.woff') format('woff');
  font-weight: 700;
}

html {
  font-family: "Noto Sans SC", sans-serif;
}

[lang|="zh-hant"],
[lang|="zh-hans"],
[lang|="zh-cht"],
[lang=zh-hk],
[lang=zh-tw] {
  font-family: "Noto Sans TC", sans-serif;
}

[lang|="jp"] {
  font-family: "Noto Sans JP", sans-serif;
}

[lang|="kr"] {
  font-family: "Noto Sans KR", sans-serif;
}

[lang|="th"] {
  font-family: "Noto Sans Thai", sans-serif;
}

/* CSS Document */

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu,
select {
  margin: 0;
  padding: 0;
}

html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}

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

strong,
b {
  font-weight: bold;
  font-style: normal;
}

em {
  font-weight: normal;
  font-style: italic;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

li {
  list-style: none;
}

button,
a,
select {
  border: none;
  outline: none;
}

input,
textarea,
button,
a {
  font: inherit;
  color: inherit;
}

input,
textarea {
  outline: none;
}

textarea {
  overflow: auto;
  resize: none;
}

a,
button {
  cursor: pointer;
}

a,
a:hover {
  text-decoration: none;
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition-delay: 999999s;
  -webkit-transition: color 999999s ease-out, background-color 999999s ease-out;
}

#NIE-warning-dialog {
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

#NIE-topBar {
  z-index: 999 !important;
}

#NIE-topBar * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@font-face {
  font-family: 'Noto Sans SC';
  src: url("https://comm.res.easebar.com/js/nie/ref/fonts/noto/noto-sans-sc-v26-latin_chinese-simplified-regular.woff2") format('woff2'), url("https://comm.res.easebar.com/js/nie/ref/fonts/noto/noto-sans-sc-v26-latin_chinese-simplified-regular.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NotoSansTC';
  src: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/NotoSansTC-Regular_16f2b3fa.woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "iconcopyright";
  src: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/iconfont_b90be6b3.eot);
  /* IE9 */
  src: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/iconfont_b90be6b3.eot#iefix) format('embedded-opentype'),  url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAANEAAsAAAAAB7QAAAL4AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCDFAqCdIJuATYCJAMQCwoABCAFhG0HTBvcBsguMXY9EIkQVEszmWBVcaq/O3cKRHw0gu/X0H33310QFIOKZ0sqKbEC1mllVStNp8Yjq1aY/N+c/u06JLm3L4clOWQVaGsDlzQNvuuV9YTam59wmzGAjkACySlMwIXK+rJ1B9uu91nGn2YxDiTiDnLFy18cjmsLzgfKZa5BXdQFGAe0dW9skyyQgDwV21owbYeIvzg5TqDdmGFVu4vrEtRLNC4Qty1TgfqGU0oj0io0A0tTvIRaa/W8+hTAi+z78RfiUU+lLmjq4a0FHaZ/6FPinwuJGp4dp4exioIVIIkrg8ZzSBFcQbR7/UPWgEYK1VH2/38yJKbPb1hoyx+vIhqU3gnWESr86I+Ylegf5AKi/0hTwZexpBVtuAK8QtKRY+hs7OxsZP/Oq5eV6E6SMpDT6zTwJCQnPSmPJypDQmlaKEMoI0cyKTElFwaTbv2yNJCUhxKpy0POJ7kypiz5Uk6vd6n779slb29kl2kJPS6qYprs7RHwtlQ6uKq9+fs+dc49MFFwm+/LXpwly+cz4RQ5Pf83iRi6UeSIMbPC11zntGyeH2rqSPAOdTq46uvuA5x+KtsEs/BJQnn6t/3Gytvj2sa/6kvw5kR6wV5mpvVtTMGfxFpYlj6HVJkuN2IG6WkG4Y357ezhFFn7PR4hHlqcTmg1VEGlxSgUrWYQiVmBWod1aLTagHbLllZ3GMAQkW1YsiEg9NqBSrfXUPQ6QyTmAWrDPqHRGwTaHUXXlh3mwmqcY1ThVEe1hJbme4bU8MY8U6BmzlFYnZMREpRlLQ/GwtF2ZIl6lB0xI5s345wbaDDfxUVxGnUcHwPmZ6jGw2nOg9FIxBh6UljzXWi0g6EUHKVDqhJk0fg8RlKda+x8XkCZchwKNlHSo06gmCyrfhQTFl2AWBJ6i0o+5ZysPFMcxxmQgfG50KLQUw4HfSgYHpRBabiw9AZ/YFREqWQsFYavF7ufcA20owsyqiiRUWt/EoxoFtMcGmvW/YJXK6w1c4qnWgA=') format('woff2'), url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/iconfont_87b8b49e.woff) format('woff');
}

/* Noto黑体繁体 */

html,
body {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  font-family: 'Noto Sans SC', sans-serif;
}

body {
  font-size: 0.26rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body .leihuo-img-corp-filepicker-modal {
  z-index: 2;
}

body .leihuo-img-corp-filepicker-modal .crop-img-modal {
  max-width: 7.5rem;
  width: 7.5rem;
  height: 5.86rem;
  max-height: 5.86rem;
  padding: 0.2rem 0.36rem;
  background-color: #EAE3C2 !important;
  border-radius: unset !important;
}

body .leihuo-img-corp-filepicker-modal .crop-img-modal .img-corp-box {
  height: 3.76rem;
}

body .leihuo-img-corp-filepicker-modal .crop-img-modal .img-corp-box .cropper-view-box {
  outline: 0.02rem solid #fff;
  outline-color: rgba(255, 255, 255, 0.75);
}

body .leihuo-img-corp-filepicker-modal .crop-img-modal .img-corp-box .crop-point {
  background: none;
  display: none;
}

body .leihuo-img-corp-filepicker-modal .crop-img-modal .img-corp-box .crop-point.point1,
body .leihuo-img-corp-filepicker-modal .crop-img-modal .img-corp-box .crop-point.point3,
body .leihuo-img-corp-filepicker-modal .crop-img-modal .img-corp-box .crop-point.point6,
body .leihuo-img-corp-filepicker-modal .crop-img-modal .img-corp-box .crop-point.point8 {
  display: block;
  position: absolute;
}

body .leihuo-img-corp-filepicker-modal .crop-img-modal .img-corp-box .crop-point.point1::after,
body .leihuo-img-corp-filepicker-modal .crop-img-modal .img-corp-box .crop-point.point3::after,
body .leihuo-img-corp-filepicker-modal .crop-img-modal .img-corp-box .crop-point.point6::after,
body .leihuo-img-corp-filepicker-modal .crop-img-modal .img-corp-box .crop-point.point8::after {
  content: "";
  position: absolute;
  width: 0.44rem;
  height: 0.04rem;
  background-color: #fff;
}

body .leihuo-img-corp-filepicker-modal .crop-img-modal .img-corp-box .crop-point.point1::before,
body .leihuo-img-corp-filepicker-modal .crop-img-modal .img-corp-box .crop-point.point3::before,
body .leihuo-img-corp-filepicker-modal .crop-img-modal .img-corp-box .crop-point.point6::before,
body .leihuo-img-corp-filepicker-modal .crop-img-modal .img-corp-box .crop-point.point8::before {
  content: "";
  position: absolute;
  width: 0.04rem;
  height: 0.44rem;
  background-color: #fff;
}

body .leihuo-img-corp-filepicker-modal .crop-img-modal .img-corp-box .crop-point.point1 {
  top: -0.04rem;
  left: -0.04rem;
}

body .leihuo-img-corp-filepicker-modal .crop-img-modal .img-corp-box .crop-point.point1::after {
  left: 0;
  top: 0;
}

body .leihuo-img-corp-filepicker-modal .crop-img-modal .img-corp-box .crop-point.point1::before {
  left: 0;
  top: 0;
}

body .leihuo-img-corp-filepicker-modal .crop-img-modal .img-corp-box .crop-point.point3 {
  top: -0.04rem;
  right: -0.04rem;
}

body .leihuo-img-corp-filepicker-modal .crop-img-modal .img-corp-box .crop-point.point3::after {
  right: 0;
  top: 0;
}

body .leihuo-img-corp-filepicker-modal .crop-img-modal .img-corp-box .crop-point.point3::before {
  right: 0;
  top: 0;
}

body .leihuo-img-corp-filepicker-modal .crop-img-modal .img-corp-box .crop-point.point6 {
  bottom: -0.04rem;
  left: -0.04rem;
}

body .leihuo-img-corp-filepicker-modal .crop-img-modal .img-corp-box .crop-point.point6::after {
  left: 0;
  bottom: 0;
}

body .leihuo-img-corp-filepicker-modal .crop-img-modal .img-corp-box .crop-point.point6::before {
  left: 0;
  bottom: 0;
}

body .leihuo-img-corp-filepicker-modal .crop-img-modal .img-corp-box .crop-point.point8 {
  bottom: -0.04rem;
  right: -0.04rem;
}

body .leihuo-img-corp-filepicker-modal .crop-img-modal .img-corp-box .crop-point.point8::after {
  right: 0;
  bottom: 0;
}

body .leihuo-img-corp-filepicker-modal .crop-img-modal .img-corp-box .crop-point.point8::before {
  right: 0;
  bottom: 0;
}

body .leihuo-img-corp-filepicker-modal .crop-img-modal .btn {
  width: 2.88rem;
  height: 0.92rem;
  margin-top: 0.7rem;
}

body .leihuo-img-corp-filepicker-modal .crop-img-modal .btn.cancel {
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/bind-pop-btn-cancel-bg_d17f0446.png) no-repeat top center;
  background-size: contain;
  margin-right: 0.52rem;
}

body .leihuo-img-corp-filepicker-modal .crop-img-modal .btn.confirm {
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/bind-pop-btn-bg_02f7ece9.png) no-repeat top center;
  background-size: contain;
}

#app {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-top: 0.84rem;
  padding-bottom: 1.52rem;
  background: #be887c url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/bg_6bd20f15.jpg) no-repeat top center;
  background-size: cover;
}

#app.inner {
  z-index: 2;
}

#app.inner .leihuo-feedback {
  display: none;
}

.go-top-btn {
  position: absolute;
  bottom: 0;
  right: 0.25rem;
  width: 1.62rem;
  height: 1.78rem;
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/top-btn-bg_3385b184.png) center center no-repeat;
  background-size: contain;
  font-size: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.45rem;
}

.go-top-btn span {
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/top-btn_e766a0d0.png) center center no-repeat;
  background-size: contain;
}

.go-top-btn.show-page span {
  width: 0.48rem;
  height: 0.01rem;
  background: #FFF9D0;
  margin-bottom: 0.05rem;
  opacity: 0.3;
}

.go-top-btn.show-page::before,
.go-top-btn.show-page::after {
  content: "";
  font-size: 0.24rem;
  color: #FFF9D0;
}

.go-top-btn.show-page::before {
  content: attr(data-curr);
  font-size: 0.32rem;
  line-height: 0.42rem;
}

.go-top-btn.show-page::after {
  content: attr(data-total);
  line-height: 0.28rem;
  color: #F1CFB7;
}

.leihuo-feedback {
  bottom: 3.65rem !important;
}

#leihuo-top #leihuo-top-wrap #logo {
  position: fixed;
  top: 0.06rem;
  left: 0.4rem;
  z-index: 2;
  width: 1.8rem;
  height: 0.72rem;
}

#leihuo-top #leihuo-top-wrap #logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

#leihuo-top #leihuo-top-wrap #leihuo_top_content {
  display: none;
}

#copyright .btn-copyright {
  bottom: 1.83rem;
  z-index: 1;
}

#forhorview {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.85;
  z-index: 9999;
}

#forhorview p {
  text-align: center;
  color: #fff;
  position: relative;
  top: 35%;
  font-size: 0.3rem;
}

.ccc-html2canvas-html {
  background: transparent !important;
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
}

.pop-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 5rem;
  height: 4rem;
  background: white;
  color: red;
}

.pop-bg .pop-close {
  position: absolute;
  top: -0.2rem;
  right: 0;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  cursor: pointer;
}

.pop-bg .pop-close:before {
  content: 'x';
}

.pop-bg .pop-close:hover {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.msg-pop {
  width: 6.68rem;
  height: 5.64rem;
  padding: 0.25rem 0.22rem;
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/msg-pop-bg_2f952387.png) no-repeat center;
  background-size: contain;
}

.msg-pop .pop-content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0.5rem 0.35rem 0.4rem;
}

.msg-pop .message-title {
  text-align: center;
  font-size: 0.28rem;
  font-weight: normal;
  line-height: 120%;
  letter-spacing: 0;
  /* 弹窗标题色 */
  color: #7E622C;
}

.msg-pop .message-content {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow-y: scroll;
  overflow-x: hidden;
}

.msg-pop .message-content.center {
  text-align: center;
}

.msg-pop .message-content.center .message {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.msg-pop .message-content .message {
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 120%;
  letter-spacing: 0;
  /* 弹窗标题色 */
  color: #493016;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.msg-pop .message-content .message .qrcode {
  text-align: center;
}

.msg-pop .message-btns {
  margin-top: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.msg-pop .message-btns button {
  width: 2.88rem;
  height: 0.92rem;
  line-height: 0.92rem;
  font-size: 0.22rem;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0;
  color: #FFF;
  margin-right: 0.1rem;
}

.msg-pop .message-btns button:last-child {
  margin-right: 0;
}

.msg-pop .pop-btn-confirm {
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/bind-pop-btn-bg_02f7ece9.png) no-repeat center;
  background-size: 100% 100%;
}

.msg-pop .pop-btn-cancel {
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/bind-pop-btn-cancel-bg_d17f0446.png) no-repeat center;
  background-size: 100% 100%;
}

.msg-pop .pop-close {
  top: 0.4rem;
  right: 0.4rem;
  width: 0.64rem;
  height: 0.64rem;
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/pop-msg-btn-x_e2193049.png) no-repeat center;
  background-size: 100% 100%;
}

.msg-pop .pop-close::before {
  content: ' ';
}

.bind-role-pop,
.multi-login-bind-pop-box {
  width: 6.68rem !important;
  height: 5.64rem;
  padding: 0.25rem 0.22rem;
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/msg-pop-bg_2f952387.png) no-repeat center !important;
  background-size: 100% 100% !important;
}

.bind-role-pop .pop-content,
.multi-login-bind-pop-box .pop-content,
.bind-role-pop .message-content,
.multi-login-bind-pop-box .message-content {
  width: 100%;
  height: 100%;
}

.bind-role-pop .message-content,
.multi-login-bind-pop-box .message-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bind-role-pop .leihuo-bind,
.multi-login-bind-pop-box .leihuo-bind {
  margin-top: 0.5rem;
}

.bind-role-pop .leihuo-bind .leihuo-bind-title,
.multi-login-bind-pop-box .leihuo-bind .leihuo-bind-title {
  font-size: 0.32rem;
  font-weight: normal;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 0;
  /* 弹窗标题色 */
  color: #7e622c;
}

.bind-role-pop .leihuo-bind .leihuo-bind-info p:nth-of-type(1),
.multi-login-bind-pop-box .leihuo-bind .leihuo-bind-info p:nth-of-type(1) {
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 0.28rem;
  text-align: center;
  letter-spacing: 0;
  /* 文本颜色 */
  color: #493016;
  margin-top: 1rem;
}

.bind-role-pop .leihuo-bind .leihuo-bind-info p:nth-of-type(2),
.multi-login-bind-pop-box .leihuo-bind .leihuo-bind-info p:nth-of-type(2) {
  font-size: 0.24rem;
  font-weight: 500;
  line-height: 180%;
  text-align: center;
  letter-spacing: 0;
  color: #9d863e;
  margin-bottom: 1rem;
}

.bind-role-pop .leihuo-bind .leihuo-bind-captcha,
.multi-login-bind-pop-box .leihuo-bind .leihuo-bind-captcha {
  margin-top: 1.7rem;
  padding: 0 0.5rem;
}

.bind-role-pop .leihuo-bind .el-select .el-input__inner,
.multi-login-bind-pop-box .leihuo-bind .el-select .el-input__inner {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.22rem;
  letter-spacing: 0;
  /* 小标签文本 */
  color: #b09d6b;
  border: 0.01rem solid #b09d6b;
}

.bind-role-pop .leihuo-bind .leihuo-role-select,
.multi-login-bind-pop-box .leihuo-bind .leihuo-role-select {
  width: 5.21rem;
  margin: 0.4rem auto 0;
}

.bind-role-pop .leihuo-bind .leihuo-role-select .leihuo-bind-select,
.multi-login-bind-pop-box .leihuo-bind .leihuo-role-select .leihuo-bind-select {
  margin-bottom: 0.26rem;
  width: 100%;
  height: 0.63rem;
}

.bind-role-pop .leihuo-bind .leihuo-role-select .leihuo-bind-select:last-child,
.multi-login-bind-pop-box .leihuo-bind .leihuo-role-select .leihuo-bind-select:last-child {
  margin-bottom: 0;
}

.bind-role-pop .leihuo-bind .leihuo-role-select .leihuo-bind-select .el-input,
.multi-login-bind-pop-box .leihuo-bind .leihuo-role-select .leihuo-bind-select .el-input {
  height: 100%;
}

.bind-role-pop .leihuo-bind .leihuo-role-select .leihuo-bind-select .el-input .el-input__inner,
.multi-login-bind-pop-box .leihuo-bind .leihuo-role-select .leihuo-bind-select .el-input .el-input__inner {
  height: 100%;
  font-size: 0.24rem;
  border-radius: 0.0525rem;
  background: rgba(255, 255, 255, 0.5);
  color: #b09d6b;
}

.bind-role-pop .leihuo-bind .leihuo-role-select .leihuo-bind-select .el-input .el-input__inner::-webkit-input-placeholder,
.multi-login-bind-pop-box .leihuo-bind .leihuo-role-select .leihuo-bind-select .el-input .el-input__inner::-webkit-input-placeholder {
  color: #b09d6b;
}

.bind-role-pop .leihuo-bind .leihuo-role-select .leihuo-bind-select .el-input .el-input__inner::-moz-placeholder,
.multi-login-bind-pop-box .leihuo-bind .leihuo-role-select .leihuo-bind-select .el-input .el-input__inner::-moz-placeholder {
  color: #b09d6b;
}

.bind-role-pop .leihuo-bind .leihuo-role-select .leihuo-bind-select .el-input .el-input__inner:-ms-input-placeholder,
.multi-login-bind-pop-box .leihuo-bind .leihuo-role-select .leihuo-bind-select .el-input .el-input__inner:-ms-input-placeholder {
  color: #b09d6b;
}

.bind-role-pop .leihuo-bind .leihuo-role-select .leihuo-bind-select .el-input .el-input__inner::-ms-input-placeholder,
.multi-login-bind-pop-box .leihuo-bind .leihuo-role-select .leihuo-bind-select .el-input .el-input__inner::-ms-input-placeholder {
  color: #b09d6b;
}

.bind-role-pop .leihuo-bind .leihuo-role-select .leihuo-bind-select .el-input .el-input__inner::placeholder,
.multi-login-bind-pop-box .leihuo-bind .leihuo-role-select .leihuo-bind-select .el-input .el-input__inner::placeholder {
  color: #b09d6b;
}

.bind-role-pop .leihuo-bind .leihuo-role-select .leihuo-bind-select .el-input .el-input__suffix .el-input__suffix-inner,
.multi-login-bind-pop-box .leihuo-bind .leihuo-role-select .leihuo-bind-select .el-input .el-input__suffix .el-input__suffix-inner,
.bind-role-pop .leihuo-bind .leihuo-role-select .leihuo-bind-select .el-input .el-input__suffix .el-input__suffix-inner i,
.multi-login-bind-pop-box .leihuo-bind .leihuo-role-select .leihuo-bind-select .el-input .el-input__suffix .el-input__suffix-inner i {
  display: inline-block;
  height: 0.63rem;
  line-height: 0.63rem;
  color: #b09d6b;
}

.bind-role-pop .leihuo-bind .btn-group,
.multi-login-bind-pop-box .leihuo-bind .btn-group {
  margin-top: 0.73rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bind-role-pop .leihuo-bind .btn-group .el-button,
.multi-login-bind-pop-box .leihuo-bind .btn-group .el-button {
  width: 2.88rem;
  height: 0.92rem;
  line-height: 0.92rem;
  padding: 0;
  display: inline-block;
  border: none;
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/bind-pop-btn-bg_02f7ece9.png) center center no-repeat;
  background-size: contain;
}

.bind-role-pop .leihuo-bind .btn-group .el-button.el-button--default,
.multi-login-bind-pop-box .leihuo-bind .btn-group .el-button.el-button--default {
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/bind-pop-btn-cancel-bg_d17f0446.png) center center no-repeat;
  background-size: contain;
}

.bind-role-pop .leihuo-bind .btn-group .el-button span,
.multi-login-bind-pop-box .leihuo-bind .btn-group .el-button span {
  font-size: 0.28rem;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  letter-spacing: 0;
  color: #fff;
}

.bind-role-pop .pop-close,
.multi-login-bind-pop-box .pop-close,
.bind-role-pop .multi-login-bind-pop-close,
.multi-login-bind-pop-box .multi-login-bind-pop-close {
  top: 0.32rem !important;
  right: 0.32rem !important;
  width: 0.64rem !important;
  height: 0.64rem !important;
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/pop-msg-btn-x_e2193049.png) no-repeat center !important;
  background-size: 100% 100% !important;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.bind-role-pop .pop-close::before,
.multi-login-bind-pop-box .pop-close::before,
.bind-role-pop .multi-login-bind-pop-close::before,
.multi-login-bind-pop-box .multi-login-bind-pop-close::before {
  content: " ";
}

.bind-role-pop .pop-close:hover,
.multi-login-bind-pop-box .pop-close:hover,
.bind-role-pop .multi-login-bind-pop-close:hover,
.multi-login-bind-pop-box .multi-login-bind-pop-close:hover {
  -webkit-transform: rotate(180deg) !important;
  transform: rotate(180deg) !important;
}

.my-button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 2.88rem;
  height: 0.92rem;
  line-height: 0.92rem;
  font-size: 0.28rem;
  text-align: center;
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/auth-btn_52a13206.png) center center no-repeat;
  background-size: 100% 100%;
  color: #FFF;
}

.my-button.confirm {
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/button-confirm_a776995e.png) no-repeat;
  background-size: cover;
}

.my-button.confirm.blue {
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/button-confirm-blue_19e23c3a.png) no-repeat;
  background-size: cover;
}

.my-button.black {
  color: #001020;
}

.my-button.submit {
  width: 3.84rem;
  height: 0.92rem;
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/auth-btn_52a13206.png) no-repeat;
  background-size: 100% 100%;
}

.my-button.submit.disabled {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.my-button.sms {
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/btn-sms-1_67a52328.png) no-repeat;
  background-size: cover;
  font-size: 0.24rem;
  color: #FDFDFD;
  width: 1.6rem;
  height: 0.52rem;
  line-height: 0.52rem;
}

.my-button.sms.disabled {
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/btn-sms-0_0772b1e4.png) no-repeat;
  background-size: cover;
}

.inline-tips.long {
  margin-top: 0.5rem;
}

.inline-tips h6 {
  font-size: 0.32rem;
  font-weight: normal;
  line-height: 100%;
  letter-spacing: 0;
  /* 弹窗标题色 */
  color: #7E622C;
  margin-bottom: 0.14rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.inline-tips p {
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 180%;
  letter-spacing: 0;
  /* 文本颜色 */
  color: #493016;
}

.inline-tips .icon-title {
  width: 0.32rem;
  height: 0.32rem;
  margin-right: 0.04rem;
}

.inline-tips .group {
  margin-top: 0.3rem;
}

.inline-tips .group:first-child {
  margin-top: 0;
}

#leihuo-share.is-wxmp .leihuo-share-wxmp-tips {
  margin-top: 0.24rem;
}

#leihuo-share.is-wxmp .leihuo-share-wxmp-tips .leihuo-share-wxmp-tips-text {
  padding: 0;
  font-size: 0.28rem;
  color: #FFF9D0;
  background: transparent;
}

#leihuo-share .leihuo-share-modal {
  width: 6.67rem;
  height: 7.3rem;
  padding: 0.7rem 0.55rem;
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/share-modal-bg_5c414abc.png) no-repeat top center;
  background-size: contain;
}

#leihuo-share .leihuo-share-modal .leihuo-share-title {
  margin-top: 0.25rem;
  margin-bottom: 0.41rem;
  font-size: 0;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0;
  /* 弹窗标题色 */
  color: #7E622C;
}

#leihuo-share .leihuo-share-modal .leihuo-share-title::after {
  content: var(--share-title-text, "\5206\4EAB\597D\53CB");
  font-size: 0.36rem;
  line-height: 120%;
  font-weight: 500;
}

#leihuo-share .leihuo-share-modal .leihuo-share-block {
  margin-top: -0.1rem;
  white-space: nowrap;
}

#leihuo-share .leihuo-share-modal .leihuo-share-block::marker {
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 0.24rem;
  letter-spacing: 0;
  color: #333;
}

#leihuo-share .leihuo-share-modal .leihuo-share-desc {
  font-size: 0.22rem;
  font-weight: normal;
  line-height: 0.24rem;
  letter-spacing: 0;
  color: #333;
  white-space: normal;
  word-break: break-all;
}

#leihuo-share .leihuo-share-modal .leihuo-share-desc span {
  font-weight: 400;
  font-size: 0.2rem;
  color: #5F5F5F;
}

#leihuo-share .leihuo-share-modal .leihuo-share-copy-box {
  margin-top: 0.13rem;
  height: 0.48rem;
}

#leihuo-share .leihuo-share-modal .leihuo-share-copy-box .leihuo-share-input {
  height: 100%;
  background: rgba(162, 140, 94, 0.3);
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 0.48rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0;
  border-radius: 0;
  /* 浅色模式-一级模式、标题 */
  color: #444;
}

#leihuo-share .leihuo-share-modal .leihuo-share-copy-box .leihuo-share-copy-btn {
  height: 100%;
  margin-left: 0.04rem;
  border-radius: 0;
  font-size: 0;
  font-weight: normal;
  line-height: 0.48rem;
  letter-spacing: 0;
  color: #FDFDFD;
  background: #B59E63;
}

#leihuo-share .leihuo-share-modal .leihuo-share-copy-box .leihuo-share-copy-btn::after {
  content: var(--share-copy-text, '\8907\88FD');
  font-size: 0.26rem;
}

#leihuo-share .leihuo-share-modal .leihuo-share-img {
  margin-top: 0.13rem;
  overflow: hidden;
}

#leihuo-share .leihuo-share-modal .leihuo-share-img img {
  width: calc(100% + 0.05rem);
}

#leihuo-share .leihuo-share-modal .leihuo-share-close {
  width: 0.64rem;
  height: 0.64rem;
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/share-modal-close_009837fe.png) no-repeat top center;
  background-size: cover;
  top: 0.35rem;
  right: 0.31rem;
}

#leihuo-share .leihuo-share-modal .leihuo-share-close::before {
  content: " ";
}

.el-select-dropdown {
  margin-top: 0.04rem !important;
  margin-bottom: 0;
  background: rgba(65, 36, 35, 0.9);
  border: 0.01rem solid #926D53;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

.el-select-dropdown .el-scrollbar .el-scrollbar__bar {
  opacity: 1 !important;
}

.el-select-dropdown .el-scrollbar .el-scrollbar__bar.is-vertical {
  display: block !important;
}

.el-select-dropdown .el-select-dropdown__list {
  padding: 0;
}

.el-select-dropdown .el-select-dropdown__list .el-select-dropdown__item {
  height: 0.52rem;
  line-height: 0.52rem;
  padding: 0 0.15rem;
}

.el-select-dropdown .el-select-dropdown__list .el-select-dropdown__item:hover,
.el-select-dropdown .el-select-dropdown__list .el-select-dropdown__item.hover {
  background: none;
}

.el-select-dropdown .el-select-dropdown__list .el-select-dropdown__item.selected {
  background: -webkit-gradient(linear, left top, right top, from(#B56338), to(rgba(181, 99, 56, 0)));
  background: linear-gradient(90deg, #B56338 0%, rgba(181, 99, 56, 0) 100%);
  font-weight: unset;
}

.el-select-dropdown .el-select-dropdown__list .el-select-dropdown__item.selected span {
  color: #fff8c5;
}

.el-select-dropdown .el-select-dropdown__list .el-select-dropdown__item span {
  font-size: 0.24rem;
  color: rgba(255, 248, 197, 0.6);
}

.el-select-dropdown .popper__arrow {
  display: none;
}

body .language-dropdown-menu,
body .el-popper.language-dropdown-menu,
.el-popper.language-dropdown-menu,
.language-dropdown-menu.el-popper,
.language-dropdown-menu.el-popper[data-popper-placement],
.language-dropdown-menu.el-popper[x-placement],
div.language-dropdown-menu,
[class*="language-dropdown-menu"] {
  background: rgba(65, 36, 35, 0.95) !important;
  border: 0.02rem solid #926D53 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

body .language-dropdown-menu .el-dropdown-menu,
body .el-popper.language-dropdown-menu .el-dropdown-menu,
.el-popper.language-dropdown-menu .el-dropdown-menu,
.language-dropdown-menu.el-popper .el-dropdown-menu,
.language-dropdown-menu.el-popper[data-popper-placement] .el-dropdown-menu,
.language-dropdown-menu.el-popper[x-placement] .el-dropdown-menu,
div.language-dropdown-menu .el-dropdown-menu,
[class*="language-dropdown-menu"] .el-dropdown-menu {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  min-width: auto !important;
}

body .language-dropdown-menu .el-dropdown-menu__item,
body .el-popper.language-dropdown-menu .el-dropdown-menu__item,
.el-popper.language-dropdown-menu .el-dropdown-menu__item,
.language-dropdown-menu.el-popper .el-dropdown-menu__item,
.language-dropdown-menu.el-popper[data-popper-placement] .el-dropdown-menu__item,
.language-dropdown-menu.el-popper[x-placement] .el-dropdown-menu__item,
div.language-dropdown-menu .el-dropdown-menu__item,
[class*="language-dropdown-menu"] .el-dropdown-menu__item {
  height: 0.52rem !important;
  line-height: 0.52rem !important;
  padding: 0 0.15rem !important;
  font-size: 0.24rem !important;
  /* 与 el-select-dropdown 一致 */
  color: rgba(255, 248, 197, 0.6) !important;
}

body .language-dropdown-menu .el-dropdown-menu__item:hover,
body .el-popper.language-dropdown-menu .el-dropdown-menu__item:hover,
.el-popper.language-dropdown-menu .el-dropdown-menu__item:hover,
.language-dropdown-menu.el-popper .el-dropdown-menu__item:hover,
.language-dropdown-menu.el-popper[data-popper-placement] .el-dropdown-menu__item:hover,
.language-dropdown-menu.el-popper[x-placement] .el-dropdown-menu__item:hover,
div.language-dropdown-menu .el-dropdown-menu__item:hover,
[class*="language-dropdown-menu"] .el-dropdown-menu__item:hover,
body .language-dropdown-menu .el-dropdown-menu__item.hover,
body .el-popper.language-dropdown-menu .el-dropdown-menu__item.hover,
.el-popper.language-dropdown-menu .el-dropdown-menu__item.hover,
.language-dropdown-menu.el-popper .el-dropdown-menu__item.hover,
.language-dropdown-menu.el-popper[data-popper-placement] .el-dropdown-menu__item.hover,
.language-dropdown-menu.el-popper[x-placement] .el-dropdown-menu__item.hover,
div.language-dropdown-menu .el-dropdown-menu__item.hover,
[class*="language-dropdown-menu"] .el-dropdown-menu__item.hover {
  background: none !important;
}

body .language-dropdown-menu .el-dropdown-menu__item.is-selected,
body .el-popper.language-dropdown-menu .el-dropdown-menu__item.is-selected,
.el-popper.language-dropdown-menu .el-dropdown-menu__item.is-selected,
.language-dropdown-menu.el-popper .el-dropdown-menu__item.is-selected,
.language-dropdown-menu.el-popper[data-popper-placement] .el-dropdown-menu__item.is-selected,
.language-dropdown-menu.el-popper[x-placement] .el-dropdown-menu__item.is-selected,
div.language-dropdown-menu .el-dropdown-menu__item.is-selected,
[class*="language-dropdown-menu"] .el-dropdown-menu__item.is-selected {
  background: -webkit-gradient(linear, left top, right top, from(#B56338), to(rgba(181, 99, 56, 0))) !important;
  background: linear-gradient(90deg, #B56338 0%, rgba(181, 99, 56, 0) 100%) !important;
  font-weight: unset !important;
  color: #fff8c5 !important;
}

.leihuo-share-qrcode.has-bg {
  width: 6rem;
  height: 3rem;
}

.leihuo-share-qrcode.has-bg #leihuo-share-qrcode {
  width: 25% !important;
  left: auto !important;
  right: 2.8% !important;
  top: auto !important;
  bottom: 14% !important;
}

.leihuo-share-qrcode.has-bg .leihuo-share-qrcode-text {
  width: 100%;
  height: 100%;
}

.leihuo-share-qrcode.has-bg .leihuo-share-qrcode-text .image-box {
  overflow: hidden;
  display: block;
  padding: 0.52rem 0.1rem 0 0.38rem;
}

.leihuo-share-qrcode.has-bg .leihuo-share-qrcode-text .image-box .content {
  margin-left: 0.1rem;
  margin-top: 0.05rem;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.leihuo-share-qrcode.has-bg .leihuo-share-qrcode-text .image-box .content .info-box {
  overflow: hidden;
  margin-left: 0.06rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 2.4rem;
}

.leihuo-share-qrcode.has-bg .leihuo-share-qrcode-text .image-box .content .info-box .info-title-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 3.3rem;
  border-right: 0.02rem solid transparent;
}

.leihuo-share-qrcode.has-bg .leihuo-share-qrcode-text .image-box .content .info-box .info-title-box .title {
  position: relative;
  width: 2.6rem;
  height: 0.48rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(73, 46, 43, 0.8)), color-stop(95%, rgba(73, 46, 43, 0)));
  background: linear-gradient(90deg, rgba(73, 46, 43, 0.8) 0%, rgba(73, 46, 43, 0) 95%);
  margin-left: -0.3rem;
  padding-left: 0.4rem;
  font-size: 0.32rem;
  font-weight: normal;
  letter-spacing: 0;
  white-space: nowrap;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 0.08rem;
  /* 小标题亮黄色 */
  color: #FFF8C5;
}

.leihuo-share-qrcode.has-bg .leihuo-share-qrcode-text .image-box .content .info-box .info-title-box .avatar-box {
  position: relative;
  z-index: 1;
  width: 0.8rem;
  height: 0.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.leihuo-share-qrcode.has-bg .leihuo-share-qrcode-text .image-box .content .info-box .info-title-box .avatar-box .avatar-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.leihuo-share-qrcode.has-bg .leihuo-share-qrcode-text .image-box .content .info-box .info-title-box .avatar-box .avatar-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.leihuo-share-qrcode.has-bg .leihuo-share-qrcode-text .image-box .content .info-box .info-title-box .avatar-box img {
  position: relative;
  width: 0.68rem;
  height: 0.68rem;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.leihuo-share-qrcode.has-bg .leihuo-share-qrcode-text .image-box .content .info-box .info-list {
  margin-top: 0.03rem;
  padding-left: 0.08rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.04rem;
}

.leihuo-share-qrcode.has-bg .leihuo-share-qrcode-text .image-box .content .info-box .info-list .info-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.03rem;
}

.leihuo-share-qrcode.has-bg .leihuo-share-qrcode-text .image-box .content .info-box .info-list .info-item .info-key {
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 0.36rem;
  letter-spacing: 0;
  margin-right: 0.04rem;
  /* 文本红PC */
  color: #FFE3D0;
}

.leihuo-share-qrcode.has-bg .leihuo-share-qrcode-text .image-box .content .info-box .info-list .info-item .info-value {
  font-size: 0.24rem;
  font-weight: 500;
  line-height: 0.36rem;
  letter-spacing: 0;
  /* 亮白 */
  color: #FDFDFD;
}

.leihuo-share-qrcode.has-bg .leihuo-share-qrcode-text .image-box .content .info-box .info-list .info-item .icon-job {
  width: 0.36rem;
  height: 0.36rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.leihuo-share-qrcode.has-bg .leihuo-share-qrcode-text .image-box .content .qrcode-box {
  position: absolute;
  right: 1.8%;
  width: 1.61rem;
  height: 1.95rem;
  margin: 0 auto;
  margin-top: 0.11rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.leihuo-share-qrcode.has-bg .leihuo-share-qrcode-text .image-box .content .qrcode-box .qr-title {
  font-size: 0.2rem;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0;
  text-align: center;
  white-space: normal;
  /* 文本 红 */
  color: #F1CFB7;
}

.leihuo-share-qrcode.has-bg .leihuo-share-qrcode-text .image-box .content .qrcode-box .qr-title.id,
.leihuo-share-qrcode.has-bg .leihuo-share-qrcode-text .image-box .content .qrcode-box .qr-title.en {
  margin-top: -0.2rem;
}

.leihuo-share-qrcode.has-bg .leihuo-share-qrcode-text .image-box .content .qrcode-box .qr-area {
  width: 100%;
  height: 1.61rem;
  background: rgba(217, 174, 143, 0.3);
}

.leihuo-share-qrcode.has-bg .leihuo-share-qrcode-text .image-box .share-logo {
  position: absolute;
  left: 0;
  top: 0.1rem;
  width: 1.9rem;
  height: 0.48rem;
}

.leihuo-share-qrcode.has-bg .leihuo-share-qrcode-text .image-box .share-logo img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.leihuo-share-qrcode.has-bg .leihuo-share-qrcode-text .image-box.mini {
  width: 500px;
  height: 400px;
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/mini-bg_7b1f4dd3.png) no-repeat center center;
  background-size: cover;
  padding-left: 26px;
  padding-top: 110px;
}

.leihuo-share-qrcode.has-bg .leihuo-share-qrcode-text .image-box.mini .content {
  height: 183px;
}

.leihuo-share-qrcode.has-bg .leihuo-share-qrcode-text .image-box.mini .content .info-box {
  margin-left: 0;
}

.leihuo-share-qrcode.has-bg .leihuo-share-qrcode-text .image-box.mini .content .info-box .info-title-box {
  width: 100%;
  position: relative;
}

.leihuo-share-qrcode.has-bg .leihuo-share-qrcode-text .image-box.mini .content .info-box .info-title-box .avatar-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 183px;
  height: 183px;
}

.leihuo-share-qrcode.has-bg .leihuo-share-qrcode-text .image-box.mini .content .info-box .info-title-box .avatar-box img {
  width: 155px;
  height: 155px;
}

.leihuo-share-qrcode.has-bg .leihuo-share-qrcode-text .image-box.mini .content .info-box .info-title-box .title {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  overflow: hidden;
  width: 280px;
  height: 44px;
  padding-left: 14px;
  font-size: 28px;
  line-height: 44px;
  margin-left: 196px;
}

.leihuo-share-qrcode.has-bg .leihuo-share-qrcode-text .image-box.mini .content .info-list {
  margin-left: 196px;
  padding-left: 0 !important;
  font-size: 22px;
  gap: 8px !important;
  margin-top: 17px !important;
}

.leihuo-share-qrcode.has-bg .leihuo-share-qrcode-text .image-box.mini .share-logo {
  width: 166px;
  height: 42px;
  left: 15px;
  top: 24px;
}

.yidun_control {
  background: #B59E63 !important;
  border: unset !important;
}

.yidun_tips {
  color: #fff !important;
}

.is-abnormal {
  color: #F0AF7F;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.84rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(34, 30, 43, 0.4);
}

.header .logo,
.header .nav,
.header .login-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .nav {
  position: fixed;
  top: 100%;
  left: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  width: 100%;
  height: 1.52rem;
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/nav-bg_b1d1845d.png) no-repeat;
  background-size: cover;
}

.header .nav .item {
  width: 1.86rem;
  height: 100%;
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 120%;
  text-align: center;
  letter-spacing: -0.015rem;
  color: #c2a18f;
  padding-top: 0.31rem;
}

.header .nav .item.en,
.header .nav .item.th,
.header .nav .item.id {
  padding: 0.31rem 0.28rem;
}

.header .nav .item::before {
  content: "";
  display: block;
  width: 0.36rem;
  height: 0.36rem;
  margin: 0 auto 0.08rem;
}

.header .nav .item.club::before {
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/icon-club_e5765944.png) no-repeat;
  background-size: contain;
}

.header .nav .item.player::before {
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/icon-player_ee1dabd2.png) no-repeat;
  background-size: contain;
}

.header .nav .item.auth::before {
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/icon-auth_11065937.png) no-repeat;
  background-size: contain;
}

.header .nav .item.user::before {
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/icon-user_5dc03a6e.png) no-repeat;
  background-size: contain;
}

.header .nav .item.active {
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/nav-item-active_35af0e60.png) no-repeat;
  background-size: cover;
  color: #151100;
}

.header .nav .item.active.club::before {
  background-image: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/icon-club-h_4d9e73d6.png);
}

.header .nav .item.active.player::before {
  background-image: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/icon-player-h_3e5718f6.png);
}

.header .nav .item.active.auth::before {
  background-image: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/icon-auth-h_64753f52.png);
}

.header .nav .item.active.user::before {
  background-image: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/icon-user-h_e2690c59.png);
}

.header .logo {
  width: 3.06rem;
  height: 0.72rem;
}

.header .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.header .login-box {
  margin-right: 0.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.2rem;
}

.header .login-box .language-selector {
  margin-right: 0.08rem;
}

.header .login-box .language-selector .language-dropdown .language-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.06rem;
  font-size: 0.24rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0;
  color: #c2a18f;
  cursor: pointer;
  padding: 0.06rem 0.12rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header .login-box .language-selector .language-dropdown .language-text .el-icon-arrow-down {
  font-size: 0.16rem;
  margin-left: 0.06rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  color: #c2a18f;
}

.header .login-box .language-selector /deep/ .language-dropdown-menu {
  background: rgba(65, 36, 35, 0.95) !important;
  border: 0.02rem solid #926d53 !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

.header .login-box .language-selector /deep/ .language-dropdown-menu .el-dropdown-menu {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}

.header .login-box .language-selector /deep/ .language-dropdown-menu .el-dropdown-menu__item {
  color: #c2a18f !important;
  font-size: 0.24rem !important;
  padding: 0.12rem 0.2rem !important;
}

.header .login-box .language-selector /deep/ .language-dropdown-menu .el-dropdown-menu__item:hover {
  background: -webkit-gradient(linear, left top, right top, from(#b56338), to(rgba(181, 99, 56, 0))) !important;
  background: linear-gradient(90deg, #b56338 0%, rgba(181, 99, 56, 0) 100%) !important;
  color: #151100 !important;
}

.header .login-box .language-selector /deep/ .language-dropdown-menu .el-dropdown-menu__item.is-selected {
  background: -webkit-gradient(linear, left top, right top, from(#b56338), to(rgba(181, 99, 56, 0))) !important;
  background: linear-gradient(90deg, #b56338 0%, rgba(181, 99, 56, 0) 100%) !important;
  color: #151100 !important;
  font-weight: bold !important;
}

.header .login-box .user-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.2rem;
}

.header .login-box .user-info .group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.03rem;
}

.header .login-box .user-info .group:hover {
  cursor: pointer;
}

.header .login-box .user-info .group .icon {
  width: 0.32rem;
  height: 0.32rem;
}

.header .login-box .user-info .group .icon.icon-logout {
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/header-icon-logout_687db2e9.png) no-repeat center center;
  background-size: contain;
}

.header .login-box .user-info .group .icon.icon-switch {
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/header-icon-switch_5af06b84.png) no-repeat center center;
  background-size: contain;
}

.header .login-box .user-info .group .text {
  font-size: 0.24rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0;
  color: #fdfdfd;
  opacity: 0.6;
}

.header .login-box .user-info .nickname {
  font-size: 0.24rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0;
  max-width: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* 默认文本 */
  color: #f0af7f;
}

.header .login-box .btn-login {
  font-size: 0.28rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0;
  border-radius: 0;
  /* 高亮黄pc */
  color: #fff9d0;
  padding: 0.08rem 0.22rem;
  background: rgba(41, 17, 7, 0.2);
  border: 0.02rem solid rgba(255, 248, 197, 0.3);
}

.container-auth {
  width: 100%;
  height: 100%;
  padding-top: 0.52rem;
}

.container-auth .container-auth-box {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}

.comp-auth {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.comp-auth .box {
  position: relative;
  width: 5.89rem;
  height: 6.44rem;
  margin-right: 0.14rem;
  padding: 0.93rem 0.39rem 1.3rem 0.53rem;
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/box-bg_6d4ffa0d.png) center center no-repeat;
  background-size: cover;
}

.comp-auth .box:last-child {
  margin-top: 0.38rem;
}

.comp-auth .box .tag {
  position: absolute;
  right: 0.35rem;
  top: 0;
  width: 1.24rem;
  height: 1.24rem;
  z-index: 10;
}

.comp-auth .box .tag.status-1.jp {
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/auth-status-1-jp_16843163.png) center center no-repeat;
  background-size: contain;
}

.comp-auth .box .tag.status-1.kr {
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/auth-status-1-kr_82012e9f.png) center center no-repeat;
  background-size: contain;
}

.comp-auth .box .tag.status-1.en {
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/auth-status-1-en_9dd1c584.png) center center no-repeat;
  background-size: contain;
}

.comp-auth .box .tag.status-1.th {
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/auth-status-1-th_677273fb.png) center center no-repeat;
  background-size: contain;
}

.comp-auth .box .tag.status-1.id {
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/auth-status-1-id_8f7ffe2e.png) center center no-repeat;
  background-size: contain;
}

.comp-auth .box .tag.status-2.jp {
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/auth-status-2-jp_a3566578.png) center center no-repeat;
  background-size: contain;
}

.comp-auth .box .tag.status-2.kr {
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/auth-status-2-kr_4404d6be.png) center center no-repeat;
  background-size: contain;
}

.comp-auth .box .tag.status-2.en {
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/auth-status-2-en_32f478a3.png) center center no-repeat;
  background-size: contain;
}

.comp-auth .box .tag.status-2.th {
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/auth-status-2-th_f5429ed7.png) center center no-repeat;
  background-size: contain;
}

.comp-auth .box .tag.status-2.id {
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/auth-status-2-id_02dcbb39.png) center center no-repeat;
  background-size: contain;
}

.comp-auth .box .tag.status-3.jp {
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/auth-status-3-jp_0c379917.png) center center no-repeat;
  background-size: contain;
}

.comp-auth .box .tag.status-3.kr {
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/auth-status-3-kr_caa98107.png) center center no-repeat;
  background-size: contain;
}

.comp-auth .box .tag.status-3.en {
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/auth-status-3-en_0245075b.png) center center no-repeat;
  background-size: contain;
}

.comp-auth .box .tag.status-3.th {
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/auth-status-3-th_9d39a5db.png) center center no-repeat;
  background-size: contain;
}

.comp-auth .box .tag.status-3.id {
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/auth-status-3-id_535dc6a1.png) center center no-repeat;
  background-size: contain;
}

.comp-auth .box .title {
  position: absolute;
  top: 0.15rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.comp-auth .box .title-left {
  width: 1.08rem;
  height: 0.38rem;
  margin-right: 0.2rem;
}

.comp-auth .box .title-right {
  width: 1.08rem;
  height: 0.38rem;
  margin-left: 0.2rem;
}

.comp-auth .box .title-text {
  font-size: 0.3rem;
  font-weight: normal;
  line-height: 0.38rem;
  letter-spacing: 0;
  /* 小标题亮黄色 */
  color: #fff8c5;
  text-shadow: 0 0 0.04rem #ff8000, 0 0 0.08rem #ff8000;
}

.comp-auth .box .content {
  position: relative;
  width: 100%;
  height: 100%;
  padding-right: 0.14rem;
  overflow-y: scroll;
  padding-bottom: 0.5rem;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(85%, #d8d8d8), to(rgba(216, 216, 216, 0)));
  -webkit-mask: linear-gradient(180deg, #d8d8d8 85%, rgba(216, 216, 216, 0) 100%);
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(85%, #d8d8d8), to(rgba(216, 216, 216, 0)));
  mask: linear-gradient(180deg, #d8d8d8 85%, rgba(216, 216, 216, 0) 100%);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  /* 定义滚动条轨道（凹槽）样式 */
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 180%;
  /* 亮白 */
  color: #fdfdfd;
  text-shadow: 0 0.02rem 0.02rem #531d0b;
}

.comp-auth .box .content::-webkit-scrollbar {
  width: 0.04rem;
  /* 滚动条宽度， width：对应竖滚动条的宽度  height：对应横滚动条的高度 */
  background: transparent !important;
}

.comp-auth .box .content::-webkit-scrollbar-thumb {
  border-radius: 0.03rem;
  height: 0.91rem;
  /* 滚动条滑块长度 */
  background-color: #c59877;
}

.comp-auth .box .content::-webkit-scrollbar-track {
  background: transparent !important;
}

.comp-auth .box .content p {
  margin-top: 0.2rem;
}

.comp-auth .box .content p:first-child {
  margin-top: 0;
}

.comp-auth .box .content .button-tips {
  padding: 0 0.2rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  display: inline-block;
  font-size: 0.22rem;
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/auth-dangjia-bg_8a1048e2.png) center center no-repeat;
  background-size: 100% 100%;
}

.comp-auth .box .button {
  position: absolute;
  bottom: 0.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.container-auth-detail {
  width: 100%;
  height: 100%;
}

.container-auth-detail .container-auth-detail-box {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}

.comp-detail {
  position: relative;
  width: 100%;
  padding: 0.58rem 0.33rem 0.91rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.comp-detail .btn-back {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.3rem;
}

.comp-detail .btn-back .icon {
  width: 0.64rem;
  height: 0.53rem;
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/btn-back-bg_72e2be8a.png) center center no-repeat;
  background-size: contain;
  margin-right: 0.14rem;
}

.comp-detail .btn-back .text {
  font-size: 0.48rem;
  font-weight: normal;
  line-height: 0.44rem;
  letter-spacing: 0;
  /* 文本 红 */
  color: #F1CFB7;
}

.comp-detail .el-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 5.16rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0.3rem auto 0;
}

.comp-detail .el-form .btn-change {
  font-size: 0.26rem;
  font-weight: 500;
  line-height: 0.48rem;
  text-align: center;
  letter-spacing: 0;
  text-decoration: underline;
  margin-left: 0.14rem;
  /* 小标题亮黄色 */
  color: #FFF8C5;
  padding: 0;
}

.comp-detail .el-form .info_text {
  display: inline-block;
  height: 0.48rem;
  font-size: 0.26rem;
  font-weight: normal;
  line-height: 0.48rem;
  letter-spacing: 0;
  /* 默认文本 */
  color: #F0AF7F;
}

.comp-detail .el-form .el-form-item__label {
  padding-right: 0;
  font-size: 0.26rem;
  font-weight: normal;
  line-height: 120%;
  letter-spacing: 0;
  margin-right: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  /* 文本 红 */
  color: #F1CFB7;
}

.comp-detail .el-form .el-form-item {
  margin-bottom: 0.32rem;
}

.comp-detail .el-form .el-form-item:last-child {
  margin-bottom: 0;
}

.comp-detail .el-form .el-form-item__content {
  line-height: 0.48rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 100%;
}

.comp-detail .el-form .el-form-item__content .el-form-item__error {
  font-size: 0.22rem;
  font-weight: normal;
  line-height: 100%;
  letter-spacing: 0;
  /* 红 */
  color: #FF6767;
  text-shadow: 0 0.02rem 0.02rem 0 #531D0B;
  padding: 0;
}

.comp-detail .el-form .el-input {
  width: 3.88rem;
  height: 0.52rem;
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/input-bg_0e5a8569.png) center center no-repeat;
  background-size: cover;
}

.comp-detail .el-form .el-input.is-input .el-input__count .el-input__count-inner {
  opacity: 1;
}

.comp-detail .el-form .el-input__inner {
  border-radius: 0;
  height: 0.52rem;
  line-height: 0.52rem;
  font-size: 0.24rem;
  font-weight: normal;
  letter-spacing: 0;
  /* 小标题亮黄色 */
  color: #FFF8C5;
  background: transparent;
  border: none;
  padding-left: 0.16rem;
}

.comp-detail .el-form .el-input__inner::-webkit-input-placeholder {
  opacity: 0.4;
}

.comp-detail .el-form .el-input__icon {
  line-height: 0.48rem;
}

.comp-detail .el-form .el-input__count {
  margin-right: 0.08rem;
}

.comp-detail .el-form .el-input__count .el-input__count-inner {
  background: unset;
  font-size: 0.24rem;
  line-height: 0.48rem;
  font-weight: normal;
  letter-spacing: 0;
  opacity: 0.3;
  /* 小标题亮黄色 */
  color: #FFF8C5;
}

.comp-detail .el-form .el-input__suffix {
  right: 0;
}

.comp-detail .el-form .el-input__suffix .el-input__suffix-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.comp-detail .el-form .el-input__suffix .el-input__suffix-inner .el-input__clear {
  width: 0.51rem;
  height: 0.28rem;
  line-height: 0.48rem;
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/btn-clear_5a6b74a1.png) center center no-repeat;
  background-size: 100% 100%;
  margin-right: 0.03rem;
}

.comp-detail .el-form .el-input__suffix .el-input__suffix-inner .el-input__clear::before {
  content: ' ';
}

.comp-detail .el-form .el-input__suffix .el-input__suffix-inner .el-input__clear::after {
  content: ' ';
}

.comp-detail .el-form .upload-item {
  height: 1.16rem;
}

.comp-detail .el-form .el-icon-arrow-up {
  margin-right: 0.14rem;
  width: 0.224rem;
  height: 0.252rem;
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/icon-arrow-up_136b03db.png) center center no-repeat;
  background-size: cover;
}

.comp-detail .el-form .el-icon-arrow-up::before {
  content: ' ';
}

.comp-detail .el-form .el-icon-arrow-up::after {
  content: ' ';
}

.comp-detail .el-form .uploader {
  width: 3.88rem;
  height: 1.16rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.08rem;
}

.comp-detail .el-form .uploader .avatar-box {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 1.16rem;
  height: 1.16rem;
  border: 0.02rem solid rgba(255, 248, 197, 0.3);
  overflow: hidden;
  pointer-events: none;
}

.comp-detail .el-form .uploader .avatar-box .avatar {
  width: 1.16rem;
  height: 1.16rem;
  pointer-events: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.comp-detail .el-form .uploader .avatar-box .edit-icon {
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/upload_edit_icon_3f923bb3.png) center center no-repeat;
  background-size: 100% 100%;
  width: 0.44rem;
  height: 0.44rem;
  position: absolute;
  right: 0;
  bottom: 0;
}

.comp-detail .el-form .uploader .upload-box {
  width: 100%;
  height: 100%;
}

.comp-detail .el-form .uploader .upload-box .upload-tip {
  margin-left: 1.24rem;
  width: 2.64rem !important;
  height: 100%;
  padding: 0.14rem 0.08rem;
  font-size: 0.24rem;
  line-height: 120%;
  word-break: break-all;
}

.comp-detail .el-form .uploader .file-picker {
  position: absolute;
  left: 0;
  top: 0;
  width: 1.16rem;
  height: 1.16rem;
  border: none;
  border-radius: unset;
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/upload_icon_5f7c2d98.png) center center no-repeat;
  background-size: 100% 100%;
}

.comp-detail .el-form .upload-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.comp-detail .el-form .upload-icon {
  width: 0.82rem;
  height: 0.82rem;
  margin-right: 0.13rem;
}

.comp-detail .el-form .upload-tip {
  width: 1.84rem;
  height: 0.82rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(5%, rgba(41, 17, 7, 0.3)), color-stop(92%, rgba(41, 17, 7, 0)));
  background: linear-gradient(90deg, rgba(41, 17, 7, 0.3) 5%, rgba(41, 17, 7, 0) 92%);
  margin-left: 0.86rem;
  padding: 0.14rem 0.08rem;
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 0.48rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0;
  /* 默认文本 */
  color: #F0AF7F;
}

.comp-detail .el-form .sms-item .el-input {
  width: 2.28rem;
}

.comp-detail .el-form .el-radio-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.comp-detail .el-form .el-radio {
  width: 50%;
  margin-right: 0.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.comp-detail .el-form .el-radio:last-child {
  margin-right: 0;
}

.comp-detail .el-form .el-radio.is-checked .el-radio__label {
  color: #FFF8C5;
  font-size: 0.26rem;
}

.comp-detail .el-form .el-radio .el-radio__input.is-checked .el-radio__inner {
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/select-radio-1_36836bb0.png) center center no-repeat;
  background-size: cover;
}

.comp-detail .el-form .el-radio .el-radio__inner {
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/select-radio-0_2b3a72fe.png) center center no-repeat;
  background-size: cover;
  border: none;
  width: 0.49rem;
  height: 0.49rem;
}

.comp-detail .el-form .el-radio .el-radio__inner ::after {
  content: " ";
}

.comp-detail .el-form .el-radio .el-radio__label {
  font-size: 0.26rem;
  font-weight: normal;
  line-height: 0.48rem;
  letter-spacing: 0;
  /* 默认文本 */
  color: #F0AF7F;
  padding-left: 0.08rem;
}

.comp-detail .tag {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  top: 0;
  right: 0;
}

.comp-detail .tag.status-1.jp {
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/auth-status-1-long-jp_26880658.png) center center no-repeat;
  background-size: contain;
}

.comp-detail .tag.status-1.kr {
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/auth-status-1-long-kr_fb39d38b.png) center center no-repeat;
  background-size: contain;
}

.comp-detail .tag.status-1.en {
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/auth-status-1-long-en_e0e5e852.png) center center no-repeat;
  background-size: contain;
}

.comp-detail .tag.status-1.th {
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/auth-status-1-long-th_3ca1456e.png) center center no-repeat;
  background-size: contain;
}

.comp-detail .tag.status-1.id {
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/auth-status-1-long-id_bda3e259.png) center center no-repeat;
  background-size: contain;
}

.comp-detail .tag.status-2.jp {
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/auth-status-2-long-jp_cb15bf04.png) center center no-repeat;
  background-size: contain;
}

.comp-detail .tag.status-2.kr {
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/auth-status-2-long-kr_af481fe3.png) center center no-repeat;
  background-size: contain;
}

.comp-detail .tag.status-2.en {
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/auth-status-2-long-en_74f751e4.png) center center no-repeat;
  background-size: contain;
}

.comp-detail .tag.status-2.th {
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/auth-status-2-long-th_b85b6e19.png) center center no-repeat;
  background-size: contain;
}

.comp-detail .tag.status-2.id {
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/auth-status-2-long-id_1b86f84b.png) center center no-repeat;
  background-size: contain;
}

.comp-detail .tag.status-3.jp {
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/auth-status-3-long-jp_6b8385a7.png) center center no-repeat;
  background-size: contain;
}

.comp-detail .tag.status-3.kr {
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/auth-status-3-long-kr_b75a679e.png) center center no-repeat;
  background-size: contain;
}

.comp-detail .tag.status-3.en {
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/auth-status-3-long-en_5237efca.png) center center no-repeat;
  background-size: contain;
}

.comp-detail .tag.status-3.th {
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/auth-status-3-long-th_c7c12c3c.png) center center no-repeat;
  background-size: contain;
}

.comp-detail .tag.status-3.id {
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/auth-status-3-long-id_c5a4163c.png) center center no-repeat;
  background-size: contain;
}

.comp-detail .errors {
  position: absolute;
  top: 1.08rem;
  right: 1.67rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.comp-detail .errors .icon {
  width: 0.3rem;
  height: 0.3rem;
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/error-tip-icon_7bd97d31.png) center center no-repeat;
  background-size: cover;
  margin-right: 0.04rem;
}

.comp-detail .errors .text {
  font-size: 0.22rem;
  font-weight: normal;
  line-height: 120%;
  letter-spacing: 0;
  /* 红 */
  color: #FF6767;
}

.comp-detail .refer {
  width: 6.84rem;
  background: url(https://www.swordofjustice.com/pc/zt/20251203165824/assets/refer-tip-bg2_4700d78e.png) center center no-repeat;
  background-size: 100% 100%;
  padding: 0.06rem 0.96rem;
}

.comp-detail .refer .nickname {
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 0.38rem;
  letter-spacing: 0;
  display: inline;
  /* 小标题亮黄色 */
  color: #FFF8C5;
  margin-right: 0.04rem;
}

.comp-detail .refer .text {
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 0.38rem;
  letter-spacing: 0;
  display: inline;
  word-break: break-all;
  /* 亮白 */
  color: #FDFDFD;
}

.comp-detail .action {
  text-align: center;
  margin-top: 0.73rem;
}

.yidun_popup.yidun_popup--append {
  position: fixed !important;
}

.msg-pop .auth-confirm-content {
  padding-top: 0.5rem;
  font-size: 0.24rem;
  line-height: 180%;
}

.iconcopyright {
  font-family: "iconcopyright", sans-serif;
  font-size: 0.24rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#copyright {
  position: relative;
  margin: 0;
  left: auto;
  top: auto;
}

#copyright .copyright-box {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#copyright .copyright-box.hid {
  display: none;
}

#copyright .copyright-box .btn-close-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#copyright .copyright-box .btn-close-box .copyright-close {
  font-family: "iconcopyright", sans-serif;
  font-size: 0.24rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.7rem;
  margin: 0 0.15rem;
  color: #fff;
}

#copyright .copyright-box .btn-close-box .copyright-close:before {
  content: "\E612";
}

#copyright .copyright-box .btn-close-box:before {
  width: 5rem;
}

#copyright .copyright-box .btn-close-box:after {
  width: 1.4rem;
}

#copyright .copyright-box .btn-close-box:before,
#copyright .copyright-box .btn-close-box:after {
  content: '';
  display: block;
  border-top: 0.01rem solid #fff;
}

#copyright .copyright-btn {
  position: fixed;
  text-align: center;
  right: 0.1rem;
  bottom: 1.4rem;
  padding: 0.1rem 0.1rem;
  line-height: 1;
  border-radius: 0.25rem;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  z-index: 9;
  font-size: 0.26rem;
}

#copyright .footer-text-box {
  color: #ffffff;
}
