/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.week-mode[data-v-3613eb8d] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-3613eb8d] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-3613eb8d]::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.beauty-scroll[data-v-3613eb8d]::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #1890ff;
}
.beauty-scroll[data-v-3613eb8d]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 6px;
  background: #91d5ff;
}
.split-right[data-v-3613eb8d]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-3613eb8d] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-3613eb8d] {
  pointer-events: none;
}
#nprogress .bar[data-v-3613eb8d] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-3613eb8d] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
          box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
/* Remove these to get rid of the spinner */
#nprogress .spinner[data-v-3613eb8d] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-3613eb8d] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #1890ff;
  border-left-color: #1890ff;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-3613eb8d 400ms linear infinite;
  animation: nprogress-spinner-3613eb8d 400ms linear infinite;
}
.nprogress-custom-parent[data-v-3613eb8d] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-3613eb8d],
.nprogress-custom-parent #nprogress .bar[data-v-3613eb8d] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-3613eb8d {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-3613eb8d {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.common-layout .register[data-v-3613eb8d] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.common-layout .register[data-v-3613eb8d] .content {
  padding: 100px 0 24px !important;
}
.common-layout .register[data-v-3613eb8d] .ant-form {
  width: 65vw;
}
.common-layout .register .agreement[data-v-3613eb8d] {
  width: 30px !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px;
}
.common-layout .register .agreement .ag-content[data-v-3613eb8d] {
  border: 1px solid #999999;
  min-height: 500px;
  margin-bottom: 20px;
}
.common-layout .group-btn[data-v-3613eb8d] {
  bottom: 4%;
  width: 100%;
  position: fixed;
  margin-bottom: 32px;
}
.common-layout .group-btn button[data-v-3613eb8d] {
  width: 120px;
}
.common-layout .captcha-button[data-v-3613eb8d] {
  font-size: 14px;
}
.common-layout .ant-btn-lg[data-v-3613eb8d] {
  height: 32px;
}
.common-layout .pwd-check-wrap[data-v-3613eb8d] {
  position: absolute;
  top: 45%;
  left: 45%;
  min-height: 100px;
  min-width: 200px;
  border: 1px solid #999999;
  padding: 12px;
  font-weight: 600;
}
.common-layout .pwd-check-wrap .pcw-item[data-v-3613eb8d] {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.common-layout .pwd-check-wrap .pcw-item .item-light[data-v-3613eb8d] {
  display: inline-block;
  margin-left: 10px;
  width: 15%;
  height: 10px;
  background-color: #67c23a;
  border-radius: 2px;
}
.common-layout .pwd-check-wrap .pcw-item .pcw-state1[data-v-3613eb8d] {
  color: #f00;
}
.common-layout .pwd-check-wrap .pcw-item .pcw-state1[data-v-3613eb8d]::before {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid #f00;
  border-radius: 50%;
  margin-right: 5px;
}
.common-layout .pwd-check-wrap .pcw-item .pcw-state2[data-v-3613eb8d] {
  color: #67c23a;
}
.common-layout .pwd-check-wrap .pcw-item .pcw-state2[data-v-3613eb8d]::before {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid #67c23a;
  border-radius: 50%;
  margin-right: 5px;
}
.common-layout .pcw-icon[data-v-3613eb8d] {
  position: absolute;
  top: 50%;
  left: -7%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #999999;
  font-size: 20px;
}
.top[data-v-3613eb8d] {
  text-align: left;
  margin: 0 0 20px 20px;
}
.top .header[data-v-3613eb8d] {
  height: 44px;
  line-height: 44px;
}
.top .header a[data-v-3613eb8d] {
  text-decoration: none;
}
.top .header .title[data-v-3613eb8d] {
  font-size: 33px;
  color: rgba(0, 0, 0, 0.85);
  font-family: "Myriad Pro", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 600;
  position: relative;
  top: 2px;
}

