img {
  display: block;
}
[v-cloak] {
  display: none !important;
}
html {
  min-height: 100%;
}
.safe-bottom {
  padding-bottom: 0;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  resize: none;
  font-family: PingFang SC;
}
a {
  display: block;
  text-decoration: none;
  color: #000;
}
.fillContainer {
  width: 100%;
  height: 100%;
}
img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  font-size: 10px;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}
li {
  list-style: none;
}
.bgfff {
  background-color: #fff;
}
.hide {
  display: none;
}
.lv-tips {
  position: relative;
}
.lv-cont {
  position: absolute;
  display: none;
}
.fontBold {
  font-weight: bold;
}
.fontCenter {
  text-align: center;
}
.cursor {
  cursor: pointer;
}
.flex {
  display: flex;
}
.flex-ac {
  display: flex;
  align-items: center;
}
.flex-ac-juc {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}
.flex-right {
  flex-direction: row-reverse;
}
.flex-jus {
  display: flex;
  justify-content: space-between;
}
.flex-juc {
  display: flex;
  justify-content: center;
}
.flex-mid-bet {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.flex-col-mid {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flex-col-rev {
  flex-direction: column-reverse;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-row-mid {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.flex-row-bom {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.rotate90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.rotate180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rotate270 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.runing:after {
  content: '▌';
  font-size: 0.16rem;
  animation: blinker 0.6s step-end infinite;
}
.cursor-p,
.cursor {
  cursor: pointer;
}
.centerContent {
  width: 15rem;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  flex: 1 0 auto;
  border-radius: 0.1rem;
}
.minContent {
  width: 12rem;
}
.is-over {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.is-over-2 {
  text-overflow: -o-ellipsis-lastline !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: pre-wrap;
}
.is-over-3 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.is-over-4 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.is-over-5 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
}
.box:after,
.box:before {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.overhide {
  overflow-x: hidden;
  overflow-y: hidden;
}
.overhides {
  overflow-x: hidden!important;
  overflow-y: hidden!important;
}
.userNoSel {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.userNoDrag {
  -webkit-user-drag: none;
  -webkit-user-select: none;
}
/*图片黑白色*/
.imgColorBw {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}
.siteGray {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(1);
}
.block {
  display: block;
}
.closeSearch {
  position: absolute;
  width: 40rem;
  height: 40rem;
  top: 24px;
  right: 5%;
}
.scrollXBar {
  font-size: 0;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  scroll-behavior: smooth;
}
.scrollXBarItem {
  display: inline-block;
  vertical-align: bottom;
}
.scrollXBar::-webkit-scrollbar {
  height: 4px;
}
.scrollXBar::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #E6212A;
}
.scrollXBar::-webkit-scrollbar-track {
  border-radius: 2px;
}
.scrollXBarHover {
  font-size: 0;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  scroll-behavior: smooth;
}
.scrollXBarHoverItem {
  display: inline-block;
  vertical-align: bottom;
}
.scrollXBarHover::-webkit-scrollbar {
  height: 4px;
  display: none;
  transition: 0.2s all ease-in-out;
}
.scrollXBarHover:hover::-webkit-scrollbar {
  display: block;
}
.scrollXBarHover::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #E6212A;
}
.scrollXBarHover::-webkit-scrollbar-track {
  border-radius: 2px;
}
.scrollXBars {
  font-size: 0;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
}
.scrollXBars::-webkit-scrollbar {
  display: none;
}
.scrollXBarAnime {
  scroll-behavior: smooth;
}
.scrollXBarMini {
  font-size: 0;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  scroll-behavior: smooth;
}
.scrollXBarMiniItem {
  display: inline-block;
  vertical-align: bottom;
}
.scrollXBarMini::-webkit-scrollbar {
  display: none;
}
.scrollYBar {
  overflow-y: scroll;
}
.scrollYBar::-webkit-scrollbar {
  width: 4px;
}
.scrollYBar::-webkit-scrollbar-thumb {
  border-radius: 2px;
  cursor: pointer;
  background: #E6212A;
}
.scrollYBar::-webkit-scrollbar-track {
  border-radius: 2px;
}
.scrollYBarHide {
  overflow-y: scroll;
}
.scrollYBarHide::-webkit-scrollbar {
  display: none;
}
.route-trackers {
  overflow: hidden;
  margin-bottom: 20px;
}
.route-trackers a {
  font-size: 14px;
  line-height: 20px;
  color: #333;
  float: left;
  cursor: pointer;
}
.route-trackers a:hover {
  color: #E6212A;
}
.route-trackers a:before {
  content: "/";
  font-size: 14px;
  line-height: 20px;
  margin-left: 6px;
  margin-right: 6px;
  cursor: default;
}
.route-trackers a:first-child:before {
  display: none;
}
.route-trackers a:last-child {
  color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
.route-trackers a:last-child:hover {
  color: #E6212A;
}
.route-trackers a:last-child:before {
  color: rgba(0, 0, 0, 0.4);
}
.hoverColor {
  transition: 0.2s all ease-in-out;
  cursor: pointer;
}
.hoverColor:hover {
  color: #E6212A !important;
}
.layui-tips-loading {
  width: 2.2rem;
  height: 1.4rem;
  font-weight: bold;
  overflow: hidden;
  background-color: transparent;
  border: 0px !important;
}
.layui-tips-loading .layui-layer-content {
  height: 1.4rem;
}
.layui-tips-loading .loading-3 {
  position: relative;
  height: 0.9rem;
  border-radius: 0.2rem;
  line-height: 1.3rem;
  text-align: center;
  color: #333;
  overflow: hidden;
  background-color: #666;
  box-shadow: 0px 0px 0.14rem 0px rgba(71, 83, 248, 0.1);
  background-image: url("../img/web/com/loading3.jfif");
  background-size: cover;
  background-position: top center;
}
.hide-copy {
  opacity: 0;
  height: 0px;
  width: 0px;
  display: block;
}
.loadPage {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/*# sourceMappingURL=com.css.map */