@charset "UTF-8";
.lg-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: var(--layout-nav-height);
  font-size: 14px;
  color: white;
}

.lg-nav-left {
  display: flex;
  align-items: center;
}

.lg-nav-right {
  position: relative;
  left: 0px;
  top: 0px;
  display: flex;
  align-items: center;
}

.lg-nav-left .lg-nav-cell {
  line-height: var(--layout-nav-height);
  margin-right: 15px;
}

.lg-nav-right .lg-nav-cell {
  line-height: var(--layout-nav-height);
  margin-left: 15px;
}

.lg-nav-logo {
  height: calc(var(--layout-nav-height) * 0.8);
  line-height: var(--layout-nav-height);
  font-size: calc(var(--layout-nav-height) * 0.8);
  color: white;
  margin: 0px;
  padding: 0px;
  padding-right: 15px;
}

.lg-nav-logo-icon {
  height: calc(var(--layout-nav-height) * 0.8);
  line-height: var(--layout-nav-height);
  font-size: calc(var(--layout-nav-height) * 0.8);
  color: white;
  margin: 0px;
  padding: 0px;
  padding-right: 15px;
}

.lg-nav-name {
  display: inline-block;
  max-width: 6em;
}

.lg-nav-erweima {
  width: 100px;
  height: 100px;
  background: white;
  margin: 10px 0px;
}

.lg-nav-phone {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: var(--layout-nav-height);
  font-size: 12px;
  color: white;
}

.lg-nav-phone .iconfont {
  font-size: 14px;
}

.lg-nav-phone-center {
  position: absolute;
  left: 50%;
  display: flex;
  align-items: center;
  transform: translateX(-50%);
  max-width: 50%;
  line-height: var(--layout-nav-height);
}

.lg-nav-phone-center-title {
  font-size: 16px;
}

.lg-nav-phone-left {
  display: flex;
  align-items: center;
}

.lg-nav-phone-right {
  position: relative;
  left: 0px;
  top: 0px;
  display: flex;
  align-items: center;
}

.lg-nav-phone-left .lg-nav-phone-cell {
  margin-right: 20px;
}

.lg-nav-phone-right .lg-nav-phone-cell {
  margin-left: 20px;
}

.lg-search-window {
  background: white;
  line-height: var(--layout-nav-height);
  color: white;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.lg-search-window-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: auto;
  overflow: hidden;
}

.lg-search-window-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 70vw;
  overflow: hidden;
  background: white;
  line-height: 30px;
  border-radius: 17px;
}

.lg-search-window-bottom {
  background: white;
}

.lg-options-search {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  height: auto;
  overflow: visible;
}

.lg-options-search-prepend {
  width: 120px;
}

.lg-options-search-card {
  position: absolute;
  left: 0px;
  top: 32px;
  z-index: 10000;
  min-width: 200px;
  width: var(--lg-options-search-card-width);
}

.lg-options-search-card-content {
  line-height: 1;
  font-size: 12px;
  color: #333333;
}

.lg-options-search-history {
  height: auto;
  overflow: hidden;
  padding-top: 10px;
  color: #999999;
}

.lg-options-search-cell {
  display: inline-block;
  border: 1px solid #dddddd;
  border-radius: 4px;
  cursor: pointer;
  padding: 4px 6px;
  margin: 3px 8px 0px 0px;
}

.lg-complex-search {
  display: inline-block;
  position: relative;
  left: 0px;
  top: 0px;
}

.lg-complex-search-prepend {
  min-width: 100px;
  max-width: 200px;
}

.lg-complex-search-card {
  position: absolute;
  left: 0px;
  top: 40px;
  z-index: 10000;
  min-width: 250px;
  width: 100%;
}

.lg-complex-search-window {
  line-height: 1;
  font-size: 12px;
  color: #999999;
}

.lg-complex-search-cell {
  display: inline-block;
  border-radius: 4px;
  cursor: pointer;
  padding: 4px 6px;
  margin: 3px 8px 0px 0px;
  border: 1px solid #dddddd;
}

.lg-bottom {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 10;
  width: var(--layout-width);
  padding: 40px calc((100% - var(--layout-width)) / 2);
  background: #101010;
  line-height: 2;
  color: white;
}

