@font-face {
  font-family: DINCondensed;
  src: url(/static/assets/font/DINEngschrift.otf);
}
@font-face {
  font-family: PingFang SC;
  src: url(/static/assets/font/PingFang SC.ttf);
}
body {
  margin: 0;
}
.pc-layout {
  width: 100%;
  min-width: 1200px;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  font-family: PingFang SC;
}
.pc-layout div {
  box-sizing: border-box;
}
.pc-layout a {
  text-decoration: none;
}
.pc-layout img {
  width: 100%;
  height: 100%;
}
.pc-layout ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pc-layout .layout-box {
  width: 1200px;
  min-width: 1200px;
  max-width: 1200px;
}
.pc-layout .layout-head {
  display: flex;
  align-items: center;
}
.pc-layout .layout-head .head-logo {
  height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.pc-layout .layout-head .head-logo > img {
  height: 100%;
  width: auto;
}
.pc-layout .layout-head .head-right {
  flex: 1;
  font-size: 16px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.pc-layout .layout-head .head-right .a-item {
  color: #000000;
  margin-right: 34px;
}
.pc-layout .layout-head .head-right .search {
  width: 176px;
  height: 40px;
  margin-right: 24px;
  background: #99DBFF;
  display: flex;
  align-items: center;
  border-radius: 10px;
}
.pc-layout .layout-head .head-right .search .iconfont {
  color: #FFF;
  cursor: pointer;
  margin: 0 10px;
}
.pc-layout .layout-head .head-right .search .search-input {
  color: #FFF;
  background: none;
  outline: none;
  border: none;
}
.pc-layout .layout-head .head-right .search .search-input::input-placeholder {
  color: #FFF;
}
.pc-layout .layout-head .head-right .search .search-input::-webkit-input-placeholder {
  color: #FFF;
}
.pc-layout .layout-head .head-right .search .search-input::-moz-placeholder {
  color: #FFF;
}
.pc-layout .layout-head .head-right .search .search-input:-moz-placeholder {
  color: #FFF;
}
.pc-layout .layout-head .head-right .search .search-input:-ms-input-placeholder {
  color: #FFF;
}
.pc-layout .layout-head .head-right .switch-text {
  width: 105px;
  height: 30px;
  border-radius: 8px;
  margin-right: 24px;
  font-size: 14px;
}
.pc-layout .layout-head .head-right .switch-text .show {
  background: #F5F5F5;
}
.pc-layout .layout-head .head-right .login-btn,
.pc-layout .layout-head .head-right .signin-btn {
  padding: 5px 20px;
  cursor: pointer;
}
.pc-layout .layout-head .head-right .login-btn.disabled,
.pc-layout .layout-head .head-right .signin-btn.disabled {
  cursor: not-allowed;
}
.pc-layout .layout-head .head-right .login-btn {
  border: none;
  background: #D9D9D9;
  color: #FFFFFF;
  margin-right: 13px;
}
.pc-layout .layout-head .head-right .signin-btn {
  background: #FFF;
  color: #D9D9D9;
  border: 1px solid #D9D9D9;
}
.pc-layout .layout-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 23px 83px;
  margin-top: 80px;
}
.pc-layout .layout-footer .img {
  width: 250px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pc-layout .layout-footer .img > img {
  object-fit: none;
}
.pc-layout .pc-layout-footer {
  width: 100%;
  height: 233px;
  background: #99DBFF;
  display: flex;
  justify-content: center;
}
.pc-layout .pc-layout-footer .content {
  width: 1200px;
  min-width: 1200px;
  max-width: 1200px;
  padding: 36px 0 66px 83px;
  display: flex;
  align-items: center;
}
.pc-layout .pc-layout-footer .content .logoBox .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 134px;
  height: 83px;
}
.pc-layout .pc-layout-footer .content .logoBox .logo > img {
  width: auto;
  height: 100%;
}
.pc-layout .pc-layout-footer .content .logoBox .icon {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}
.pc-layout .pc-layout-footer .content .logoBox .icon .iconfont {
  font-size: 20px;
  color: #FFF;
  cursor: pointer;
}
.pc-layout .pc-layout-footer .content .text-a {
  margin-left: 95px;
  display: flex;
  flex-direction: column;
}
.pc-layout .pc-layout-footer .content .text-a > a {
  color: #000000;
  margin: 5px 0;
}
.pc-layout .pc-layout-footer .content .message > p {
  margin-bottom: 0;
  font-size: 12px;
  color: #FFF;
}
.pc-layout .pc-layout-footer .content .message > p:last-of-type {
  font-size: 14px;
  margin-top: 10px;
}
.pc-layout .pc-layout-footer .content .select {
  margin-left: auto;
  width: 200px;
  display: flex;
  flex-direction: column;
}
.pc-layout .pc-layout-footer .content .select .select-item {
  width: 200px;
  height: 40px;
  margin: 10px 0;
}
.pc-layout .pc-layout-footer .content .select .select-item .ant-select-selection {
  border-radius: 10px;
  height: 40px;
}
.pc-layout .pc-layout-footer .content .select .select-item .ant-select-selection__rendered {
  height: 40px;
}
.pc-layout .pc-layout-footer .content .select .select-item .ant-select-selection-selected-value {
  height: 40px;
  line-height: 40px;
}
.pc-layout .floating {
  position: fixed;
  top: 40%;
  right: 6%;
  z-index: 999;
}
.pc-layout .floating .top {
  width: 180px;
  height: 217px;
  background: #FFFFFF;
  box-shadow: 0px 2px 10px 0px #E4E4E4;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pc-layout .floating .top .text {
  font-size: 17px;
  font-weight: 600;
  color: #00A5FF;
  margin: 5px 0;
}
.pc-layout .floating .top .QRcord {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url(/static/assets/img/floating-bg.png) no-repeat;
  width: 100%;
}
.pc-layout .floating .top .QRcord > img {
  width: 134px;
  height: 134px;
}
.pc-layout .floating .top .save-btn {
  width: 136px;
  height: 24px;
  line-height: 24px;
  background: #00A5FF;
  border-radius: 16px;
  border: 1px solid #00A5FF;
  text-align: center;
  color: #FFFFFF;
  margin-top: 13px;
  cursor: pointer;
  user-select: none;
}
.pc-layout .floating .top .save-btn:hover,
.pc-layout .floating .top .save-btn:focus {
  border-color: #0084cc;
  background: #0084cc;
}
.scrollBox {
  scrollbar-width: thin;
  scrollbar-track-color: #F1F5FF;
  scrollbar-color: #F1F5FF;
}
.scrollBox::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background: transparent;
}
.scrollBox::-webkit-scrollbar-button {
  display: none;
}
.scrollBox::-webkit-scrollbar-thumb {
  width: 4px;
  min-height: 15px;
  border-radius: 0;
  background: #C4CFEA;
  transition: all 0.3s ease-in-out;
}
.scrollBox::-webkit-scrollbar-thumb:hover {
  background: #C4CFEA !important;
}

