img {
  display: block;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 0.14rem;
  outline: none;
  resize: none;
  font-family: PingFang SC;
}
a {
  display: inline-block;
  text-decoration: none;
}
.hide {
  display: none;
}
.fillContainer {
  width: 100%;
  height: 100%;
}
img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  font-size: 10px;
}
li {
  list-style: none;
}
.cursor {
  cursor: pointer;
}
.bgfff {
  background-color: #fff;
}
.bgf2 {
  background-color: #F2F3F9;
}
.fontBold {
  font-weight: bold;
}
.fontCenter {
  text-align: center;
}
.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;
}
@keyframes blinker {
  0% {
    visibility: visible;
  }
  50% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}
.hide-copy {
  opacity: 0;
  height: 0px;
  width: 0px;
  display: block;
}
.icon-right {
  display: inline-block;
  background: url("../img/web/user/icon-down.png") center center no-repeat;
  background-size: cover;
  width: 0.14rem;
  height: 0.14rem;
}
.layui-layer-loading .layui-layer-loading1 {
  width: 70px !important;
  height: 70px !important;
  border-radius: 10px !important;
  text-align: center !important;
  background-color: rgba(0, 0, 0, 0.6) !important;
  background-position: center center !important;
}
.none {
  margin: 5% auto;
  text-align: center;
}
.none img {
  width: 5.2rem;
  margin: 0px auto;
}
.none_tips {
  text-align: center;
  font-size: 0.16rem;
  color: #606873;
}
.flex {
  display: flex;
}
.flex-1 {
  flex: 1;
}
.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;
}
.cursor-p {
  cursor: pointer;
}
.lv-tips {
  position: relative;
}
.lv-cont {
  position: absolute;
  display: none;
}
.centerContent {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  flex: 1 0 auto;
}
.fixed {
  position: fixed;
}
.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: hidden;
}
.userNoSel {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  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);
}
h1,
.h1 {
  font-size: 30px;
  font-weight: bold;
}
h2,
.h2 {
  font-size: 28px;
  color: #000;
}
h3 {
  font-size: 20px;
  font-weight: 500;
}
.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: #4753F8;
}
.scrollXBar::-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;
  background: #4753F8;
}
.scrollYBar::-webkit-scrollbar-track {
  border-radius: 2px;
}
.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: #4753F8;
}
.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: #4753F8;
}
.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: #4753F8 !important;
}
.layui-layer-com {
  border-radius: 0.1rem;
}
.layui-layer-com .layui-layer-close {
  background: url("../img/web/vip/pay-icon-dele@2x.png") no-repeat 100% 100%;
  background-position: top left;
  background-size: cover;
  right: 0.05rem;
  top: 0.1rem;
}
.layui-layer-com .layui-layer-close2:hover {
  background-position: top left !important;
}
/*# sourceMappingURL=com.css.map */