@charset "utf-8";
#app {
  /*取消IE的input右側clear按鈕*/
  /*取消Chrome自動填入input淡黃色背景色*/
  /* background of the scrollbar except button or resizer */
  /* scrollbar itself */
}
#app * {
  box-sizing: border-box;
  font-family: "Calibri", Sans-serif;
}
#app div,
#app p,
#app a,
#app li,
#app td {
  -webkit-text-size-adjust: none;
}
#app ::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
#app input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
#app *::-webkit-scrollbar {
  background-color: #fff;
  width: 7px;
  height: 7px;
}
#app *::-webkit-scrollbar-track {
  background-color: #fff;
}
#app *::-webkit-scrollbar-track:hover {
  background-color: #fff;
}
#app *::-webkit-scrollbar-thumb {
  background-color: #00498D;
  border-radius: 16px;
  border: 1px solid #fff;
}
#app *::-webkit-scrollbar-thumb:hover {
  background-color: #00498D;
  border: 1px solid #fff;
}
#app * {
  scrollbar-width: thin;
  scrollbar-color: 0B72B5 transparent;
}
#app *.hide-scrollbar {
  scrollbar-color: transparent transparent!important;
}
#app .el-scrollbar__bar.is-horizontal {
  display: block!important;
  height: 5px;
}
#app .el-scrollbar__bar.is-horizontal .el-scrollbar__thumb {
  opacity: 0.6;
  background-color: #00498D;
  transition: background-color 0.3s ease;
}
#app .el-scrollbar__bar.is-horizontal .el-scrollbar__thumb:hover {
  opacity: 0.9;
  background-color: #00498D;
}
#app .el-scrollbar__bar.is-vertical {
  display: block!important;
  width: 5px;
}
#app .el-scrollbar__bar.is-vertical .el-scrollbar__thumb {
  opacity: 0.6;
  background-color: #00498D;
  transition: background-color 0.3s ease;
}
#app .el-scrollbar__bar.is-vertical .el-scrollbar__thumb:hover {
  opacity: 0.9;
  background-color: #00498D;
}
#app .font-bold {
  font-weight: bold;
}
#app .el-button {
  background-color: #fff;
  padding: 10px;
  font-size: 13px;
  line-height: 1;
  height: 30px;
  width: auto;
}
#app .el-button .for-hover {
  display: none;
  opacity: 0;
  visibility: hidden;
}
#app .el-icon {
  width: 20px;
  height: 20px;
}
#app .el-input__wrapper {
  border-radius: 5px;
  padding: 1px 1px;
  background-color: #fff;
}
#app .el-input__inner {
  border: none;
  box-shadow: none;
  background: #fff;
  padding: 0;
  height: 30px;
  border-radius: 5px;
  padding: 0 0px 0 10px;
}
#app .el-input__prefix {
  align-items: center;
}
#app .el-button--primary {
  color: #01498d;
  border-color: #01498d;
}
#app .el-button--primary:hover {
  color: #fff;
  background-color: #01498d;
}
#app .el-button--primary:hover .for-hover {
  display: block;
  opacity: 1;
  visibility: visible;
}
#app .el-button--primary:hover .default {
  display: none;
  opacity: 0;
  visibility: hidden;
}
#app .is-disabled {
  background-color: transparent;
  filter: grayscale(1) opacity(0.5);
}
#app .is-disabled:hover {
  color: #5f5f5f;
  background-color: transparent;
}
#app .is-disabled:hover .for-hover {
  display: none;
  opacity: 0;
  visibility: hidden;
}
#app .is-disabled:hover .default {
  display: block;
  opacity: 1;
  visibility: visible;
}
#app .el-button {
  padding: 10px 12px;
}
#app .el-button--primary.primary-reverse {
  color: #fff;
  border-color: #01498d;
  background-color: #01498d;
}
#app .el-button--primary.primary-reverse:hover {
  color: #01498d;
  background-color: #fff;
}
#app .el-slider__runway {
  height: 4px;
}
#app .el-slider__bar {
  height: 4px;
}
#app .el-slider__marks-text {
  top: -46px;
}
#app .el-table .el-table .el-table__cell {
  padding: 12px 0;
}
#app .el-table th.el-table__cell {
  background-color: #0b72b5;
  color: #fff;
  font-size: 14px;
  padding: 5px 0;
  border-color: #ddd;
}
#app .el-table th.el-table__cell .cell {
  display: flex;
  align-items: center;
}
#app .el-table td.el-table__cell {
  font-size: 13px;
  border-color: #ddd;
}
#app .el-table td.el-table__cell .cell {
  line-height: 1.3;
}
#app .el-table td.el-table__cell .cell a {
  text-decoration: underline!important;
}
#app .el-table table.el-table__header {
  margin: 0;
}
#app .el-table .el-table__body {
  border-left: none;
}
#app .el-table .el-table__body tr:nth-child(2n) td.el-table__cell {
  background: #f7f8f8;
}
#app .el-table .el-table__body .cell img {
  width: 18px;
  max-width: 18px;
}
#app .el-table .sort-caret.descending {
  border-top-color: #6daad3;
}
#app .el-table .sort-caret.descending:hover {
  border-top-color: #fff;
}
#app .el-table .sort-caret.ascending {
  border-bottom-color: #6daad3;
}
#app .el-table .sort-caret.ascending:hover {
  border-bottom-color: #fff;
}
#app .el-table .descending .sort-caret.descending {
  border-top-color: #fff;
}
#app .el-table .ascending .sort-caret.ascending {
  border-bottom-color: #fff;
}
#app .el-table .cell .el-checkbox__input {
  line-height: 0;
}
#app .el-table--border .el-table__inner-wrapper::after,
#app .el-table--border::after,
#app .el-table--border::before,
#app .el-table__inner-wrapper::before {
  border-color: #ddd;
}
#app .el-table__border-left-patch {
  background-color: #ddd;
}
#app .el-pager li.number {
  border: solid 1px #929292;
  border-radius: 50%;
  line-height: 1;
  margin-right: 10px;
}
#app .el-pager li.more {
  margin-right: 10px;
}
#app .el-pager li:last-child {
  margin-right: 0;
}
#app .el-pager li.is-active {
  background-color: #01498d;
  color: #fff;
}
#app .el-pagination {
  margin-bottom: 50px;
}
@media all and (max-width: 1024px) {
  #app .el-pagination {
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 500px) {
  #app .el-pagination {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 500px) {
  #app .el-pagination .el-pagination__sizes {
    width: calc(100% - 70px);
    margin-bottom: 8px;
  }
}
@media all and (max-width: 1024px) {
  #app .el-pagination .el-pagination__jump {
    display: none;
    margin-top: 10px;
  }
}
#app .el-pagination .el-input__inner {
  padding: 0;
}
#app .el-pagination .el-pager li.number {
  max-width: 24px;
}
@media all and (max-width: 500px) {
  #app .el-pagination .el-pager li.number {
    margin-right: 5px;
  }
}
#app .el-pagination .btn-prev .el-icon,
#app .el-pagination .btn-next .el-icon {
  display: flex;
  align-items: center;
}
@media all and (max-width: 500px) {
  #app .el-pagination .btn-prev {
    margin-left: 0;
  }
}
#app .el-checkbox__input.is-checked .el-checkbox__inner {
  background-color: #fff;
}
#app .el-checkbox__inner::after {
  border-color: #000;
}
#app .el-checkbox {
  margin-bottom: 10px;
  height: 21px;
}
#app table .el-checkbox {
  margin-bottom: 0px;
}
#app .el-checkbox-group {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  padding-right: 10px;
  max-height: 130px;
  overflow: scroll;
  overflow-x: hidden;
}
#app .el-checkbox-group .el-checkbox {
  margin-bottom: 7px;
}
#app .el-checkbox__inner {
  width: 15px;
  height: 15px;
  border-radius: 3px;
}
#app .el-checkbox__inner:after {
  width: 4px;
  height: 6px;
  left: 4px;
  border-width: 2px;
}
#app .el-checkbox__label {
  font-size: 14px;
}
#app .el-checkbox__input.is-indeterminate .el-checkbox__inner::before {
  top: 8px;
}
#app .el-checkbox__input.is-checked .el-checkbox__inner {
  background-color: #24333e;
}
#app .el-checkbox__input.is-checked .el-checkbox__inner:after {
  border-color: #fff;
}
#app .el-slider {
  padding: 0 10px;
}
#app .el-tabs--card > .el-tabs__header {
  border: none;
}
#app .el-tabs__nav {
  border: none;
}
#app .el-tabs__item {
  border-radius: 8px;
  border: 1px solid #0B72B5!important;
  color: #0B72B5;
  margin-right: 10px;
  width: 150px;
  text-align: center;
  transition: all 0.3s ease;
}
#app .el-tabs__item.is-active {
  color: #fff;
  background-color: #0B72B5;
}
#app .el-dialog {
  width: 90%;
  max-width: 1200px;
  border-radius: 20px;
}
#app .el-dialog .el-dialog__header {
  border-bottom: solid 1px #e4e4e4;
  margin: 0;
}
#app .el-dialog .el-dialog__header .el-dialog__title {
  font-size: 28px;
  font-weight: bold;
}
#app .el-dialog .el-dialog__body {
  padding-top: 15px;
}
#app .el-loading-mask {
  z-index: 9;
}
#app button:hover {
  background-color: initial;
  border-color: initial;
}
#app .el-form-item {
  flex-direction: column;
}
#app .el-form-item .el-form-item__label {
  justify-content: flex-start;
  font-size: 18px;
  font-weight: bold;
}
#app .el-form-item .el-input__wrapper {
  border-radius: 7px;
}
#app .crumbs-box {
  width: 90%;
  max-width: 1600px;
  margin: 20px auto;
  font-size: 15px;
  display: flex;
  align-items: center;
  line-height: 1;
}
#app .crumbs-box > span {
  color: #0B72B5;
}
#app .crumbs-box > span a {
  color: #232527;
  transition: all 0.3s ease;
}
#app .crumbs-box > span a:hover {
  color: #0B72B5;
}
#app .crumbs-box > span img {
  margin-right: 5px;
  margin-bottom: 3px;
  width: 13px;
}
#app .crumbs-box .slash {
  margin: 0 5px;
  color: #232527;
}
.el-message.filter-message-box {
  left: auto;
  right: 30px;
  transform: translateX(0);
}
.el-message.filter-message-box .el-message__content {
  font-size: 16px;
}
.red {
  color: #FF0000;
  font-weight: bold;
}
#app .site-create-tenant-box {
  opacity: 0.8;
}
#app .site-create-tenant-box > .title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #191C22;
}
#app .site-create-tenant-box > .subtitle {
  font-size: 16px;
  text-align: center;
  color: #000;
  margin-top: 15px;
  margin-bottom: 15px;
}
#app .site-create-tenant-box > .top-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
#app .site-create-tenant-box > .top-box .text {
  color: #323740;
  font-size: 18px;
}
#app .site-create-tenant-box > .top-box .content-tag-box {
  display: flex;
}
#app .site-create-tenant-box > .top-box .content-tag-box .content-tag {
  cursor: pointer;
  font-size: 18px;
  color: #787878;
  padding: 8px 25px;
  border-radius: 50px;
  margin-right: 10px;
  background-color: #ECECEC;
}
#app .site-create-tenant-box > .top-box .content-tag-box .content-tag.active {
  color: #fff;
  background-color: #D0A46C;
}
#app .site-create-tenant-box > .top-box .content-tag-box .content-tag:last-child {
  margin-right: 0;
}
#app .site-create-tenant-box > .content .top-tab-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}
#app .site-create-tenant-box > .content .top-tab-box .inner-wrap {
  display: flex;
  align-items: center;
  position: relative;
  width: 400px;
  border-radius: 30px;
  background-color: #fff;
}
#app .site-create-tenant-box > .content .top-tab-box .btn-box {
  position: relative;
  border-radius: 30px;
  width: 100%;
  margin: 0;
}
#app .site-create-tenant-box > .content .top-tab-box .btn-box .btn {
  cursor: pointer;
  z-index: 2;
  position: relative;
  width: 50%;
  font-size: 20px;
  color: #000;
  text-align: center;
  padding: 10px 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