.lg-bottom-space-around {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.lg-bottom-title {
  font-size: 24px;
}

.lg-bottom-p {
  line-height: 2;
  color: #999999;
  text-align: center;
  margin-top: 10px;
}

.lg-bottom-left {
  display: block;
  border-right: 1px solid white;
  text-align: center;
  padding-right: 40px;
  padding: 10px 40px 10px 0px;
}

.lg-bottom-left .logo {
  width: 100px;
  height: 100px;
  line-height: 1;
  font-size: 100px;
  margin-bottom: 10px;
}

.lg-bottom-left .logo-icon {
  width: 100px;
  height: 100px;
  line-height: 1;
  font-size: 100px;
  margin-bottom: 10px;
}

.lg-bottom-right {
  text-align: center;
}

.lg-bottom-right-erweima {
  width: 100px;
  height: 100px;
  background: white;
  padding: 10px;
  margin: 10px 0px;
}

.lg-bottom-center {
  display: flex;
  justify-content: space-around;
  align-items: start;
  width: 600px;
}

.lg-bottom-center a {
  display: block;
}

.lg-bottom a[href]:not(.s-a) {
  color: white;
}

.lg-bottom-phone {
  background: #181818;
  line-height: 2;
  color: #666666;
  text-align: center;
  padding: 20px 20px 10px 20px;
}

.lg-bottom-phone-item {
  margin-bottom: 10px;
}

.lg-bottom-phone-item2 {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  text-align: left;
  margin-bottom: 20px;
}

.lg-bottom-phone-erweima {
  display: inline-block;
  width: 100px;
  height: 100px;
  background: white;
  padding: 10px;
  margin: 10px 0px;
}

.lg-bottom-phone a {
  display: block;
}

.lg-bottom-phone a[href]:not(.s-a) {
  color: white;
}

.lg-feedback-phone {
  line-height: 4;
}

.lg-feedback-phone-row {
  background: white;
  box-shadow: 2px 2px 10px #cccccc;
  padding: 0px 20px;
  margin-bottom: 20px;
}

.lg-feedback-phone-tip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
}

.lg-feedback-phone-textarea {
  width: 100%;
  border: none;
  line-height: 2;
}

.lg-feedback-phone-confirm {
  text-align: center;
}

.lg-service-menu {
  position: fixed;
  right: 20px;
  bottom: 40px;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #cccccc;
  cursor: pointer;
}

.lg-service-menu i {
  font-size: 30px;
}

.lg-service-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--lg-service-icon-size);
  height: var(--lg-service-icon-size);
  background-color: #eeeeee;
  border-radius: 50%;
  line-height: var(--lg-service-icon-size);
  font-size: var(--lg-service-icon-font-size);
}

.lg-service-icon-text {
  font-size: 12px;
}

.lg-avatar {
  width: var(--lg-avatar-width);
  height: var(--lg-avatar-height);
  background: white;
  border-radius: 50%;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  box-shadow: 0px 2px 5px #999999;
}

.lg-avatar img {
  width: var(--lg-avatar-width);
  height: var(--lg-avatar-height);
}

.lg-avatar div {
  justify-content: center;
  align-items: center;
  display: inline-block;
  width: var(--lg-avatar-width);
  height: var(--lg-avatar-height);
}

.lg-avatar i {
  font-size: 50px;
}

.lg-image-list {
  line-height: 2;
  text-align: center;
}

.lg-image-list img {
  box-shadow: 2px 2px 10px #cccccc;
}

