#app {
  width: 100vw;
  height: 100vh;
  position: relative;
  display: flex;
  overflow: hidden;
}
#app .bg-img {
  content: '';
  width: 100%;
  height: 100%;
  background-image: url(../img/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: .3;
}
#app .bg-img-filter {
  content: "";
  position: absolute;
  left:0;
  top:0;
  right: 0;
  bottom:0;
  backdrop-filter: blur(0px);
}
.sys-box {
  width: 76px;
  height: 32px;
  padding: 5px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  z-index: 10;
  display: flex;
  font-size: 14px;
  color: #fff;
}
.sys-box img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.sys-box:hover {
  background-color: rgba(0,0,0,0.1);
}

.aside {
  height: 100%;
  width: 50px;
  padding: 90px 0;
  color: rgba(255,255,255,0.6);
  background: rgba(0,0,0,0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.logo {
  margin-bottom: 80px;
  cursor: pointer;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.logo img {
  margin-bottom: 10px;
}
.icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin-top: 20px;
}
.icon:hover {
  transform: scale(1.15);
}
.icon-kf {
  position: relative;
}
.icon-kf:hover .gzh-bg {
  display: block;
}
.gzh-bg {
  display: none;
  width: 145px;
  height: 155px;
  background: url(../img/img-017.png) no-repeat;
  background-size: cover;
  padding: 14px 13px 55px 22px;
  position: absolute;
  top: -90px;
  left: 36px;
  z-index: 1;
  color: #3D3D3D;
  text-align: center;
  transform: scale(1);
}
.gzh-bg span {
  margin-top: 5px;
  display: inline-block;
  width: 114px;
}
.gzh-border-bg {
  background: #EDEDED;
  border-radius: 8px;
  padding: 5px 5px 2px;
}
.gzh-border-bg img {
  border-radius: 5px;
}


.scroll-main {
  flex: 1;
  overflow-y: auto;
}
.scroll-main .item {
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  margin-top: 4px;
}
.scroll-main .item.active {
  background: rgba(255,255,255,0.15);
}
.scroll-main .item:hover .icon {
  transform: scale(1.15);
}
.scroll-main .icon {
  width: 22px;
  height: 22px;
  margin: 0 0 2px;
}
.scroll-main .item p {
  width: 50px;
  padding: 0 5px;
  text-align: center;
}
body::-webkit-scrollbar, .main::-webkit-scrollbar, .scroll-main::-webkit-scrollbar, .xw-main::-webkit-scrollbar, .scroll-c::-webkit-scrollbar, .scroll-box::-webkit-scrollbar, .date-scroll::-webkit-scrollbar {
  display: none;
}
/* 火狐适配 */
html, body, .main, .scroll-main, .xw-main, .scroll-c, .scroll, .scroll-box, .date-scroll {
  -moz-scrollbar-width: none;
}

.scroll-box {
  overflow-y: auto;
  height: calc(100vh - 120px);
}

.main {
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 12px;
  padding: 0 0 0 50px;
  position: relative;
  z-index: 2;
}
.date {
  color: #fff;
  margin-top: 140px;
  display: inline-block;
  min-width: 410px;
  cursor: pointer;
}
.date span {
  font-size: 62px;
}
.date-1 {
  display: flex;
  justify-content: center;
  min-width: 410px;
}
.date-1 div {
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  margin-left: 8px;
}

.main-input {
  height: 46px;
  width: 100%;
  padding: 0 45px;
  border: none;
  border-radius: 30px;
  background: rgba(255,255,255,0.5);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  font-size: 14px;
  color: rgba(0,0,0,0.6);
}
.main-input::placeholder {
  color: rgba(0,0,0,0.6);
}
.search-box {
  margin: 20px auto 0;
  padding: 0 15px;
  position: relative;
  max-width: 600px;
  min-width: 360px;
}
.search-res-box {
  width: calc(100% - 30px);
  position: absolute;
  left: 16px;
  top: 55px;
  padding: 10px 0;
  font-size: 14px;
  color: #3D3D3D;
  text-align: left;
}
.search-res-box::after {
  content: "";
  position: absolute;
  left:0;
  top:0;
  right: 0;
  bottom:0;
  z-index: 1;
  border-radius: 12px 12px 12px 12px;
  backdrop-filter: blur(40px);
  background: rgba(255,255,255,0.8);
}
.res-item {
  padding: 0 16px;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  cursor: pointer;
  height: 29px;
  line-height: 29px;
}
.res-item:hover {
  background: #D8D8D8;
  padding-left: 22px;
}
.res-item img {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.search-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.search-b {
  left: 30px;
}
.search-a {
  right: 30px;
  cursor: pointer;
}
.search-c {
  right: 60px;
  cursor: pointer;
}
.scroll-c {
  height: calc(100vh - 360px);
  margin-top: 37px;
  overflow: auto;
}
.container {
  margin: 0 auto;
  max-width: 1260px;
  min-width: 410px;
  display: grid;
  grid-template-columns: repeat(auto-fill, 90px);
  grid-auto-flow: row dense;
  grid-auto-rows: 90px;
  color: #FFFFFF;
}
.c-item {
  margin: 0 15px;
  cursor: pointer;
}
.c-item.icon-size-1x1 {
  grid-row: span 1;
  grid-column: span 1;
}
.c-item.icon-size-1x2 {
  grid-row: span 1;
  grid-column: span 2;
}
.c-item.icon-size-2x1 {
  grid-row: span 2;
  grid-column: span 1;
}
.c-item.icon-size-2x2 {
  grid-row: span 2;
  grid-column: span 2;
}
.c-item.icon-size-2x4 {
  grid-row: span 2;
  grid-column: span 4;
}
.c-item img, .c-item.attr div {
  width: 100%;
  height: calc(100% - 30px);
  border-radius: 8px;
}
.c-item.attr div {
  background-color: #fff;
  color: #3D82F7;
  font-weight: 700;
}
.c-item.attr p {
  margin-top: 3px;
}
.c-item p {
  width: 100%;
}
.c-xw {
  margin: 0 15px;
  grid-column: span 4;
  grid-row: span 2;
}
.c-rl {
  grid-column: span 2;
  position: relative;
}
.rl-main {
  height: 110px;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  color: #767676;
}
.c-item .xw-con .rl-header {
  background: #EB6663;
  font-size: 16px;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
}
.rl-con {
  font-size: 56px;
  font-weight: 600;
  color: #3D3D3D;
  padding: 10px 0;
}
.span2 {
  margin-left: 6px;
}
.tq-con {
  height: calc(100% - 30px);
  background-image: url('../img/img-087.png');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.icon-size-1x1 .tq-con, .icon-size-2x2 .tq-con {
  background-image: url('../img/img-088.png');
}
.icon-size-1x2 .tq-con {
  background-image: url('../img/img-089.png');
}
.icon-size-2x1 .tq-con {
  background-image: url('../img/img-090.png');
}
.icon-size-2x2 .tq-con {
  background-image: url('../img/img-091.png');
}
.icon-size-1x1 .iframe-box {
  width: 60px;
  left: 0;
  top: 2px;
}
.cs-1x1 {
  overflow: hidden;
  height: 22px;
}
.wd-1x1 {
  width: 60px;
  height: 24px;
  overflow: hidden;
}
.wd-1x1-iframe {
  transform: translate(-107px, -38px);
}
.icon-size-1x2 .iframe-box {
  width: 150px;
  left: 0;
  top: 12px;
  display: flex;
  align-items: center;
}
.icon-size-1x2 .cs-1x1 {
  flex: 1;
}
.icon-size-1x2 .wd-1x1 {
  width: 62px;
}
.icon-size-2x1 .iframe-box {
  width: 60px;
  overflow: hidden;
  left: 0;
  top: 25px;
}
.img-2x1 {
  width: 32px;
  height: 32px;
  overflow: hidden;
}
.icon-size-2x1 .img-2x1 {
  margin: 8px auto;
}
.img-2x1-iframe {
  transform: translate(-8px, -66px);
}
.icon-size-2x2 .iframe-box {
  width: 150px;
  height: 115px;
  overflow: hidden;
  left: 0;
  top: 5px;
}
.xiuxian-con {
  height: calc(100% - 30px);
  background: #F7E4D8;
  border-radius: 8px;
  padding: 10px 12px;
  text-align: left;
  color: #3D3D3D;
  display: flex;
  position: relative;
}
.xiuxian-l {
  flex: 1;
}
.xiuxian-box {
  height: 60px;
}
.xx-xu {
  line-height: 60px;
  font-weight: 600;
  font-size: 30px;
}
.xiuxian-t {
  font-weight: 600;
  font-size: 16px;
}
.xiuxian-date {
  font-weight: 600;
  font-size: 30px;
  line-height: 42px;
}
.xiuxian-img {
  width: 88px;
  height: 116px;
  background-image: url('../img/img-099.png');
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 8px;
  position: absolute;
  right: 12px;
}
.xiuxian-bg {
  background-image: url('../img/img-100.png');
}
.xiuxian-item {
  width: 60px;
  height: 67px;
  background: rgba(255,255,255,.6);
  border-radius: 4px 4px 4px 4px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
  margin-right: 10px;
  font-size: 12px;
}
.xiuxian-item div {
  font-weight: 600;
}
.xiuxian-item div:last-child {
  font-weight: unset;
  opacity: .6;
}
.icon-size-1x1 .xiuxian-con {
  padding: 10px 5px;
}
.icon-size-1x1 .xiuxian-t, .icon-size-1x1 .xiuxian-date, .icon-size-1x1 .xx-xu, .icon-size-1x2 .xiuxian-t {
  font-size: 12px;
}
.icon-size-1x1 .xiuxian-date {
  line-height: 30px;
}
.icon-size-1x1 .xx-xu img {
  width: 40px;
  height: 56px;
  position: absolute;
  top: 4px;
  left: 10px;
}
.icon-size-1x2 .xiuxian-img {
  width: 38px;
  height: 50px;
  top: -4px;
  right: 10px;
}
.icon-size-1x2 .xiuxian-date {
  font-size: 16px;
  line-height: 30px;
}
.icon-size-1x2 .xx-xu {
  font-size: 16px;
  height: 40px;
  line-height: 40px;
}
.icon-size-2x1 .xiuxian-date {
  font-size: 16px;
  writing-mode: horizontal-tb;
  text-orientation: upright;
  width: 25px;
  line-height: 22px;
  word-break: break-all;
  transform: translateX(8px);
  position: relative;
}
.icon-size-2x1 .xiuxian-date::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 100%;
  background: #F7E4D8;
  top: 0;
}
.icon-size-2x1 .xx-xu {
  font-size: 20px;
  text-align: center;
  line-height: 30px;
}
.icon-size-2x1 .xiuxian-img {
  width: 50px;
  height: 70px;
  top: 65px;
  right: 5px;
}
.icon-size-2x2 .xiuxian-box {
  text-align: center;
}
.icon-size-2x2 .xiuxian-t {
  font-size: 14px;
}
.icon-size-2x2 .xiuxian-date {
  font-size: 26px;
  line-height: 35px;
}
.icon-size-2x2 .xx-xu {
  font-size: 24px;
  height: unset;
  line-height: unset;
  margin-top: 5px;
}
.icon-size-2x2 .xiuxian-img {
  width: 60px;
  height: 80px;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.money {
  width: 73px;
}
.cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.iframe-box {
  width: 280px;
  position: absolute;
  top: 30px;
  left: 18px;
  overflow: hidden;
}

.c-xw p {
  /* width: 330px; */
  margin-top: 3px;
}
.c-rl .xw-con {
  background: #FFFFFF;
  color: #3d3d3d;
  border-radius: 8px;
  font-weight: 600;
}
.icon-size-2x2 .xw-con, .icon-size-2x4 .xw-con {
  background-color: unset;
}
._1x1-week {
  padding-top: 5px;
  font-size: 14px;
  color: #EB6663;
}
._1x2-week {
  font-size: 20px;
  padding: 0;
}
._1x1-day {
  font-size: 26px;
}
._1x2-day {
  font-size: 20px;
}
.rl-1x2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 28px;
}
.rl-2x1 {
  padding: 20px 0;
  font-size: 14px;
}
._2x1-day {
  font-size: 42px;
  line-height: 68px;
}
._2x1-week {
  font-size: 16px;
}
.xw-con {
  height: calc(100% - 30px);
}
.xw-con-1x1 img {
  width: 100%;
  height: 100%;
}
.xw-con-1x2 {
  display: flex;
  align-items: center;
  background: #FFFFFF;
  border-radius: 8px;
}
.xw-con-1x2 img {
  width: 40px;
  height: 40px;
  margin: 0 16px 0 12px;
}
.xw-con-1x2 > div {
  color: #000;
  font-size: 16px;
}
.xw-con-2x1 {
  flex-direction: column;
  justify-content: space-between;
  padding: 10px 0;
}
.xw-con-2x1 img {
  margin: 0;
}
.xw-con-2x1 > div {
  font-size: 18px;
  height: 88px;
  line-height: 22px;
  width: 25px;
  margin-top: 5px;
}
.xw-con .header {
  height: 30px;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 30px;
  background: linear-gradient( 125deg, #4D9DF7 0%, #2A82E4 100%);
  border-radius: 8px 8px 0 0;
}
.xw-main {
  height: 120px;
  color: #383838;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  text-align: left;
  padding: 0 12px 10px;
  overflow-y: auto;
  font-size: 14px;
}
.xw-main .item {
  padding: 9px 0 0;
}
.xw-main .item span:nth-child(2):hover {
  color: #358ffd;
  text-decoration: underline;
}
.xw-main .item span:first-child {
  margin-right: 6px;
}
.xw-main .item:nth-child(1) span:first-child {
  color: #E33C64;
}
.xw-main .item:nth-child(2) span:first-child {
  color: #FF5733;
}
.xw-main .item:nth-child(3) span:first-child {
  color: #FFC300;
}

.wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.bg-mask {
  background-color: rgba(0,0,0,0.3);
}
.setting-box {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #F1F0F5;
  box-shadow: -10px 0px 10px 0px rgba(0,0,0,0.1);
  display: flex;
}
.left-box {
  width: 156px;
  background-color: #fff;
  text-align: center;
}
.left-box>img {
  width: 60px;
  height: 60px;
  margin-top: 10px;
  cursor: pointer;
}
.login-btn {
  width: 102px;
  height: 36px;
  color: #fff;
  font-size: 14px;
  background: linear-gradient( 180deg, #5987FA 4%, #346EFD 100%);
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px auto 22px;
  cursor: pointer;
}
.user-name {
  background: unset;
  color: rgb(46, 140, 253);
  font-size: 16px;
}
.set-l-btn {
  width: 136px;
  height: 44px;
  border-radius: 8px 8px 8px 8px;
  cursor: pointer;
  margin: 0 auto;
  font-size: 14px;
  color: #1A1A1A;
  padding: 0 8px;
  display: flex;
  align-items: center;
}
.set-l-btn.active {
  background: rgba(156,156,156,0.3);
}
.set-l-btn.active:hover {
  background: rgba(156,156,156,0.3);
}
.set-l-btn:hover {
  background: rgba(156,156,156,0.1);
}
.set-l-btn>img {
  width: 26px;
  height: 26px;
  margin-right: 8px;
}

.right-box {
  width: 306px;
}
.right-box > .header {
  padding: 45px 15px 0;
  height: 117px;
  background-color: #fff;
}
.right-box .header .p1 {
  font-size: 16px;
  color: #1A1A1A;
}
.right-box .header .p2 {
  font-size: 14px;
  color: #767676;
  margin-top: 20px;
}
.card {
  margin: 12px 13px 0;
  background-color: #fff;
  border-radius: 4px;
  padding: 18px 16px;
  font-size: 14px;
  color: #1A1A1A;
  position: relative;
}
.card-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-box .btn {
  width: 57px;
  height: 30px;
  color: #fff;
  background: #4590F7;
  border-radius: 4px;
}
.card img {
  height: 163px;
  border-radius: 4px;
}
.card .wal-btn {
  width: 98px;
  height: 30px;
  background: #4590F7;
  border-radius: 4px;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  line-height: 30px;
  position: absolute;
  left: 50%;
  top: 135px;
  transform: translateX(-50%);
  cursor: pointer;
}
.card .wal-btn:hover {
  opacity: .9;
}
.theme-set {
  margin-top: 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
}
.set-title {
  width: 50px;
}
.progress-box {
  width: 154px;
  height: 6px;
  background-color: #D8D8D8;
  border-radius: 6px;
  position: relative;
}
.progress {
  height: 100%;
  background-color: #4590f7;
  border-radius: 6px;
  position: relative;
}
.mask-pro {
  width: 46px;
}
.mask-circle {
  left: 42px;
}
.mask-text, .filter-text {
  width: 30px;
  overflow: hidden;
}
.filter-pro {
  width: 0;
}
.filter-circle {
  left: 0px;
}
.circle {
  position: absolute;
  top: -3px !important;
  width: 12px;
  height: 12px;
  background: #fff;
  border: 2px solid #4590f7;
  border-radius: 10px;
  cursor: -webkit-grab;
}
.circle:hover {
  transform: scale(1.05);
}
.switch {
  width: 30px;
  height: 16px;
  background: #D8D8D8;
  border-radius: 20px;
  position: relative;
  cursor: pointer;
}
.switch .btn {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 2px;
  top: 2px;
}
.switch.active {
  background: #4590F7;
}
.switch.active .btn {
  left: unset;
  right: 2px;
}
.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card .p1 {
  font-size: 14px;
}
.card .p2 {
  font-size: 12px;
  color: #767676;
  width: 192px;
  margin-top: 6px;
}
.card .about {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  vertical-align: middle;
}

.card .header {
  height: 100px;
  margin-top: 28px;
  display: flex;
  justify-content: space-around;
}
.card .layout-header {
  margin-top: 24px;
}
.h-icon {
  width: 70px;
  height: 70px;
  border-radius: 12px;
  padding: 10px;
  cursor: pointer;
}
.h-icon:last-child img {
  border-radius: 50%;
}
.h-icon img {
  width: 50px;
  height: 50px;
}
.h-icon .btn {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
}
.h-icon.active {
  background-color: rgba(156,156,156,0.3);
}
.h-layout {
  width: 118px;
  height: 80px;
  border-radius: 8px;
  cursor: pointer;
  text-align: center;
  border: 2px solid #2B3038;
}
.h-layout img {
  width: 100%;
  height: 100%;
}
.h-layout.active {
  border-color: #4590F7;
}
.h-layout .btn {
  margin-top: 5px;
}
.blue {
  color: #4590F7;
}
.text-size {
  display: flex;
  justify-content: space-around;
  padding: 15px 0 20px;
}
.text-size .t-item {
  cursor: pointer;
}
.text-size .t-item.active {
  color: #4590F7;
  font-weight: 700;
}
.text-size .t-item:nth-child(2) {
  font-size: 14px;
}
.text-size .t-item:nth-child(3) {
  font-size: 16px;
}
.icon-size {
  display: flex;
  justify-content: space-around;
  padding: 15px 0 10px;
}
.icon-size .item {
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  background: #3D3D3D;
  border-radius: 6px;
  cursor: pointer;
}
.icon-size .item.active {
  background: #4590F7;
}
.icon-size .item:nth-child(2) {
  font-size: 14px;
}
.icon-size .item:nth-child(3) {
  font-size: 16px;
}
.reset-box .card, .about-box .card {
  cursor: pointer;
}
.date-set {
  margin-top: 23px;
  display: grid;
  grid-template-columns: repeat(auto-fill, 78px);
  grid-auto-rows: 33px;
  grid-gap: 6px;
  color: #FFFFFF;
  font-size: 12px;
}
.date-set .date-item {
  background: #555555;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.date-set .date-item.active {
  background: #4590F7;
}
.date-set .date-item:hover {
  opacity: .9;
}

.login-box {
  width: 350px;
  height: 410px;
  border-radius: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
  color: #1a1a1a;
  text-align: center;
}
.close {
  background: url(../img/img-009.png) no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 8px;
  top: 10px;
  cursor: pointer;
  z-index: 1;
}
.close:hover {
  transform: scale(1.15);
  background-image: url(../img/img-010.png);
}
.login-box .title {
  padding: 23px 0 18px;
  font-size: 18px;
  border-bottom: 1px solid #eee;
  position: relative;
}
.login-box .title::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 5px;
  background: #4590F7;
  border-radius: 6px;
}
.login-box .p1 {
  font-size: 14px;
  color: #868686;
}
.coed-bg {
  width: 220px;
  height: 220px;
  background: #EDEDED;
  border-radius: 16px;
  margin: 50px auto 25px;
  padding: 8px;
  position: relative;
}
.coed-bg img {
  border-radius: 10px;
}
.loading-mask {
  width: 204px;
  height: 204px;
  border-radius: 10px;
  background-color: rgba(0,0,0,0.9);
  position: absolute;
  left: 8px;
  top: 8px;
}
.loading-mask img {
  width: 36px;
  height: 36px;
}
.wx-mask {
  position: absolute;
  left: 8px;
  top: 8px;
  width: 204px;
  height: 204px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, .9);
  display: flex;
  justify-content: center;
  align-items: center;
}
.refresh-box {
  cursor: pointer;
  font-size: 14px;
}
.refresh-img {
  width: 36px;
  height: 36px;
}
.refresh {
  width: 56px;
  height: 18px;
}

.attr-box {
  display: flex;
}
.attr-left {
  width: 168px;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
  padding: 20px 14px;
}
.attr-left .btn {
  width: 140px;
  height: 44px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
}
.attr-left .btn.active {
  background: rgba(156,156,156,0.3);
}
.attr-left .btn.active:hover {
  color: #1A1A1A;
}
.attr-left .btn:hover {
  color: #4590F7;
}
.attr-left .btn img {
  width: 20px;
  height: 20px;
  margin: 0 14px 0 10px;
}

.attr-right {
  flex: 1;
  background: #F1F0F5;
  border-radius: 0 12px 12px 0;
  padding: 16px 0 19px 14px;
  text-align: left;
  font-size: 14px;
}

.attr-search-box {
  position: relative;
  margin: 10px 0 0;
  width: 230px;
  height: 30px;
  position: absolute;
  left: 255px;
  top: 0;
}
.attr-search {
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 15px;
  padding: 0 30px;
  font-size: 12px;
}
.attr-search::placeholder {
  font-size: 12px;
  color: #ccc;
}
.attr-search:hover, .attr-search:focus {
  border-color: #ccc;
}
.attr-search-icon {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.attr-search-a {
  left: 8px;
}
.attr-search-c {
  right: 8px;
  cursor: pointer;
}
.xiuxian-mask .attr-left {
  width: 415px;
  height: 300px;
  box-shadow: unset;
  margin-top: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.card-main .attr-btn {
  top: 80px;
}
.xiuxian-mask .attr-left:hover .attr-btn, .card-main:hover .attr-btn {
  display: block;
}
.attr-main {
  width: 360px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.attr-left .c-item {
  position: relative;
}
.attr-left .xiuxian-con {
  margin: 0 auto;
  box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.15);
}
.attr-left .icon-size-1x1 .xiuxian-con {
  width: 60px;
  height: 60px;
}
.attr-left .icon-size-1x2 .xiuxian-con {
  width: 150px;
  height: 60px;
}
.attr-left .icon-size-2x1 .xiuxian-con {
  width: 60px;
  height: 150px;
}
.attr-left .icon-size-2x2 .xiuxian-con {
  width: 150px;
  height: 150px;
}
.attr-left .icon-size-2x4 .xiuxian-con {
  width: 330px;
  height: 150px;
}
.attr-btn {
  width: 24px;
  height: 24px;
  position: absolute;
  cursor: pointer;
  z-index: 10;
  background-image: url(../img/img-081.png);
  background-size: contain;
}
.attr-btn.l {
  left: 8px;
}
.attr-btn.l:hover {
  background-image: url(../img/img-080.png);
  transform: rotate(180deg);
}
.attr-btn.r {
  right: 8px;
  transform: rotate(180deg);
}
.attr-btn.r:hover {
  background-image: url(../img/img-080.png);
  transform: unset;
}
.attr-left ul, .card ul {
  list-style: none;
  display: flex;
  justify-content: center;
  position: absolute;
  margin-top: 180px;
}
.card ul {
  width: 100%;
}
.attr-left li, .card li {
  width: 8px;
  height: 8px;
  background-color: #00000026;
  margin-right: 10px;
  border-radius: 6px;
  cursor: pointer;
}
.attr-left li:last-child, .card li:last-child {
  margin-right: 0;
}
.attr-left li.active, .card li.active {
  transform: scale(1.2);
  background-color: #00000099;
}
.xiuxian-mask .card {
  margin: 16px 24px 0 0;
  padding: 0 16px;
  height: 55px;
}
.attr-left .c-item p {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
  position: fixed;
  top: 140px;
  left: 42px;
  max-width: 330px;
}
.xiuxian-input, .date-input {
  width: 231px;
  height: 37px;
  background: rgba(216,216,216,.4);
  border-radius: 4px 4px 4px 4px;
  padding: 0 14px;
  user-select: none;
}
.fx-input {
  width: 60px;
  text-align: center;
  padding: 0 5px 0 20px;
}
.sr-input {
  width: 110px;
  text-align: center;
  background: unset;
  padding: 0 0 0 15px;
}
.date-input {
  width: 100px;
  background: unset;
  text-align: center;
}
input[type="time"]::-webkit-calendar-picker-indicator {
  background-position: left center;
}
.xx-date {
  background: rgba(216,216,216,.4);
  border-radius: 4px 4px 4px 4px;
}
.xx-date img {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-left: 14px;
}
.date-box {
  width: 292px;
  height: 280px;
  position: absolute;
  top: 60px;
  right: 0;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
  border-radius: 5px;
  color: #767676;
  padding: 10px;
}
.date-t {
  display: flex;
  justify-content: space-between;
  height: 230px;
}
.date-t > div {
  width: 124px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.date-title {
  font-weight: 600;
}
.date-date {
  margin-top: 12px;
  display: flex;
  width: 100%;
  height: 202px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #D8D8D8;
}
.date-date > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: auto;
  padding: 80px 0;
}
.date-date > div > div {
  height: 40px;
  line-height: 40px;
}
.date-b {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
}
.date-ok {
  color: #0256FF;
  font-weight: 600;
  margin-left: 30px;
}
.date-card {
  position: relative;
}
.card.date-btn {
  background: #3D82F7;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
}
.date-btn:hover {
  box-shadow: 0px 0px 10px 0px rgba(61,130,247,.8);
}
.xiuxian-list, .show-m-list {
  display: flex;
}
.xl-item, .sm-item {
  padding: 2px 5px;
  margin-left: 10px;
  border: 1px solid #fff;
  border-radius: 4px;
  cursor: pointer;
}
.xl-item.active, .sm-item.active {
  border-color: #767676;
  background: rgba(216,216,216,0.4);
}
.sr-box {
  padding: 0 5px;
  background: rgba(216,216,216,.4);
  border-radius: 4px 4px 4px 4px;
}
.sr-icon-box {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  cursor: pointer;
}
.sr-icon-box:hover {
  color: #3D82F7;
}

.list, .paper-nav {
  padding: 15px 0 0;
  display: flex;
}
.l-item {
  font-size: 12px;
  margin-right: 7px;
  background: rgba(129,129,129,0.3);
  border-radius: 50px;
  padding: 0 8px;
  cursor: pointer;
  height: 22px;
  line-height: 22px;
}
.l-item:last-child {
  margin-right: 0;
}
.l-item.active, .l-item:hover {
  background: #4590F7;
  border-color: #4590F7;
  color: #fff;
}
.attr-1 .scroll, .attr-0 .scroll {
  width: 810px;
  height: 500px;
  margin: 18px 0 0;
}
.attr-0 .scroll {
  height: 530px;
}
.attr-1 .load-mask, .attr-1 .empty-mask {
  top: 90px;
  left: 170px;
  width: 823px;
  background-color: rgba(241, 240, 245, .8);
  height: 500px;
}
.card-list, .zj-list {
  display: flex;
  flex-wrap: wrap;
}
.zj-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, 390px);
  grid-auto-flow: row dense;
  grid-auto-rows: 275px;
  grid-gap: 15px;
}
.zj-list .card {
  margin: 0;
  padding: 10px;
}
.bottom-text {
  text-align: center;
  margin-top: 10px;
  color: #939393;
}
.card-t {
  text-align: center;
  font-size: 16px;
}
.card-main {
  height: 210px;
  position: relative;
}
.card-main img {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.15);
}
.card-main .card-1x1 {
  width: 60px;
  height: 60px;
  top: 60px;
}
.card-main .card-1x2 {
  width: 150px;
  height: 60px;
  top: 60px;
}
.card-main .card-2x1 {
  width: 60px;
  height: 150px;
}
.card-main .card-2x2 {
  width: 150px;
  height: 150px;
}
.card-main .card-2x4 {
  width: 330px;
  height: 150px;
}
.dl-item {
  width: 257px;
  height: 110px;
  background: #FFFFFF;
  border-radius: 8px;
  margin: 18px 13px 0 0;
  display: flex;
  position: relative;
}
.dl-item:nth-child(3n) {
  margin-right: 0;
}
.dl-item:nth-child(1),.dl-item:nth-child(2),.dl-item:nth-child(3) {
  margin-top: 0;
}
.dl-item:hover {
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
}
.dl-item img {
  width: 60px;
  height: 60px;
  margin: 20px;
  border-radius: 12px;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
}
.dl-item .p1 {
  font-size: 16px;
  margin: 25px 0 6px;
  max-width: 145px;
}
.dl-item .p2 {
  font-size: 12px;
  color: #767676;
  max-width: 145px;
}
.dl-item .btn, .card-btn {
  width: 56px;
  height: 24px;
  background: #2F2F2F;
  border-radius: 30px;
  font-size: 12px;
  color: #FFFFFF;
  position: absolute;
  right: 10px;
  bottom: 10px;
  text-align: center;
  line-height: 24px;
  cursor: pointer;
}
.card-btn {
  left: 50%;
  bottom: 15px;
  transform: translateX(-50%);
}
.dl-item .btn:hover, .card-btn:hover {
  background: #4590F7;
}
.attr-icon-box {
  height: 340px;
  background: #FFFFFF;
  border-radius: 8px;
  margin-top: 20px;
  margin-right: 14px;
  padding: 10px 20px 0;
}
.attr-icon-box input::placeholder {
  font-size: 14px;
}
.input-box {
  position: relative;

}
.input-box img {
  width: 14px;
  height: 14px;
  position: absolute;
  left: 85px;
  top: 13px;
}
.address-input {
  font-size: 14px;
  width: 360px;
  height: 40px;
  background: rgba(129,129,129,0.2);
  border-radius: 4px;
  margin-left: 14px;
  padding: 0 20px 0 30px;
}
.icon-box {
  display: flex;
  margin-left: 80px;
}
.icon-item {
  margin-right: 20px;
  text-align: center;
  color: #767676;
}

.item-img {
  width: 60px;
  height: 60px;
  background: #e6e6e6;
  border-radius: 8px;
  border: 1px solid rgba(129,129,129,0.6);
  cursor: pointer;
}
.item-img.text {
  font-weight: 700;
  font-size: 18px;
  color: #3D82F7;
  background: #FFFFFF;
}
.item-img.add {
  font-size: 25px;
  background-size: cover;
}
.item-img.active {
  border: 2px solid #4590F7;
}
.icon-box .btn {
  width: 120px;
  height: 30px;
  color: #fff;
  background: #4590F7;
  border-radius: 6px;
  margin-right: 12px;
  cursor: pointer;
}
.icon-box .btn:last-child {
  background: rgba(129,129,129,0.2);
  color: #1A1A1A;
}


.wal-box {
  width: 1000px;
  height: 600px;
  border-radius: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
  color: #1a1a1a;
  text-align: center;
}
.wallpaper {
  text-align: left;
  padding: 23px 24px 0 30px;
}
.wallpaper .title {
  font-size: 24px;
}
.scroll {
  overflow-y: auto;
  height: 480px;
  margin: 16px 0;
  width: 958px;
  position: relative;
}
.load-mask, .empty-mask {
  background-color: rgba(255,255,255,.8);
  position: fixed;
  top: 100px;
  left: 0;
  height: 490px;
}
.load-mask img, .empty-mask > div {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.empty-mask div {
  width: 258px;
  height: 140px;
  font-size: 14px;
  color: #818181;
  text-align: center;
}
.paper-list {
  display: flex;
  flex-wrap: wrap;
}
.paper-item {
  width: 180px;
  height: 112px;
  border-radius: 6px 6px 6px 6px;
  margin-right: 11px;
  margin-top: 16px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
}
.paper-item:nth-child(5n) {
  margin-right: 0;
}
.paper-item:nth-child(1),.paper-item:nth-child(2),.paper-item:nth-child(3),.paper-item:nth-child(4),.paper-item:nth-child(5) {
  margin-top: 2px;
}
.paper-item:hover>img {
  transform: scale(1.15);
  transition: all 1s;
}
.paper-item .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.paper-item .mask img {
  width: 28px;
  height: 28px;
}
.paper-item:hover .mask {
  display: flex;
}

.contextmenu-box {
  width: 150px;
  height: 92px;
  border-radius: 8px;
  color: #fff;
  background-color: #0b0b0bcc;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px;
  z-index: 10;
  font-size: 12px;
}
.contextmenu-box::after {
  content: "";
  position: absolute;
  left:0;
  top:0;
  right: 0;
  bottom:0;
  backdrop-filter: blur(70px);
  border-radius: 8px;
  z-index: -1;
}
.contextmenu-box .item {
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  padding: 0 5px;
  margin-top: 5px;
  cursor: pointer;
}
.contextmenu-box .item:first-child {
  margin-top: 0;
}
.contextmenu-box .item:hover {
  background-color: #ffffff4d;
}
.del-box, .tip-box {
  height: 48px;
}
.del-box {
  height: fit-content;
}
.del-box .buju-main {
  display: grid;
  grid-template-columns: repeat(auto-fill, 40px);
  grid-auto-flow: row dense;
  grid-auto-rows: 25px;
  grid-gap: 5px;
}
.buju-main>div {
  line-height: 25px;
  text-align: center;
  border-radius: 20px;
  background: #ffffff1a;
  cursor: pointer;
}
.buju-main>div:first-child {
  margin-left: 0;
}
.buju-main>div:hover, .buju-main>div.active {
  background: #ffffff4d;
}
.buju-name {
  text-align: left;
  height: 30px;
  padding: 0 5px;
  line-height: 30px;
}
.tip-box {
  left: 46%;
  top: 20px;
  text-align: center;
  font-size: 14px;
  background: rgba(255,255,255,0.8);
  color: #000;
}
.tip-box::after {
  backdrop-filter: unset;
}
.tip-box img {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  vertical-align: sub;
}
.tip-box div:hover {
  background-color: unset;
}


.add-box {
  width: 260px;
  height: 324px;
  background: rgba(43,47,58,.6);
  border-radius: 6px;
  padding: 15px 20px;
  position: absolute;
  top: 152px;
  left: 70px;
  z-index: 10;
}
.add-box::after {
  content: " ";
  position: absolute;
  left:0;
  top:0;
  right: 0;
  bottom:0;
  backdrop-filter: blur(70px);
}
.content {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 14px;
}
.icon-list {
  display: flex;
  flex-wrap: wrap;
  padding: 2px 0 15px;
}
.iconl-item {
  width: 28px;
  height: 28px;
  border-radius: 4px 4px 4px 4px;
  cursor: pointer;
  margin-right: 4px;
  margin-top: 10px;
  padding: 4px;
}
.iconl-item:nth-child(7n) {
  margin-right: 0;
}
.iconl-item.active {
  background: rgba(255,255,255,0.3);
}
.content input {
  width: 225px;
  height: 28px;
  background: rgba(255,255,255,0.3);
  border-radius: 4px 4px 4px 4px;
  margin: 14px 0;
  padding: 0 10px;
  color: #fff;
}
.btn-list {
  display: flex;
}
.btn-list .btn {
  width: 59px;
  height: 28px;
  border-radius: 8px 8px 8px 8px;
  font-size: 12px;
  cursor: pointer;
}
.btn.ok {
  background: #2A82E4;
  margin-right: 10px;
}
.btn.cancle {
  background: rgba(0,0,0,0.2);
}

.deltip {
  width: 280px;
  height: 165px;
  color: #767676;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
  border-radius: 12px 12px 12px 12px;
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.deltip .p0 {
  font-size: 16px;
  margin-top: 25px;
}
.deltip .p1 {
  font-size: 12px;
  margin: 18px 0 32px;
}
.deltip .btn-list {
  margin: 0 48px;
  justify-content: space-between;
}
.deltip .btn-list .btn {
  width: 80px;
  height: 32px;
  background: rgba(156,156,156,0.3);
  border-radius: 6px 6px 6px 6px;
}
.deltip .btn-list .btn:last-child {
  color: #fff;
  background: #4590F7;
}

.logou-box {
  width: 360px;
}
.logou-box .btn-list {
  margin: 0 80px;
}

.reset-set-mask .deltip {
  height: 180px;
  padding: 0 20px;
}
.reset-set-mask .btn-list {
  margin: 0 20px;
}

.check-mask .deltip {
  width: 360px;
  height: 255px;
  padding: 0 35px;
}
.check-mask .p0 {
  font-size: 20px;
}
.check-mask .p1 {
  text-align: left;
  margin: 20px 0;
}
.check-mask .btn {
  margin: 25px auto 0;
  width: 160px;
  height: 36px;
  font-size: 14px;
  color: #fff;
  background: #4590F7;
  border-radius: 6px 6px 6px 6px;
  cursor: pointer;
}
.check {
  font-size: 12px;
  font-weight: 700;
  color: #3D3D3D;
  margin-bottom: 15px;
  text-align: left;
  cursor: pointer;
}
.check.active {
  color: #4590F7;
}
.check img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  vertical-align: middle;
}

.loading-all-mask {
  flex-direction: column;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
}
.loading-all-mask img {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
}
