:root {
  --primary-color: #F04142;
  --border-color-base: #F0F0F0;
  --border-radius-base: 6px;
}
*,
:after,
:before {
  box-sizing: border-box;
}
.one-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.tools {
  display: flex;
  align-items: center;
  background-color: #FAFAFA;
  border-radius: var(--border-radius-base);
  padding: 0.75rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.tools > .search > input {
  display: inline-block;
  padding-right: 104px;
}
.tools > .search > button {
  position: absolute;
  border-radius: 0 var(--border-radius-base) var(--border-radius-base) 0;
  margin-left: -94px;
}
.page-header {
  height: 220px;
  padding: 3.5rem 0rem;
  margin-bottom: 1.5rem;
  position: relative;
  background: url(https://cdn.poizon.com/node-common/cae11f5bf17466f4e048c480d9941eba.jpeg);
  background-size: contain;
}
.page-header > .mask {
  background: #000;
  opacity: 0.5;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.page-header > .container {
  color: #fff;
  text-align: center;
}
.page-header > .container > .name {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.page-header > .container > .desc {
  font-size: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 2rem;
  font-weight: 400;
  opacity: 0.9;
}
.page-main {
  min-height: calc(100vh - 392px);
}
.page-footer {
  padding: 30px 0;
  margin-top: 40px;
  background-color: #000;
}
.page-footer .parcel {
  display: flex;
  justify-content: space-between;
}
.page-footer .parcel .copyright {
  color: rgba(255, 255, 255, 0.8);
}
.page-footer .parcel .link {
  margin-bottom: 10px;
}
.page-footer .parcel .link a {
  padding-right: 16px;
}
.page-footer .parcel span,
.page-footer .parcel a {
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}
.page-footer .parcel span:hover,
.page-footer .parcel a:hover {
  color: var(--primary-color);
}
.album-list {
  margin-bottom: 1.5rem;
}
.album-list > .header {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.album-list > .header > .name {
  font-size: 1rem;
}
.album-list > .header > .name:before {
  content: "";
  display: inline-block;
  height: 1rem;
  vertical-align: -0.13rem;
  width: 0.25rem;
  margin-right: 0.45rem;
  background: var(--primary-color);
  border-radius: var(--border-radius-base);
}
.album-list > .header > .more {
  display: flex;
  align-items: center;
}
.album-list > .header > .more > span,
.album-list > .header > .more > i {
  line-height: 1rem;
}
.album-list > .header > .more > i {
  color: #999;
  padding-left: 0.5rem;
}
.album-list > .list .item-card {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0.75rem;
  border-radius: var(--border-radius-base);
  border: 1px solid var(--border-color-base);
  background-color: #FFFFFF;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.album-list > .list .item-card > img {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  margin-left: 0.25rem;
  margin-right: 0.75rem;
}
.album-list > .list .item-card > .info .name {
  line-height: 1.25rem;
}
.album-list > .list .item-card > .info .desc {
  color: #999;
  font-size: 0.75rem;
}
.album-list > .list .item-card > .mask {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  overflow: visible;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: var(--border-radius-base);
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
}
.album-list > .list .item-card > .mask > .content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: inherit;
  height: inherit;
}
.album-list > .list .item-card > .mask > .content .item {
  margin-left: 1rem;
}
.album-list > .list .item-card > .mask > .content .item:first-child {
  margin-left: 0;
}
.album-list > .list .item-card > .mask > .content .item .icon {
  width: 1.75rem;
  height: 1.75rem;
}
.album-list > .list .item-card:hover {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.08);
}
.album-list > .list .item-card:hover > .mask {
  opacity: 1;
}
.qq-info,
.album-info,
.wechat-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.qq-info .qr,
.album-info .qr,
.wechat-info .qr {
  position: relative;
  margin-bottom: 0.625rem;
}
.qq-info .qr .img,
.album-info .qr .img,
.wechat-info .qr .img {
  width: 8rem;
  height: 8rem;
  border-radius: 2px;
}
.qq-info .qr .logo,
.album-info .qr .logo,
.wechat-info .qr .logo {
  position: absolute;
  bottom: 3.0625rem;
  left: 3.0625rem;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 2px;
  border-width: 2px;
  border: 2px solid #eff2f5;
  border-color: #ffffff;
}
.qq-info .text,
.album-info .text,
.wechat-info .text {
  padding: 0.375rem;
  width: 100%;
  max-width: 14.25rem;
  text-align: center;
  background-color: #ffffff;
  border-radius: 2px;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.85);
}
.qr-code-upload {
  border: 1px dashed #d9d9d9;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  outline: none;
  padding: 0.375rem;
}
.qr-code-upload .qr-code {
  width: 5.625rem;
  height: 5.625rem;
  border-radius: 2px;
  object-fit: cover;
}
.qr-code-upload .qr-code-upload-icon {
  font-size: 1.75rem;
  color: #8c939d;
  width: 5.625rem;
  height: 5.625rem;
  line-height: 5.625rem;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  .el-dialog {
    width: 22rem !important;
  }
}
.submit-success {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
}
.submit-success .icon {
  width: 4rem;
  height: 4rem;
}
.submit-success .title {
  margin-top: 20px;
}
.submit-success .subtitle {
  margin-top: 10px;
  margin-bottom: 30px;
}
.page-header-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #1d1d1d;
}
.page-header-detail > .logo-wrapper {
  padding-top: 44px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.page-header-detail > .logo-wrapper > .logo {
  width: 82px;
  height: 82px;
  border-radius: 50%;
}
.page-header-detail > .logo-wrapper > .icon {
  margin-top: -20px;
  width: 95px;
  height: 29px;
}
.page-header-detail > .name {
  margin: 16px 0;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}
.page-header-detail > .description {
  padding: 0 16px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}
.page-header-detail > .contact {
  display: flex;
  margin-top: 32px;
  margin-bottom: 56px;
}
.page-header-detail > .contact > .item {
  padding-left: 4rem;
}
.page-header-detail > .contact > .item:first-child {
  padding-left: 0;
}
.page-header-detail > .contact > .item .icon {
  width: 1.75rem;
  height: 1.75rem;
  cursor: pointer;
}
.page-main-detail {
  min-height: calc(100vh - 464px);
}