.lg-image-list-item-title {
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lg-banner-item {
  width: 100%;
  height: auto;
  overflow: hidden;
  box-shadow: 2px 2px 10px #cccccc;
}

.lg-countdown-cell {
  display: inline-block;
  width: var(--lg-countdown-width);
  height: var(--lg-countdown-height);
  background: var(--lg-countdown-background);
  border-radius: 4px;
  line-height: var(--lg-countdown-height);
  font-size: var(--lg-countdown-font-size);
  color: var(--lg-countdown-color);
  text-align: center;
  font-weight: bold;
}

.lg-introduce {
  background: white;
  border-radius: 4px;
  box-shadow: 0px 0px 5px #dddddd;
  line-height: 3;
  color: #999999;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.lg-introduce-title {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 40px);
  border-bottom: 1px solid #dddddd;
  font-size: 16px;
  color: #333333;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 20px;
}

.lg-introduce-title-right {
  direction: rtl;
  color: #cccccc;
  cursor: pointer;
}

.lg-introduce-list {
  width: calc(100% - 40px);
  padding-left: 20px;
  padding-right: 20px;
}

.lg-introduce-list2 {
  width: calc(100% - 40px);
  line-height: 2.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
}

.lg-introduce-marks-cell {
  display: inline-block;
  border: 1px solid #dddddd;
  border-radius: 20px;
  line-height: 2.5;
  padding: 0px 10px;
  margin: 10px 10px 0px 0px;
}

.lg-activity-wrap {
  position: fixed;
  left: 0px;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
}

.lg-activity-wrap-back {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 3;
  display: inline-block;
  color: white;
  padding: 1em;
  text-shadow: 0px 0px 2px white;
}

.lg-activity-wrap-top {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100vw;
}

.lg-activity-wrap-bottom {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100vw;
}

.lg-fixed-content {
  position: fixed;
  left: 0px;
  top: 0px;
}

.lg-fixed-content-wrap {
  width: 100%;
  background: white;
}

.lg-left-nav {
  width: 200px;
  background: white;
  border-radius: 4px;
  box-shadow: 0px 0px 5px #dddddd;
  line-height: 3;
  font-size: 14px;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 20px 0px;
}

.lg-left-nav-item {
  display: block;
}

.lg-multi-level-classifys {
  background: white;
  box-shadow: 0px 0px 5px #dddddd;
  line-height: 1;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 1px;
  margin-bottom: 20px;
}

.lg-multi-level-classifys:hover a[href] {
  color: var(--el-color-primary);
}

.lg-multi-level-classifys .lg-ha, .lg-multi-level-classifys .lg-hb, .lg-multi-level-classifys .lg-hc, .lg-multi-level-classifys .lg-hd {
  border-left: 3px solid #333333;
  color: inherit;
  padding-left: 20px;
  margin-bottom: 20px;
}

.lg-ha {
  font-size: 22px;
}

.lg-hb {
  font-size: 16px;
}

.lg-hc {
  font-size: 14px;
}

.lg-hd {
  font-size: 12px;
}

.lg-multi-level-classifys2 {
  line-height: 2.5;
  font-size: 12px;
}
.lg-multi-level-classifys2 .lg-ha {
  font-size: 20px;
  color: blue;
  font-weight: bold;
}
.lg-multi-level-classifys2 .lg-hb {
  font-size: 16px;
  color: red;
  font-weight: bold;
}
.lg-multi-level-classifys2 .lg-hc {
  color: orange;
  font-weight: bold;
}
.lg-multi-level-classifys2 .lg-hd {
  color: red;
  font-weight: bold;
}
.lg-multi-level-classifys2 .lg-ASCII {
  color: red;
  font-weight: bold;
}

@media screen and (orientation: portrait) {
  .lg-multi-level-classifys * {
    padding-left: 10px;
  }
  .lg-multi-level-classifys a[href] {
    color: var(--el-color-primary);
  }
  .lg-ha {
    font-size: 20px;
  }
  .lg-hb {
    font-size: 16px;
  }
  .lg-hc {
    font-size: 14px;
  }
  .lg-hd {
    font-size: 12px;
  }
}
.lg-tree {
  border-radius: 4px;
  font-size: 12px;
}

.lg-tree-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lg-tree-header-toggle {
  font-size: 9px;
  color: inherit;
}

.lg-tree-header-input {
  width: 6em;
  max-width: 50%;
}

.lg-tree-line {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.is-penultimate > .el-tree-node__content {
  font-size: 12px;
  color: #666666;
}

@media screen and (orientation: landscape) {
  .lg-tree {
    box-shadow: 0px 0px 5px #dddddd;
  }
  .lg-tree::-webkit-scrollbar {
    width: 6px;
  } /*滚动条整体部分*/
  .lg-tree::-webkit-scrollbar-thumb {
    background-color: #eeeeee;
    border-radius: 3px;
  } /*滚动条里面的小方块，能向上向下移动 background-color:rgba(0,0,0,0); */
  .lg-tree::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0);
  }
  .lg-tree-wrap {
    background: white;
    border-radius: 4;
    box-shadow: 2px 2px 10px #cccccc;
    padding: 1em 0em;
  }
  .lg-tree-header {
    padding: 0em 1.5em;
  }
  .lg-tree-body {
    padding: 0em 1em;
  }
}
@media screen and (orientation: portrait) {
  .lg-tree {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
  }
}
.lg-classifys-tree {
  background: white;
  border-radius: 4px;
  line-height: 2;
  font-size: 12px;
  padding: 1em 1em;
}

