.flexBC {
  display: -webkit-flex; /* Safari */
  display: flex;
  justify-content: space-between;
}
.flexC {
  display: -webkit-flex; /* Safari */
  display: flex;
  justify-content: center;
}
.flexCC {
  display: -webkit-flex; /* Safari */
  display: flex;
  align-items: center;
  justify-content: center;
}
.flexLC {
  display: -webkit-flex; /* Safari */
  display: flex;
  align-items: center;
}
.flexRC {
  display: -webkit-flex; /* Safari */
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.flexS0 {
  flex-shrink: 0;
}
.flexWP {
  flex-wrap: wrap;
}

/* ������ */
.dishide {
  display: none;
}
.disshow {
  display: block;
}
/* ������ */
.fatheralign {
  display: table;
}
.childLC {
  display: table-cell;
  vertical-align: middle;
}
/* ������ */
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.clearF {
  clear: both;
}
/* ������ */
.alineHidden {
  /*����������*/
  white-space: nowrap;
  /*�����Ĳ�������*/
  overflow: hidden;
  /*��������ֱ�� ��...��*/
  text-overflow: ellipsis;
}
/* ���ֳ���һ�������� */
.linesHidden {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* //��Ϊ������������ģ����ʾ�� */
  -webkit-box-orient: vertical;
  /* //�����������ӵ���Ԫ�����з�ʽ--���ϵ��´�ֱ���� */
  -webkit-line-clamp: 1;
  /* //��ʾ���� */
}
/* @Auth��BJH�Ĺ����� */
.game_pop_pad {
  z-index: 999;
}
.nothingDiv {
  height: 63px;
  width: 100%;
}
.changeselectOrder {
  background: #eee;
  position: fixed;
  width: 100%;
  z-index: 998;
  max-width: 768px;
  /* padding-top: 1rem; */
}
.changeselectOrder .selectBox {
}
.changeselectOrder .selectButton {
  font-family: "Avenir", Helvetica, Arial, sans-serif;
  flex: 1;
  color: #000;
  font-size: 15px;
  height: 60px;
}
.changeselectOrder .itemButton {
  white-space: nowrap;
}
.selectActive {
  padding: 6px 0 4px 0;
  color: #fe5e34;
  border-bottom: 2px solid #fe5e34;
}
.mw_top_white2 div:nth-child(2) {
  font-family: PingFang-SC-Medium;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: normal !important;
  letter-spacing: 0px;
  color: #292929;
  max-width: 768px;
}
.mw_top_white2 div:last-child {
  box-sizing: border-box;
  padding: 0 20px;
}
.mw_top_white2 {
  border-bottom: 0 !important;
  padding: 0.5rem 1rem !important;
  width: 100%;
  position: fixed;
  top: 0;
  max-width: 768px;
}
.mw_order_li {
  padding-bottom: 10px !important;
  box-sizing: border-box;
  padding: 0 10px;
  border-bottom: 0 !important;
}
.mw_order_sort {
  border-radius: 10px 10px 0 0;
  font-size: 12px !important;
  padding: 9px !important;
  border-bottom: 1px solid #eee !important;
}
.mw_order_bottom_add {
  border-radius: 0 0 10px 10px;
}
.mw_order_again>a {
  border-radius: 18px;
  padding: 2px 23px !important;
  background: none !important;
  font-size: 12px !important;
  /* border: solid 1px #ff6302 !important; */
}
.connectSeller {
}
.mw_order_again .mw_order_again_add {
  margin-right: 10px !important;
  border-radius: 18px;
  padding: 2px 10px !important;
  font-size: 12px !important;
  border: 1px solid #c8c8c8 !important;
  color: #454545 !important;
}
.mw_order_sort span {
  color: #fe5e34;
  font-size: 12px !important;
}
.wx_bk_dty {
  font-size: 14px;
  font-weight: bold !important;
  font-family: "Avenir", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.wx_mc_apart {
  color: #999;
  font-size: 12px !important;
  font-family: "Avenir", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.wx_mc_gprice_add {
  /* color: #fe5e34; */
  color: #ff0e0e;
  font-size: 16.5px !important;
}
.list_tyle {
  border-radius: 0 0 10px 10px;
}
.ddwa {
  flex: 0.2 !important;
}
.mw_mt_add {
  /* margin-top: 50px; */
}
.whtiePlaceholder {
  height: 50px;
}
.bottomRadius {
  border-radius: 0 0 10px 10px;
}
.mw_top_white2 {
  z-index: 99999;
}
.wx_bk_lia img {
  object-fit: cover;
}
.mw_order_again {
  display: flex;
  align-items: revert;
  justify-content: flex-end;
  font-size: 12px !important;
  text-align: center !important;
}
.game_wxvip_custom {
  background-image: url(../images/vipsave.png) no-repeat left 1.5px !important;
}
.isaloading{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background:#000;
  opacity: 0.5;
}
.loadingWord{
  color: #fff;
  font-size: 16px;
  user-select: none;
}