#app .site-create-tenant-box > .content .top-tab-box .btn-box .month {
  color: #fff;
}
#app .site-create-tenant-box > .content .top-tab-box .btn-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  border-radius: 30px;
  background-color: #D0A46C;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
#app .site-create-tenant-box > .content .top-tab-box.active .month {
  color: #000;
}
#app .site-create-tenant-box > .content .top-tab-box.active .year {
  color: #fff;
}
#app .site-create-tenant-box > .content .top-tab-box.active .btn-bg {
  left: 50%;
}
#app .site-create-tenant-box > .content .plan-list {
  display: flex;
}
#app .site-create-tenant-box > .content .plan-list .plan-item {
  position: relative;
  width: 50%;
  margin-right: 30px;
  background-color: #fff;
}
#app .site-create-tenant-box > .content .plan-list .plan-item .recommend {
  z-index: 1;
  position: absolute;
  top: -14px;
  right: -13px;
  pointer-events: none;
  width: 145px;
  height: 146px;
  background-image: url('../../images/recommend.png');
}
#app .site-create-tenant-box > .content .plan-list .plan-item .top-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 45px 30px;
  border-radius: 15px;
  overflow: hidden;
}
#app .site-create-tenant-box > .content .plan-list .plan-item .top-box .bg {
  position: absolute;
  top: 0;
  left: -10%;
  width: 120%;
  height: 100%;
  border-radius: 0 0 50% 50%;
  overflow: hidden;
  background: linear-gradient(287deg, #d0a46c -14.74%, #8e5823 45.1%, #b1875e 73.26%);
}
#app .site-create-tenant-box > .content .plan-list .plan-item .top-box .title {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 5px;
}
#app .site-create-tenant-box > .content .plan-list .plan-item .top-box .subtitle {
  position: relative;
  font-size: 16px;
  color: #fff;
}
#app .site-create-tenant-box > .content .plan-list .plan-item .mid-box {
  padding: 30px 40px;
  border-bottom: 1px solid #d2d2d2;
}
#app .site-create-tenant-box > .content .plan-list .plan-item .mid-box .price {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  line-height: 1;
  margin-bottom: 15px;
}
#app .site-create-tenant-box > .content .plan-list .plan-item .mid-box .price > span:first-child {
  font-size: 35px;
  font-weight: bold;
  color: #191C22;
}
#app .site-create-tenant-box > .content .plan-list .plan-item .mid-box .price > span:nth-child(2) {
  font-size: 20px;
  color: #4A4A4A;
  margin-left: 5px;
}
#app .site-create-tenant-box > .content .plan-list .plan-item .mid-box .btn-buy {
  width: 100%;
  font-size: 16px;
  border-radius: 30px;
  padding: 22px 25px;
}
#app .site-create-tenant-box > .content .plan-list .plan-item .mid-box .btn {
  border: 1px solid #888888;
  color: #888;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#app .site-create-tenant-box > .content .plan-list .plan-item .mid-box .btn:hover {
  color: #fff;
  background-color: #D0A46C;
  border-color: #d0a46c;
}
#app .site-create-tenant-box > .content .plan-list .plan-item .mid-box .btn-current {
  opacity: 0.4;
  pointer-events: none;
  cursor: default;
}
#app .site-create-tenant-box > .content .plan-list .plan-item .bottom-box {
  padding: 15px 40px;
  border-bottom: 4px solid #A8794B;
  border-radius: 0 0 15px 15px;
  overflow: hidden;
}
#app .site-create-tenant-box > .content .plan-list .plan-item .bottom-box > ul {
  padding: 0;
  list-style-type: none;
}
#app .site-create-tenant-box > .content .plan-list .plan-item .bottom-box > ul li {
  margin-bottom: 5px;
  font-size: 14px;
  color: #4a4a4a;
}
#app .site-create-tenant-box > .content .plan-list .plan-item .bottom-box > ul li i {
  margin-right: 10px;
}
#app .site-create-tenant-box > .content .plan-list .plan-item:last-child {
  margin-right: 0;
}
#app .site-create-tenant-box > .content .plan-list .plan-item1 .top-box .bg {
  background: linear-gradient(287.77deg, #1963be -14.74%, #4b9ca8 73.26%);
}
#app .site-create-tenant-box > .content .plan-list .plan-item1 .top-box .title {
  color: #fff;
}
#app .site-create-tenant-box > .content .plan-list .plan-item1 .top-box .subtitle {
  color: #fff;
}
#app .site-create-tenant-box > .content .plan-list .plan-item1 .mid-box .price {
  font-size: 20px;
  color: #4a4a4a;
}
#app .site-create-tenant-box > .content .plan-list .plan-item1 .mid-box .price .text {
  font-size: 35px;
  font-weight: bold;
  line-height: 1;
  color: #191C22;
}
#app .site-create-tenant-box > .content .plan-list .plan-item1 .bottom-box {
  border-bottom: 4px solid #2B56D3;
}
#app .site-create-tenant-box > .content .plan-list .plan-item3 .top-box .bg {
  background: linear-gradient(287.77deg, #727272 -14.74%, #0d0d0d 73.26%);
}
#app .site-create-tenant-box > .content .plan-list .plan-item3 .top-box .title {
  color: #FFCF92;
}
#app .site-create-tenant-box > .content .plan-list .plan-item3 .top-box .subtitle {
  color: #FFCF92;
}
#app .site-create-tenant-box > .content .plan-list .plan-item3 .mid-box .price {
  font-size: 20px;
  color: #4A4A4A;
}
#app .site-create-tenant-box > .content .plan-list .plan-item3 .bottom-box {
  border-bottom: 4px solid #313131;
}
#app .site-create-tenant-box > .content.white-content .card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
  padding: 30px;
  border-radius: 25px;
}
@media (max-width: 500px) {
  #app .site-create-tenant-box > .content.white-content .card {
    padding: 20px;
  }
}
#app .site-create-tenant-box .video-box iframe {
  aspect-ratio: 1.77777778;
}
#app .site-create-tenant-box .btn-box {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
#app .site-create-tenant-box .button {
  padding: 15px 50px;
  color: #fff;
  font-size: 16px;
  height: auto;
  border-radius: 30px;
  background-color: #a8794b;
}
#app .el-input__wrapper {
  padding: 1px 10px;
  height: 40px;
}
#app .el-input__inner {
  width: 100%;
  font-size: 14px;
  border-radius: 5px;
  border: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#app .el-button {
  border-color: #A8794B;
  color: #A8794B;
  padding: 18px 25px;
}
#app .el-button:hover {
  opacity: 0.9;
}
#app .el-dialog.w-1200 {
  max-width: 1200px;
  min-width: 1200px;
}
@media (max-width: 1300px) {
  #app .el-dialog.w-1200 {
    min-width: auto;
  }
}
.el-popper {
  padding-right: 0;
}
.el-popover.el-popper {
  width: auto!important;
  min-width: fit-content !important;
  color: #fff!important;
  background-color: rgb(0, 0, 0,0.8);
  border-radius: 7px;
  border: none;
  padding: 0;
}
.el-popover.el-popper .el-popper__arrow {
  display: none;
}
.el-popover.type-function-box {
  padding: 0;
  border-radius: 10px;
  background: #3A3A3A;
  box-shadow: 0px 14px 24px 0px rgba(0, 0, 0, 0.06);
}
.popover-function-box {
  border-radius: 10px;
  background: #3A3A3A;
  box-shadow: 0px 14px 24px 0px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.popover-function-box > div {
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 140px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 15px 10px;
  border-bottom: solid 1px #797978;
}
.popover-function-box > div:hover {
  background-color: #161617;
}
.popover-function-box > div i {
  margin-right: 10px;
}
.el-popper .popover-normal-box {
  padding: 5px 5px;
  min-width: 50px;
  text-align: center;
}
@media (max-width: 768px) {
  .el-popper .popover-normal-box {
    display: none;
  }
}
@media (max-width: 1024px) {
  .el-popper .for-desktop {
    display: none;
  }
}
.el-input__inner {
  border: none!important;
}
.el-picker-panel__icon-btn {
  padding: 3px 5px!important;
  margin: 0!important;
}
.el-picker-panel__icon-btn:hover {
  background-color: #fff!important;
}
.col-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 768px) {
  .col-box {
    flex-direction: column;
  }
}
.col-box .col {
  margin-bottom: 30px;
}
.col-box .col .col-value .el-form-item {
  margin-bottom: 0;
}
.col-box:last-child .col {
  margin-bottom: 0;
}
.col.w-50 {
  width: calc(50% - 20px);
}
@media (max-width: 768px) {
  .col.w-50 {
    width: 100%;
  }
}
.col.w-33 {
  width: calc(33% - 20px);
}
.col-box:last-child .col {
  margin-bottom: 0;
}
.mb-20 {
  margin-bottom: 20px;
}