.lg-classifys-tree-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lg-classifys-tree-header-toggle {
  font-size: 9px;
  color: inherit;
}

.lg-classifys-tree-header-input {
  width: 12em;
  max-width: 50%;
  margin-right: 10px;
}

.lg-classifys-tree-btn {
  display: inline-block;
  color: --el-color-primary;
}

@media screen and (orientation: landscape) {
  .lg-classifys-tree {
    box-shadow: 0px 0px 5px #dddddd;
  }
  /*滚动条整体部分*/
  /*滚动条里面的小方块，能向上向下移动 background-color:rgba(0,0,0,0); */
  .lg-classifys-tree-wrap {
    box-shadow: 2px 2px 10px #cccccc;
  }
}
@media screen and (orientation: portrait) {
  .lg-classifys-tree {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
  }
}
.lg-operation-cell {
  display: inline-block;
  font-size: 1em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 1s;
  margin-left: 20px;
}

#id-details .lg-operation-cell:first-child {
  margin-left: 0px;
}

.lg-operation-cell:active {
  opacity: 0.5;
}

.lg-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.lg-pagination-item {
  margin-left: 20px;
}

.lg-pagination a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  margin: 0px 0.5em;
}

.lg-next-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.lg-version-state {
  line-height: 2;
  color: #999999;
  margin-top: 20px;
}

.lg-version-state p {
  margin-top: 5px;
}

.lg-comment {
  line-height: 2;
}

.lg-comment-header {
  border-bottom: 1px solid #dddddd;
  line-height: 3;
  margin-top: 40px;
}

.lg-comment-textarea {
  width: calc(100% - 20px);
  background: white;
  border: none;
  box-shadow: 2px 2px 10px #dddddd;
  padding: 10px 10px;
  margin-top: 10px;
}

.lg-comment-actions {
  display: flex;
  align-items: center;
  direction: rtl;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-top: 10px;
}

.lg-comment-btn {
  cursor: pointer;
  margin-left: 20px;
}

.lg-comment-time {
  color: #999999;
  margin-left: 20px;
}

.lg-comment-left {
  width: 34px;
  height: 34px;
}

.lg-comment-right {
  width: calc(100% - 34px - 0.5em);
}

.lg-comment-content {
  margin-top: 20px;
}

.lg-comment-content-item {
  display: flex;
  justify-content: space-between;
  align-items: start;
  border-top: 1px dashed #dddddd;
  margin-top: 10px;
  padding-top: 10px;
}

.lg-success-window {
  width: calc(var(--lg-success-window-width) + 50px);
  background: none;
  box-shadow: none;
}

.lg-success-window-slot {
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--lg-success-window-width);
  height: var(--lg-success-window-height);
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 0px;
  margin: 0px;
}

.lg-success-window-close {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: calc(var(--lg-success-window-width) / 2 - 5px);
  bottom: -10px;
  width: 30px;
  height: 30px;
  border: 1px solid white;
  border-radius: 50%;
  font-size: 12px;
  color: white;
  cursor: pointer;
}

.lg-pay-window {
  width: var(--lg-pay-window-width);
  background: white;
  font-size: 12px;
  padding: 20px 30px 30px 30px;
}

.lg-pay-window-tabs {
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-bottom: 1px solid #666666;
  line-height: 2.5;
  font-size: 20px;
  text-align: center;
}

.lg-pay-window-tabs-item {
  cursor: pointer;
}

.lg-pay-window-tabs-item-active {
  border-bottom: 1px solid red;
  color: red;
}

.lg-pay-window-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 2;
  font-size: 20px;
  text-align: center;
  padding-top: 20px;
}

.lg-pay-window-content-item {
  width: calc(25% - 1rem);
  border-radius: 10px;
  padding: 0.5em;
  cursor: pointer;
}

.lg-pay-window-content-item-active {
  background: red;
}

.lg-pay-window-content-item-info {
  font-size: 20px;
  color: white;
}

.lg-pay-window-content-item-wrap {
  background: #eeeeee;
  border-radius: 10px;
  padding: 1rem 0rem;
}

.lg-pay-window-content-item-price {
  font-size: 26px;
  color: red;
  font-weight: bold;
}

.lg-pay-window-btn {
  width: 100%;
  margin-top: 20px;
}

