html,
body {
  height: auto !important;
  min-height: 100% !important;
  min-width: 0 !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

#__nuxt,
.app-shell {
  height: auto !important;
  min-height: 100% !important;
  overflow: visible !important;
}

.app-shell > main {
  flex: 1 0 auto;
}

.site-footer {
  display: block;
  clear: both;
}

.home-pc {
  min-height: auto !important;
}

body.mobile-body,
body.mobile-body #__nuxt,
body.mobile-body #__nuxt > div,
body.mobile-body #mobile,
body.mobile-body #cyxq {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100vw !important;
  overflow-x: hidden !important;
}

body.mobile-body #cyxq .body-content,
body.mobile-body #cyxq .mobile-page-slot,
body.mobile-body #cyxq .cloud-works-list-page {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  overflow-x: hidden !important;
}

body.mobile-body #cyxq header {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
}

body.mobile-body #cyxq .mobile-top-shell > .header-content,
body.mobile-body #cyxq .mobile-top-shell > header {
  background: #0c65c3 !important;
  color: #fff !important;
  height: 2.5rem !important;
  position: relative !important;
  z-index: 2 !important;
}

body.mobile-body #cyxq .mobile-top-shell > .header-content nav,
body.mobile-body #cyxq .mobile-top-shell > header nav {
  margin: 0 0.5625rem !important;
  width: calc(100vw - 1.125rem) !important;
  max-width: calc(100vw - 1.125rem) !important;
  height: 2.5rem !important;
  line-height: 2.5rem !important;
  position: relative !important;
}

body.mobile-body #cyxq .mobile-top-shell .mobile-header-row {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  width: 100% !important;
}

body.mobile-body #cyxq .mobile-top-shell .mobile-header-actions {
  display: flex !important;
  align-items: center !important;
  float: none !important;
  margin-left: auto !important;
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  height: 2.5rem !important;
  z-index: 3 !important;
}

body.mobile-body #cyxq .mobile-top-shell .mobile-top-search {
  width: 2.5rem !important;
  height: 2.5rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-right: 0.1875rem !important;
}

body.mobile-body #cyxq .mobile-top-shell .logo {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  height: 2.5rem !important;
  display: flex !important;
  align-items: center !important;
  z-index: 3 !important;
}

body.mobile-body #cyxq .mobile-top-shell .mobile-top-search-link {
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

body.mobile-body #cyxq .mobile-top-shell .mobile-top-search-icon {
  width: 1.875rem !important;
  height: 1.875rem !important;
}

body.mobile-body #cyxq .works-company-list-page {
  width: 100% !important;
  max-width: 100vw !important;
  overflow-x: hidden !important;
  background: #f4f4f4 !important;
  margin-top: 0 !important;
  padding-top: 2.5rem !important;
  padding-bottom: 5rem !important;
}

body.mobile-body #cyxq .works-company-list-page .works-local-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 2100 !important;
  height: 2.5rem !important;
  background: #0c65c3 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 0 0.5625rem !important;
}

body.mobile-body #cyxq .works-company-list-page .works-local-logo {
  height: 2.5rem !important;
  display: flex !important;
  align-items: center !important;
}

body.mobile-body #cyxq .works-company-list-page .works-local-logo img {
  height: 1.875rem !important;
  width: auto !important;
  display: block !important;
}

body.mobile-body #cyxq .works-company-list-page .works-local-actions {
  height: 2.5rem !important;
  display: flex !important;
  align-items: center !important;
  color: #fff !important;
  font-size: 0.6875rem !important;
  white-space: nowrap !important;
}

body.mobile-body #cyxq .works-company-list-page .works-local-search-link {
  width: 2rem !important;
  height: 2rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-right: 0.1875rem !important;
}

body.mobile-body #cyxq .works-company-list-page .works-local-search-icon {
  width: 1.625rem !important;
  height: 1.625rem !important;
  display: block !important;
}

body.mobile-body #cyxq .works-company-list-page .works-local-auth-link {
  color: #fff !important;
  text-decoration: none !important;
  font-size: 0.6875rem !important;
  line-height: 1 !important;
}

body.mobile-body #cyxq .works-company-list-page .works-local-auth-divider {
  display: inline-block !important;
  width: 0.0625rem !important;
  height: 0.625rem !important;
  margin: 0 0.46875rem !important;
  background: #fff !important;
}

body.mobile-body #cyxq .works-company-list-page .cloud-works-list-banner-wrap {
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  overflow: hidden !important;
}

body.mobile-body #cyxq .works-company-list-page .cloud-works-list-banner {
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  object-position: top center !important;
  display: block !important;
}

body.mobile-body #cyxq .works-company-list-page .works-menu-fab {
  position: fixed !important;
  right: 0.625rem !important;
  top: 4.75rem !important;
  transform: none !important;
  width: 2.5rem !important;
  height: 2.5rem !important;
  border-radius: 50% !important;
  border: 0.0625rem solid rgba(255, 255, 255, 0.92) !important;
  background: rgba(0, 0, 0, 0.56) !important;
  z-index: 2100 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.1875rem !important;
  outline: none !important;
  -webkit-tap-highlight-color: transparent !important;
}

