@charset "UTF-8";

/* 对话框 */
.page-tips {
  position: fixed;
  z-index: 25;
  left: 50%;
  top: 50%;
  font-size: 1rem;
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  background: rgba(23, 25, 26, 0.8);
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 50%;
  text-align: center;
}

.page-c-pop,
.page-c-pop-back,
.page-c-pop-white {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  -webkit-transition: visibility;
  transition: visibility;
  visibility: hidden;
}

.page-c-pop-back,
.page-c-pop-white {
  -webkit-transition: opacity;
  transition: opacity;
  opacity: 0;
  background-color: #000;
}

.page-c-pop-white {
  background-color: transparent;
}

.active > .page-c-pop-white,
.active > .page-c-pop-back {
  opacity: 0.6;
  visibility: visible;
}

.page-c-pop-msg {
  color: #ffffff;
  padding: 0 3.125rem;
  text-align: center;
  padding-top: 1.25rem;
  line-height: 1.375rem;
  font-size: 1rem;
}

.page-c-pop.active {
  z-index: 20;
  visibility: visible;
  -webkit-transition: none;
  transition: none;
}

.page-c-popb-center {
  position: absolute;
  width: 19.0625rem;
  left: 50%;
  top: 50%;
  padding-bottom: 1.875rem;
  background-color: #fff;
  -webkit-transform: translate(50%, 50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: opacity;
  transition: opacity;
  box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
}

.page-c-popb-title {
  position: relative;
  text-align: center;
  font-size: 1rem;
  padding: 1rem;
}

.page-c-popb-center.normal {
  width: 18.5rem;
  padding: 1.5rem 0;
  box-sizing: border-box;
}

.page-c-popb-center .page-c-popb-title {
  font-weight: bold;
  padding: 0 1.5rem 0.75rem 1.5rem;
}

.page-c-popb-center .page-c-popb-msg {
  font-size: 0.875rem;
  line-height: 1.428;
  color: #7a7a7a;
  text-align: left;
  padding: 0 1.5rem 0.75rem 1.5rem;
}
.page-c-popb-center .page-c-popb-msg.tc {
  text-align: center;
}

.page-c-pop-footer {
  border-top: 1px solid rgba(33, 32, 44, 0.06);
  font-size: 0;
  padding: 0.75rem 1.5rem 0 1.5rem;
  display: flex;
  justify-content: space-between;
}

.page-c-pop-footer-btn {
  position: relative;
  width: 7.25rem;
  font-size: 1rem;
  font-weight: 500;
  color: #cca266;
  text-align: center;
  display: inline-block;
  border: 0.5px solid #cca266;
  border-radius: 2.5rem;
  padding: 0.625rem 0;
}

.page-c-pop-footer-btn.sure {
  background-color: #cca266;
  color: #ffffff;
}

.page-c-pop-footer-btn:last-child::after {
  display: none;
}

.page-c-pop-footer-btn:first-child:last-child {
  width: 100%;
}

.page-c-pop-footer-btn:first-child:last-child::after {
  display: none;
}

.page-c-pop-footer-btn.orange {
  color: #cca266;
}

.page-c-pop.active .page-c-pop-close,
.page-c-pop.active .page-c-popb-center {
  opacity: 1;
}

.page-c-fail {
  width: 11.25rem;
  text-align: center;
  font-size: 0.875rem;
  color: #fff;
  background: rgba(23, 25, 26, 0.8);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  position: fixed;
  left: 50%;
  top: 45%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding-bottom: 1rem;
  z-index: 25;
  padding-top: 0.875rem;
}

.page-c-fail-s {
  width: 1.5rem;
  height: 1.5rem;
  margin: 1rem auto 1rem;
  display: block;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient x1='100%25' y1='0%25' x2='0%25' y2='100%25' id='a'%3E%3Cstop stop-color='%23FFF' stop-opacity='.7' offset='0%25'/%3E%3Cstop stop-color='%23FFF' offset='47.609%25'/%3E%3Cstop stop-color='%23FFF' offset='100%25'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill-rule='nonzero' fill='none'%3E%3Cpath d='M4.768 22.768a2.5 2.5 0 0 1-3.536-3.536l9-9a2.5 2.5 0 0 1 3.536 3.536l-9 9z' fill='url(%23a)'/%3E%3Cpath d='M1.232 4.768a2.5 2.5 0 1 1 3.536-3.536l17.996 18a2.5 2.5 0 1 1-3.536 3.536l-17.996-18zM16.768 10.768l-3.536-3.536 6-6a2.5 2.5 0 0 1 3.536 3.536l-6 6z' fill='%23FFF'/%3E%3C/g%3E%3C/svg%3E")
    center center no-repeat;
  background-size: cover;
}

.page-c-fail-s-msg {
  margin: 0 0.5rem;
}

/* 操作成功的提示 */
.dialog-success-pop {
  position: fixed;
  left: 50%;
  top: 45%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 180px;
  max-width: 300px;
  background-color: #fff;
  display: inline-flex;
  padding: 8px 16px;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
  z-index: 25;
}
.dialog-success-icon {
  width: 16px;
  height: 16px;
  background: url("../img/icon/success.svg") center center no-repeat;
  background-size: cover;
}
.dialog-success-content {
  font-size: 14px;
  line-height: 1.571;
  color: rgba(0, 0, 0, 0.95);
}