@media screen and (orientation: portrait) {
  .lg-pay-window {
    width: 95%;
    padding: 20px;
  }
  .lg-pay-window-tabs {
    font-size: 12px;
  }
  .lg-pay-window-content {
    font-size: 12px;
  }
  .lg-pay-window-content-item-info {
    font-size: 12px;
  }
  .lg-pay-window-content-item-price {
    font-size: 16px;
  }
}
.lg-cut-price-window {
  width: 500px;
  background: red;
}

.lg-cut-price-window .el-dialog__headerbtn .el-dialog__close {
  color: white;
}

.lg-cut-price-window-content {
  text-align: center;
}

.lg-cut-price-window-adImg {
  height: 120px;
}

.lg-cut-price-window-erweima {
  width: 100px;
  height: 100px;
  background: white;
  border-radius: 4px;
  padding: 5px;
}

.lg-cut-price-window-erweima-info {
  color: yellow;
  text-shadow: 2px 2px 2px black;
}

.lg-cut-price-window-introduce {
  background: white;
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
}

.lg-cut-price-window-introduce-item {
  margin-top: 10px;
}

.lg-cut-price-window-introduce-title {
  font-size: 20px;
  color: red;
  font-weight: bold;
}

.lg-cut-price-window-btn {
  margin-top: 20px;
}

.lg-cut-price-window-tabs {
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-bottom: 1px solid white;
  line-height: 2.5;
  color: white;
  text-align: center;
  cursor: pointer;
  margin-top: 10px;
}

.lg-cut-price-window-tabs-active {
  border-bottom: 1px solid yellow;
  color: yellow;
  font-weight: bold;
}

.lg-cut-price-window-record {
  max-height: 200px;
  overflow: auto;
  line-height: 1.5;
  font-size: 12px;
  text-align: left;
}

.lg-cut-price-window-record-li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4;
  color: white;
  margin-top: 10px;
}

.lg-cut-price-window-record-middle {
  margin-left: 20px;
}

.lg-cut-price-window-success {
  color: white;
  text-align: center;
}

.lg-cut-price-window-success-info {
  font-size: 16px;
  color: yellow;
  margin-top: 10px;
}

@media screen and (orientation: portrait) {
  .lg-cut-price-window {
    width: 100%;
  }
  .lg-cut-price-window-adImg {
    height: 100px;
  }
  .lg-cut-price-window-introduce-title {
    font-size: 12px;
  }
  .lg-cut-price-window-record {
    height: none;
  }
}
.lg-cut-price-barrage2 {
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 100;
  width: 100%;
}

.lg-cut-price-barrage {
  position: relative;
  left: 0px;
  top: 0px;
  overflow: hidden;
  line-height: 1;
}

.lg-cut-price-barrage .cellClass {
  height: auto;
  overflow: hidden;
  background: red;
  line-height: 2;
  color: white;
  border-radius: 4;
  padding: 0px 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  box-shadow: 2px 2px 10px #cccccc;
}

.lg-cut-price-barrage .close {
  position: absolute;
  right: 0px;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  font-size: 12px;
  color: white;
  font-weight: bold;
  text-shadow: 0px 0px 4px black;
  cursor: pointer;
}

@keyframes barrage-move {
  /* 0%{    right:0%;    } */
  100% {
    right: 110%;
  }
}
.lg-back-icon {
  position: fixed;
  left: 0rem;
  top: 0rem;
  padding: 1rem;
}

.lg-form-layout {
  line-height: 2;
}

.lg-form-layout-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 10px;
}

.lg-form-layout-left-cell {
  width: 6em;
  color: #999999;
  text-align: right;
}

.lg-form-layout-right-cell {
  width: calc(100% - 6em);
}

.lg-form-layout-error {
  color: red;
}

.lg-form-window {
  width: var(--lg-form-window-width);
  background: white;
  font-size: 12px;
  padding: 20px 30px 30px 30px;
}

@media screen and (orientation: portrait) {
  .lg-form-window {
    width: 95vw;
    padding: 10px;
  }
}
.lg-form {
  overflow: hidden;
}
.lg-form .lg-form-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 10px;
}
.lg-form .lg-form-item .el-form-item__error {
  position: relative !important;
}
.lg-form .lg-form-item-right {
  width: calc(var(--lg-form-window-width) - 30px - 30px - 120px);
}
.lg-form .lg-form-item-right .el-color-picker__trigger {
  width: 100%;
}
@media screen and (orientation: portrait) {
  .lg-form .el-form-item__label {
    font-size: 12px;
  }
  .lg-form .lg-form-item-right {
    width: calc(95vw - 90px - 10px - 10px);
  }
}

