.hing-pc-layout {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.hing-pc-layout-top {
  width: 100%;
  padding: 0;
  background-color: #fff;
  height: 144px;
}
.hing-pc-layout-top .box-wrap {
  width: 100%;
  height: 144px;
}
.hing-pc-layout-top .box-wrap .box-img {
  width: 1200px;
  height: 100px;
}
.hing-pc-layout-top .box-wrap .box-img > img {
  width: 196px;
  height: 40px;
}
.hing-pc-layout-top .box-header-nav {
  width: 100%;
  height: 44px;
  background-color: #008ACD;
}
.hing-pc-layout-top .box-header-nav .nav-box {
  width: 1200px;
  margin: 0 auto;
}
.hing-pc-layout-top .box-header-nav .nav-box .nav-box-left .nav-item {
  cursor: pointer;
  position: relative;
  height: 100%;
  color: #ffffff;
  margin-right: 38.4px;
}
.hing-pc-layout-top .box-header-nav .nav-box .nav-box-right .user-icon {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.hing-pc-layout-top .box-header-nav .nav-box .nav-box-right-logout {
  height: 44px;
  cursor: pointer;
  font-weight: 400;
  color: #ffffff;
}
.hing-pc-layout-top .box-header-nav .nav-box .nav-box-right-logout .name {
  margin-right: 4px;
}
.hing-pc-layout-top .box-header-nav .nav-box .nav-box-right-logout > span {
  height: 44px;
  cursor: pointer;
  font-weight: 400;
  color: #ffffff;
  margin-left: 4px;
}
.hing-pc-layout-top .box-header-nav .nav-box .nav-box-right-box {
  height: 44px;
  cursor: pointer;
  font-weight: 400;
  color: #ffffff;
}
.hing-pc-layout-top .box-header-nav .nav-box .nav-box-right-box span {
  height: 44px;
}
.hing-pc-layout-top .box-header-nav .nav-box .nav-box-right-box span:nth-child(2) {
  margin: 0 6px;
  height: 44px;
}
.hing-pc-layout-btm {
  width: 100%;
  padding: 0;
  background-color: #E3EEF5;
  height: 44px;
  color: #666666;
  font-size: 12px;
}
.hing-pc-layout-center {
  flex-grow: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  background-color: #EEF2F5;
}

.hing-dialog-alert {
  color: #00234e;
}
.hing-dialog-alert .adm-dialog-content {
  margin-top: 20px;
  color: #00234e;
}
.hing-dialog-alert .adm-button-primary {
  color: #008acb;
}
.hing-modal .ant-modal-confirm-title {
  text-align: center;
}
.hing-alert .ant-modal-confirm-title {
  text-align: center;
}

#holidaypc-loading {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  box-sizing: border-box;
}
#holidaypc-loading .holidaypc-spin-nested-loading {
  width: 120px;
  left: -60px;
}

/*
Application Settings Go Here
------------------------------------
This file acts as a bundler for all variables/mixins/themes, so they
can easily be swapped out without `core.scss` ever having to know.

For example:

@import './variables/colors';
@import './variables/components';
@import './themes/default';
*/
html {
  font-family: "PingFangSC-Regular", "microsoft yahei", "arial", "STHeiTi", "simsun", "sans-serif";
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
  overflow-x: hidden;
  height: 100%;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}