body.mobile-body #cyxq .works-company-list-page .works-menu-fab span {
  width: 1.05rem !important;
  height: 0.125rem !important;
  border-radius: 0.125rem !important;
  background: #fff !important;
  display: block !important;
}

body.mobile-body #cyxq .works-company-list-page .works-menu-fab:focus,
body.mobile-body #cyxq .works-company-list-page .works-menu-fab:focus-visible {
  outline: none !important;
}

body.mobile-body #cyxq .works-company-list-page .new-case-nav-bar {
  width: 100% !important;
  height: 2.1875rem !important;
  background: #fff !important;
  margin-top: 0 !important;
}

body.mobile-body #cyxq .works-company-list-page .new-case-nav-bar-content {
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  margin: 0 !important;
  width: 100% !important;
}

body.mobile-body #cyxq .works-company-list-page .new-case-nav-bar-content-item {
  flex: 1 1 0 !important;
  min-width: 0 !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

body.mobile-body #cyxq .works-company-list-page .new-case-nav-bar-content-item span {
  font-size: 0.75rem !important;
  line-height: 1 !important;
  color: #666 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

body.mobile-body #cyxq .works-company-list-page .new-case-nav-bar-content-item img {
  width: 0.625rem !important;
  height: 0.625rem !important;
  margin-left: 0.3125rem !important;
  flex-shrink: 0 !important;
}

body.mobile-body #cyxq .works-company-list-page .new-case-nav-bar-content-item .nabla {
  transform: rotate(180deg) !important;
}

body.mobile-body #cyxq .works-company-list-page .creative-card-list {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: hidden !important;
  background: #f4f4f4 !important;
  padding: 0.5rem 0.625rem 0 !important;
}

body.mobile-body #cyxq .works-company-list-page .creative-transverse-box {
  width: 100% !important;
  display: flex !important;
  align-items: flex-start !important;
  max-width: 100% !important;
  overflow-x: hidden !important;
}

body.mobile-body #cyxq .works-company-list-page .creative-transverse-left,
body.mobile-body #cyxq .works-company-list-page .creative-transverse-right {
  width: 50% !important;
  min-width: 0 !important;
}

body.mobile-body #cyxq .works-company-list-page .creative-transverse-left {
  padding-right: 0.25rem !important;
}

body.mobile-body #cyxq .works-company-list-page .creative-transverse-right {
  padding-left: 0.25rem !important;
}

body.mobile-body #cyxq .works-company-list-page .creative-transverse-card {
  width: 100% !important;
  background: #fff !important;
  border: 0.0625rem solid #ededed !important;
  border-radius: 0.3125rem !important;
  overflow: hidden !important;
  margin-bottom: 0.5rem !important;
}

body.mobile-body #cyxq .works-company-list-page .creative-transverse-img {
  width: 100% !important;
  display: block !important;
  height: auto !important;
}

body.mobile-body #cyxq .works-company-list-page .creative-transverse-body {
  padding: 0.5rem 0.5rem 0 !important;
}

body.mobile-body #cyxq .works-company-list-page .creative-transverse-title {
  color: #202020 !important;
  font-size: 0.9375rem !important;
  line-height: 1.3 !important;
  margin-bottom: 0.375rem !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  overflow: hidden !important;
  white-space: normal !important;
}

body.mobile-body #cyxq .works-company-list-page .creative-transverse-subTitle {
  color: #999 !important;
  font-size: 0.625rem !important;
  line-height: 1.3 !important;
  margin-bottom: 0.375rem !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
  overflow: hidden !important;
  white-space: normal !important;
}

body.mobile-body #cyxq .works-company-list-page .creative-transverse-name {
  color: #999 !important;
  font-size: 0.5625rem !important;
  line-height: 1.3 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

body.mobile-body #cyxq .works-company-list-page .creative-transverse-bottom {
  display: flex !important;
  align-items: center !important;
  border-top: 0.0625rem solid #e5e5e5 !important;
  padding: 0.3125rem 0 0.25rem !important;
}

body.mobile-body #cyxq .works-company-list-page .creative-transverse-bottom-center {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  color: #c4c4c4 !important;
  font-size: 0.625rem !important;
  padding: 0 0.5rem !important;
}

body.mobile-body #cyxq .works-company-list-page .creative-transverse-bottom-center img {
  width: 0.875rem !important;
  height: 0.875rem !important;
}

body.mobile-body #cyxq .works-company-list-page .works-picker-mask {
  position: fixed !important;
  inset: 0 !important;
  z-index: 2600 !important;
  display: flex !important;
  align-items: flex-end !important;
  background: rgba(37, 38, 45, 0.4) !important;
}

body.mobile-body #cyxq .works-company-list-page .works-picker-sheet {
  width: 100% !important;
  background: #fff !important;
  overflow: hidden !important;
  box-shadow: 0 -0.125rem 0.5rem rgba(0, 0, 0, 0.08) !important;
}