.lg-complex-form-header {
  margin-bottom: 20px;
}

.lg-complex-form-item-btn {
  width: 3em;
  text-align: center;
}

.lg-login {
  font-size: 12px;
  color: #333333;
}

.lg-login-title {
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-bottom: 1px solid #cccccc;
  line-height: 2.5;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}

.lg-login-title-active {
  color: var(--el-color-primary);
  border-bottom: 1px solid var(--el-color-primary);
}

.lg-login-row {
  margin-top: 20px;
}

.lg-login-row2 {
  margin-top: 10px;
}

.lg-login-sendCode-input {
  width: calc(100% - 12em) !important;
}

.lg-login-sendCode-btn {
  width: 12em !important;
}

:root {
  --lg-table-border-color: #dddddd;
}

.lg-table {
  width: 100%;
  line-height: 3;
  font-size: 12px;
  text-align: left;
  border: 1px solid var(--lg-table-border-color);
  color: #666666;
}

.lg-table tr {
  border: 1px solid var(--lg-table-border-color);
}

.lg-table tr:nth-child(2n+1) {
  background: #f6f6f6;
}

.lg-table td {
  border: 1px solid var(--lg-table-border-color);
  white-space: normal !important;
  padding: 10px 20px;
  line-height: 1.5;
} /* 默认值，允许br标签的换行。如何不设置，则br标签会被当成字符串展示 */
.lg-note-list {
  line-height: 3;
  font-size: 12px;
  color: #333333;
  /* 手动设置textarea背景颜色 */
}
.lg-note-list summary:hover {
  background: #eeeeee;
}
.lg-note-list summary .actionList {
  display: none;
  position: absolute;
  right: 10px;
  bottom: 0px;
  width: 100px;
  direction: rtl;
}
.lg-note-list summary:hover .actionList {
  display: block;
}
.lg-note-list .el-textarea.is-disabled .el-textarea__inner {
  background: yellow;
  color: #333333;
}
.lg-note-list .el-textarea .el-textarea__inner {
  background: yellow;
  color: #333333;
}

.lg-variable-list {
  height: auto;
  overflow: hidden;
  line-height: 2;
  font-size: 14px;
  text-align: center;
}

.lg-variable-list-item {
  float: left;
  display: block;
  width: calc(25% - 40px);
  margin: 20px;
  padding: 50px 10px 50px 10px;
  box-sizing: border-box;
  background: white;
  border-radius: 10px;
  box-shadow: 2px 2px 10px #cccccc;
}

.lg-variable-list-item-title {
  display: block;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 10px;
}

@media screen and (orientation: landscape) {
  .lg-variable-list-item:nth-child(4n+4) {
    margin-right: 0px;
  }
}
@media screen and (orientation: portrait) {
  .lg-variable-list {
    margin: 0px 10px;
  }
  .lg-variable-list-item {
    width: calc(50% - 20px);
    margin: 10px;
    padding: 10px 10px 5px 10px;
  }
  .lg-variable-list-item-title {
    margin-top: 5px;
  }
}
.lg-variable-list2 {
  height: auto;
  overflow: hidden;
  line-height: 2;
  font-size: 14px;
  color: #333333;
  padding: 10px 10px;
}

