@charset "UTF-8";
@import url("./overwrit.css");
@import url("//at.alicdn.com/t/c/font_2467728_dcnf7lxd31q.css");
@import url("./login.css");
* {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1;
  text-decoration: none;
}

a {
  color: #222222;
}

a:hover, .el-link.el-link--default:hover {
  color: var(--active-color);
}

::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: transparent;
}

html, body {
  min-width: 1200px;
  /* font-size: 0.8333333333vw; */
  --body-width: 1200px;
  min-height: 100%;
}

body {
  display: none;
}

.body {
  width: var(--body-width);
  margin: 0 auto 1.25rem;
  min-height: calc(100vh - 164.4px);
}

.nav-release-btn {
  margin-right: 32px;
  border: none;
  background-color: var(--active-color);
  width: 80px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
}
.nav-release-btn:hover {
  background-color: #0C8DEB;
}

.order {
  background: #F3F3F3;
}

.breadcrumb {
  margin: 1.125rem 0 1rem;
}

.breadcrumb span, .breadcrumb a {
  font-size: 0.875rem;
  text-decoration: none;
  color: rgb(144, 143, 143);
}

.breadcrumb .current-breadcrumb {
  color: #000;
}

/* 头部 */
.page-top {
  --color: #FCFCFC;
  --bg: #302F2F, ;
}

.page-top[role=user], .page-top[role=merchant] {
  --color: #222222;
  --bg: #fff, ;
}

.page-top {
  position: sticky;
  top: 0;
  z-index: 100;
  margin-bottom: 3px;
  background: var(--bg);
}

.page-top[role=user], .page-top[role=merchant] {
  box-shadow: -4px 5px 14px 0px rgba(47, 51, 55, 0.03);
  background: #fff;
}

.page-top .header {
  --h: 4.125rem;
  height: var(--h);
  line-height: var(--h);
  color: var(--color);
}

.page-top .header ul {
  display: flex;
  height: 100%;
  align-items: center;
  margin: 0 auto;
}

.page-top .header ul .logo {
  display: flex;
  margin-right: 3%;
}

.page-top .header ul .logo div {
  font-size: 0.75rem;
  color: #0ABDEA;
  margin-left: 6px;
  margin-top: -2px;
}

.page-top .header ul .logo div p {
  line-height: 1.3;
}

.page-top .header ul .nav {
  flex: 1;
  text-align: right;
  justify-content: center;
  display: flex;
}

.page-top .header .nav .search {
  width: 70%;
  min-width: 350px;
}
.page-top .header .type_model2 {
  display: none;
}

@media screen and (max-width: 1300px) {
  .page-top .header .type_model1 {
    display: none;
  }
  .page-top .header .type_model2 {
    display: block;
  }
}
.page-top .header ul .user .avatar {
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  vertical-align: middle;
  cursor: pointer;
}

.page-top .header ul .user .login {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
}

.page-top .header ul .msg .icon {
  font-size: 1.5rem;
  color: var(--color);
}

.page-top .header ul .types .type {
  font-size: 16px;
  font-weight: bold;
  color: var(--color);
  margin: 0 12px;
  cursor: pointer;
}
.page-top .header ul .types .type.active {
  color: #0ABDEA;
}
.page-top .header ul .nav-search {
  width: 70%;
  min-width: 350px;
}

.user-popover, .user-popover[x-placement^=bottom] .popper__arrow {
  border: none;
}

.user-popover[x-placement^=bottom] .popper__arrow::after {
  border-bottom-color: #313030;
}

.user-popover {
  background-color: #313030;
}
.user-popover .user-info {
  display: flex;
}
.user-popover .user-info img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  margin-right: 5px;
  cursor: pointer;
}
.user-popover .user-info .user-name {
  font-weight: bold;
  font-size: 14px;
  color: #E7E7E7;
  margin-bottom: 5px;
}
.user-popover .user-info .user-type {
  background: #0D99FF;
  border-radius: 21px;
  font-size: 10px;
  color: #FFFFFF;
  display: inline-block;
  padding: 4px 7px;
}
.user-popover .user-info .exit {
  display: flex;
  align-items: center;
  color: #ACACAC;
  cursor: pointer;
}
.user-popover .center-nav {
  display: flex;
  justify-content: space-between;
  margin: 26px 0 10px;
}
.user-popover .center-nav a {
  display: inline-block;
  width: 94px;
  line-height: 36px;
  background: #404040;
  border: 1px solid #404040;
  border-radius: 4px;
  font-size: 12px;
  color: #E7E7E7;
  text-align: center;
}
.user-popover .center-nav a:hover {
  background: #323232;
  border-color: #727272;
}

html[theme=dark] .el-dropdown-menu {
  background-color: #404040;
}

html[theme=dark] .el-dropdown-menu .el-dropdown-menu__item {
  color: #fff;
}

html[theme=dark] .el-dropdown-menu .el-dropdown-menu__item:not(.is-disabled):hover {
  background-color: #404040;
  color: #66b1ff;
}

html[theme=dark] .el-dropdown-menu .popper__arrow {
  opacity: 0;
}

.footer {
  padding-top: 0.6875rem;
  padding-bottom: 1px;
  background: #393939;
  text-align: center;
  font-size: 0.75rem;
}

.footer p {
  margin-bottom: 0.9375rem;
  color: rgba(255, 255, 255, 0.6);
}
.footer p a {
  color: rgba(255, 255, 255, 0.6);
}

