* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
  font-family: "Microsoft YaHei", sans-serif;
  -webkit-tap-highlight-color: transparent;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
  /* Generally, headings will have a "normal" weight */
}
/* Lists */
ul,
ol {
  list-style: none;
  /* Remove default list styles */
}
/* Links */
a {
  text-decoration: none;
  /* Remove underline from links */
  color: inherit;
  /* Inherit color from parent */
}
/* Images */
img {
  height: auto;
  /* Maintain aspect ratio */
}
/* Tables */
table {
  border-collapse: collapse;
  /* Ensures that borders are collapsed */
  width: 100%;
  /* Makes table full width */
}
/* Form elements */
input,
button,
textarea,
select {
  font-family: inherit;
  /* Ensure form elements use the same font as body */
  font-size: inherit;
  /* Ensure form elements use the same size as body */
  line-height: inherit;
  /* Ensure form elements have the same line-height as body */
}
/* Remove default button styling */
button {
  background: none;
  /* Reset button background */
  border: none;
  /* Reset button border */
}
/* Set default focus outline (Only for accessibility) */
:focus {
  outline: none;
}
.video-js {
  border-radius: 25px;
  overflow: hidden;
}
.video-js.my-player-dimensions {
  height: unset;
}
.video-js .vjs-poster {
  background-color: transparent;
}
.video-js .vjs-big-play-button {
  font-size: 4.48em !important;
  line-height: 2.3em !important;
  height: 2.5em !important;
  width: 2.5em !important;
  border-radius: 2.5em !important;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5) !important;
  border-width: 0.15em !important;
  margin-top: -1.25em !important;
  margin-left: 0 !important;
  transform: translateX(-50%);
}
.video-js .vjs-big-play-button .vjs-icon-placeholder {
  font-size: 1.63em !important;
}
.video-js .vjs-paused .vjs-big-play-button,
.video-js .vjs-paused.vjs-has-started .vjs-big-play-button {
  display: block !important;
}
.video-js .vjs-volume-bar {
  margin-top: 1.1em !important;
}
.video-js .vjs-load-progress div {
  background-color: #ffffff !important;
}
.video-js .vjs-progress-control .vjs-progress-holder {
  background-color: #fff !important;
}
.video-js .vjs-play-control.vjs-paused .vjs-icon-placeholder,
.video-js .vjs-icon-play {
  font-family: "iconfont" !important;
  font-style: normal !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}
.video-js .vjs-play-control.vjs-paused .vjs-icon-placeholder::before,
.video-js .vjs-icon-play::before {
  content: "\e604" !important;
  font-size: 25px !important;
}
.video-js .vjs-mute-control:not(.vjs-vol-0) .vjs-icon-placeholder,
.video-js .vjs-icon-volume-high {
  font-family: "iconfont" !important;
  font-style: normal !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}
.video-js .vjs-mute-control:not(.vjs-vol-0) .vjs-icon-placeholder::before,
.video-js .vjs-icon-volume-high::before {
  content: "\e601" !important;
  font-size: 25px !important;
}
.video-js .vjs-control-bar {
  padding: 0 10px !important;
  height: 2.5em !important;
  bottom: 15px !important;
  background: transparent !important;
}
.video-js .vjs-remaining-time {
  display: none !important;
}
.video-js .vjs-button > .vjs-icon-placeholder:before {
  font-size: 23px !important;
  line-height: 25px !important;
}
.video-js .vjs-progress-holder .vjs-play-progress {
  background: var(--color-border) !important;
}
.video-js .vjs-progress-holder .vjs-play-progress::before {
  color: var(--color-border) !important;
}
.video-js .vjs-picture-in-picture-control {
  width: 30px !important;
}
.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: "iconfont" !important;
  font-style: normal !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}