.lg-variable-list2-item {
  float: left;
  display: block;
  width: calc(50% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
  padding: 20px 20px 20px 20px;
  box-sizing: border-box;
  background: white;
  border-radius: 10px;
  box-shadow: 2px 2px 10px #cccccc;
}

.lg-variable-list2-item-title {
  display: block;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lg-variable-list2-right {
  width: calc(100% - 80px - 20px);
  margin-left: 20px;
}

.lg-variable-list2-btn {
  color: var(--el-color-primary);
  cursor: pointer;
  padding-left: 20px;
}

.lg-variable-list2-btn:first-child {
  padding-left: 0px;
}

@media screen and (orientation: portrait) {
  .lg-variable-list2 {
    padding: 0px;
    margin: 0px 10px;
  }
  .lg-variable-list2-item {
    width: calc(100% - 20px);
    margin: 10px;
    padding: 10px 10px 5px 10px;
  }
}
.lg-attention {
  line-height: 1.5;
  color: #333333;
}

.lg-attention-title {
  font-weight: bold;
}

.lg-attention-body {
  margin-left: 20px;
  color: #666666;
}

@media screen and (orientation: portrait) {
  .lg-attention {
    margin-left: 20px;
  }
}
.lg-classifys-nav {
  background: white;
  line-height: 3;
  font-size: 14px;
  color: #333333;
  text-align: center;
  box-shadow: 0px 0px 5px #dddddd;
}

.lg-classifys-nav-item {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lg-classifys-nav-item-active {
  border-left: 2px solid var(--el-color-primary);
  color: var(--el-color-primary);
  font-weight: bold;
}

.lg-classifys-content {
  line-height: 3;
  font-size: 16px;
  color: #333333;
}

.lg-classifys-content-header {
  border-left: 3px solid #333333;
  text-indent: 1em;
  line-height: 1;
  font-size: 18px;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: var(--body-classifys-space);
}

.lg-classifys-content-section {
  margin-left: var(--body-classifys-space);
}

.lg-classifys-content-item {
  display: inline-block;
  width: 200px;
  padding: 0px 10px;
  margin-left: 2px;
  margin-right: 40px;
  margin-bottom: 10px;
  background: white;
  box-shadow: 0px 0px 4px #dddddd;
  border-radius: 4px;
  color: #666666;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (orientation: landscape) {
  .lg-classifys-nav::-webkit-scrollbar-thumb {
    background-color: #eeeeee;
    border-radius: 3px;
  }
}
@media screen and (orientation: portrait) {
  .lg-classifys-nav {
    font-size: 12px;
  }
  .lg-classifys-content {
    font-size: 12px;
  }
  .lg-classifys-content-header {
    font-size: 18px;
  }
  .lg-classifys-content-item {
    width: calc((100% - 40px - 40px - 4px) / 2);
    margin-bottom: 10px;
  }
  .lg-classifys-content-item:nth-child(2n) {
    margin-right: 0px;
  }
}
.lg-my-nav {
  line-height: 3;
  font-size: 14px;
}

.lg-my-nav-wrap {
  border: 1px solid #eeeeee;
  border-radius: 10px;
  box-shadow: 5px 5px 5px #eeeeee;
  overflow: hidden;
  margin-top: 20px;
}

.lg-my-nav-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: white;
  border-bottom: 1px solid #eeeeee;
  padding: 0px 20px;
}

.lg-my-nav-item-right {
  color: #cccccc;
}

.lg-my-nav-item-text {
  padding-left: 20px;
}

.lg-my-nav-item-icon {
  color: var(--el-color-primary);
}

.lg-menu-page {
  width: calc(100% - 200px - 20px);
  min-height: calc(100vh - var(--layout-nav-height) - 20px - 20px);
  overflow: auto;
  background: white;
  border-radius: 4px;
  box-shadow: 0px 0px 5px #dddddd;
  line-height: 4;
  font-size: 12px;
}

.lg-menu-page-header {
  border-bottom: 1px solid #eeeeee;
  line-height: 3.5;
  font-size: 14px;
  text-indent: 40px;
}

.lg-menu-page-body {
  color: #999999;
  padding: 20px 40px;
}

.lg-menu-page-content-row {
  display: flex;
  align-items: center;
}

.lg-menu-page-content-prefix {
  width: 100px;
  color: #333333;
}

.lg-menu-page-content-set {
  cursor: pointer;
  color: var(--el-color-primary);
  padding-left: 20px;
}

.lg-menu-page .avater {
  margin: 20px 0px;
}

@media screen and (orientation: portrait) {
  .lg-menu-page {
    width: 100%;
    height: calc(100vh - var(--layout-nav-height));
    overflow: auto;
    line-height: 4;
    font-size: 14px;
  }
  .lg-menu-page-body {
    padding: 0px;
  }
  .lg-menu-page-content-row {
    justify-content: space-between;
    border-bottom: 1px solid #eeeeee;
    padding: 0px 20px;
  }
}
.lg-record {
  line-height: 4;
}

.lg-record-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eeeeee;
  padding: 0px 20px;
}

.lg-record-row-left {
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lg-record-row-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #999999;
}

@media screen and (orientation: landscape) {
  .lg-record-row-left {
    width: calc(100% - 15em);
  }
  .lg-record-row-right {
    width: 15em;
  }
}
@media screen and (orientation: portrait) {
  .lg-record-row-left {
    width: calc(100% - 10em);
  }
  .lg-record-row-right {
    width: 10em;
  }
}
.lg-list-description-mark {
  font-size: 20px;
  color: red;
}

@media screen and (orientation: landscape) {
  .lg-list-description {
    line-height: 2;
    font-size: 12px;
    color: #333333;
  }
}
@media screen and (orientation: portrait) {
  .lg-list-description {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 9em;
    background: var(--el-color-primary);
    line-height: 2;
    font-size: 12px;
    color: white;
    text-align: center;
  }
}
.lg-content404 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60vh;
  font-size: 14px;
}

