/* 色值 */
.common-primary-color-lv1 {
  color: #165DFF;
}

.common-primary-color-lv1:hover {
  color: #4080FF;
}

.common-primary-color-lv1:active {
  color: #0E42D2;
}

.common-text-color-lv1 {
  color: #1D2129;
}

.common-text-color-lv2 {
  color: #4E5969;
}

.common-text-color-lv3 {
  color: #86909C;
}

.common-text-color-lv4 {
  color: #BCC2CD;
}

.common-text-color-lv5 {
  color: #C9CDD4;
}

.common-text-color-lv6 {
  color: #FFFFFF;
}

.common-error-color-lv1 {
  color: #F53F3F;
}

.common-error-color-lv1:hover {
  color: #F76560;
}

.common-error-color-lv1:active {
  color: #CB2634;
}

.common-success-color-lv1 {
  color: #00B42A;
}

.common-success-color-lv1:hover {
  color: #23C343;
}

.common-success-color-lv1:active {
  color: #009A29;
}

.common-white-bg {
  background-color: #ffffff;
}

/* 字号 */
.common-font-12 {
  font-size: 12px;
  line-height: 20px;
}

.common-font-14 {
  font-size: 14px;
  line-height: 22px;
}

.common-font-16 {
  font-size: 16px;
  line-height: 24px;
}

.common-font-18 {
  font-size: 18px;
  line-height: 26px;
}

.common-font-20 {
  font-size: 20px;
  line-height: 28px;
}

.common-bold { 
  font-weight: bold;
}

/* 按钮 */
.common-btn {
  margin: 0;
  cursor: pointer;
  font-size: 14px;
  line-height: 22px;
  padding: 5px 16px;
  border-radius: 2px;
}

.common-btn-default {
  color: #4E5969;
  border: 1px solid #DFE2E8;
  background-color: #ffffff;
}

.common-btn-default:hover {
  color: #4080FF;
  border-color: #4080FF;
}

.common-btn-default:active {
  color: #0E42D2;
  border-color: #0E42D2;
}

.common-btn-primary {
  color: #ffffff;
  border-color: #165DFF;
  background-color: #165DFF;
}

.common-btn-primary:hover {
  color: #ffffff;
  border-color: #4080FF;
  background-color: #4080FF;
}

.common-btn-primary:active {
  color: #ffffff;
  border-color: #0E42D2;
  background-color: #0E42D2;
}

.common-btn-default-disbabled {
  cursor: not-allowed;
  color: #BCC2CD;
  border-color: #DFE2E8;
}

.common-btn-default-disbabled:hover {
  color: #BCC2CD;
  border-color: #DFE2E8;
}

.common-btn-default-disbabled:active {
  color: #BCC2CD;
  border-color: #DFE2E8;
}

.common-plain-primary-btn {
  color: #165DFF;
  cursor: pointer;
  border: 1px solid #165DFF;
  background-color: #FFFFFF;
  margin: 0 0 0 8px;
  padding: 4px 16px;
  border-radius: 2px;
}

.common-plain-primary-btn:hover {
  color: #4080FF;
  border: 1px solid #4080FF;
}

.common-plain-primary-btn:active {
  color: #0E42D2;
  border: 1px solid #0E42D2;
}

.common-plain-primary-btn-disabled {
  color: #94BFFF;
  cursor: not-allowed !important;
  border-color: #94BFFF;
}

.common-plain-primary-btn-disabled:hover {
  color: #94BFFF;
  border-color: #94BFFF;
}

.common-plain-primary-btn-disabled:active {
  color: #94BFFF;
  border-color: #94BFFF;
}

.common-a-link-primary-btn {
  cursor: pointer;
  color: #165DFF;
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  text-decoration: none;
}

.common-a-link-primary-btn:hover {
  color: #4080FF;
  text-decoration: none;
}

.common-a-link-primary-btn:active {
  color: #4080FF;
  text-decoration: none;
}