.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder::before {
  content: "\e603" !important;
  font-size: 16px !important;
}
.video-js .vjs-fullscreen-control .vjs-icon-placeholder::before {
  font-size: 30px !important;
}
@media (max-width: 1024px) {
  .video-js {
    border-radius: 15px;
  }
  .video-js .vjs-big-play-button {
    font-size: 2.08em !important;
  }
  .video-js .vjs-control {
    width: 1.8571em !important;
  }
  .video-js .vjs-play-control.vjs-paused .vjs-icon-placeholder::before,
  .video-js .vjs-icon-play::before {
    font-size: 11.6px !important;
  }
  .video-js .vjs-picture-in-picture-control.vjs-button {
    width: 13.93px !important;
  }
  .video-js .vjs-picture-in-picture-control.vjs-button .vjs-icon-placeholder::before {
    font-size: 7.43px !important;
  }
  .video-js .vjs-mute-control:not(.vjs-vol-0) .vjs-icon-placeholder::before,
  .video-js .vjs-icon-volume-high::before {
    font-size: 11.6px !important;
  }
  .video-js .vjs-control-bar {
    height: 1.16em !important;
    bottom: 7px !important;
  }
  .video-js .vjs-button > .vjs-icon-placeholder:before {
    font-size: 16.25px !important;
    line-height: 11.6px !important;
  }
  .video-js .vjs-fullscreen-control .vjs-icon-placeholder::before {
    font-size: 13.93px !important;
  }
}
:root {
  --color-warning: #ff9900;
  --color-error: #f50202;
  --color-blue: #abb7ff;
  --color-white: #ffffff;
  --color-bg1: f6f6f6;
  --color-bg2: #dcdfe6;
  --color-text-1: #222222;
  --color-text-2: #666666;
  --color-text-3: #999999;
  --color-text-4: #f6f6f6;
  --color-text-5: #c0c4cc;
  --black5: #999999;
  --black11: #000;
  --blue6: #416dfe;
  --blue7: #1d41f3;
  --yellow7: #c97d16;
  --red6: #eb3434;
  --grey5: #f1f6fd;
  --grey6: #cacee2;
  --color-primary: var(--blue6);
}
.crm-input {
  border-radius: 4px;
  background-color: var(--grey5);
  height: 64px;
  line-height: 64px;
  padding-left: 32px;
  font-size: 16px;
  border: 1px solid transparent;
  position: relative;
}
.crm-input::placeholder {
  color: var(--black5);
}
.crm-input:not(:focus) {
  border-color: transparent;
}
.crm-input:not(:disabled):not(:read-only):hover {
  border-color: var(--color-primary);
}
.crm-input:focus {
  border-color: var(--color-primary);
}
.global-loading-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.global-loading-mask .loading-spinner {
  color: #fff;
  font-size: 30px;
}
.global-loading-mask .loading-spinner i {
  display: inline-block;
  animation: spin 1s linear infinite;
}
.crm-select {
  border-radius: 4px;
  background-color: var(--grey5);
  height: 64px;
  line-height: 64px;
  padding-right: 14px;
  font-size: 16px;
  position: relative;
}
.crm-select .select {
  padding-left: 27px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-color: var(--grey5);
  border: 1px solid transparent;
  border-radius: 4px;
}
.crm-btn {
  display: block;
  padding: 8px 16px;
  border-radius: 4px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 4px;
  line-height: 22px;
  font-size: 14px;
  color: var(--color-white);
  cursor: pointer;
  overflow: hidden;
}
.crm-btn-default {
  background-color: var(--color-white);
  color: var(--color-primary);
}
.crm-btn-default:hover {
  background-color: #ffffff;
  color: #7494fe;
}
.crm-btn-primary {
  background-color: var(--color-primary);
  color: #fff;
}
.crm-btn-primary:hover {
  background-color: #7494fe;
  color: #ffffff;
}
.crm-btn-warning {
  background-color: var(--color-warning);
  color: var(--color-white);
}
.crm-btn-warning:hover {
  background-color: #ffad33;
  color: #ffffff;
}
.crm-btn-danger {
  background-color: #db2e28;
  color: var(--color-white);
}
.crm-btn-danger:hover {
  background-color: #e25854;
  color: #ffffff;
}
.crm-textarea {
  border-radius: 3px;
  background-color: #fff;
  padding: 0 27px;
  font-size: 16px;
  line-height: 46px;
  height: 77px;
  resize: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.crm-textarea::placeholder {
  color: var(--color-text-3);
}
.crm-textarea:not(:focus) {
  border-color: rgba(0, 0, 0, 0.1);
}
.crm-textarea:not(:disabled):not(:read-only):hover {
  border-color: var(--color-primary);
}
.crm-textarea:focus {
  border-color: var(--color-primary);
}
.crm-input-small {
  width: 100%;
  padding-left: 16px;
  font-size: 14px;
  background-color: #edf4fa;
  height: 46px;
  line-height: 46px;
}
.crm-textarea-small {
  padding-left: 16px;
  padding-right: 16px;
  background-color: #edf4fa;
  border-color: transparent;
}
.crm-textarea-small:not(:focus) {
  border-color: transparent;
}
.crm-textarea-small::placeholder {
  font-size: 14px;
}
/* 文件上传组件样式 */
.crm-upload {
  position: relative;
  width: 100%;
  /* 文件选择后的状态 */
}
.crm-upload input[type="file"] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}
.crm-upload input[type="file"][disabled] {
  cursor: not-allowed;
}
.crm-upload .upload-trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
  width: 100%;
  height: 46px;
  border: 1px solid var(--color-border);
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background: #fff;
  padding: 0 15px;
  transition: all 0.3s;
}
.crm-upload .upload-trigger i {
  font-size: 16px;
  color: #b3b5c1;
}
.crm-upload .upload-trigger .placeholder {
  text-align: center;
  color: var(--color-text-1);
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.crm-upload .upload-trigger:hover {
  border-color: #426aee;
}
.crm-upload .crm-upload.has-file .upload-trigger .placeholder {
  color: #333;
}
.crm-upload .global-loading {
  display: inline-block;
  opacity: 0;
  margin-right: -12px;
}
.crm-upload.loading .global-loading {
  opacity: 1;
  margin-right: 8px;
}
.crm-upload input:disabled {
  cursor: not-allowed;
}
#userinfo .user {
  display: flex;
  align-items: center;
  column-gap: 10px;
  padding: 8px 0;
  position: relative;
  cursor: pointer;
}
#userinfo .user span {
  height: 22px;
  line-height: 22px;
}
#userinfo .user i {
  font-size: 16px;
}
#userinfo .user .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 4px 0;
  min-width: 100px;
}
#userinfo .user .dropdown-menu .menu-item {
  display: flex;
  align-items: center;
  column-gap: 10px;
  padding: 8px 16px;
  cursor: pointer;
  color: #333;
}
#userinfo .user .dropdown-menu .menu-item i {
  font-size: 16px;
  color: #333;
}
#userinfo .user .dropdown-menu .menu-item:hover {
  background: #f5f5f5;
  color: var(--color-primary);
}
#userinfo .user .dropdown-menu .menu-item:hover i {
  color: var(--color-primary);
}
#userinfo .user:hover .dropdown-menu {
  display: block;
}
.crm-upload-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.crm-upload-wrap .crm-upload-list {
  color: var(--color-text-1);
}
.crm-upload-wrap .crm-upload-list .crm-upload-item {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.crm-upload-wrap .crm-upload-list .crm-upload-item .crm-upload-filename {
  line-height: 32px;
}
.crm-upload-wrap .crm-upload-list .crm-upload-item .crm-upload-action {
  cursor: pointer;
  width: 40px;
  margin-left: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.crm-upload-wrap .crm-upload-list .crm-upload-item .crm-upload-action i {
  font-size: 32px;
  color: var(--color-text-2);
}
.crm-upload-wrap .crm-upload-list .crm-upload-item .crm-upload-action i:hover {
  color: red;
}
.crm-pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  padding: 20px 0;
  color: var(--color-text-1);
  font-size: 14px;
}
.crm-pagination a {
  line-height: 24px;
}
.crm-pagination a:hover {
  color: var(--color-primary);
}
.crm-pagination span {
  font-weight: 600;
  line-height: 24px;
  padding: 0 10px;
}
.crm-cookie {
  display: none;
  position: fixed;
  z-index: 100;
  bottom: 32px;
  right: 32px;
  width: 360px;
  background-color: #fff;
  border-radius: 8px;
  padding: 20px 32px;
}
.crm-cookie h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  color: var(--color-text-1);
}
.crm-cookie .info {
  margin-top: 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-align: left;
  color: rgba(64, 69, 100, 0.8);
}
.crm-cookie .info a {
  font-weight: 600;
}
.crm-cookie .crm-btn {
  height: 46px;
  margin-top: 19px;
  display: block;
  width: 100%;
}
.crm-cookie .crm-btn:not(.crm-btn-primary):hover {
  background-color: transparent;
  color: var(--color-text-1);
}
.crm-cookie .crm-btn-primary {
  background-color: var(--color-primary);
  margin-top: 23px;
}
.crm-cookie .manage {
  margin-top: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.crm-cookie .manage span {
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  color: var(--color-text-1);
  text-align: center;
  cursor: pointer;
  border-bottom: 1px solid var(--color-text-1);
}
/* Cookie preferences modal */
.cookie-preferences-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cookie-preferences-modal .modal-content {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  max-width: 500px;
  width: 90%;
}
.cookie-preferences-modal .modal-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cookie-preferences-modal .modal-buttons .crm-btn {
  height: 46px;
  width: 240px;
}
.cookie-preferences-modal .cookie-options .option {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 4px;
}
.cookie-preferences-modal .cookie-options .option p {
  margin: 5px 0 0;
  font-size: 14px;
  color: #666;
}
.crm-form-item .label {
  text-align: right;
  flex-shrink: 0;
  padding-right: 8px;
}
.crm-form-item .label.required {
  position: relative;
}
.crm-form-item .label.required::before {
  content: "*";
  color: var(--color-error);
  position: absolute;
  right: 0px;
  font-size: 16px;
  line-height: 20px;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}
/* 添加弹框样式 */
.crm-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
.crm-modal .modal-content {
  position: absolute;
  overflow-y: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 610px;
  background-color: #fff;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.captcha-wrap {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1999;
  display: none;
}
.captcha-wrap .captcha-input-wrap {
  width: 540px;
  border-radius: 10px;
  background-color: #fff;
  padding: 32px;
  box-sizing: border-box;
  position: relative;
}
.captcha-wrap .captcha-input-wrap .icon-close {
  position: absolute;
  top: -14px;
  right: -18px;
  font-size: 14px;
  cursor: pointer;
  color: var(--color-white);
}
.captcha-wrap .captcha-input-wrap h4 {
  font-size: 16px;
  height: 24px;
  line-height: 24px;
  color: var(--black11);
  font-weight: bold;
}
.captcha-wrap .captcha-input-wrap .captcha-input {
  display: flex;
  align-items: center;
  column-gap: 8px;
  margin-top: 8px;
}
.captcha-wrap .captcha-input-wrap .captcha-input .crm-input {
  width: 196px;
  height: 62px;
  box-sizing: border-box;
  overflow: hidden;
}
.captcha-wrap .captcha-input-wrap .captcha-input .img-wrap {
  flex: 1;
  overflow: hidden;
  height: 62px;
  padding: 4px;
  box-sizing: border-box;
  background: var(--color-white);
  border-radius: 4px;
  border: 1px solid var(--grey6);
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 4px;
}
.captcha-wrap .captcha-input-wrap .captcha-input .img-wrap .captcha-img {
  flex: 1;
  overflow: hidden;
  height: auto;
  max-height: 100%;
  border-radius: 4px;
  cursor: pointer;
}
.captcha-wrap .captcha-input-wrap .captcha-input .img-wrap .captcha-img:hover {
  opacity: 0.8;
}
.captcha-wrap .captcha-input-wrap .captcha-input .img-wrap .captcha-refresh {
  cursor: pointer;
  flex-shrink: 0;
}
.captcha-wrap .captcha-input-wrap .btns {
  margin-top: 24px;
  display: flex;
  align-items: center;
}
.captcha-wrap .captcha-input-wrap .btns .crm-btn {
  width: 100%;
  height: 56px;
}
#editPasswordDialog {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1999;
  display: none;
}
#editPasswordDialog .edit-password {
  width: 540px;
  border-radius: 10px;
  background-color: #fff;
  padding: 32px;
  box-sizing: border-box;
  position: relative;
}
#editPasswordDialog .edit-password .icon-close {
  position: absolute;
  top: -14px;
  right: -18px;
  font-size: 14px;
  cursor: pointer;
  color: var(--color-white);
}
#editPasswordDialog .edit-password h2 {
  font-size: 32px;
  font-weight: bold;
  color: var(--black11);
}
#editPasswordDialog .edit-password .info {
  font-size: 14px;
  margin-top: 8px;
  line-height: 24px;
  color: var(--black11);
}
#editPasswordDialog .edit-password .operate {
  margin-top: 28px;
  display: flex;
  height: 18px;
  align-items: center;
  justify-content: space-between;
}
#editPasswordDialog .edit-password .operate .left {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
#editPasswordDialog .edit-password .operate .left .tab {
  font-size: 14px;
  color: var(--black5);
  cursor: pointer;
}
#editPasswordDialog .edit-password .operate .left .tab.active {
  color: var(--blue7);
}
#editPasswordDialog .edit-password .operate .left .line {
  width: 1px;
  height: 15px;
  background: var(--black5);
  border-radius: 0px;
}
#editPasswordDialog .edit-password .operate .right {
  font-size: 14px;
  color: var(--yellow7);
  cursor: pointer;
  line-height: 18px;
}
#editPasswordDialog .edit-password form {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
#editPasswordDialog .edit-password form .crm-form-item {
  position: relative;
}
#editPasswordDialog .edit-password form .crm-form-item.crm-form-item-captcha {
  display: flex;
  align-items: center;
  column-gap: 16px;
}
#editPasswordDialog .edit-password form .crm-form-item.crm-form-item-captcha .captcha-img {
  flex-shrink: 0;
  width: 120px;
  height: 36px;
  cursor: pointer;
}
#editPasswordDialog .edit-password form .crm-form-item:has(input[required])::after {
  content: "*";
  color: var(--red6);
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
#editPasswordDialog .edit-password form .crm-form-item:has(.error-msg:not(:empty)) .crm-input {
  border-color: var(--red6);
}
#editPasswordDialog .edit-password form .crm-form-item .check-img {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
}
#editPasswordDialog .edit-password form .crm-form-item:has(.crm-input.checked) .check-img {
  display: block;
}
#editPasswordDialog .edit-password form .crm-form-item .error-msg {
  position: absolute;
  top: 66px;
  left: 0;
  font-size: 12px;
  color: var(--red6);
  line-height: 14px;
}
#editPasswordDialog .edit-password form .crm-form-item .crm-input {
  width: 100%;
  height: 62px;
  box-sizing: border-box;
}
#editPasswordDialog .edit-password form .crm-form-item .code-label,
#editPasswordDialog .edit-password form .crm-form-item .code-time,
#editPasswordDialog .edit-password form .crm-form-item .forget-password {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
}
#editPasswordDialog .edit-password form .crm-form-item .code-label,
#editPasswordDialog .edit-password form .crm-form-item .forget-password {
  cursor: pointer;
  font-size: 16px;
  color: var(--blue7);
}
#editPasswordDialog .edit-password form .crm-form-item .code-time,
#editPasswordDialog .edit-password form .crm-form-item .forget-password {
  display: none;
}
#editPasswordDialog .edit-password form .crm-form-item .code-time {
  font-size: 16px;
  color: var(--blue7);
  opacity: 0.5;
}
#editPasswordDialog .edit-password form .btns {
  width: 100%;
  display: flex;
  align-items: center;
}
#editPasswordDialog .edit-password form .btns .crm-btn {
  width: 100%;
  height: 62px;
  box-sizing: border-box;
}
#editPasswordDialog .edit-password form .tip {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 14px;
}
#editPasswordDialog .edit-password form .tip .checkbox-wrap {
  display: flex;
  align-items: center;
  column-gap: 6px;
  margin-right: 6px;
  flex-shrink: 0;
}
#editPasswordDialog .edit-password form .tip .checkbox-wrap .checkbox {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid var(--grey6);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--grey5);
}
#editPasswordDialog .edit-password form .tip .checkbox-wrap .checkbox i {
  font-size: 8px;
  color: var(--color-white);
  display: none;
}
#editPasswordDialog .edit-password form .tip .checkbox-wrap .checkbox.checked {
  border-color: var(--blue6);
  background-color: var(--blue6);
}
#editPasswordDialog .edit-password form .tip .checkbox-wrap .checkbox.checked i {
  display: block;
}
#editPasswordDialog .edit-password form .tip .checkbox-wrap .text {
  cursor: pointer;
  line-height: 22px;
  color: var(--black11);
}
#editPasswordDialog .edit-password form .tip .blue {
  line-height: 22px;
  color: var(--blue7);
  cursor: pointer;
}
#editPasswordDialog .edit-password form .tip .left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#editPasswordDialog .edit-password form .tip .right {
  flex-shrink: 0;
  color: var(--yellow7);
  cursor: pointer;
  line-height: 18px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
    transform-origin: 50% 50%;
  }
  100% {
    transform: rotate(360deg);
    transform-origin: 50% 50%;
  }
}
.global-loading {
  animation: spin 2s linear infinite;
}
.global-message {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
  z-index: 9999;
  padding: 12px;
  display: flex;
  border-radius: 8px;
  background: #4c4c4c;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  /* 142.857% */
}
.global-message > span {
  margin: 0 12px 0 4px;
  white-space: nowrap;
}
.global-message > img {
  width: 16px;
  height: 16px;
}
.global-message .close {
  cursor: pointer;
}
.global-message-mobile {
  left: 50%;
  transform: translateX(-50%);
}
.global-message-mobile > span {
  margin: 0 0 0 4px;
  white-space: nowrap;
}
.main {
  width: 100%;
  height: unset !important;
  background-color: #fff;
}
.main .crm-banner {
  width: 100%;
  height: 320px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.main .crm-banner .banner-con {
  height: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 95px 28px;
  color: var(--color-white);
}
.main .crm-banner .banner-con .title {
  font-size: 42px;
  font-weight: 700;
  line-height: 42px;
}
.main .crm-banner .banner-con .info {
  margin-top: 16px;
  font-size: 20px;
  line-height: 20px;
}
.main .mobile-menu-content {
  position: absolute;
  top: 0;
  opacity: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 1000;
  transition: all 0.3s;
  display: none;
}
.main .mobile-menu-content nav {
  padding: 0 13px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main .mobile-menu-content nav .logo {
  width: 120px;
  height: 36px;
}
.main .mobile-menu-content nav .logo img {
  width: 100%;
  height: 100%;
}
.main .mobile-menu-content nav .mobile-menu {
  cursor: pointer;
}
.main .mobile-menu-content nav .mobile-menu i {
  font-size: 32px;
}
.main .mobile-menu-content .ul-content {
  height: calc(100vh - 60px);
  overflow-y: auto;
  padding: 0px 16px 20px;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  align-items: flex-start;
}
.main .mobile-menu-content .ul-content .ul-item {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.main .mobile-menu-content .ul-content .ul-item .ul-item-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.main .mobile-menu-content .ul-content .ul-item .ul-item-title i {
  font-size: 16px;
  color: var(--color-text-1);
}
.main .mobile-menu-content .ul-content .ul-item ul {
  padding: 10px 0 10px 20px;
}
.main .mobile-menu-content .ul-content .ul-item ul li {
  font-size: 16px;
  line-height: 28px;
  color: var(--color-text-1);
  border-bottom: 1px solid rgba(64, 69, 100, 0.4);
}
.main .mobile-menu-content .ul-content .ul-item ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.main .mobile-menu-content .ul-content .ul-item ul li a i {
  font-size: 16px;
  color: var(--color-text-1);
}
.main .common-header-wrap {
  height: 80px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: var(--color-white);
}
.main .common-header-wrap .logo {
  width: 120px;
  height: 36px;
}
.main .common-header-wrap .logo img {
  width: 100%;
  height: 100%;
}
.main .common-header-wrap .header {
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main .common-header-wrap .navbar {
  display: flex;
  align-items: center;
  column-gap: 49px;
}
.main .common-header-wrap .navbar ul {
  display: flex;
  align-items: center;
  column-gap: 42px;
}
.main .common-header-wrap .navbar ul li {
  font-size: 16px;
  font-weight: 400;
  color: var(--color-text-1);
}
.main .common-header-wrap .navbar ul li:hover {
  color: var(--color-primary);
}
.main .common-header-wrap .navbar ul li.crm {
  font-family: Roboto;
}
.main .common-header-wrap .navbar ul li.active {
  color: var(--color-primary);
  position: relative;
}
.main .common-header-wrap .navbar ul li.active::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 14px;
  height: 3px;
  background-color: var(--color-primary);
}
.main .common-header-wrap .navbar .btns {
  display: flex;
  align-items: center;
  column-gap: 16px;
}
.main .common-header-wrap .navbar .btns .login-span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 77px;
  height: 22px;
  color: var(--color-text-2);
  font-size: 14px;
}
.main .common-header-wrap .navbar .btns .login-span .line {
  margin-top: 2px;
  width: 1px;
  height: 14px;
  background-color: var(--color-text-2);
}
.main .common-header-wrap .navbar .btns .login-span .register,
.main .common-header-wrap .navbar .btns .login-span .login {
  cursor: pointer;
}
.main .common-header-wrap .navbar .btns .login-span .register:hover,
.main .common-header-wrap .navbar .btns .login-span .login:hover {
  color: var(--color-text-1);
}
.main .common-header-wrap .phone-menu {
  display: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 13px;
}
.main .common-ad-wrap {
  width: 100%;
  background-image: url("/static/site/imgs/home_ad_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.main .common-ad-wrap .ad {
  max-width: 1280px;
  padding-bottom: 91px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.main .common-ad-wrap .ad .left {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  padding-top: 47px;
}
.main .common-ad-wrap .ad .left .title {
  color: var(--color-white);
  font-size: 36px;
  font-weight: 700;
}
.main .common-ad-wrap .ad .left .info {
  font-size: 12px;
  color: #ceddff;
  line-height: 22px;
}
.main .common-ad-wrap .ad .crm-btn {
  margin-top: 81px;
  width: 151px;
  padding: 13px 16px;
}
.main .common-footer-wrap {
  width: 100%;
  background-color: #0b1632;
}
.main .common-footer-wrap .common-footer {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  color: #edf4fa;
}
.main .common-footer-wrap .common-footer .footer-con {
  position: relative;
  padding: 45px 0 75px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 20px;
}
.main .common-footer-wrap .common-footer .footer-con .left {
  display: flex;
  flex-direction: column;
  row-gap: 33px;
}
.main .common-footer-wrap .common-footer .footer-con .left .info-item {
  display: flex;
  flex-direction: column;
  row-gap: 7px;
}
.main .common-footer-wrap .common-footer .footer-con .left .info-item .label {
  color: var(--color-text-3);
  font-size: 14px;
  line-height: 22px;
}
.main .common-footer-wrap .common-footer .footer-con .left .info-item .value {
  font-size: 16px;
  color: var(--color-white);
  line-height: 22px;
  font-family: Arial;
}
.main .common-footer-wrap .common-footer .footer-con .right {
  display: flex;
  align-items: flex-start;
}
.main .common-footer-wrap .common-footer .footer-con .right ul {
  display: flex;
  align-items: flex-start;
  column-gap: 42px;
}
.main .common-footer-wrap .common-footer .footer-con .right ul li {
  width: 96px;
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}
.main .common-footer-wrap .common-footer .footer-con .right ul li .title {
  color: var(--color-text-3);
  font-size: 14px;
  line-height: 22px;
  padding-bottom: 7px;
}
.main .common-footer-wrap .common-footer .footer-con .right ul li a {
  font-size: 12px;
  line-height: 22px;
}
.main .common-footer-wrap .common-footer .footer-con .right ul li a:hover {
  color: var(--color-primary);
}
.main .common-footer-wrap .common-footer .footer-con .right .contact {
  margin-left: 118px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main .common-footer-wrap .common-footer .footer-con .right .contact .img {
  width: 100px;
  height: 100px;
  background-color: var(--color-white);
  overflow: hidden;
}
.main .common-footer-wrap .common-footer .footer-con .right .contact .img img {
  width: 100px;
  height: 100px;
}
.main .common-footer-wrap .common-footer .footer-con .right .contact span {
  margin-top: 6px;
  font-size: 12px;
  line-height: 22px;
}
.main .common-footer-wrap .common-footer .footer-con .right .contact .crm-btn {
  padding: 5px 16px;
  margin-top: 13px;
}
.main .common-footer-wrap .common-footer .footer-con .contact-mobile {
  display: none;
}
.main .common-footer-wrap .common-footer .copyright {
  display: flex;
  align-items: center;
  padding: 14px 0 20px;
  color: #7c8290;
  font-size: 12px;
  line-height: 22px;
  border-top: 1px solid #2f374b;
}
.main .common-footer-wrap .common-footer .copyright .info {
  display: flex;
  align-items: center;
}
.main .common-footer-wrap .common-footer .copyright .info .line {
  width: 1px;
  height: 12px;
  margin: 2px 1px 0;
  background-color: #7c8290;
}
.main .common-footer-wrap .common-footer .copyright .info .sp {
  margin-right: 2px;
}
.main .common-footer-wrap .common-footer .copyright .info a:hover {
  color: var(--color-white);
}
.main .common-footer-wrap .common-footer .copyright .record {
  margin-left: 10px;
}
@media (max-width: 1300px) {
  .main .common-ad-wrap .ad {
    padding-left: 16px;
    padding-right: 16px;
  }
  .main .common-footer-wrap .common-footer {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 1024px) {
  .crm-input {
    height: 48px;
    line-height: 48px;
    padding-left: 16px;
    font-size: 14px;
  }
  .crm-input::placeholder {
    line-height: 48px;
  }
  .crm-select {
    height: 48px;
    line-height: 48px;
    padding-left: 16px;
    font-size: 14px;
  }
  .crm-select::placeholder {
    line-height: 48px;
  }
  .crm-textarea {
    padding: 8px 10px;
    font-size: 12px;
    line-height: 18px;
  }
  .crm-pagination {
    padding: 10px 0;
  }
  .crm-form-item label {
    font-size: 14px;
    line-height: 22px;
    left: 6px;
    margin-top: 3px;
  }
  .crm-input-small {
    font-size: 12px;
    padding-left: 10px;
    height: 36px;
    line-height: 36px;
  }
  .crm-input-small::placeholder {
    line-height: 36px;
  }
  .crm-textarea-small {
    padding: 8px 10px;
    font-size: 12px;
    line-height: 18px;
  }
  .crm-textarea-small::placeholder {
    font-size: 12px;
  }
  .main .crm-banner {
    height: 200px;
  }
  .main .crm-banner .banner-con {
    padding: 40px 16px;
    justify-content: center;
    align-items: center;
  }
  .main .crm-banner .banner-con .title {
    font-size: 24px;
    line-height: 24px;
  }
  .main .crm-banner .banner-con .info {
    font-size: 14px;
    line-height: 20px;
  }
  .main .common-header-wrap {
    height: 60px;
    padding-right: 13px;
  }
  .main .common-header-wrap .pc-logo {
    display: none;
  }
  .main .common-header-wrap .header {
    margin: 0;
  }
  .main .common-header-wrap .header .navbar {
    display: none;
  }
  .main .common-header-wrap .header .phone-menu {
    display: flex;
  }
  .main .common-ad-wrap {
    background-image: url("/static/site/imgs/home_ad_bg_mobile.jpg");
  }
  .main .common-ad-wrap .ad {
    padding-bottom: 43px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .main .common-ad-wrap .ad .left {
    row-gap: 19px;
    padding-top: 26px;
  }
  .main .common-ad-wrap .ad .left .title {
    width: 252px;
    margin-left: 20px;
  }
  .main .common-ad-wrap .ad .left .info {
    margin-right: 6px;
    text-align: center;
  }
  .main .common-ad-wrap .ad .crm-btn {
    margin-top: 37px;
  }
  .main .common-footer-wrap .common-footer {
    padding: 0 26px;
  }
  .main .common-footer-wrap .common-footer .footer-con {
    padding: 31px 0px 24px;
    flex-direction: column;
    justify-content: flex-start;
    row-gap: 41px;
  }
  .main .common-footer-wrap .common-footer .footer-con .left {
    row-gap: 30px;
  }
  .main .common-footer-wrap .common-footer .footer-con .right {
    padding-left: 4px;
    width: 100%;
  }
  .main .common-footer-wrap .common-footer .footer-con .right ul {
    column-gap: 20px;
    row-gap: 33px;
    width: 100%;
  }
  .main .common-footer-wrap .common-footer .footer-con .right ul li {
    width: calc(25% - 15px);
  }
  .main .common-footer-wrap .common-footer .footer-con .right .contact {
    display: none;
  }
  .main .common-footer-wrap .common-footer .footer-con .contact-mobile {
    position: absolute;
    top: 33px;
    right: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 6px;
  }
  .main .common-footer-wrap .common-footer .footer-con .contact-mobile .img {
    width: 100px;
    height: 100px;
    overflow: hidden;
  }
  .main .common-footer-wrap .common-footer .footer-con .contact-mobile .img img {
    width: 100%;
    height: 100%;
  }
  .main .common-footer-wrap .common-footer .footer-con .contact-mobile span {
    font-size: 12px;
    color: #edf4fa;
    line-height: 22px;
  }
  .main .common-footer-wrap .common-footer .copyright {
    padding: 13px 0 10px 3px;
    flex-direction: column;
    align-items: flex-start;
  }
  .main .common-footer-wrap .common-footer .copyright .info {
    flex-wrap: wrap;
  }
  .main .common-footer-wrap .common-footer .copyright .record {
    margin-left: 0;
  }
  .main .captcha-wrap .captcha-input-wrap {
    width: calc(100% - 48px);
    max-width: 460px;
    margin: 0 auto;
    padding: 16px;
  }
  .main .captcha-wrap .captcha-input-wrap .captcha-input .crm-input {
    width: 120px;
    height: 48px;
  }
  .main .captcha-wrap .captcha-input-wrap .captcha-input .img-wrap {
    height: 48px;
  }
  .main .captcha-wrap .captcha-input-wrap .captcha-input .img-wrap .captcha-refresh {
    height: 100%;
    width: auto;
  }
  .main .captcha-wrap .captcha-input-wrap .btns .crm-btn {
    height: 48px;
  }
  .main #editPasswordDialog .edit-password {
    max-width: 540px;
    margin: 0 auto;
    padding: 24px 16px;
    width: calc(100% - 48px);
  }
  .main #editPasswordDialog .edit-password h2 {
    font-size: 24px;
  }
  .main #editPasswordDialog .edit-password .info {
    font-size: 12px;
  }
  .main #editPasswordDialog .edit-password .operate {
    margin-top: 16px;
  }
  .main #editPasswordDialog .edit-password form {
    margin-top: 12px;
  }
  .main #editPasswordDialog .edit-password form .crm-form-item .crm-input {
    height: 48px;
  }
  .main #editPasswordDialog .edit-password form .crm-form-item .code-label,
  .main #editPasswordDialog .edit-password form .crm-form-item .forget-password,
  .main #editPasswordDialog .edit-password form .crm-form-item .code-time {
    font-size: 14px;
  }
  .main #editPasswordDialog .edit-password form .crm-form-item .error-msg {
    top: 52px;
  }
  .main #editPasswordDialog .edit-password form .crm-form-item .crm-select .select {
    padding-left: 0;
  }
  .main #editPasswordDialog .edit-password form .crm-form-item:has(input[required])::after {
    left: 8px;
  }
  .main #editPasswordDialog .edit-password form .btns .crm-btn {
    height: 48px;
  }
  .main #editPasswordDialog .edit-password form .tip {
    display: flex;
    flex-direction: column;
  }
  .main #editPasswordDialog .edit-password form .tip .right {
    margin-top: 8px;
    width: 100%;
    text-align: right;
  }
}
@media (max-width: 480px) {
  .main .crm-upload .upload-trigger {
    height: 38px;
    line-height: 38px;
  }
  .main .crm-upload .upload-trigger i {
    font-size: 14px;
  }
  .main .crm-upload .upload-trigger .placeholder {
    font-size: 12px;
  }
  .main .common-footer-wrap .common-footer .footer-con .right ul {
    flex-wrap: wrap;
  }
  .main .common-footer-wrap .common-footer .footer-con .right ul li {
    width: calc(50% - 40px);
  }
  .cookie-preferences-modal .modal-content {
    padding: 16px;
  }
  .cookie-preferences-modal .crm-btn {
    width: 146px;
    height: 38px;
    padding: 6px 0 8px;
  }
  .cookie-preferences-modal .cookie-options .option {
    margin-bottom: 10px;
    padding: 10px;
  }
  .cookie-preferences-modal .cookie-options .option p {
    font-size: 14px;
  }
  .crm-cookie {
    width: calc(100% - 32px);
    right: 16px;
    bottom: 0;
    border-radius: 4px;
    padding: 16px;
  }
  .crm-cookie h4 {
    font-size: 18px;
    line-height: 27px;
  }
  .crm-cookie .info {
    font-size: 14px;
    line-height: 21px;
  }
  .crm-cookie .crm-btn {
    height: 38px;
    padding: 6px 0 8px;
    margin-top: 10px;
  }
  .crm-cookie .crm-btn-primary {
    margin-top: 10px;
  }
  .crm-cookie .message {
    margin-top: 10px;
  }
  .crm-cookie .message span {
    font-size: 14px;
    line-height: 21px;
  }
}