.lg-content404-wrap {
  text-align: center;
}

.lg-content404-icon {
  line-height: 1;
  font-size: 150px;
}

.lg-content404-text {
  color: #999999;
}

.lg-content404-btn {
  display: inline-block;
  width: 8em;
  border-radius: 1.5em;
  line-height: 3;
  color: white;
  cursor: pointer;
  padding: 0em 1.5em;
  margin-top: 4em;
}

.lg-description {
  line-height: 2;
  color: #666666;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
}

.lg-description-title {
  font-weight: bold;
}

.lg-description-indent {
  width: calc(100% - 20px);
  padding-left: 20px;
}

@media screen and (orientation: portrait) {
  .lg-description {
    width: calc(100% - 40px);
    padding: 0px 20px;
  }
}
.lg-agreement {
  line-height: 2;
  color: #666666;
  text-align: left;
}

.lg-agreement-title {
  line-height: 5;
  font-size: 20px;
  text-align: center;
}

.lg-agreement-paragraph {
  margin-top: 30px;
}

@media screen and (orientation: portrait) {
  .lg-agreement {
    width: calc(100% - 40px);
    margin: 0px auto;
  }
  .lg-agreement-title {
    line-height: 3;
  }
  .lg-agreement-paragraph {
    margin-top: 20px;
  }
}
.lg-image-text {
  padding: 40px 20px;
  margin-top: 40px;
}

.lg-image-text-item {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: var(--layout-width);
  margin: 0px auto;
}

.lg-image-text-img {
  width: 500px;
}

.lg-image-text-text {
  width: 600px;
}

.lg-image-text-title {
  font-size: 40px;
  font-weight: bold;
}

.lg-image-text-description {
  line-height: 2;
  font-size: 16px;
}

.lg-image-text-description p {
  margin: 20px 0px;
}

@media screen and (orientation: portrait) {
  .lg-image-text-img {
    width: 100%;
  }
  .lg-image-text-title {
    font-size: 20px;
    margin-top: 10px;
  }
  .lg-image-text-description {
    font-size: 12px;
    margin-top: 10px;
  }
}
.lg-erweima {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 60px;
}

.lg-erweima-ad-text {
  font-size: 5rem;
  color: orange;
  text-align: center;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 10px;
  transform: rotate(-7deg);
}

.lg-erweima-img {
  display: inline-block;
  width: 200px;
  height: 200px;
  box-shadow: 0px 0px 5px #999999;
  padding: 10px;
}

@media screen and (orientation: portrait) {
  .lg-erweima {
    color: white;
    padding-top: 0px;
  }
  .lg-erweima-img {
    width: 200px;
    background: white;
    padding: 10px;
  }
}
.myInvitationCode .lg-menu-page {
  background: none;
}

@media screen and (orientation: landscape) {
  .lg-fixed-content-fixed-class {
    top: calc(var(--layout-nav-height) + 20px);
    left: calc(40px + var(--layout-page-left-width) + 20px);
    z-index: 1000;
    width: calc(100% - 80px - 40px - var(--layout-page-left-width) - var(--layout-page-right-width));
    min-width: calc(var(--layout-width) - 40px - var(--layout-page-left-width) - var(--layout-page-right-width));
  }
  .lg-fixed-content-content-class {
    height: 40px;
  }
  .lg-fixed-content-space-class {
    height: 60px;
  }
}
@media screen and (orientation: portrait) {
  .lg-fixed-content-fixed-class {
    top: var(--layout-nav-height);
    left: 0px;
    z-index: 0;
    width: 100%;
  }
  .lg-fixed-content-content-class {
    height: 40px;
  }
  .lg-fixed-content-space-class {
    height: 40px;
  }
}
.lg-code-copy {
  height: 0px;
}

.lg-code-copy-btn {
  position: relative;
  left: calc(100% - 2em);
  bottom: -1em;
  z-index: 0;
}/*# sourceMappingURL=component.css.map */