pre {
  margin-bottom: 0 !important;
}
a {
  color: #8998AC;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}
.pointer {
  cursor: pointer;
  user-select: none;
}
.common-wrap {
  padding: 20px 40px;
  background: #FFF;
  border-radius: 4px;
}
.common-wrap.pd-no {
  padding: 0;
}
.leftRight-col {
  display: flex;
  height: calc(100vh - 64px);
}
.leftRight-col .left-col {
  flex-shrink: 0;
  width: 240px;
  padding-top: 4px;
  margin-right: 20px;
  margin-bottom: 10px;
  overflow: auto;
}
.leftRight-col .right-col {
  flex: 1;
  padding-left: 20px;
  overflow: hidden;
  border-left: 1px dashed #eee;
}
.common-module {
  margin-bottom: 40px;
}
.common-module-tt {
  position: relative;
  height: 22px;
  padding-left: 11px;
  margin-bottom: 24px;
  line-height: 22px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.common-module-tt::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 5px;
  height: 22px;
  background: #009AEE;
}
.common-module-tt > span {
  color: #009AEE;
}
.action-btn-row {
  width: 100%;
  padding-top: 20px;
  text-align: center;
}
.action-btn-row > * {
  margin: 0 10px;
}
.cursor {
  cursor: pointer;
}
.cursor:hover {
  opacity: 0.85;
}
.required {
  display: inline-block;
  margin-right: 2px;
  color: #E02020;
}
.form-row {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.form-row.align-no {
  align-items: initial;
}
.form-row.align-no > span {
  padding: 4px 0;
}
.form-row.align-no .form-dd {
  align-items: initial;
}
.form-row.f-mb20 {
  margin-bottom: 20px;
}
.form-row .form-dt {
  width: 100px;
  padding: 4px 0;
  text-align: right;
  flex-shrink: 0;
}
.form-row .form-dd {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
}
.form-row .form-dd .ant-form-item {
  width: 100%;
}
.form-row .form-dd .ant-form-explain {
  position: absolute;
  z-index: 1;
  height: 16px;
  line-height: 16px;
  min-height: initial;
  padding: 0 5px;
  font-size: 12px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
.form-row .ant-row {
  margin-bottom: 0 !important;
}
.form-row .ant-form-item {
  margin: 0;
}
.form-row .ant-form-item-control {
  line-height: 32px;
}
.form-row > span {
  width: 85px;
  text-align: right;
  display: inline-block;
  flex-shrink: 0;
}
.form-row .iconTextArea {
  height: 100px !important;
}
.form-row video {
  outline: none;
}
.form-row .btnAdd {
  margin-right: 60px;
  margin-bottom: 10px;
}
.form-row.fixed {
  position: fixed;
  top: 74px;
  z-index: 10;
  height: 52px;
  padding: 10px;
  margin: -10px;
  background: #fff;
  align-items: flex-start;
}
.maxDtRowMin .form-row .form-dt,
.maxDtRowMin .form-row > span:first-child {
  width: 85px;
}
.maxDtRow100 .form-row .form-dt,
.maxDtRow100 .form-row > span:first-child {
  width: 100px;
}
.maxDtRow120 .form-row .form-dt,
.maxDtRow120 .form-row > span:first-child {
  width: 120px;
}
.maxDtRow140 .form-row .form-dt,
.maxDtRow140 .form-row > span:first-child {
  width: 140px;
}
.maxDtRow150 .form-row .form-dt,
.maxDtRow150 .form-row > span:first-child {
  width: 150px;
}
.flex-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.flex-wrap.col-1 .form-row {
  width: 100%;
}
.flex-wrap.col-2 .form-row {
  width: 50%;
}
.flex-wrap.col-3 .form-row {
  width: 33.33333333%;
}
.flex-wrap.col-4 .form-row {
  width: 25%;
}
.flex-wrap.col-5 .form-row {
  width: 20%;
}
.form-vertical .form-row {
  flex-direction: column;
  align-items: flex-start;
  padding: 0 20px;
}
.form-vertical .form-row .form-dt {
  text-align: left;
  width: auto;
  padding: 0;
}
.form-vertical .form-row .form-dd {
  width: 100%;
}
.common-search {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 4px 0;
}
.common-search .search-btn {
  margin-left: auto;
}
.common-search .form-row {
  margin-right: 20px;
}
.common-search .form-row .form-dt,
.common-search .form-row > span {
  width: auto;
}
.common-search > .ant-btn {
  margin-right: 20px;
  margin-bottom: 20px;
}
.common-search .btnAdd {
  margin-right: 20px;
}
.common-search .btn-search {
  display: inline-block;
}
.common-search .ant-select,
.common-search .ant-input {
  min-width: 150px;
}
.full-screen-modal {
  top: 0;
  width: 100% !important;
  height: 100% !important;
  padding: 0;
  overflow: hidden;
}
.full-screen-modal .ant-modal-content {
  height: 100%;
  border-radius: 0;
  box-shadow: none;
}
.full-screen-modal .ant-modal-header {
  padding: 13px 24px;
}
.full-screen-modal .ant-modal-close-x {
  width: 50px;
  height: 50px;
  line-height: 48px;
}
.full-screen-modal .ant-modal-body {
  height: calc(100% - 102px) !important;
  max-height: initial !important;
  padding: 40px 40px 0;
  overflow-y: auto;
}
.full-screen-modal iframe {
  width: 100%;
  height: calc(100% - 50px);
  outline: none;
}
.full-screen-modal.almost-full {
  width: 80% !important;
  min-width: 1000px;
}
.full-screen-modal.almost-full-1200 {
  width: 1200px !important;
}
.full-screen-modal.almost-full-1000 {
  width: 1000px !important;
}
.full-screen-modal.head-no .ant-modal-body {
  height: calc(100% - 53px) !important;
}
.full-screen-modal.footer-no .ant-modal-body {
  height: calc(100% - 50px) !important;
}
.full-screen-modal.padding-no .ant-modal-body {
  padding: 0;
}
.full-screen-modal .modal-footer-btns {
  position: fixed;
  left: 10%;
  bottom: 8px;
  width: 80%;
  padding: 10px 0;
  text-align: center;
  border-top: 1px solid #eee;
}
.full-screen-modal .modal-footer-btns .ant-btn {
  margin: 0 10px;
}
.modal-footer {
  position: absolute;
  left: 0;
  bottom: 9px;
  z-index: 5;
  width: 100%;
  text-align: center;
}
.modal-footer .ant-btn {
  margin: 0 10px;
}
.common-pagination {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: right;
}
.editor .bf-content {
  height: 240px;
  margin-bottom: 20px;
}
.editor-elastic .bf-content {
  height: 500px;
}
.editor .stretch-toggle {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2;
  display: block;
  width: 80px;
  height: 20px;
  line-height: 20px;
  margin-left: -40px;
  text-align: center;
  font-size: 12px;
  color: #aaa;
  cursor: pointer;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0;
}
.editor .stretch-toggle .anticon {
  margin-left: 5px;
  font-size: 12px;
  color: #ddd;
}
.editor .stretch-toggle:hover {
  color: #888;
  background: #f2f2f2;
}
.preview-screen-modal {
  width: 80% !important;
  height: 80% !important;
}
.preview-screen-modal .ant-modal-body {
  padding: 0 !important;
}
.preview-screen-modal iframe {
  display: block;
  width: 100%;
  height: calc(100vh - 260px);
}
.preview-screen-modal .imgBox {
  width: 100%;
  padding: 20px;
  max-height: calc(100vh - 260px);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-y: auto;
}
.preview-screen-modal .imgBox img {
  max-width: 100%;
  max-height: 100%;
}
.radiu-btn {
  border-radius: 20px !important;
}
.label-card {
  display: flex;
  align-items: center;
}
.label-card .label-item {
  height: 16px;
  padding: 0px 7px;
  border-radius: 4px;
  border: 1px solid;
  font-size: 12px;
  margin-right: 4px;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.label-card .label-item:nth-of-type(4n-3) {
  color: #60BE19;
  border-color: #60BE19;
}
.label-card .label-item:nth-of-type(4n-2) {
  color: #FF9200;
  border-color: #FF9200;
}
.label-card .label-item:nth-of-type(4n-1) {
  color: #00A5FF;
  border-color: #00A5FF;
}
.label-card .label-item:nth-of-type(4n) {
  color: #D26416;
  border-color: #D26416;
}

.page-home {
  padding: 26px 0;
}
.page-home .pc-swiper {
  margin-bottom: 10px;
  width: 100%;
  height: 400px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.page-home .pc-swiper .pc-swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.page-home .pc-swiper .pc-swiper-wrapper .pc-swiper-slide {
  width: 1200px;
  height: 400px;
  flex-shrink: 0;
  border-radius: 12px;
  overflow: hidden;
}
.page-home .pc-swiper .pc-swiper-wrapper .pc-swiper-slide > img {
  width: 100%;
  height: 100%;
}
.page-home .pc-swiper .pc-swiper-pagination {
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  z-index: 999;
}
.page-home .pc-swiper .pc-swiper-pagination .tag {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #8F8F8F;
  margin: 0 3px;
  cursor: pointer;
}
.page-home .pc-swiper .pc-swiper-pagination .tag.on {
  width: 32px;
  height: 8px;
  background: #FFFFFF;
  border-radius: 4px;
}
.page-home-search {
  height: 72px;
  background: #99DBFF;
  border-radius: 12px;
  display: flex;
  align-items: center;
  padding: 12px 14px;
  margin-bottom: 40px;
}
.page-home-search .iconfont {
  color: #BFBFBF;
  margin: 0 10px;
}
.page-home-search .input-box {
  flex: 1;
  display: flex;
  align-items: center;
  background: #FFFFFF;
  border-radius: 12px;
  margin-left: 5px;
}
.page-home-search .search-input {
  flex: 1;
  outline: none;
  background: none;
  border: none !important;
  border-color: none !important;
  height: 48px;
}
.page-home-search .search-input::input-placeholder {
  color: #BFBFBF;
}
.page-home-search .search-input::-webkit-input-placeholder {
  color: #BFBFBF;
}
.page-home-search .search-input::-moz-placeholder {
  color: #BFBFBF;
}
.page-home-search .search-input:-moz-placeholder {
  color: #BFBFBF;
}
.page-home-search .search-input:-ms-input-placeholder {
  color: #BFBFBF;
}
.page-home-search .search-input:hover,
.page-home-search .search-input:focus {
  border: none;
}
.page-home-search .search-btn {
  border: none;
  background: none;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin: 0 14px 0 27px;
}
.page-home-screen {
  margin-bottom: 60px;
}
.page-home-screen .screen-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
}
.page-home-screen .title-left {
  font-size: 36px;
  font-weight: 600;
  color: #000000;
}
.page-home-screen .title-right {
  display: flex;
  align-items: center;
}
.page-home-screen .title-right .switchover {
  margin-right: 12px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  border: 2px solid #00A5FF;
}
.page-home-screen .title-right .switchover-item {
  width: 30px;
  height: 28px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-home-screen .title-right .switchover-item .iconfont {
  color: #00A5FF;
}
.page-home-screen .title-right .switchover-item.on {
  background: #00A5FF;
}
.page-home-screen .title-right .switchover-item.on .iconfont {
  color: #FFF;
}
.page-home-screen .title-right .screen-btn {
  width: 64px;
  height: 32px;
  background: #F0F0F0;
  border-radius: 8px;
  border: none;
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  padding: 0;
  cursor: pointer;
}
.page-home-screen .title-right .screen-btn .iconfont {
  font-weight: normal;
  font-size: 12px;
  color: #00A5FF;
  margin-right: 5px;
}
.page-home-screen .title-right .screen-btn:after {
  display: none;
}
.page-home-screen .screenModal {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(100%);
  width: 525px;
  height: 163px;
  background: #FFFFFF;
  box-shadow: 0px 2px 10px 0px rgba(223, 223, 223, 0.5);
  border-radius: 10px;
  display: flex;
  z-index: 99999;
}
.page-home-screen .screenModal-left {
  width: 132px;
  height: 100%;
  padding: 11px 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page-home-screen .screenModal-left .screenModal-itemBtn {
  width: 108px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
  user-select: none;
}
.page-home-screen .screenModal-left .screenModal-itemBtn .iconfont {
  margin-right: 10px;
}
.page-home-screen .screenModal-left .screenModal-itemBtn:nth-of-type(1) .iconfont {
  color: #000000;
}
.page-home-screen .screenModal-left .screenModal-itemBtn:nth-of-type(2) .iconfont {
  color: #0092FE;
}
.page-home-screen .screenModal-left .screenModal-itemBtn:nth-of-type(3) .iconfont {
  color: #FF7D20;
}
.page-home-screen .screenModal-left .screenModal-itemBtn:nth-of-type(4) .iconfont {
  color: #51C75B;
}
.page-home-screen .screenModal-left .screenModal-itemBtn.on {
  color: #FFF;
  background: #FF7D20;
}
.page-home-screen .screenModal-left .screenModal-itemBtn.on .iconfont {
  color: #FFF;
}
.page-home-screen .screenModal-right {
  flex: 1;
  height: 100%;
  padding: 18px 37px;
}
.page-home-screen .screenModal-right .content-wrap {
  width: 100%;
  height: calc(100% - 30px);
  margin-bottom: 6px;
}
.page-home-screen .screenModal-right .btn-wrap {
  display: flex;
  justify-content: flex-end;
  height: 24px;
}
.page-home-screen .screenModal-right .btn-wrap .reset-btn,
.page-home-screen .screenModal-right .btn-wrap .use-btn {
  padding: 2px 10px;
  cursor: pointer;
}
.page-home-screen .screenModal-right .btn-wrap .reset-btn {
  border: #EFEFEF;
  background: #EFEFEF;
  color: #000000;
  margin-right: 12px;
}
.page-home-screen .screenModal-right .btn-wrap .use-btn {
  border: #00A5FF;
  background: #00A5FF;
  color: #FFF;
}
.page-home-screen .screenModal-area .content {
  padding-top: 6px;
}
.page-home-screen .screenModal-area .content .area-item {
  display: inline-block;
  padding: 0px 12px;
  border-radius: 24px;
  color: #000000;
  border: 1px solid #000000;
  cursor: pointer;
  user-select: none;
  margin-right: 12px;
  margin-bottom: 6px;
  white-space: nowrap;
}
.page-home-screen .screenModal-area .content .area-item.on {
  background: #D9D9D9;
  border: 1px solid #D9D9D9;
  color: #FFF;
}
.page-home-screen .screenModal-price .label-text,
.page-home-screen .screenModal-numDay .label-text {
  color: #BFBFBF;
  font-size: 12px;
}
.page-home-screen .screenModal-label {
  height: 100%;
}
.page-home-screen .screenModal-label .label-box {
  overflow-y: auto;
  height: calc(100% - 22px);
}
.page-home-screen .screen-content {
  margin-top: 10px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.page-home-screen .screen-content .screen-item {
  width: calc((100% - 100px) / 5);
  height: 80px;
  background: #FFFFFF;
  border-radius: 12px;
  border: 2px solid #000000;
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
  padding: 0 33px;
}
.page-home-screen .screen-content .screen-item .img-box {
  width: 24px;
  height: 24px;
  margin-right: 18px;
}
.page-home-screen .screen-content .screen-item .img-box > img {
  width: 100%;
  height: 100%;
}
.page-home-screen .screen-content .screen-item .right {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.page-home-screen .screen-content .screen-item .right .name {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-home-screen .screen-content .screen-item .right .num {
  color: #BFBFBF;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-home-screen .screen-content .screen-item:hover,
.page-home-screen .screen-content .screen-item.on {
  background: #F0F0F0;
  border: #F0F0F0;
}
.page-home-touringParty .touringParty-area:not(.page-home-touringParty .touringParty-area:first-of-type) {
  margin-top: 80px;
}
.page-home-touringParty .touringParty-area-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.page-home-touringParty .touringParty-area-title .title-left {
  display: flex;
  align-items: center;
}
.page-home-touringParty .touringParty-area-title .title-left .name {
  font-size: 24px;
  font-weight: 600;
  color: #000000;
}
.page-home-touringParty .touringParty-area-title .title-left .label {
  color: #00A5FF;
  font-size: 16px;
  margin-left: 36px;
  cursor: pointer;
}
.page-home-touringParty .touringParty-area-title .title-left .label.on {
  color: #BFBFBF;
}
.page-home-touringParty .touringParty-area-title .title-right {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.page-home-touringParty .touringParty-area-title .title-right .pc-sort-box {
  margin-right: 88px;
  display: flex;
  align-items: center;
}
.page-home-touringParty .touringParty-area-title .title-right .pc-sort-box .pc-sort-item {
  width: 120px;
  margin-left: 12px;
}
.page-home-touringParty .touringParty-area-title .title-right .pc-sort-box .pc-sort-item .show {
  background: #F2F2F2;
  border-radius: 8px;
}
.page-home-touringParty .touringParty-area-title .title-right > .text {
  color: #BFBFBF;
  font-size: 14px;
  margin-right: 21px;
}
.page-home-touringParty .touringParty-area-title .title-right > .text .num {
  color: #00A5FF;
}
.page-home-touringParty .touringParty-area-title .title-right .open-btn {
  display: flex;
  align-items: center;
  color: #00A5FF;
  cursor: pointer;
  user-select: none;
}
.page-home-touringParty .touringParty-area-title .title-right .open-btn > img {
  width: 46px;
  height: 46px;
  transition: transform 0.5s;
}
.page-home-touringParty .touringParty-area-title .title-right .open-btn.on > img {
  transform: rotate(180deg);
}
.page-home-touringParty .touringParty-area .price {
  height: 25px;
  font-size: 12px;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-home-touringParty .touringParty-area .price .num {
  color: #FF9920;
  font-size: 36px;
  font-family: DINCondensed;
}
.page-home-touringParty .touringParty-area .QRcode {
  position: relative;
}
.page-home-touringParty .touringParty-area .QRcode:hover .QRcode-toop {
  display: flex;
}
.page-home-touringParty .touringParty-area .QRcode .QRcode-toop {
  background: #FFFFFF;
  box-shadow: 0px 1px 4px 0px #D3E1E5;
  border-radius: 12px;
  width: 150px;
  height: 150px;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-100%, -100%);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 100;
}
.page-home-touringParty .touringParty-area .QRcode .QRcode-toop > img {
  width: 100%;
  height: 100%;
}
.page-home-touringParty .touringParty-area .touringParty-area-card {
  display: flex;
  flex-wrap: wrap;
}
.page-home-touringParty .touringParty-area .touringParty-area-card .tableEmpty {
  width: 100%;
}
.page-home-touringParty .touringParty-area .touringParty-area-card .card-item {
  width: 281px;
  height: 398px;
  background: #FFFFFF;
  box-shadow: 0px 1px 4px 0px #D3E1E5;
  border-radius: 12px;
  margin-right: 25px;
  margin-bottom: 55px;
  overflow: hidden;
}
.page-home-touringParty .touringParty-area .touringParty-area-card .card-item:nth-of-type(4n) {
  margin-right: 0;
}
.page-home-touringParty .touringParty-area .touringParty-area-card .card-item .img {
  width: 100%;
  height: 270px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: #ccc;
}
.page-home-touringParty .touringParty-area .touringParty-area-card .card-item .img > img {
  width: 100%;
  height: auto;
}
.page-home-touringParty .touringParty-area .touringParty-area-card .card-item .img .discount {
  width: 40px;
  height: 21px;
  line-height: 21px;
  padding-left: 20px;
  position: absolute;
  top: 8px;
  right: -2px;
  background: url(/static/assets/img/jiaobiao.png) no-repeat;
  background-size: 100% 100%;
  font-family: DINCondensed;
  color: #D49B0D;
  font-size: 12px;
}
.page-home-touringParty .touringParty-area .touringParty-area-card .card-item .img .code {
  position: absolute;
  top: 8px;
  left: 9px;
  padding: 1px 5px;
  background: #FFFFFF;
  border-radius: 6px;
  opacity: 0.86;
  font-weight: bold;
  color: #0F2830;
  font-size: 12px;
  z-index: 99;
  font-family: DINCondensed;
}
.page-home-touringParty .touringParty-area .touringParty-area-card .card-item .message {
  padding: 6px 12px 14px 14px;
}
.page-home-touringParty .touringParty-area .touringParty-area-card .card-item .message .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-home-touringParty .touringParty-area .touringParty-area-card .card-item .message .title .name {
  width: 222px;
  font-weight: 600;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-home-touringParty .touringParty-area .touringParty-area-card .card-item .message .title .QRcode {
  cursor: pointer;
  user-select: none;
}
.page-home-touringParty .touringParty-area .touringParty-area-card .card-item .message .text {
  font-size: 12px;
  color: #D9D9D9;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-home-touringParty .touringParty-area .touringParty-area-card .card-item .message .label-card {
  margin-top: 5px;
  height: 16px;
}
.page-home-touringParty .touringParty-area .touringParty-area-card .card-item .message .bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.page-home-touringParty .touringParty-area .touringParty-area-card .card-item .message .bottom .lookMore-btn {
  width: 160px;
  height: 30px;
  background: #00A5FF;
  border: none;
  border-radius: 20px;
  color: #FFFFFF;
  cursor: pointer;
  margin-bottom: 5px;
}
.page-home-touringParty .touringParty-area .touringParty-area-card .card-item .message .bottom .price {
  max-width: 90px;
  height: 50px;
  padding-bottom: 2px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
.page-home-touringParty .touringParty-area .touringParty-area-card .card-item .message .bottom .price .old {
  color: #D9D9D9;
  font-size: 12px;
  transform: scale(0.9);
  text-decoration: line-through;
  height: 12px;
  font-weight: 400;
  font-family: DINCondensed;
}
.page-home-touringParty .touringParty-area .touringParty-area-card .card-item .message .bottom .price .now {
  height: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 36px;
}
.page-home-touringParty .touringParty-area .touringParty-area-card .card-item .message .bottom .price .now .num {
  line-height: 36px;
}
.page-home-touringParty .touringParty-area .touringParty-area-list .list-item {
  width: 100%;
  height: 64px;
  display: flex;
  align-items: center;
}
.page-home-touringParty .touringParty-area .touringParty-area-list .list-item .idx {
  min-width: 45px;
  margin: 25px;
  font-size: 24px;
  font-family: DINCondensed;
}
.page-home-touringParty .touringParty-area .touringParty-area-list .list-item .code {
  white-space: nowrap;
  width: 100px;
  font-size: 18px;
  font-family: DINCondensed;
  color: #00A5FF;
  margin-right: 70px;
}
.page-home-touringParty .touringParty-area .touringParty-area-list .list-item .name {
  width: 300px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-right: 46px;
}
.page-home-touringParty .touringParty-area .touringParty-area-list .list-item .label-card {
  width: 280px;
  margin-right: 20px;
}
.page-home-touringParty .touringParty-area .touringParty-area-list .list-item .price {
  text-align: right;
  width: 180px;
  margin-right: 80px;
  height: 35px;
  line-height: 35px;
}
.page-home-touringParty .touringParty-area .touringParty-area-list .list-item .operate {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.page-home-touringParty .touringParty-area .touringParty-area-list .list-item .operate .QRcode {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.page-home-touringParty .touringParty-area .touringParty-area-list .list-item .operate .lookMore-btn {
  margin-left: 6px;
  width: 96px;
  height: 30px;
  background: #F0F0F0;
  border: none;
  border-radius: 20px;
  color: #00A5FF;
  cursor: pointer;
}

.nativeCheckBox {
  display: flex;
  flex-wrap: wrap;
}
.nativeCheckBox .checkbox {
  margin: 5px 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
.nativeCheckBox .checkbox.on > i {
  background: #00A5FF;
}
.nativeCheckBox .checkbox.on > i::before {
  content: "\EAF1";
  font-family: iconfont;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 2px;
}
.nativeCheckBox .checkbox > i {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 2px solid #00A5FF;
  margin-right: 3px;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}

.nativeSlide {
  width: 100%;
  height: 100%;
}
.nativeSlide .showbox {
  display: flex;
  position: relative;
  align-items: flex-end;
  width: calc(100% - 14px);
  margin: 0 7px;
  height: 30px;
}
.nativeSlide .showbox .show-item {
  position: absolute;
  padding: 0 8px;
  height: 21px;
  line-height: 21px;
  border-radius: 2px;
  font-size: 12px;
  background: #66C9FF;
  text-align: center;
  color: #FFF;
  transform: translate(-50%, 0);
  white-space: nowrap;
}
.nativeSlide .showbox .show-item::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%) rotate(45deg);
  width: 5px;
  height: 5px;
  background: #66C9FF;
}
.nativeSlide .nativeSlide-inputBox {
  width: 100%;
  --ui-range-track-hegiht: 4px;
  --ui-range-thumb-size: 14px;
  --ui-gray: #E6E6E6;
  --ui-blue: #00A5FF;
  display: inline-block;
  position: relative;
  /* Firefox */
}
.nativeSlide .nativeSlide-inputBox [type="range"] {
  display: block;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  outline: 0;
  background: none;
  width: -webkit-fill-available;
  width: fill-available;
  width: fill;
  height: 4px;
}
.nativeSlide .nativeSlide-inputBox [type="range"] + [type="range"] {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.nativeSlide .nativeSlide-inputBox [type="range"]::-webkit-slider-runnable-track {
  display: flex;
  align-items: center;
  height: var(--ui-range-track-hegiht);
  border-radius: var(--ui-range-track-hegiht);
  background: linear-gradient(to right, var(--ui-gray) calc(1% * var(--from, 0)), var(--ui-blue) calc(1% * var(--from, 0)) calc(1% * var(--to, 100)), var(--ui-gray) 0%);
}
.nativeSlide .nativeSlide-inputBox [type="range"]::-webkit-slider-thumb {
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  pointer-events: auto;
  width: var(--ui-range-thumb-size);
  height: var(--ui-range-thumb-size);
  border-radius: 50%;
  border: 5px solid var(--ui-blue);
  background-color: #fff;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  transition: border-color 0.15s, background-color 0.15s;
  cursor: pointer;
  margin-top: calc((var(--ui-range-thumb-size) - var(--ui-range-track-hegiht)) * -0.5);
  z-index: 9999;
}
.nativeSlide .nativeSlide-inputBox [type="range"]::-webkit-slider-thumb:active {
  background-color: var(--ui-light, #f7f9fa);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25);
}
.nativeSlide .nativeSlide-inputBox [type="range"] + [type="range"]::-webkit-slider-runnable-track {
  background: none;
}
.nativeSlide .nativeSlide-inputBox [type="range"] {
  width: -moz-available;
  height: 4px;
}
.nativeSlide .nativeSlide-inputBox input[type=range]::-moz-range-track {
  display: flex;
  align-items: center;
  max-height: var(--ui-range-track-hegiht);
  border-radius: var(--ui-range-track-hegiht);
  background: linear-gradient(to right, var(--ui-gray) calc(1% * var(--from, 0)), var(--ui-blue) calc(1% * var(--from, 0)) calc(1% * var(--to, 100)), var(--ui-gray) 0%);
}
.nativeSlide .nativeSlide-inputBox input[type=range]::-moz-range-thumb {
  appearance: none;
  pointer-events: auto;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  border: 5px solid var(--ui-blue);
  background-color: #fff;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  transition: border-color 0.15s, background-color 0.15s;
  cursor: pointer;
  margin-top: calc((5px - var(--ui-range-track-hegiht)) * -0.5);
  z-index: 999999;
}
.nativeSlide .nativeSlide-inputBox [type="range"]::-moz-range-thumb:active {
  background-color: var(--ui-light, #f7f9fa);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25);
}
.nativeSlide .nativeSlide-inputBox [type="range"] + [type="range"]::-moz-range-track {
  background: none;
}

.nativeSelect {
  width: 200px;
  height: 40px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.nativeSelect.open {
  overflow: visible;
  z-index: 999;
}
.nativeSelect.open .suffixIcon {
  transform: rotate(180deg);
}
.nativeSelect.open .options {
  display: block;
}
.nativeSelect .show {
  width: 100%;
  height: 100%;
  background: #FFF;
  display: flex;
  align-items: center;
  padding: 7px;
  padding-left: 10px;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
}
.nativeSelect .show .text {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nativeSelect .show .suffixIcon {
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.5s;
}
.nativeSelect .show .suffixIcon .iconfont {
  font-size: 16px;
}
.nativeSelect .show .clear {
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translate(0, -50%);
  display: none;
  justify-content: center;
  align-items: center;
}
.nativeSelect .show:hover .clear {
  display: flex;
}
.nativeSelect .options {
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  position: absolute;
  background: #fff;
  width: 100%;
  border-radius: 10px;
  margin-top: 5px;
  padding: 5px 0px;
  max-height: 180px;
  overflow: auto;
  display: none;
}
.nativeSelect .options.top {
  bottom: 3px;
  transform: translateY(-100%);
}
.nativeSelect .options .option-item {
  width: 100%;
  padding: 5px 10px;
}
.nativeSelect .options .option-item:hover {
  background-color: #f2f8fe;
  cursor: pointer;
}
.scrollBox {
  scrollbar-width: thin;
  scrollbar-track-color: #F1F5FF;
  scrollbar-color: #F1F5FF;
}
.scrollBox::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background: transparent;
}
.scrollBox::-webkit-scrollbar-button {
  display: none;
}
.scrollBox::-webkit-scrollbar-thumb {
  width: 4px;
  min-height: 15px;
  border-radius: 0;
  background: #C4CFEA;
  transition: all 0.3s ease-in-out;
}
.scrollBox::-webkit-scrollbar-thumb:hover {
  background: #C4CFEA !important;
}

.tableEmpty {
  width: 100%;
  height: 50vh;
  min-height: 300px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.tableEmpty-wrap {
  width: 100%;
  text-align: center;
}
.tableEmpty p {
  width: 100%;
  text-align: center;
  color: #d9d9d9;
}
.tableEmpty img {
  width: auto;
  height: auto;
}
.tableEmpty .back {
  width: 100px;
  height: 36px;
  border-radius: 18px;
  border: 1px solid #00A5FF;
  color: #00A5FF;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
}
.empty-small .tableEmpty {
  height: 200px;
  min-height: initial;
}