/* 移动端文字按钮 */
.common-text-btn {
  flex-shrink: 0;
  appearance: none;
  color: #165DFF;
  outline: 0;
  max-width: 82px;
  font-size: 16px;
  line-height: 22px;
  background-color: #ffffff;
}

.common-text-btn-disabled {
  color: #94BFFF;
  cursor: not-allowed;
  pointer-events: none;
}

.common-mobile-primary-btn {
  margin: 0 16px;
  color: #ffffff;
  padding: 12px 20px;
  background-color: #165DFF;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  border-radius: 100px;
}

.common-mobile-primary-btn-disabled {
  pointer-events: none;
  cursor: not-allowed;
  background-color: #94BFFF;
}

.common-mobile-primary-btn-ghost {
  margin: 0 16px;
  color: #165DFF;
  padding: 12px 20px;
  background-color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  border-radius: 100px;
  border: 1px solid #165DFF;
}

.common-mobile-primary-btn-ghost-disabled {
  pointer-events: none;
  cursor: not-allowed;
  color: #94BFFF;
  border-color: #94BFFF;
}

/* 页面alert提示 */
.common-alert-box {
  padding: 9px 16px;
  display: flex;
  font-size: 14px;
  color: #1D2129;
  line-height: 22px;
  border-radius: 2px;
  word-break: break-all;
  background-color: #EFF7FF;
}

.common-page-alert-box {
  display: flex;
  color: #1D2129;
  padding: 9px 16px;
  border-radius: 2px;
  word-break: break-all;
}

.common-page-alert-info {
  background-color: #EFF7FF;
}

.common-page-alert-warning {
  background-color: #FFF7E8;
}

.common-page-alert-success {
  background-color: #E8FFEA;
}

.common-page-alert-error {
  background-color: #FFECE8;
}

.common-tips-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-top: 2px;
  margin-right: 8px;
}

/* radio */
.common-radio-group {
  margin-bottom: 20px;
}

.common-radio-group-label {
  color: #4E5969;
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  padding-bottom: 8px;
}