body.mobile-body #cyxq .works-company-list-page .works-picker-header {
  height: 3rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 0 0.9375rem !important;
  border-bottom: 1px solid #f4f4f4 !important;
}

body.mobile-body #cyxq .works-company-list-page .works-picker-title {
  flex: 1 !important;
}

body.mobile-body #cyxq .works-company-list-page .works-picker-action {
  border: 0 !important;
  background: transparent !important;
  color: #9f9f9f !important;
  font-size: 0.9375rem !important;
  padding: 0 !important;
  min-width: 2.5rem !important;
}

body.mobile-body #cyxq .works-company-list-page .works-picker-action-confirm {
  color: #f59a23 !important;
}

body.mobile-body #cyxq .works-company-list-page .works-picker-body {
  position: relative !important;
  height: 220px !important;
  overflow: hidden !important;
  background: #ffffff !important;
}

body.mobile-body #cyxq .works-company-list-page .works-picker-wheel {
  position: absolute !important;
  inset: 0 !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  overscroll-behavior: contain !important;
  scrollbar-width: none !important;
  background: #ffffff !important;
}

body.mobile-body #cyxq .works-company-list-page .works-picker-wheel::-webkit-scrollbar {
  display: none !important;
}

body.mobile-body #cyxq .works-company-list-page .works-picker-list {
  min-height: 100% !important;
  background: #ffffff !important;
}

body.mobile-body #cyxq .works-company-list-page .works-picker-spacer {
  height: 88px !important;
}

body.mobile-body #cyxq .works-company-list-page .works-picker-highlight {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: 50% !important;
  height: 44px !important;
  transform: translateY(-50%) !important;
  border-top: 0.0625rem solid #ececec !important;
  border-bottom: 0.0625rem solid #ececec !important;
  pointer-events: none !important;
  z-index: 2 !important;
}

body.mobile-body #cyxq .works-company-list-page .works-picker-fade {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  height: 88px !important;
  pointer-events: none !important;
  z-index: 1 !important;
}

body.mobile-body #cyxq .works-company-list-page .works-picker-fade-top {
  top: 0 !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.8) 55%, rgba(255, 255, 255, 0) 100%) !important;
}

body.mobile-body #cyxq .works-company-list-page .works-picker-fade-bottom {
  bottom: 0 !important;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.8) 55%, rgba(255, 255, 255, 0) 100%) !important;
}

body.mobile-body #cyxq .works-company-list-page .works-picker-option {
  width: 100% !important;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  text-align: center !important;
  padding: 0 !important;
  height: 44px !important;
  line-height: 44px !important;
  font-size: 1rem !important;
  color: #b8b8b8 !important;
  display: block !important;
  -webkit-tap-highlight-color: transparent !important;
  user-select: none !important;
}

body.mobile-body #cyxq .works-company-list-page .works-picker-option-active {
  color: #333333 !important;
  font-weight: 500 !important;
}

body.mobile-body #cyxq .works-company-list-page .works-empty-tip,
body.mobile-body #cyxq .works-company-list-page .works-loading-tip {
  color: #999 !important;
  font-size: 0.75rem !important;
  text-align: center !important;
  padding: 1rem 0 1.5rem !important;
}

.works-local-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 2200 !important;
  height: 2.5rem !important;
  background: #0c65c3 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 0 0.5625rem !important;
}

.works-local-logo {
  height: 2.5rem !important;
  display: flex !important;
  align-items: center !important;
}

.works-local-logo img {
  height: 1.875rem !important;
  width: auto !important;
  display: block !important;
}

.works-local-actions {
  height: 2.5rem !important;
  display: flex !important;
  align-items: center !important;
  color: #fff !important;
  font-size: 0.6875rem !important;
}

.works-local-search-link {
  width: 2rem !important;
  height: 2rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-right: 0.1875rem !important;
}

.works-local-search-icon {
  width: 1.625rem !important;
  height: 1.625rem !important;
  display: block !important;
}

.works-local-auth-link {
  color: #fff !important;
  text-decoration: none !important;
  font-size: 0.6875rem !important;
  line-height: 1 !important;
}

.works-local-auth-divider {
  display: inline-block !important;
  width: 0.0625rem !important;
  height: 0.625rem !important;
  margin: 0 0.46875rem !important;
  background: #fff !important;
}

body.mobile-body #cyxq .works-company-list-page {
  padding-top: calc(2.5rem + 44px) !important;
  padding-top: calc(2.5rem + max(env(safe-area-inset-top, 0px), 44px)) !important;
}

body.mobile-body #cyxq .works-company-list-page .works-local-header,
.works-local-header {
  box-sizing: border-box !important;
  padding-top: 0 !important;
  height: 2.5rem !important;
}

button:focus,
button:focus-visible,
[type="button"]:focus,
[type="button"]:focus-visible,
[type="submit"]:focus,
[type="submit"]:focus-visible,
[type="reset"]:focus,
[type="reset"]:focus-visible,
.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:not(:disabled):not(.disabled):active:focus,
.el-button:focus,
.el-button:focus-visible,
.el-button.is-focus,
.el-button:active:focus,
[role="button"]:focus,
[role="button"]:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}