body {
  margin: 0;
  line-height: 1.2;
  color: #00234e;
  font-size: 32px;
  background-color: white;
  overflow-y: scroll!important;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  background: #EAEDF1 url(/pcM/0fdde524915fcf1ce54d.jpg) repeat;
}
.main {
  width: 1010px;
  margin: 0 auto;
  z-index: 2;
}
#root {
  height: 100%;
  font-size: 26px;
  --h-fs-n: #008acb;
  --h-fs-e: #00234e;
  --h-fs-r: #e5004a;
  --h-bg: #008acb;
  --h-bg-red: #e5004a;
  --h-bg-grey: #eef2f5;
  --pc-bg: #F1FAFD;
  --h-size-s: 26px;
  --h-size-c: 28px;
  --h-size-b: 32px;
  --h-f-w: bold;
  --h-round-s: 2px;
  --h-round-m: 4px;
  --h-round-b: 6px;
  --h-round-l: 60px;
  --h-pd-s: 4px;
  --h-pd-m: 10px;
  --h-pd-b: 20px;
  --h-pd-l: 32px;
  --h-border-grey: #d1d9e0;
  --h-border-bule: #008acb;
}
.h-flex {
  display: flex;
}
.h-flex-c {
  display: flex;
  align-items: center;
}
.flex-c {
  display: flex;
  justify-content: center;
}
.flex-c-c {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-c-b {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex-c-s {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.flex-c-e {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.hing-template {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
svg:not(:root) {
  overflow: hidden;
}
a {
  background: transparent;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  color: #0088cc;
}
a:active {
  outline: 0;
}
a:active {
  color: #006699;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  vertical-align: middle;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  font-size: 15px;
  vertical-align: -4px;
  margin: 0 4px;
  *vertical-align: middle;
  /*ie7 ie6*/
  _vertical-align: 3px;
  /*ie6*/
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html,
button,
input,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
form,
blockquote {
  margin: 0;
}
ul,
ol,
li,
dl,
dd {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none outside none;
}
h1,
h2,
h3 {
  line-height: 1.2;
  font-weight: normal;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #cccccc;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cccccc;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cccccc;
}
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.csm-flex-column {
  flex-direction: column;
}
.csm-flex-column > div {
  width: 100%;
}
.csm-flex-column .csm-flex-scroll-item {
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: scroll;
  margin-left: 0;
}
.sprite {
  background-size: 100% 100%;
}
button {
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: none;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}
.csm-flex-column {
  flex-direction: column;
}
.csm-flex-column > div {
  width: 100%;
}
.csm-flex-column .csm-flex-scroll-item {
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: scroll;
  margin-left: 0;
}
i {
  font-style: normal;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
input {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-appearance: none;
  border: none;
  border-color: #fff;
}
table,
th,
td {
  border: none;
  border-collapse: collapse;
}
html {
  height: 100%;
}
.none {
  display: none;
}
.grayLine {
  width: 2px;
  height: 15px;
  display: inline-block;
  margin: 0 10px;
  background-color: #e8ecef;
}
:global(.tip-animation-fadeOut) {
  animation: fadeOut 0.4s ease-in-out forwards;
}
@keyframes fadeOut {
  0% {
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
  50% {
    transform-origin: 50% 50%;
    transform: scale(1.1, 1.1);
  }
  100% {
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
}
.f-between {
  justify-content: space-between;
}
.flex-direction {
  flex-direction: column;
}
.mb10 {
  margin-bottom: 10px;
}
.f-center {
  justify-content: center;
}
.f-a-center {
  align-items: center;
}
.flex {
  display: flex;
}
.flex-1 {
  flex: 1;
}
.scrollbar-hidden {
  overflow: auto;
  scrollbar-width: none;
  scrollbar-color: transparent transparent;
}
.scrollbar-hidden::-webkit-scrollbar {
  display: none;
}
.white-space-nowrap {
  white-space: nowrap;
}
.price-check-p i {
  color: #F57531;
}
.car-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1800;
  background-color: #ffffff;
  font-size: 16px;
}
.car-header .car-header-top {
  width: 1010px;
  padding: 25.6px 0;
  margin: 0 auto;
}
.car-header .car-header-top img {
  width: 162px;
  height: 35px;
}
.car-header .car-header-nav {
  height: 44.5px;
  background-color: #008ACD;
}
.car-header .nav-box {
  width: 1010px;
  margin: 0 auto;
}
.car-header .nav-box .nav-box-left .nav-item {
  cursor: pointer;
  position: relative;
  height: 100%;
  color: #ffffff;
  margin-right: 38.4px;
}
.car-header .nav-box .nav-box-right .user-icon {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.car-header .nav-box .nav-box-right span {
  cursor: pointer;
  font-weight: 400;
  color: #ffffff;
}
.car-footer {
  width: 100%;
  height: 60px;
  background: #e3eef5;
  font-size: 14px;
  color: #666666;
}
.car-footer a {
  margin-left: 10px;
  color: #666666;
}

