html,
body {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
#app {
  overflow: hidden;
  height: 100%;
  width: 100%;
  display: flex;
  font-family: 'Avenir', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.amap-search {
  width: 100%;
  height: 4rem;
}
.amap-search .mymap-container {
  flex: 1;
  min-height: 2rem;
}
.amap-search .mymap-container .amap-geolocation-con {
  z-index: 1 !important;
}
.amap-search .mymap-container .amap-copyright {
  height: 0.26rem;
}
.amap-search .el-autocomplete .el-input {
  width: 100% !important;
}
.amap-name {
  width: 100%;
  color: #333;
  line-height: 0.2rem;
}
.amap-address {
  width: 100%;
  word-break: break-all;
  line-height: 0.2rem;
  white-space: pre-wrap;
  color: #999;
  margin-bottom: 0.1rem;
}

.vgo-bg-wrap {
  overflow: hidden;
}

.vgo-box {
  background-color: #fff;
}
.vgo-box .content--box {
  overflow: hidden;
}
.vgo-box .vgo-box--close {
  width: 0.2rem;
  height: 0.2rem;
  line-height: 0.2rem;
  text-align: center;
  cursor: pointer;
  font-size: 0.14rem;
  border-radius: 0.03rem;
  color: #999;
}
.vgo-box .vgo-box--close:hover {
  color: #f8645c !important;
  cursor: pointer;
  background-color: rgba(0,0,0,0.1);
}

.el-card__header .vgo-box-title {
  padding: 0;
}
.vgo-box-title {
  line-height: initial;
}
.vgo-box-title .vgo-box-title--content {
  font-size: 0.16rem;
  font-weight: 600;
}
.vgo-box-title .vgo-box-title--content .title--line {
  padding: 1px;
  background-color: #0da9fd;
}
.vgo-box-title .vgo-box-title--content i.prepend--icon {
  font-weight: 600;
}
.vgo-box-title.vgo-box-subtitle .vgo-box-title--content {
  font-size: 0.14rem;
}

.v-drawer {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  overflow: hidden;
  border: none;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 0.1rem rgba(0,0,0,0.5);
}
.v-drawer .v-drawer__header {
  align-items: center;
  color: #72767b;
  display: flex;
  margin-bottom: 0.32rem;
  font-size: 0.16rem;
  margin-bottom: 0px;
  padding: 0.12rem;
  border-bottom: 1px solid #ebeef5;
  box-shadow: 0 0 0.04rem 0 rgba(200,200,200,0.4);
}
.v-drawer .v-drawer__close-btn {
  font-size: 0.2rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.vgo-footer-bar {
  position: fixed;
  left: 2rem;
  right: 0.26rem;
  z-index: 1002;
  bottom: 0;
  background-color: #fff;
  box-shadow: 0 0 0.04rem 0 rgba(200,200,200,0.4);
}

.list-card-item {
  border: 1.5px solid #f2f2f2;
  padding: 0.1rem;
}
.list-card-item.lock {
  background-color: #f2f2f2;
}
.list-card-item:hover {
  box-shadow: 0.02rem 0.02rem 0.2rem rgba(0,0,0,0.06);
  transform: scale(1.01);
}
.list-card-item i.card--icon {
  font-size: 0.45rem;
  height: 0.64rem;
  flex: 0 0 0.64rem;
  color: #fff;
}
.list-card-item i.iconwuquanxian {
  position: absolute;
  font-size: 0.2rem;
  right: 0.1rem;
  top: 0.1rem;
}

.vgo-sort-field {
  cursor: pointer;
  color: #666;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.vgo-sort-field .caret-wrapper {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  height: 0.34rem;
  width: 0.24rem;
  vertical-align: middle;
  cursor: pointer;
  overflow: initial;
  position: relative;
}
.vgo-sort-field .caret-wrapper .sort-caret {
  width: 0;
  height: 0;
  border: 0.05rem solid transparent;
  position: absolute;
  left: 0.07rem;
}
.vgo-sort-field .caret-wrapper .ascending {
  border-bottom-color: #c0c4cc;
  top: 0.05rem;
}
.vgo-sort-field .caret-wrapper .descending {
  border-top-color: #c0c4cc;
  bottom: 0.07rem;
}
.vgo-sort-field.sort1 .ascending {
  border-bottom-color: #0da9fd;
}
.vgo-sort-field.sort2 .descending {
  border-top-color: #0da9fd;
}

.pc-mode .tab-item:hover {
  color: #0da9fd;
}
.tab-list--base {
  overflow: initial !important;
}
.tab-list--base .tab-item {
  flex: 0 0 auto;
  padding: 0.05rem;
  min-width: 0.8rem;
  text-align: center;
  transition: all 0.3s;
  border-right: 1px solid #ccc;
}
.tab-list--base .tab-item.active {
  background-color: #0da9fd;
  color: #fff;
}

.v-audio--base {
  vertical-align: bottom;
}
.v-audio--base .audio--btn {
  margin-right: 0.1rem;
  font-size: 0.26rem;
  cursor: pointer;
}
.v-audio--base .audio--btn:hover {
  color: #0da9fd;
}

.card-icon--base {
  background-color: rgba(0,0,0,0.5);
  cursor: pointer;
  font-size: 0.16rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #aaa;
  padding: 0.02rem 0.02rem;
}
.card-icon--base:hover {
  filter: saturate(300%);
}

.card-icon-gruop--base {
  position: absolute;
  border-radius: 0.2rem;
  background-color: rgba(0,0,0,0.5);
  padding: 0 0.05rem;
  overflow: hidden;
}
.card-icon-gruop--base .card-icon--base {
  background: none;
  border-radius: 0;
}
.card-icon-gruop--base .card-icon--base~.card-icon--base {
  border-left: 1px dotted rgba(238,238,238,0.2);
}

.card-warp--base {
  overflow: hidden;
  cursor: pointer;
}
.card-warp--base:hover {
  box-shadow: 1px 1px 0.05rem 1px rgba(144,147,153,0.4);
}
.card-warp--base.selected {
  box-shadow: 0 0 1px 0.03rem rgba(103,194,58,0.8) !important;
}
.card-warp--base.disabled {
  box-shadow: 0 0 1px 0.03rem rgba(248,100,92,0.8) !important;
  cursor: not-allowed;
}
.card-warp--base .full-cover {
  width: 100%;
  height: 100%;
}
.card-warp--base .bottom-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  width: 100%;
  background-image: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
}
.card-warp--base.dragable {
  cursor: move;
}

.addpolygontip[data-v-4ec2a0fa] {
  position: fixed;
  z-index: 2;
  left: 0;
  top: 1rem;
  width: 100%;
}

body.mobile-mode .CustomGuideDialog[data-v-0d60b15e] {
  width: 100vw;
  height: 50vh;
  left: 0px;
  top: auto;
  right: auto;
}
body.mobile-mode .CustomGuideDialog[data-v-0d60b15e] .el-drawer {
  background-color: rgba(255,255,255,0.8);
}
body.mobile-mode .CustomGuideDialog .drawer-footer[data-v-0d60b15e],
body.mobile-mode .CustomGuideDialog[data-v-0d60b15e] .el-drawer__header {
  background-color: #fff;
}
body.mobile-mode .guideModel[data-v-0d60b15e] .el-dialog {
  margin-bottom: 0 !important;
}
.CustomGuideDialog[data-v-0d60b15e] {
  width: 3rem;
  right: 0;
  left: auto;
  top: 0.5rem;
  z-index: 1000;
}
[data-v-0d60b15e] .el-drawer {
  outline: none;
}
[data-v-0d60b15e] .el-drawer * {
  outline: none;
}
[data-v-0d60b15e] .el-drawer .el-drawer__header {
  font-size: 0.16rem;
  margin-bottom: 0px;
  padding: 0.12rem;
  border-bottom: 1px solid #ebeef5;
  box-shadow: 0 0 0.04rem 0 rgba(200,200,200,0.4);
}
[data-v-0d60b15e] .el-drawer .el-drawer__body {
  display: flex;
  flex-direction: column;
  height: 0;
}
[data-v-0d60b15e] .el-drawer .el-steps {
  height: auto;
}
.drawer-footer[data-v-0d60b15e] {
  border-top: 1px solid #ebeef5;
  box-shadow: 0 0 0.04rem 0 rgba(200,200,200,0.4);
  padding: 0.12rem;
}
@media screen and (min-width: 768px) {
[data-v-0d60b15e] .el-drawer.rtl {
    animation-duration: 0s !important;
}
}

body.mobile-mode .HotspotModelDialog[data-v-c764ed94] {
  width: 100%;
  height: 100%;
  left: 0;
  top: auto;
  right: auto;
}
body.mobile-mode .HotspotModelDialog[data-v-c764ed94] .v-drawer__header {
  background-color: #fff;
}
.HotspotModelDialog[data-v-c764ed94] {
  width: 3rem;
  right: 0;
  left: auto;
  top: 0.5rem;
}
.HotspotModelDialog .drawer-footer[data-v-c764ed94] {
  border-top: 1px solid #ebeef5;
  box-shadow: 0 0 0.04rem 0 rgba(200,200,200,0.4);
  padding: 0.12rem;
}
[data-v-c764ed94] .el-drawer {
  outline: none;
}
[data-v-c764ed94] .el-drawer * {
  outline: none;
}
[data-v-c764ed94] .el-drawer .el-drawer__header {
  font-size: 0.16rem;
  margin-bottom: 0px;
  padding: 0.12rem;
  border-bottom: 1px solid #ebeef5;
  box-shadow: 0 0 0.04rem 0 rgba(200,200,200,0.4);
}
[data-v-c764ed94] .el-drawer .el-drawer__body {
  display: flex;
  flex-direction: column;
  height: 0;
}
@media screen and (min-width: 768px) {
[data-v-c764ed94] .el-drawer.rtl {
    animation-duration: 0s !important;
}
}

[data-v-294b60d7] .el-radio-button__inner {
  padding: 0.09rem 0.1rem !important;
}

.el-image[data-v-12d7414f] {
  height: 0;
  width: 0;
  z-index: 999999;
}

body.mobile-mode .dialog-footer[data-v-814ef22a] {
  justify-content: center;
}
body.mobile-mode .dialog-footer .mybtn[data-v-814ef22a] {
  width: 1.5rem;
}
[data-v-814ef22a] .el-dialog__body {
  display: flex;
  flex-direction: column;
}
.maplarge .dialog-content[data-v-814ef22a] {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  flex-direction: column;
  flex: 1 1 0%;
  overflow: hidden;
  padding: 0.15rem;
}

body.mobile-mode .material-base-item[data-v-a539d3d8] {
  flex: 0 0 24%;
  margin: 0;
  margin-bottom: 0.1rem;
  margin-right: 1.3%;
}
body.mobile-mode .material-base-item[data-v-a539d3d8]:nth-child(4n) {
  margin-right: 0;
}
.ArSelector .openar-btn[data-v-a539d3d8] {
  position: absolute;
  top: 1px;
  right: 0.1rem;
  z-index: 1;
}
[data-v-a539d3d8] .el-dialog__body {
  display: flex;
  flex-direction: column;
}
.dialog-content[data-v-a539d3d8] {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  flex-direction: column;
  flex: 1 1 0%;
  overflow: hidden;
}
.dialog-content[data-v-a539d3d8] .el-tabs__header {
  margin: 0;
}
.dialog-content .material-list[data-v-a539d3d8] {
  flex: 1 1 0%;
  overflow-y: auto;
  min-height: 3.5rem;
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  padding: 0.09rem;
  padding-bottom: 0;
}
.dialog-content .material-base-item[data-v-a539d3d8] {
  flex: 0 0 1.15rem;
  margin: 0 0.1rem 0.1rem 0;
}
.dialog-content .material-base-item .full-cover img[data-v-a539d3d8] {
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #eee;
}

body.mobile-mode .dialog-footer[data-v-09bfd53f] {
  flex-direction: column;
  align-items: center;
}
body.mobile-mode .dialog-footer .right[data-v-09bfd53f] {
  margin-top: 0.08rem;
}
body.mobile-mode .dialog-footer .right .el-button[data-v-09bfd53f] {
  width: 1.5rem;
}
[data-v-09bfd53f] .el-dialog__body {
  display: flex;
  flex-direction: column;
}
.panoad-selector-dialog .dialog-content[data-v-09bfd53f] {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  flex-direction: column;
  flex: 1 1 0%;
  overflow: hidden;
}
.panoad-selector-dialog .dialog-content[data-v-09bfd53f] .el-tabs__header {
  margin: 0;
}
.panoad-selector-dialog .dialog-content .material-list[data-v-09bfd53f] {
  flex: 1 1 0%;
  overflow-y: auto;
  min-height: 3.5rem;
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  padding: 0.09rem;
  padding-bottom: 0;
}

.directory-info-dialog[data-v-48aa0794] .el-tree-node__content {
  height: 0.28rem;
  margin-bottom: 0.1rem;
}
.directory-info-dialog .custom[data-v-48aa0794] {
  display: flex;
  justify-content: space-between;
}
.directory-info-dialog .custom .custom-item[data-v-48aa0794] {
  height: 0.28rem;
  line-height: 0.28rem;
  width: 3.7rem;
}
.directory-info-dialog .input-group[data-v-48aa0794] {
  margin-bottom: 0.15rem;
}

body.mobile-mode .material-base-item[data-v-ad534d58] {
  flex: 0 0 31.33%;
  margin: 0;
  margin-bottom: 0.1rem;
  margin-right: 3%;
}
body.mobile-mode .material-base-item[data-v-ad534d58]:nth-child(3n) {
  margin-right: 0;
}
.product-selector[data-v-ad534d58] .el-dialog__body {
  display: flex;
  flex-direction: column;
}
.product-selector .dialog-content[data-v-ad534d58] {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  flex-direction: column;
  flex: 1 1 0%;
}
.product-selector .dialog-content .material-list[data-v-ad534d58] {
  flex: 1 1 0%;
  overflow-y: auto;
  min-height: 3.5rem;
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  padding: 0.09rem;
  padding-bottom: 0;
}
.product-selector .dialog-content .material-base-item[data-v-ad534d58] {
  flex: 0 0 1.15rem;
  margin: 0 0.1rem 0.1rem 0;
}
.product-selector .dialog-content .material-base-item .full-cover img[data-v-ad534d58] {
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #eee;
}

body.mobile-mode .material-icon-item[data-v-7a9b4e79] {
  flex: 0 0 24%;
  margin: 0;
  margin-bottom: 0.1rem;
  margin-right: 1.3%;
}
body.mobile-mode .material-icon-item[data-v-7a9b4e79]:nth-child(4n) {
  margin-right: 0;
}
.HotspotIconSelector-dialog .upload-btn[data-v-7a9b4e79] {
  position: absolute;
  top: 1px;
  right: 0.1rem;
  z-index: 1;
}
.HotspotIconSelector-dialog .el-dialog__body[data-v-7a9b4e79] {
  display: flex;
  flex-direction: column;
}
.HotspotIconSelector-dialog .dialog-content[data-v-7a9b4e79] {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  flex-direction: column;
  flex: 1 1 0%;
  height: 5rem;
  overflow: hidden;
}
.HotspotIconSelector-dialog .dialog-content .el-tabs__header[data-v-7a9b4e79] {
  margin: 0;
}
.icon-list[data-v-7a9b4e79] {
  flex: 1 1 0%;
  overflow-y: auto;
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  padding: 0.09rem;
  margin-top: 0.05rem;
}
.icon-list .material-icon-item[data-v-7a9b4e79] {
  flex: 0 0 0.87rem;
  margin: 0 0.1rem 0.1rem 0;
  background-color: #eee;
  cursor: pointer;
}
.icon-list .material-icon-item img[data-v-7a9b4e79] {
  -o-object-fit: contain;
     object-fit: contain;
}
.icon-list .material-icon-item .title[data-v-7a9b4e79] {
  position: absolute;
  top: 0;
  right: 0;
  width: 0.26rem;
  height: 0.16rem;
  line-height: 0.16rem;
  border-radius: 0.05rem;
  background-color: #f8645c;
  color: #fff;
  text-align: center;
  font-size: 0.12rem;
}

body.mobile-mode .material-base-item[data-v-0f4d247f] {
  flex: 0 0 31.33%;
  margin: 0;
  margin-bottom: 0.1rem;
  margin-right: 3%;
}
body.mobile-mode .material-base-item[data-v-0f4d247f]:nth-child(3n) {
  margin-right: 0;
}
.pano-loadingh5-selector-dialog[data-v-0f4d247f] .el-dialog__body {
  display: flex;
  flex-direction: column;
}
.pano-loadingh5-selector-dialog .dialog-content[data-v-0f4d247f] {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  flex-direction: column;
  flex: 1 1 0%;
  overflow: hidden;
  overflow: hidden;
}
.pano-loadingh5-selector-dialog .dialog-content .material-list[data-v-0f4d247f] {
  flex: 1 1 0%;
  overflow-y: auto;
  min-height: 3.5rem;
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  padding: 0.09rem;
  padding-bottom: 0;
}
.pano-loadingh5-selector-dialog .dialog-content .material-base-item[data-v-0f4d247f] {
  flex: 0 0 1.15rem;
  margin: 0 0.1rem 0.1rem 0;
}
.pano-loadingh5-selector-dialog .dialog-content .material-base-item .full-cover img[data-v-0f4d247f] {
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #eee;
}

body.mobile-mode .loading-selector-item[data-v-71e0b0de] {
  flex: 0 0 31.33%;
  margin: 0;
  margin-bottom: 0.1rem;
  margin-right: 3%;
}
body.mobile-mode .loading-selector-item[data-v-71e0b0de]:nth-child(3n) {
  margin-right: 0;
}
.pano-loading-selector-dialog[data-v-71e0b0de] .el-dialog__body {
  padding: 0.1rem;
}
.pano-loading-selector-dialog .dialog-content[data-v-71e0b0de] {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  flex-direction: column;
  flex: 1 1 0%;
  overflow: hidden;
}
.pano-loading-selector-dialog .dialog-content .loading-add-btn[data-v-71e0b0de] {
  position: absolute;
  top: 1px;
  right: 0.1rem;
  z-index: 1;
}
.pano-loading-selector-dialog .dialog-content .material-list[data-v-71e0b0de] {
  flex: 1 1 0%;
  overflow-y: auto;
  min-height: 3.5rem;
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  padding: 0.09rem;
  padding-bottom: 0;
}
.pano-loading-selector-dialog .dialog-content .loading-selector-item[data-v-71e0b0de] {
  flex: 0 0 1.3rem;
  margin: 0 0.1rem 0.1rem 0;
}

body.mobile-mode .dialog-footer[data-v-7595a096] {
  flex-direction: column;
  align-items: center;
}
body.mobile-mode .dialog-footer .right[data-v-7595a096] {
  margin-top: 0.08rem;
}
body.mobile-mode .dialog-footer .right .el-button[data-v-7595a096] {
  width: 1.5rem;
}
.plugin-selector-dialog[data-v-7595a096] .el-radio-button:first-child .el-radio-button__inner {
  border-left: none;
}
.plugin-selector-dialog[data-v-7595a096] .el-radio-button .el-radio-button__inner {
  border: none;
}
.plugin-selector-dialog .el-dialog__body[data-v-7595a096] {
  display: flex;
  flex-direction: column;
}
.plugin-selector-dialog .dialog-content[data-v-7595a096] {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  flex-direction: column;
  flex: 1 1 0%;
  height: 5rem;
  overflow: hidden;
}
.plugin-selector-dialog .dialog-content .el-tabs__header[data-v-7595a096] {
  margin: 0;
}
.plugin-selector-dialog .icon-list[data-v-7595a096] {
  overflow-y: auto;
  padding: 0.09rem;
  margin-top: 0.05rem;
}

body.mobile-mode .material-base-item[data-v-5f0c9922] {
  flex: 0 0 31.33%;
  margin: 0;
  margin-bottom: 0.1rem;
  margin-right: 3%;
}
body.mobile-mode .material-base-item[data-v-5f0c9922]:nth-child(3n) {
  margin-right: 0;
}
.product-selector[data-v-5f0c9922] .el-dialog__body {
  display: flex;
  flex-direction: column;
}
.product-selector .dialog-content[data-v-5f0c9922] {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  flex-direction: column;
  flex: 1 1 0%;
}
.product-selector .dialog-content .material-list[data-v-5f0c9922] {
  flex: 1 1 0%;
  overflow-y: auto;
  min-height: 3.5rem;
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  padding: 0.09rem;
  padding-bottom: 0;
}
.product-selector .dialog-content .material-base-item[data-v-5f0c9922] {
  flex: 0 0 1.15rem;
  margin: 0 0.1rem 0.1rem 0;
}
.product-selector .dialog-content .material-base-item .full-cover img[data-v-5f0c9922] {
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #eee;
}

body.mobile-mode .dialog-footer[data-v-0a7b387a] {
  flex-direction: column;
  align-items: center;
}
body.mobile-mode .dialog-footer .right[data-v-0a7b387a] {
  margin-top: 0.08rem;
}
body.mobile-mode .dialog-footer .right .el-button[data-v-0a7b387a] {
  width: 1.5rem;
}
[data-v-0a7b387a] .el-dialog__body {
  display: flex;
  flex-direction: column;
}
.red-history-dialog .dialog-content[data-v-0a7b387a] {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  flex-direction: column;
  flex: 1 1 0%;
  overflow: hidden;
}
.red-history-dialog .dialog-content[data-v-0a7b387a] .el-tabs__header {
  margin: 0;
}
.red-history-dialog .dialog-content .material-list[data-v-0a7b387a] {
  flex: 1 1 0%;
  overflow-y: auto;
  min-height: 3.5rem;
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  padding: 0.09rem;
  padding-bottom: 0;
}

body.mobile-mode .material-base-item[data-v-e6628ea4] {
  flex: 0 0 24%;
  margin: 0;
  margin-bottom: 0.1rem;
  margin-right: 1.3%;
}
body.mobile-mode .material-base-item[data-v-e6628ea4]:nth-child(4n) {
  margin-right: 0;
}
.RedSelector .openar-btn[data-v-e6628ea4] {
  position: absolute;
  top: 1px;
  right: 0.1rem;
  z-index: 1;
}
[data-v-e6628ea4] .el-dialog__body {
  display: flex;
  flex-direction: column;
}
.dialog-content[data-v-e6628ea4] {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  flex-direction: column;
  flex: 1 1 0%;
  overflow: hidden;
}
.dialog-content[data-v-e6628ea4] .el-tabs__header {
  margin: 0;
}
.dialog-content .material-list[data-v-e6628ea4] {
  flex: 1 1 0%;
  overflow-y: auto;
  min-height: 3.5rem;
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  padding: 0.09rem;
  padding-bottom: 0;
}
.dialog-content .material-base-item[data-v-e6628ea4] {
  flex: 0 0 1.15rem;
  margin: 0 0.1rem 0.1rem 0;
}
.dialog-content .material-base-item .full-cover img[data-v-e6628ea4] {
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #eee;
}

body.mobile-mode .form[data-v-45a96e41] {
  flex-direction: column;
}
body.mobile-mode .form .right[data-v-45a96e41] {
  margin-top: 0.1rem;
}
body.mobile-mode .material-scene-item[data-v-45a96e41] {
  flex: 0 0 31.33%;
  margin: 0;
  margin-bottom: 0.1rem;
  margin-right: 3%;
}
body.mobile-mode .material-scene-item[data-v-45a96e41]:nth-child(3n) {
  margin-right: 0;
}
body.mobile-mode .dialog-footer[data-v-45a96e41] {
  flex-direction: column;
  align-items: center;
}
body.mobile-mode .dialog-footer .right[data-v-45a96e41] {
  margin-top: 0.08rem;
}
body.mobile-mode .dialog-footer .right .el-button[data-v-45a96e41] {
  width: 1.5rem;
}
.SceneMaterialSelector[data-v-45a96e41] .el-dialog__body {
  display: flex;
  flex-direction: column;
}
.dialog-content[data-v-45a96e41] {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  flex-direction: column;
  flex: 1 1 0%;
  overflow: hidden;
}
.dialog-content[data-v-45a96e41] .el-tabs__header {
  margin: 0;
}
.dialog-content .material-list[data-v-45a96e41] {
  flex: 1 1 0%;
  overflow-y: auto;
  min-height: 3.5rem;
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  padding: 0.09rem;
  padding-bottom: 0;
}
.dialog-content .material-scene-item[data-v-45a96e41] {
  flex: 0 0 1.15rem;
  margin: 0 0.1rem 0.1rem 0;
}
.dialog-content .material-scene-item .full-cover img[data-v-45a96e41] {
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #eee;
}
.dialog-content .material-scene-item .folderImg[data-v-45a96e41] {
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
}
.dialog-content .material-scene-item .folderImg img[data-v-45a96e41] {
  width: 50%;
  height: auto;
}
.dialog-content .material-scene-item.folderItem.selected .el-icon-check[data-v-45a96e41] {
  color: #67c202 !important;
  filter: unset;
}

body.mobile-mode .scenepay-dialog .icon-item[data-v-47d8cbbd] {
  flex: 0 0 23%;
  margin: 1%;
  border-radius: 0.05rem;
  overflow: hidden;
}
body.mobile-mode .scenepay-dialog .icon-item img[data-v-47d8cbbd] {
  -o-object-fit: contain;
     object-fit: contain;
  height: 21.5999999vw;
  width: 100%;
}
.scenepay-dialog .el-dialog__body[data-v-47d8cbbd] {
  display: flex;
  flex-direction: column;
}
.scenepay-dialog .dialog-content[data-v-47d8cbbd] {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  flex-direction: column;
  flex: 1 1 0%;
  overflow: hidden;
}
.scenepay-dialog .dialog-content .el-tabs__header[data-v-47d8cbbd] {
  margin: 0;
}
.icon-list[data-v-47d8cbbd] {
  flex: 1 1 0%;
  overflow-y: auto;
  min-height: 3.5rem;
  align-items: flex-start;
  align-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  padding: 0.1rem;
}
.icon-item[data-v-47d8cbbd] {
  flex: 0 0 13.285%;
  margin: 0.5%;
  border-radius: 0.05rem;
  overflow: hidden;
}
.icon-item img[data-v-47d8cbbd] {
  -o-object-fit: contain;
     object-fit: contain;
  height: 1.1491rem;
  width: 100%;
}

body.mobile-mode .form[data-v-eb6c004a] {
  flex-direction: column;
}
body.mobile-mode .form .right[data-v-eb6c004a] {
  margin-top: 0.1rem;
}
body.mobile-mode .material-base-item[data-v-eb6c004a] {
  flex: 0 0 31.33%;
  margin: 0;
  margin-bottom: 0.1rem;
  margin-right: 3%;
}
body.mobile-mode .material-base-item[data-v-eb6c004a]:nth-child(3n) {
  margin-right: 0;
}
body.mobile-mode .dialog-footer[data-v-eb6c004a] {
  flex-direction: column;
  align-items: center;
}
body.mobile-mode .dialog-footer .right[data-v-eb6c004a] {
  margin-top: 0.08rem;
}
body.mobile-mode .dialog-footer .right .el-button[data-v-eb6c004a] {
  width: 1.5rem;
}
[data-v-eb6c004a] .el-dialog__body {
  display: flex;
  flex-direction: column;
}
.dialog-content[data-v-eb6c004a] {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  flex-direction: column;
  flex: 1 1 0%;
  overflow: hidden;
}
.dialog-content[data-v-eb6c004a] .el-tabs__header {
  margin: 0;
}
.dialog-content .material-list[data-v-eb6c004a] {
  flex: 1 1 0%;
  overflow-y: auto;
  min-height: 3.5rem;
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  padding: 0.09rem;
  padding-bottom: 0;
}
.dialog-content .material-base-item[data-v-eb6c004a] {
  flex: 0 0 1.15rem;
  margin: 0 0.1rem 0.1rem 0;
}
.dialog-content .material-base-item .full-cover img[data-v-eb6c004a] {
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #eee;
}

body.mobile-mode .form[data-v-01a4dd72] {
  flex-direction: column;
}
body.mobile-mode .form .right[data-v-01a4dd72] {
  margin-top: 0.1rem;
}
body.mobile-mode .material-base-item[data-v-01a4dd72] {
  flex: 0 0 31.33%;
  margin: 0;
  margin-bottom: 0.1rem;
  margin-right: 3%;
}
body.mobile-mode .material-base-item[data-v-01a4dd72]:nth-child(3n) {
  margin-right: 0;
}
body.mobile-mode .dialog-footer[data-v-01a4dd72] {
  flex-direction: column;
  align-items: center;
}
body.mobile-mode .dialog-footer .right[data-v-01a4dd72] {
  margin-top: 0.08rem;
}
body.mobile-mode .dialog-footer .right .el-button[data-v-01a4dd72] {
  width: 1.5rem;
}
[data-v-01a4dd72] .el-dialog__body {
  display: flex;
  flex-direction: column;
}
.dialog-content[data-v-01a4dd72] {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  flex-direction: column;
  flex: 1 1 0%;
  overflow: hidden;
}
.dialog-content[data-v-01a4dd72] .el-tabs__header {
  margin: 0;
}
.dialog-content .material-list[data-v-01a4dd72] {
  flex: 1 1 0%;
  overflow-y: auto;
  min-height: 3.5rem;
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  padding: 0.09rem;
  padding-bottom: 0;
}
.dialog-content .material-base-item[data-v-01a4dd72] {
  flex: 0 0 1.15rem;
  margin: 0 0.1rem 0.1rem 0;
}
.dialog-content .material-base-item .full-cover img[data-v-01a4dd72] {
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #eee;
}

body.mobile-mode .material-base-item[data-v-5a1245aa] {
  flex: 0 0 31.33%;
  margin: 0;
  margin-bottom: 0.1rem;
  margin-right: 3%;
}
body.mobile-mode .material-base-item[data-v-5a1245aa]:nth-child(3n) {
  margin-right: 0;
}
body.mobile-mode .dialog-footer[data-v-5a1245aa] {
  flex-direction: column;
  align-items: center;
}
body.mobile-mode .dialog-footer .right[data-v-5a1245aa] {
  margin-top: 0.08rem;
}
body.mobile-mode .dialog-footer .right .el-button[data-v-5a1245aa] {
  width: 1.5rem;
}
[data-v-5a1245aa] .el-dialog__body {
  display: flex;
  flex-direction: column;
}
.dialog-content[data-v-5a1245aa] {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  flex-direction: column;
  flex: 1 1 0%;
  overflow: hidden;
}
.dialog-content[data-v-5a1245aa] .el-tabs__header {
  margin: 0;
}
.dialog-content .material-list[data-v-5a1245aa] {
  flex: 1 1 0%;
  overflow-y: auto;
  min-height: 3.5rem;
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  padding: 0.09rem;
  padding-bottom: 0;
}
.dialog-content .material-base-item[data-v-5a1245aa] {
  flex: 0 0 1.15rem;
  margin: 0 0.1rem 0.1rem 0;
}
.dialog-content .material-base-item .full-cover img[data-v-5a1245aa] {
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #eee;
}

body.mobile-mode .ARModel-dialog .el-dialog__footer .el-button {
  width: 40%;
}

body.mobile-mode .AdModel-dialog .dialog-footer .el-button {
  width: 40%;
}
.image-box {
  width: 1.2rem;
  height: 1.2rem;
  border: 1px dashed #ccc;
  border-radius: 0.06rem;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.cate-manage-dialog .dialog-content {
  min-height: 3rem;
}
.cate-manage-dialog .item {
  transition: all 0.5s;
}
.cate-manage-dialog .el-tag {
  vertical-align: middle;
}
.cate-manage-dialog .el-tag i.el-icon-close {
  font-size: 0.16rem;
}
.cate-manage-dialog .el-tag .el-icon-edit {
  margin-left: 0.05rem;
  padding: 0.02rem;
}
.cate-manage-dialog .fade-transition-enter,
.cate-manage-dialog .fade-transition-leave-to {
  opacity: 0;
  transform: translateY(0.3rem);
}
.cate-manage-dialog .fade-transition-leave-active {
  position: absolute;
}

.cate-manage-dialog .dialog-content {
  min-height: 3rem;
}
.cate-manage-dialog .item {
  transition: all 0.5s;
}
.cate-manage-dialog .el-tag {
  vertical-align: middle;
}
.cate-manage-dialog .el-tag i.el-icon-close {
  font-size: 0.16rem;
}
.cate-manage-dialog .el-tag .el-icon-edit {
  margin-left: 0.05rem;
  padding: 0.02rem;
}
.cate-manage-dialog .fade-transition-enter,
.cate-manage-dialog .fade-transition-leave-to {
  opacity: 0;
  transform: translateY(0.3rem);
}
.cate-manage-dialog .fade-transition-leave-active {
  position: absolute;
}

body.mobile-mode .form-layout[data-v-5261b948] {
  flex-direction: column;
}

.material-model-dialog .dialog-content {
  min-height: 2rem;
}
.material-model-dialog .paly-btn {
  margin-right: 0.1rem;
  font-size: 0.26rem;
  cursor: pointer;
}
.material-model-dialog .paly-btn:hover {
  color: #0da9fd;
}

.material-preview .description[data-v-12607c06] {
  min-height: 4rem;
  white-space: pre-wrap;
}
.material-preview[data-v-12607c06] .el-image {
  height: 0;
  width: 0;
}
.material-preview video[data-v-12607c06],
.material-preview audio[data-v-12607c06] {
  max-width: 100%;
}

body.mobile-mode .material-360-img {
  flex: 0 0 31.33%;
  margin: 0;
  margin-bottom: 0.1rem;
  margin-right: 3%;
  display: inline-block;
}
body.mobile-mode .material-360-img:nth-child(3n) {
  margin-right: 0;
}
body.mobile-mode .dialog-footer .el-button {
  width: 1.5rem;
}
.surround-img-model .el-dialog__body {
  padding: 0.16rem;
}
.surround-img-model .dialog-content {
  min-height: 4rem;
}
.surround-img-model .dialog-content .material-360-img {
  margin-right: 0.05rem;
  margin-left: 0.05rem;
  margin-bottom: 0.1rem;
  width: 1.2rem;
  display: inline-block;
}

body.mobile-mode .pano-item[data-v-3d2ae9ad] {
  flex: 0 0 31.33%;
  width: auto;
  margin-bottom: 0.1rem;
  margin-right: 3%;
}
body.mobile-mode .pano-item[data-v-3d2ae9ad]:nth-child(3n) {
  margin-right: 0;
}
body.mobile-mode .dialog-footer[data-v-3d2ae9ad] {
  flex-direction: column;
  align-items: center;
}
body.mobile-mode .dialog-footer .right[data-v-3d2ae9ad] {
  margin-top: 0.08rem;
}
body.mobile-mode .dialog-footer .right .el-button[data-v-3d2ae9ad] {
  width: 1.5rem;
}
.pano-material-use-list .is-fullscreen .dialog-content[data-v-3d2ae9ad] {
  height: 100%;
}
.pano-material-use-list .el-dialog__body[data-v-3d2ae9ad] {
  padding: 0;
}
.pano-material-use-list .dialog-content[data-v-3d2ae9ad] {
  display: flex;
  height: 5rem;
}
.pano-list[data-v-3d2ae9ad] {
  align-content: flex-start;
  height: 100%;
  flex: 1;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
}
.pano-list .pano-item[data-v-3d2ae9ad] {
  width: 1.6rem;
  height: 1.1rem;
  border: 1px solid #409eff;
  margin-right: 0.1rem;
  transition: all 0.2s;
}
.pano-list .pano-item[data-v-3d2ae9ad]:hover {
  transform: scale(1.02);
}
.pano-list .pano-item .top[data-v-3d2ae9ad] {
  display: inline-block;
  width: 100%;
  height: 0.8rem;
}
.pano-list .pano-item .top .cover[data-v-3d2ae9ad] {
  width: 100%;
  height: 100%;
}
.pano-list .pano-item .bottom[data-v-3d2ae9ad] {
  height: 0.3rem;
  line-height: 0.3rem;
  display: flex;
  justify-content: space-around;
  padding: 0 0.05rem;
}
.pano-list .pano-item .bottom .name[data-v-3d2ae9ad] {
  height: 100%;
  width: 75%;
}
.pano-list .pano-item .bottom a.editor[data-v-3d2ae9ad] {
  height: 100%;
  width: 25%;
  color: #409eff;
  text-align: center;
}

body.mobile-mode .AdModel-dialog .dialog-footer .el-button {
  width: 40%;
}
.image-box {
  width: 1.2rem;
  height: 1.2rem;
  border: 1px dashed #ccc;
  border-radius: 0.06rem;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

body.mobile-mode .dialog-footer[data-v-7fd1517e] {
  flex-direction: column;
  align-items: center;
}
body.mobile-mode .dialog-footer .right[data-v-7fd1517e] {
  margin-top: 0.08rem;
}
body.mobile-mode .dialog-footer .right .el-button[data-v-7fd1517e] {
  width: 1.5rem;
}
[data-v-7fd1517e] .el-dialog__body {
  display: flex;
  flex-direction: column;
}
.red-receive-dialog .dialog-content[data-v-7fd1517e] {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  flex-direction: column;
  flex: 1 1 0%;
  overflow: hidden;
}
.red-receive-dialog .dialog-content[data-v-7fd1517e] .el-tabs__header {
  margin: 0;
}
.red-receive-dialog .dialog-content .material-list[data-v-7fd1517e] {
  flex: 1 1 0%;
  overflow-y: auto;
  min-height: 3.5rem;
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  padding: 0.09rem;
  padding-bottom: 0;
}

body.mobile-mode .TTSModel-dialog .dialog-footer .el-button {
  width: 40%;
}

body.mobile-mode .MenuModelDialog[data-v-41c00ad4] {
  width: 100%;
  height: 100%;
  left: 0;
  top: auto;
  right: auto;
}
body.mobile-mode .MenuModelDialog[data-v-41c00ad4] .v-drawer__header {
  background-color: #fff;
}
.MenuModelDialog[data-v-41c00ad4] {
  width: 3rem;
  right: 0;
  left: auto;
  top: 0.5rem;
}
.MenuModelDialog .drawer-footer[data-v-41c00ad4] {
  border-top: 1px solid #ebeef5;
  box-shadow: 0 0 0.04rem 0 rgba(200,200,200,0.4);
  padding: 0.12rem;
}
[data-v-41c00ad4] .el-drawer {
  outline: none;
}
[data-v-41c00ad4] .el-drawer * {
  outline: none;
}
[data-v-41c00ad4] .el-drawer .el-drawer__header {
  font-size: 0.16rem;
  margin-bottom: 0px;
  padding: 0.12rem;
  border-bottom: 1px solid #ebeef5;
  box-shadow: 0 0 0.04rem 0 rgba(200,200,200,0.4);
}
[data-v-41c00ad4] .el-drawer .el-drawer__body {
  display: flex;
  flex-direction: column;
  height: 0;
}
@media screen and (min-width: 768px) {
[data-v-41c00ad4] .el-drawer.rtl {
    animation-duration: 0s !important;
}
}

body.mobile-mode .SceneSelector-dialog .icon-item[data-v-2273e802] {
  flex: 0 0 23%;
  margin: 1%;
  border-radius: 0.05rem;
  overflow: hidden;
}
body.mobile-mode .SceneSelector-dialog .icon-item img[data-v-2273e802] {
  -o-object-fit: contain;
     object-fit: contain;
  height: 21.5999999vw;
  width: 100%;
}
.SceneSelector-dialog .el-dialog__body[data-v-2273e802] {
  display: flex;
  flex-direction: column;
}
.SceneSelector-dialog .dialog-content[data-v-2273e802] {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  flex-direction: column;
  flex: 1 1 0%;
  overflow: hidden;
}
.SceneSelector-dialog .dialog-content .el-tabs__header[data-v-2273e802] {
  margin: 0;
}
.icon-list[data-v-2273e802] {
  flex: 1 1 0%;
  overflow-y: auto;
  min-height: 3.5rem;
  align-items: flex-start;
  align-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  padding: 0.1rem;
}
.icon-item[data-v-2273e802] {
  flex: 0 0 13.285%;
  margin: 0.5%;
  border-radius: 0.05rem;
  overflow: hidden;
}
.icon-item img[data-v-2273e802] {
  -o-object-fit: contain;
     object-fit: contain;
  height: 1.1491rem;
  width: 100%;
}

.scene-pay-dialog .dialog-content[data-v-20cee5be] {
  height: 5rem;
  overflow-y: auto;
}
.scene-pay-dialog .dialog-content .input-group[data-v-20cee5be] {
  margin-top: 0.12rem;
}
.scene-pay-dialog .dialog-content .input-group[data-v-20cee5be]:last-child {
  margin-top: 0.05rem;
}
.scene-pay-dialog .dialog-content .input-group strong[data-v-20cee5be] {
  margin-left: 0.1rem;
  color: #ff4949;
}
.scene-pay-dialog .dialog-content .input-group .select-field .el-tag[data-v-20cee5be] {
  margin-right: 0.1rem;
  margin-bottom: 0.1rem;
}

body.mobile-mode .SceneSpots-dialog .icon-list .icon-item[data-v-7244b6fd] {
  flex: 0 0 23%;
  margin: 1%;
  border-radius: 0.05rem;
  overflow: hidden;
}
body.mobile-mode .SceneSpots-dialog .icon-list .icon-item img[data-v-7244b6fd] {
  -o-object-fit: contain;
     object-fit: contain;
  height: 21.5999999vw;
  width: 100%;
}
.SceneSpots-dialog .el-dialog__body[data-v-7244b6fd] {
  display: flex;
  flex-direction: column;
}
.SceneSpots-dialog .dialog-content[data-v-7244b6fd] {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  flex-direction: column;
  flex: 1 1 0%;
  overflow: hidden;
}
.SceneSpots-dialog .dialog-content .el-tabs__header[data-v-7244b6fd] {
  margin: 0;
}
.SceneSpots-dialog .icon-list[data-v-7244b6fd] {
  flex: 1 1 0%;
  overflow-y: auto;
  min-height: 3.5rem;
  align-items: flex-start;
  align-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  padding: 0.1rem;
}
.SceneSpots-dialog .icon-item[data-v-7244b6fd] {
  flex: 0 0 13.285%;
  margin: 0.5%;
  border-radius: 0.05rem;
  overflow: hidden;
}
.SceneSpots-dialog .icon-item img[data-v-7244b6fd] {
  -o-object-fit: contain;
     object-fit: contain;
  height: 1.1491rem;
  width: 100%;
}

.setsceneview-dialog[data-v-1d155576] .el-dialog__body {
  padding: 0;
}
.setsceneview-dialog .dialog-content[data-v-1d155576] {
  width: 100%;
  height: 5rem;
  overflow: hidden;
}
.setsceneview-dialog .dialog-content .startview[data-v-1d155576] {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2rem;
  height: 2rem;
  border: 1px dashed #f9f9f9;
  background: transparent;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.setsceneview-dialog .dialog-content .startview .startview-btn[data-v-1d155576] {
  bottom: -0.43rem;
  left: 50%;
  transform: translateX(-50%);
}
.setsceneview-dialog .dialog-content .startview .horn[data-v-1d155576] {
  position: absolute;
  width: 10%;
  height: 10%;
}
.setsceneview-dialog .dialog-content .startview .lt-horn[data-v-1d155576] {
  top: -1px;
  left: -1px;
  border-left: 0.04rem solid #f9f9f9;
  border-top: 0.04rem solid #f9f9f9;
}
.setsceneview-dialog .dialog-content .startview .rt-horn[data-v-1d155576] {
  top: -1px;
  right: -1px;
  border-right: 0.04rem solid #f9f9f9;
  border-top: 0.04rem solid #f9f9f9;
}
.setsceneview-dialog .dialog-content .startview .rb-horn[data-v-1d155576] {
  bottom: -1px;
  right: -1px;
  border-right: 0.04rem solid #f9f9f9;
  border-bottom: 0.04rem solid #f9f9f9;
}
.setsceneview-dialog .dialog-content .startview .lb-horn[data-v-1d155576] {
  border-left: 0.04rem solid #f9f9f9;
  border-bottom: 0.04rem solid #f9f9f9;
  bottom: -1px;
  left: -1px;
}

.drag--list .drag--item {
  display: inline-block;
  transition: all 0.5s;
  overflow: hidden;
  position: relative;
}
.drag--list .drag--item[draggable=true] {
  cursor: move;
}
.drag--list .drag--item.slot {
  vertical-align: top;
  border-radius: 0.1rem;
  border: 1px dashed #ddd;
}
.drag--list .drag--item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.drag--list .drag--item i.el-icon-delete {
  position: absolute;
  right: 0px;
  top: 0px;
  border-radius: 50%;
  background-color: rgba(0,0,0,0.3);
  height: 0.26rem;
  width: 0.26rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.16rem;
  color: #f8645c;
  cursor: pointer;
}
.drag--list .fade-transition-enter,
.drag--list .fade-transition-leave-to {
  opacity: 0;
  transform: translateY(0.3rem);
}
.drag--list .fade-transition-leave-active {
  position: absolute;
}

body.mobile-mode .el-dialog {
  max-width: 100vw;
  max-height: 100vh;
  margin: auto !important;
  border-radius: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
body.mobile-mode .el-dialog .el-dialog__footer {
  padding: 0.1rem;
}
body.mobile-mode .el-dialog .el-dialog__footer>div {
  justify-content: center;
  text-align: center;
}
body.mobile-mode .el-dialog .el-dialog__title {
  padding: 0.1rem;
  font-size: 0.16rem;
}
body.mobile-mode .el-dialog__wrapper:not(.mini) .el-dialog {
  width: 100vw;
  height: 100vh;
}
body.mobile-mode .el-dialog__wrapper.mini .el-dialog {
  max-height: 50vh;
}
body.mobile-mode .el-dialog__body {
  display: flex;
  flex-direction: column;
  font-size: 0.12rem;
  padding: 0.08rem;
  max-height: unset !important;
}
body.mobile-mode .dialog-fade-enter-active {
  animation: mobile-dialog-fade-in 0.3s;
}
body.mobile-mode .dialog-fade-leave-active {
  animation: mobile-dialog-fade-out 0.3s;
}
body.mobile-mode .el-dialog__headerbtn {
  top: 0.15rem;
}
body.mobile-mode .el-dialog-custom--options {
  top: 0.15rem;
}
@keyframes mobile-dialog-fade-in {
0% {
    transform: translate3d(0, 100%, 0);
}
100% {
    transform: translate3d(0, 0, 0);
}
}
@keyframes mobile-dialog-fade-out {
0% {
    transform: translate3d(0, 0, 0);
}
100% {
    transform: translate3d(0, 100%, 0);
}
}
.el-dialog {
  transition: all 0.3s;
}
.el-dialog.is-fullscreen {
  max-height: 100vh !important;
  height: 100vh !important;
}
.el-dialog.pd0 .el-dialog__body {
  padding: 0;
}
.el-dialog .el-dialog__header {
  padding: 0;
}
.el-dialog .el-dialog__header .el-dialog__title {
  padding: 0.2rem 0.2rem 0.1rem;
}
.el-dialog .el-dialog-custom--options {
  position: absolute;
  right: 0.5rem;
  top: 0.2rem;
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: #0da9fd;
}

.el--rate {
  text-shadow: 0 0 1px #000;
}

.custom--el-upload {
  display: inline-block;
}
.avatar--type {
  width: 1.2rem;
  height: 1.2rem;
}
.avatar--type .el-upload {
  position: relative;
  width: 100%;
  height: 100%;
}
.avatar--type .el-upload .el-upload-dragger {
  width: 100%;
  height: 100%;
}
.avatar--type .el-upload .el-upload-dragger img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}

* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Arial', 'Microsoft YaHei', '黑体', '宋体', sans-serif;
}
a {
  color: #666;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #0da9fd !important;
}
img {
  border: none;
  vertical-align: middle;
}
ol,
ul,
li {
  list-style: none;
}
iframe {
  border: none;
}
::-moz-selection {
  color: #fff;
  background: #0da9fd;
}
::selection {
  color: #fff;
  background: #0da9fd;
}
::-webkit-input-placeholder {
  font-family: Arial !important;
}
.fade-transverse-leave-active {
  position: absolute;
}
.fade-transverse-enter {
  transform: translateY(-0.3rem);
  opacity: 0;
}
.fade-transverse-leave-to {
  transform: translateY(0.3rem);
  opacity: 0;
}
.fade-transition-enter,
.fade-transition-leave-to {
  opacity: 0;
  transform: translateY(0.3rem);
}
.fade-transition-leave-active {
  position: absolute;
}
.fade-scale-leave-active,
.fade-scale-enter-active {
  transition: all 0.3s;
}
.fade-scale-enter,
.fade-scale-leave-to {
  transform: scale(0.98);
  opacity: 0;
}
@keyframes icon_pointing {
  0% {
    box-shadow: 0 0 0 0px rgba(160,160,160,0.5);
  }
  45% {
    box-shadow: 0 0 0 0.2rem rgba(160,160,160,0.05);
  }
  50% {
    box-shadow: 0 0 0 0px rgba(160,160,160,0.2);
  }
  100% {
    box-shadow: 0 0 0 0.1rem rgba(160,160,160,0.2);
  }
}
@keyframes icon_pointing_inset {
  0% {
    box-shadow: 0 0 0 0px rgba(160,160,160,0.8) inset;
  }
  45% {
    box-shadow: 0 0 0 0.1rem rgba(160,160,160,0.05) inset;
  }
  50% {
    box-shadow: 0 0 0 0px rgba(160,160,160,0.6) inset;
  }
  100% {
    box-shadow: 0 0 0 0.05rem rgba(160,160,160,0.8) inset;
  }
}
@keyframes icon_bgc {
  0%, 100% {
    background: linear-gradient(135deg, #f00, #ffa500, #008000, #00f, #800080) left center/400% 400%;
    background-position-x: left;
  }
  50% {
    background-position-x: right;
  }
}
:root {
  --animate-duration: 300ms;
}
html,
body {
  height: 100%;
  width: 100%;
  color: #666;
  font-size: 0.14rem;
}
.box-shadow {
  box-shadow: 0 0 0.04rem 0 rgba(200,200,200,0.4);
}
.box-shadow:hover {
  box-shadow: 0 0 0.04rem 0 #c8c8c8;
}
.padding-spacing {
  padding: 0.1rem;
}
.margin-spacing {
  margin: 0.1rem;
}
.border-radius,
body .el-dialog,
body .el-card {
  border-radius: 0.06rem;
}
body.pc-mode ::-webkit-scrollbar {
  width: 0.07rem;
  height: 0.07rem;
}
body.pc-mode ::-webkit-scrollbar-track {
  border-radius: 0.05rem;
  background-color: rgba(0,0,0,0.05);
}
body.pc-mode ::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0.2);
  border-radius: 0.05rem;
}
body.mobile-mode .el-message {
  top: 0 !important;
  width: 100%;
  border-radius: 0;
  display: flex;
  justify-content: center;
}
body.mobile-mode .el-message-box {
  width: 70vw;
}
body.mobile-mode .el-message-box__btns .el-button {
  width: 45%;
}
body.mobile-mode .el-message-box__btns,
body.mobile-mode .el-message-box__title {
  text-align: center;
}
body.mobile-mode .el-form .el-input-number .el-input {
  width: 100%;
}
body .el-form .el-form-item.isblock .el-form-item__label {
  width: 100%;
}
body .flex-1 {
  overflow-x: hidden;
}
body .w100p {
  width: 100% !important;
}
body .h100p {
  height: 100% !important;
}
body .w10 {
  width: 0.1rem !important;
}
body .h10 {
  height: 0.1rem !important;
}
body .w20 {
  width: 0.2rem !important;
}
body .h20 {
  height: 0.2rem !important;
}
body .w30 {
  width: 0.3rem !important;
}
body .h30 {
  height: 0.3rem !important;
}
body .w40 {
  width: 0.4rem !important;
}
body .h40 {
  height: 0.4rem !important;
}
body .w50 {
  width: 0.5rem !important;
}
body .h50 {
  height: 0.5rem !important;
}
body .w60 {
  width: 0.6rem !important;
}
body .h60 {
  height: 0.6rem !important;
}
body .w70 {
  width: 0.7rem !important;
}
body .h70 {
  height: 0.7rem !important;
}
body .w80 {
  width: 0.8rem !important;
}
body .h80 {
  height: 0.8rem !important;
}
body .w90 {
  width: 0.9rem !important;
}
body .h90 {
  height: 0.9rem !important;
}
body .w100 {
  width: 1rem !important;
}
body .h100 {
  height: 1rem !important;
}
body .w150 {
  width: 1.5rem !important;
}
body .h150 {
  height: 1.5rem !important;
}
body .w200 {
  width: 2rem !important;
}
body .h200 {
  height: 2rem !important;
}
body .w250 {
  width: 2.5rem !important;
}
body .h250 {
  height: 2.5rem !important;
}
body .w300 {
  width: 3rem !important;
}
body .h300 {
  height: 3rem !important;
}
body .w350 {
  width: 3.5rem !important;
}
body .h350 {
  height: 3.5rem !important;
}
body .w400 {
  width: 4rem !important;
}
body .h400 {
  height: 4rem !important;
}
body .w450 {
  width: 4.5rem !important;
}
body .h450 {
  height: 4.5rem !important;
}
body .w500 {
  width: 5rem !important;
}
body .h500 {
  height: 5rem !important;
}
body .w550 {
  width: 5.5rem !important;
}
body .h550 {
  height: 5.5rem !important;
}
body .w600 {
  width: 6rem !important;
}
body .h600 {
  height: 6rem !important;
}
body .w650 {
  width: 6.5rem !important;
}
body .h650 {
  height: 6.5rem !important;
}
body .w700 {
  width: 7rem !important;
}
body .h700 {
  height: 7rem !important;
}
body .w750 {
  width: 7.5rem !important;
}
body .h750 {
  height: 7.5rem !important;
}
body .w800 {
  width: 8rem !important;
}
body .h800 {
  height: 8rem !important;
}
body .w850 {
  width: 8.5rem !important;
}
body .h850 {
  height: 8.5rem !important;
}
body .w900 {
  width: 9rem !important;
}
body .h900 {
  height: 9rem !important;
}
body .w950 {
  width: 9.5rem !important;
}
body .h950 {
  height: 9.5rem !important;
}
body .w1000 {
  width: 10rem !important;
}
body .h1000 {
  height: 10rem !important;
}
body .el-dialog {
  display: flex;
  justify-content: space-between;
  flex-flow: column nowrap;
}
body .el-dialog .el-dialog__header {
  border-bottom: 1px solid #ebeef5;
  box-shadow: 0 0 0.04rem 0 rgba(200,200,200,0.4);
  flex: 0 0 auto;
}
body .el-dialog .el-dialog__body {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  flex: 1 1 0%;
  max-height: 5.5rem;
}
body .el-dialog.is-fullscreen .el-dialog__body {
  max-height: none;
}
body .el-dialog .el-dialog__footer {
  border-top: 1px solid #ebeef5;
  box-shadow: 0 0 0.04rem 0 rgba(200,200,200,0.4);
  flex: 0 0 auto;
}
body .el-dialog__wrapper.pd0 .el-dialog__body {
  padding: 0;
}
body .el-notification-cneter {
  top: 50% !important;
  left: 50% !important;
  right: auto !important;
  bottom: auto !important;
  transform: translate(-50%, -50%);
}
body .el-card+.el-card {
  margin-top: 0.1rem;
}
body .el-scrollbar__wrap {
  max-height: 2.04rem !important;
}
body .el-form .el-input-number .el-input {
  width: 100%;
}
body .table-options .el-input,
body .table-options .el-textarea,
body .table-options .el-select .el-input {
  width: 1.5rem;
}
body .table-options .el-cascader .el-input {
  width: 3rem;
}
body .el-table__row:nth-child(2n) {
  background-color: #fafafa;
}
body .el-table .avatar {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
}
body .el-loading-mask {
  z-index: 100000 !important;
}
body .el-message {
  z-index: 100001 !important;
}
body .el-tooltip__popper {
  max-width: 5rem;
}
body .el-badge {
  z-index: 1;
}
body .el-image .el-icon-circle-close {
  color: #f8645c;
}
body #nprogress .bar {
  background: #0da9fd !important;
}
body #nprogress .peg {
  box-shadow: 0 0 0.1rem #0da9fd, 0 0 0.05rem #0da9fd;
}
body .el-tag~.el-tag {
  margin-left: 0.06rem;
}
body .isDetail .el-form-item.is-requiremd:not(.is-no-asterisk)>.el-form-item__label:before {
  display: none;
}
body .el-color-picker {
  width: 1rem;
}
body .el-color-picker .el-color-picker__trigger {
  width: 100%;
}
body .el-table {
  border: 1px solid #ebeef5;
  border-bottom: none;
}
body .el-table th {
  background-color: #f1f1f1;
}
body .el-table thead {
  color: #333;
}
body .el-tree .el-icon-sort {
  cursor: move;
}
body .el-radio.is-bordered {
  margin-right: 0.08rem;
  margin-bottom: 0.08rem;
  margin-left: 0 !important;
}
body .el-select {
  max-width: 100%;
}
body .iconfont {
  font-size: 0.16rem;
}
.danger {
  color: #f8645c !important;
}
.theme,
.primary {
  color: #0da9fd !important;
}
.warning {
  color: #eda131 !important;
}
.info {
  color: #909399 !important;
}
.success {
  color: #67c23a !important;
}
.page-bg {
  background-color: #f8f8f8 !important;
}
.page-bg2 {
  background-color: #ccc !important;
}
.page-content {
  background-color: #fff !important;
}
.page-dark {
  background-color: #e6f6ff !important;
}
.page-theme {
  background-color: #0da9fd !important;
}
.fs-s {
  font-size: 0.1rem !important;
}
.fs-n {
  font-size: 0.12rem !important;
}
.fs-m {
  font-size: 0.14rem !important;
}
.fs-b {
  font-size: 0.16rem !important;
}
.fs-l {
  font-size: 0.18rem !important;
}
.fs-xl {
  font-size: 0.26rem !important;
}
.fs-xxl {
  font-size: 0.3rem !important;
}
.fc-b1 {
  color: #333 !important;
}
.fc-b2 {
  color: #666 !important;
}
.fc-b3 {
  color: #999 !important;
}
.fc-w1 {
  color: #bbb !important;
}
.fc-w2 {
  color: #ddd !important;
}
.fc-w3 {
  color: #fff !important;
}
.border {
  border: 1px solid #ebeef5;
}
.border-w {
  border: 1px solid #fff;
}
.bd-t {
  border-top: 1px solid #ebeef5;
}
.bd-r {
  border-right: 1px solid #ebeef5;
}
.bd-b {
  border-bottom: 1px solid #ebeef5;
}
.bd-l {
  border-left: 1px solid #ebeef5;
}
.bd-t-w {
  border-top: 1px solid #fff;
}
.bd-r-w {
  border-right: 1px solid #fff;
}
.bd-b-w {
  border-bottom: 1px solid #fff;
}
.bd-l-w {
  border-left: 1px solid #fff;
}
.border-bottom {
  border-bottom: 1px solid #ebeef5;
}
.flex {
  display: flex;
}
.flex-auto {
  flex: 0 0 auto;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-center {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.ff-rw {
  display: flex;
  flex-flow: row wrap !important;
}
.ff-rn {
  display: flex;
  flex-flow: row nowrap !important;
}
.ff-rrw {
  display: flex;
  flex-flow: row-reverse wrap !important;
}
.ff-rrn {
  display: flex;
  flex-flow: row-reverse nowrap !important;
}
.ff-cw {
  display: flex;
  flex-flow: column wrap !important;
}
.ff-cn {
  display: flex;
  flex-flow: column nowrap !important;
}
.ff-crw {
  display: flex;
  flex-flow: column-reverse wrap !important;
}
.ff-crn {
  display: flex;
  flex-flow: column-reverse nowrap !important;
}
.flex-2 {
  flex: 0 0 50%;
  width: 0;
}
.flex-3 {
  flex: 0 0 33.333333333333336%;
  width: 0;
}
.flex-4 {
  flex: 0 0 25%;
  width: 0;
}
.flex-5 {
  flex: 0 0 20%;
  width: 0;
}
.flex-6 {
  flex: 0 0 16.666666666666668%;
  width: 0;
}
.flex-7 {
  flex: 0 0 14.285714285714286%;
  width: 0;
}
.jc-start {
  display: flex;
  justify-content: flex-start;
}
.jc-end {
  display: flex;
  justify-content: flex-end;
}
.jc-center {
  display: flex;
  justify-content: center;
}
.jc-between {
  display: flex;
  justify-content: space-between;
}
.jc-around {
  display: flex;
  justify-content: space-around;
}
.ai-start {
  display: flex;
  align-items: flex-start;
}
.ac-start {
  display: flex;
  align-content: flex-start;
}
.ai-end {
  display: flex;
  align-items: flex-end;
}
.ac-end {
  display: flex;
  align-content: flex-end;
}
.ai-center {
  display: flex;
  align-items: center;
}
.ac-center {
  display: flex;
  align-content: center;
}
.ai-stretch {
  display: flex;
  align-items: stretch;
}
.ac-stretch {
  display: flex;
  align-content: stretch;
}
.mg0 {
  margin: 0px !important;
}
.mgx0 {
  margin: 0 0px;
}
.mgy0 {
  margin: 0px 0;
}
.mg1 {
  margin: 0.05rem;
}
.mgx1 {
  margin: 0 0.05rem;
}
.mgy1 {
  margin: 0.05rem 0;
}
.mg2 {
  margin: 0.1rem;
}
.mgx2 {
  margin: 0 0.1rem;
}
.mgy2 {
  margin: 0.1rem 0;
}
.mg3 {
  margin: 0.15rem;
}
.mgx3 {
  margin: 0 0.15rem;
}
.mgy3 {
  margin: 0.15rem 0;
}
.mg4 {
  margin: 0.2rem;
}
.mgx4 {
  margin: 0 0.2rem;
}
.mgy4 {
  margin: 0.2rem 0;
}
.mg5 {
  margin: 0.3rem;
}
.mgx5 {
  margin: 0 0.3rem;
}
.mgy5 {
  margin: 0.3rem 0;
}
.pd0 {
  padding: 0px !important;
}
.pdx0 {
  padding: 0 0px;
}
.pdy0 {
  padding: 0px 0;
}
.pd1 {
  padding: 0.05rem;
}
.pdx1 {
  padding: 0 0.05rem;
}
.pdy1 {
  padding: 0.05rem 0;
}
.pd2 {
  padding: 0.1rem;
}
.pdx2 {
  padding: 0 0.1rem;
}
.pdy2 {
  padding: 0.1rem 0;
}
.pd3 {
  padding: 0.15rem;
}
.pdx3 {
  padding: 0 0.15rem;
}
.pdy3 {
  padding: 0.15rem 0;
}
.pd4 {
  padding: 0.2rem;
}
.pdx4 {
  padding: 0 0.2rem;
}
.pdy4 {
  padding: 0.2rem 0;
}
.pd5 {
  padding: 0.3rem;
}
.pdx5 {
  padding: 0 0.3rem;
}
.pdy5 {
  padding: 0.3rem 0;
}
.mgt0 {
  margin-top: 0px !important;
}
.mgt1 {
  margin-top: 0.05rem !important;
}
.mgt2 {
  margin-top: 0.1rem !important;
}
.mgt3 {
  margin-top: 0.15rem !important;
}
.mgt4 {
  margin-top: 0.2rem !important;
}
.mgt5 {
  margin-top: 0.3rem !important;
}
.mgr0 {
  margin-right: 0px !important;
}
.mgr1 {
  margin-right: 0.05rem !important;
}
.mgr2 {
  margin-right: 0.1rem !important;
}
.mgr3 {
  margin-right: 0.15rem !important;
}
.mgr4 {
  margin-right: 0.2rem !important;
}
.mgr5 {
  margin-right: 0.3rem !important;
}
.mgb0 {
  margin-bottom: 0px !important;
}
.mgb1 {
  margin-bottom: 0.05rem !important;
}
.mgb2 {
  margin-bottom: 0.1rem !important;
}
.mgb3 {
  margin-bottom: 0.15rem !important;
}
.mgb4 {
  margin-bottom: 0.2rem !important;
}
.mgb5 {
  margin-bottom: 0.3rem !important;
}
.mgl0 {
  margin-left: 0px !important;
}
.mgl1 {
  margin-left: 0.05rem !important;
}
.mgl2 {
  margin-left: 0.1rem !important;
}
.mgl3 {
  margin-left: 0.15rem !important;
}
.mgl4 {
  margin-left: 0.2rem !important;
}
.mgl5 {
  margin-left: 0.3rem !important;
}
.pdt0 {
  padding-top: 0px !important;
}
.pdt1 {
  padding-top: 0.05rem !important;
}
.pdt2 {
  padding-top: 0.1rem !important;
}
.pdt3 {
  padding-top: 0.15rem !important;
}
.pdt4 {
  padding-top: 0.2rem !important;
}
.pdt5 {
  padding-top: 0.3rem !important;
}
.pdr0 {
  padding-right: 0px !important;
}
.pdr1 {
  padding-right: 0.05rem !important;
}
.pdr2 {
  padding-right: 0.1rem !important;
}
.pdr3 {
  padding-right: 0.15rem !important;
}
.pdr4 {
  padding-right: 0.2rem !important;
}
.pdr5 {
  padding-right: 0.3rem !important;
}
.pdb0 {
  padding-bottom: 0px !important;
}
.pdb1 {
  padding-bottom: 0.05rem !important;
}
.pdb2 {
  padding-bottom: 0.1rem !important;
}
.pdb3 {
  padding-bottom: 0.15rem !important;
}
.pdb4 {
  padding-bottom: 0.2rem !important;
}
.pdb5 {
  padding-bottom: 0.3rem !important;
}
.pdl0 {
  padding-left: 0px !important;
}
.pdl1 {
  padding-left: 0.05rem !important;
}
.pdl2 {
  padding-left: 0.1rem !important;
}
.pdl3 {
  padding-left: 0.15rem !important;
}
.pdl4 {
  padding-left: 0.2rem !important;
}
.pdl5 {
  padding-left: 0.3rem !important;
}
.lh1 {
  line-height: 0.1rem !important;
}
.lh2 {
  line-height: 0.15rem !important;
}
.lh3 {
  line-height: 0.2rem !important;
}
.lh4 {
  line-height: 0.25rem !important;
}
.lh5 {
  line-height: 0.3rem !important;
}
.scroll-y {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.scroll-x {
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.omit-1,
.omit-2,
.omit-3,
.omit-4,
.omit-5,
.omit-6 {
  display: -webkit-box;
  overflow: hidden;
  word-break: break-all;
/* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}
.omit-1 {
  -webkit-line-clamp: 1;
}
.omit-2 {
  -webkit-line-clamp: 2;
}
.omit-3 {
  -webkit-line-clamp: 3;
}
.omit-4 {
  -webkit-line-clamp: 4;
}
.omit-5 {
  -webkit-line-clamp: 5;
}
.omit-6 {
  -webkit-line-clamp: 6;
}
.fit-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.fit-fill {
  -o-object-fit: fill;
     object-fit: fill;
}
.fit-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.title-line {
  position: relative;
}
.title-line:before {
  content: '';
  position: absolute;
  left: 0.05rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: #0da9fd;
  height: 0.15rem;
  width: 0.02rem;
}
.line-through {
  text-decoration: line-through;
}
.clearfix {
  *zoom: 1;
  clear: both;
}
.clearfixbefore,
.clearfixafter {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.inline-block {
  display: inline-block;
}
.overflow-hidden {
  overflow: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.hide {
  display: none;
}
.hand {
  cursor: pointer;
}
.omit,
.flex-omit-x,
.flex-omit-y {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.flex-omit-x {
  width: 0;
  flex: 1;
}
.flex-omit-y {
  height: 0;
  flex: 1;
}
.tal {
  text-align: left;
}
.tac {
  text-align: center;
}
.margin-auto {
  margin: auto;
}
.margin-xauto {
  margin: 0 auto;
}
.margin-yauto {
  margin: auto 0;
}
.tar {
  text-align: right;
}
.pf {
  position: fixed;
}
.pr {
  position: relative !important;
}
.pa {
  position: absolute !important;
}
.pac {
  position: absolute !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.pre {
  white-space: pre-wrap;
}
.full {
  height: 100%;
  width: 100%;
}
.round {
  border-radius: 50%;
}
.strong {
  font-weight: 600;
}
.point-none {
  pointer-events: none;
}
.point-auto {
  pointer-events: auto;
}
.hover:hover {
  color: #0da9fd !important;
  cursor: pointer;
  background-color: rgba(0,0,0,0);
}
.hover-success:hover {
  color: #67c23a !important;
  cursor: pointer;
  background-color: rgba(0,0,0,0);
}
.hover-danger:hover {
  color: #f8645c !important;
  cursor: pointer;
  background-color: rgba(0,0,0,0);
}
.hover-bg-theme:hover {
  color: #fff !important;
  cursor: pointer;
  background-color: #0da9fd;
}
.hover-bg-danger:hover {
  color: #fff !important;
  cursor: pointer;
  background-color: #f8645c;
}
.hover-scale {
  transition: all 0.1s;
}
.hover-scale:hover {
  box-shadow: 0.02rem 0.02rem 0.1rem 0 rgba(133,133,133,0.15);
}
.line {
  position: relative;
}
.line::after {
  content: '';
  position: absolute;
  width: 1rem;
  height: 1px;
  background-color: #bbb;
  left: -1.2rem;
  top: 50%;
}
.line::before {
  content: '';
  position: absolute;
  width: 1rem;
  height: 1px;
  background-color: #bbb;
  right: -1.2rem;
  top: 50%;
}
.list-style-none {
  list-style: none;
}
.list-style-disc {
  list-style: disc;
}
.list-style-circle {
  list-style: circle;
}
.list-style-decimal {
  list-style: decimal;
}
.scroll-smooth {
  scroll-behavior: smooth;
}