.common-radio-group-line {
  height: 32px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.common-radio-group-item {
  cursor: pointer;
  display: flex;
  max-width: 100%;
  align-items: center;
}

.common-radio-icon {
  position: relative;
}

.common-radio-inner {
  position: absolute;
  top: 4px;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  border-radius: 50%;
  pointer-events: none;
  border: 1px solid #DFE2E8;
  margin: 0 8px 0 0 !important;
}

input[type=radio].common-radio {
  opacity: 0;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  appearance: none;
  pointer-events: none;
  margin: 0 8px 0 0 !important;
}

.common-radio-checked {
  border-color: #165DFF;
  background-color: #165DFF;
}

.common-radio-checked::before {
  content: " ";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ffffff;
}

.common-radio-label {
  color: #1D2129;
  font-size: 14px;
  line-height: 22px;
  margin-right: 24px;
  font-weight: normal;
}

.common-mobile-radio-group {
  width: 100%;
}

.common-mobile-radio-group-line {
  display: flex;
  align-items: center;
}

.common-mobile-radio-group-item {
  max-width: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
}

input[type=radio].common-mobile-radio {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  appearance: none;
  position: relative;
  border-radius: 50%;
  pointer-events: none;
  border: 1px solid #DFE2E8;
  margin: 0 8px 0 0 !important;
}

input[type=radio].common-mobile-radio-checked {
  border-color: #165DFF;
}

input[type=radio].common-mobile-radio-checked::before {
  content: " ";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #165DFF;
}

.common-mobile-radio-label {
  color: #1D2129;
  font-size: 16px;
  line-height: 22px;
  margin-right: 24px;
  font-weight: normal;
  pointer-events: none;
}

/* input */
.common-input {
  appearance: none;
  border: 1px solid #DFE2E8;
  width: 100%;
  padding: 4px 12px;
  border-radius: 2px;
  outline: none;
  min-height: 32px;
  line-height: 22px;
}

.common-input:hover {
  border-color: #165DFF;
}

.common-input:focus {
  border-color: #165DFF;
}

.common-input-error {
  border-color: #F53F3F;
}

.common-input-error:hover {
  border-color: #F53F3F;
}

.common-input-error:focus {
  border-color: #F53F3F;
}

.common-input-disabled {
  color: #BCC2CD;
  cursor: not-allowed;
  background-color: #F7F8FA;
}

.common-input-disabled:hover {
  border-color: #DFE2E8;
}

.common-input-disabled:focus {
  border-color: #DFE2E8;
}

input[disabled] {
  cursor: not-allowed !important;
}

/* PC国家码手机号输入框 */
.common-form-phone-num-input {
  width: 100% !important;
  border-radius: 0 2px 2px 0;
  position: relative;
  margin-left: -1px;
}

.common-form-phone-num-input:hover, .common-form-phone-num-input:focus {
  z-index: 1;
}

input[disabled].common-input {
  color: #BCC2CD;
  border-color: #DFE2E8 !important;
}

/* 移动端select */
.common-mobile-select {
  appearance: none;
}

select.common-mobile-select::-ms-expand {
  display: none;
}

select:disabled.common-mobile-select {
  opacity: 1;
  background-color: #ffffff;
}

/* 弹窗 */
.common-dialog {
  display: none;
}

.common-dialog-mask {
  opacity: 0.5;
  background-color: #000000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

.common-dialog-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  overflow: auto;
  align-items: center;
  justify-content: center;
  
}

.common-mobile-msg-box {
  margin: 30px 0;
  max-width: 80%;
  border-radius: 8px;
  background-color: #ffffff;
}

/* 移动端头部 */
.common-mobile-page-title-box {
  height: 44px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  color: #1D2129;
  padding: 0 16px;
  font-size: 17px;
  font-weight: bold;
  line-height: 25px;
  text-align: center;
  background-color: #ffffff;
  border-bottom: 1px solid #EDEFF2;
}

.common-mobile-page-back {
  position: absolute;
  top: 10px;
  left: 16px;
  display: flex;
  align-items: center;
  font-weight: normal;
}

.common-mobile-page-back-text {
  max-width: 70px;
}

.common-mobile-page-title-box-text {
  max-width: calc(100% - 200px);
}

.common-mobile-page-right-out {
  max-width: 70px;
  position: absolute;
  top: 10px;
  right: 16px;
  display: flex;
  align-items: center;
  font-weight: normal;
}

.common-mobile-bg {
  width: 100vw;
  height: 100vh;
  background-color: #F7F8FA;
}

.common-mobile-img-bg {
  background-image: url(../../common/images/mobile_bg_new.png) !important;
  background-size: 100% 100%;
  background-attachment: fixed;
  padding: 0;
}

/* 箭头 */
.common-arrow-left {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  top: 10px;
  right: 12px;
  margin-right: 6px;
  border-bottom: 1px solid #BCC2CD;
  border-right: 1px solid #BCC2CD;
  transform: rotate(135deg);
}

.common-arrow-left.black {
  border-right: 2px solid #1D2129;
  border-bottom: 2px solid #1D2129;
}

.common-arrow-down {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  top: 10px;
  right: 12px;
  border-top: 1px solid #BCC2CD;
  border-right: 1px solid #BCC2CD;
  transform: rotate(135deg);
}

.common-arrow-right {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  top: 10px;
  right: 12px;
  margin-right: 6px;
  border-top: 1px solid #BCC2CD;
  border-left: 1px solid #BCC2CD;
  transform: rotate(135deg);
}

.common-mobile-arrow-down {
  width: 8px;
  height: 8px;
  flex-shrink: 0;
  display: inline-block;
  border-top: 4px solid #4E5969;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.common-mobile-arrow-down.primary {
  border-top: 4px solid #165DFF;
}

/* 截断 */
.common-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.common-ellipsis-two {
  text-align: left;
  overflow: hidden;
  white-space: normal;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* 移动端form */
.common-mobile-form-item {
  margin: 0 16px;
  padding: 16px 0;
  display: flex;
}

.common-mobile-form-item:not(:last-child) {
  border-bottom: 1px solid #EDEFF2;
}

.common-mobile-form-item-label {
  width: 80px;
  flex-shrink: 0;
  color: #1D2129;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  margin-right: 16px;
}

.common-mobile-form-item-label-required {
  position: relative;
  flex-shrink: 0;
}

.common-mobile-form-item-label-required::before {
  content: "*";
  color: #F53F3F;
  position: absolute;
  top: 4px;
  left: -10px;
}

.common-mobile-form-item-right-opt {
  display: flex;
  align-items: center;
}

/* 移动端手机号form */
.common-mobile-phone-pre-box {
  display: flex;
  align-items: center;
}

.common-mobile-phone-pre {
  max-width: 56px;
  appearance: none;
  color: #1D2129;
  font-size: 16px;
  line-height: 22px;
}

select:disabled.common-mobile-phone-pre {
  opacity: 1;
  background-color: #ffffff;
}

.common-mobile-input {
  width: 100%;
  height: 22px;
  font-size: 16px;
  color: #1D2129;
  line-height: 22px;
  background-color: #ffffff !important;
}

input.common-mobile-input::placeholder {
  color: #C9CDD4;
}

input.common-mobile-input::-webkit-input-placeholder {
  color: #C9CDD4;
}

/* 分割线 */
.common-divider {
  height: 14px;
  width: 1px;
  flex-shrink: 0;
  background-color: #DFE2E8;
}

/* pc端头部 */
.common-pc-page-header-box {
  width: 100%;
  height: 70px;
  position: fixed;
  min-width: 1366px;
  padding: 17px 24px;
  box-sizing: border-box;
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 5%);
  display: flex;
  text-align: left;
  align-items: center;
  justify-content: space-between;
}

.common-pc-page-header-left-logo-title-box {
  display: flex;
  align-items: center;
}

.common-pc-page-header-logo-box {
  width: 166px;
  height: 34px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
}

img.common-pc-page-header-logo-box {
  max-width: 100%;
  max-height: 100%;
}

.common-pc-page-header-title {
  color: #1D2129;
  font-size: 20px;
  line-height: 28px;
  font-weight: bolder;
}

.common-pc-page-header-right-opt-box {
  display: flex;
  max-width: 200px;
  align-items: center;
}

.common-logout-icon {
  width: 14px;
  height: 14px;
  margin-right: 8px;
}

/* PC端主体样式 */
.common-page-main-box {
  margin-top: 6px;
}

.common-page-center-box {
  min-width: 1366px;
  box-sizing: border-box;
  height: calc(100vh - 70px);
  overflow-x: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  overflow-y: hidden;
}

.common-page-content-box {
  max-height: calc(100vh - 70px);
  overflow: auto;
  padding: 30px 0;
}

.common-page-content-box-without-overflow {
  max-height: calc(100vh - 70px);
  padding: 30px 0;
}

.common-page-white-box {
  margin: 0 auto;
  max-width: 750px;
  text-align: left;
  border-radius: 8px;
  backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, 90%);
}

/* 边距 */
.common-mb-8 {
  margin-bottom: 8px;
}

.common-mb-12 {
  margin-bottom: 12px;
}

.common-mb-16 {
  margin-bottom: 16px;
}

.common-mb-20 {
  margin-bottom: 20px;
}

.common-mt-8 {
  margin-top: 8px;
}

.common-mt-12 {
  margin-top: 12px;
}

.common-mt-16 {
  margin-top: 16px;
}

.common-mt-20 {
  margin-top: 20px;
}

.common-mt-32 {
  margin-top: 32px;
}

.common-ml-8 {
  margin-left: 8px;
}