/*下载弹框*/
.download-dialog .el-dialog__header {
  background: linear-gradient(90deg, #12B5E0 0%, #0ABDEA 100%);
}
.download-dialog .download-content {
  display: flex;
  background-color: #EFEFEF;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 20px 15px;
}
.download-dialog .download-content .download-content-left {
  flex: 1;
}
.download-dialog .download-content .download-content-left h3 {
  margin-bottom: 15px;
}
.download-dialog .download-content .download-content-left h3 .el-icon-document {
  color: #4689BA;
  margin-right: 5px;
}
.download-dialog .download-content .download-content-left p {
  color: #666;
}
.download-dialog .download-content .download-content-left p .el-icon-check {
  color: #74C588;
}
.download-dialog .download-content .download-content-right button {
  line-height: 35px;
  padding: 0 5px;
  border: 1px solid var(--active-color);
  border-radius: 4px;
  color: var(--active-color);
  cursor: pointer;
}
.download-dialog .download-content .download-content-right button:hover {
  color: #fff;
  background-color: var(--active-color);
}

.download-dialog .el-dialog__header .el-dialog__title, .download-dialog .el-dialog__header .el-dialog__headerbtn .el-dialog__close {
  color: #fff;
}

.download-dialog .code-input {
  width: calc(100% - 20px);
  line-height: 54px;
  font-size: 16px;
  font-weight: bold;
  padding: 0 10px;
  margin-top: 24px;
  border: 1px solid #C5CBD0;
  border-radius: 4px;
  outline: none;
  background: #E9EFF4;
}

.download-dialog .el-icon-close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

/*无数据*/
.no-data {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: calc(100vh - 253px);
}

.no-data p {
  margin-top: -50px;
  color: #999999;
  font-size: 1rem;
}

[color=warning] {
  color: #EFA71A;
}

[color=danger] {
  color: #EE0000;
}

[color=success] {
  color: #03CD2F;
}

/*查看更多组件样式*/
.more, .no-more {
  text-align: center;
  font-size: 12px;
  color: #7C7C7C;
  margin: 100px 0 27px;
}

.more .more-btn {
  cursor: pointer;
}

.more .more-btn:hover {
  color: var(--active-color);
}

.kefu {
  position: fixed;
  right: 40px;
  bottom: 10%;
  background: #3F3E3E;
}
.kefu li {
  text-align: center;
  width: 40px;
  border-radius: 50%;
  font-size: 12px;
  color: #ABABAB;
  padding: 6px 0;
  position: relative;
  cursor: pointer;
}
.kefu li img {
  width: 19px;
}
.kefu li .hover {
  display: none;
}
.kefu li:first-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 10px;
  background-color: rgb(126, 126, 126);
  width: 19px;
  height: 1px;
}
.kefu .go-top:hover, .kefu .server:hover {
  color: #0D99FF;
}
.kefu .go-top:hover .hover, .kefu .server:hover .hover {
  display: inline-block;
}
.kefu .go-top:hover .normal, .kefu .server:hover .normal {
  display: none;
}

.masking {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}

.el-pagination.is-background .el-pager li {
  background-color: #282828;
}

.el-pagination__editor .el-input__inner {
  background-color: #282828;
  border: none;
}

.masking-dialog {
  background-color: #fff;
  width: 546px;
  box-shadow: 2px 4px 21px -2px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  padding: 24px 0 45px;
}
.masking-dialog .masking-title {
  position: relative;
  margin: 0 25px;
}
.masking-dialog .masking-title .el-icon-close {
  position: absolute;
  right: 0;
  font-size: 32px;
  top: 0;
  cursor: pointer;
}
.masking-dialog .masking-content {
  text-align: center;
  margin: 0 35px;
}

.layout .left .menu-icon {
  width: 22px;
  vertical-align: middle;
}

.header-search {
  background: #EFEFEF;
  width: 60%;
  min-width: 280px;
  border-radius: 8px;
  display: flex;
}
.header-search input {
  border: none;
  outline: none;
  background-color: transparent;
  flex: 1;
  height: 40px;
  margin-left: 10px;
}
.header-search .search-btn {
  line-height: 40px;
  margin-right: 10px;
  font-size: 14px;
  cursor: pointer;
}

.doc-view {
  position: fixed;
  z-index: 110;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
}

.doc-view .close {
  position: absolute;
  right: 20px;
  top: 10px;
  background: #fff;
  font-size: 20px;
  border-radius: 50%;
  padding: 5px;
  cursor: pointer;
}

.doc-view iframe {
  width: 60%;
  margin-left: 20%;
  height: 100vh;
}

.video_view {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 200;
}
.video_view .title {
  background-color: #fff;
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  border-radius: 5px 5px 0 0;
}
.video_view .title .close {
  cursor: pointer;
}
.video_view video {
  max-width: 80vw;
  max-height: 80vh;
}

.download-client-btn {
  border: none;
  line-height: 36px;
  padding: 0 40px 0 7px;
  border-radius: 4px;
  margin-right: 20px;
  background-size: 32px 32px;
  background-position: 78px center;
  background-repeat: no-repeat;
  background-color: rgba(81, 81, 81, 0.5);
  background-image: url(/images/download-client-dark.png);
  color: #FFFFFF;
  cursor: pointer;
}

.page-top[role=user] .download-client-btn, .page-top[role=merchant] .download-client-btn {
  background-image: url(/images/download-client-light.png);
  background-color: rgba(81, 81, 81, 0.1);
  color: #343434;
}

.download-client-dialog .el-dialog {
  background-color: #2E2E2E;
}

.download-client-dialog .el-dialog__title {
  color: #fff;
}

.download-client-dialog .el-dialog .box {
  background: url(/images/112@2x.png) right bottom no-repeat;
  background-size: 206px 116px;
}