/*
* desc：重置h5基础样式
* date：2022-06-13
* author：lauheeliu（刘诏熹）
* email：lauheeliu@tencent.com
*/

* {
  margin: 0;
  padding: 0;
  line-height: normal;
  box-sizing: border-box;

  /* 禁止复制 */
  -webkit-touch-callout: none;
  /*系统默认菜单被禁用*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -khtml-user-select: none;
  /*早期浏览器*/
  -moz-user-select: none;
  /*火狐*/
  -ms-user-select: none;
  /*IE10*/
  user-select: none;
}

html,
body {
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  background-color: #f5f6fa;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}

.pixui-page {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

html {
  -ms-touch-action: none;
}


::-webkit-scrollbar {
  display: none;
}

a {
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  will-change: transform;
}

input,
textarea {
  display: block;
  color: #09134e;
  font-size: 14px;
  outline: none;
  border: none;
  appearance: none;
  background: none;
  resize: none;
  user-select: auto !important;
  opacity: 1;
  -webkit-user-select: auto !important;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input::placeholder,
textarea::placeholder {
  color: #9299C6;
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: clip;
  white-space: pre;
  word-break: keep-all;
  pointer-events: none;
  line-height: inherit;
}

input[type=file] {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

input[type="file"]::-webkit-file-upload-button,
input[type="button"] {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
}

ul,
li {
  list-style: none;
}

::-webkit-scrollbar {
  display: none;
}

.rtl-text text{
  direction: rtl;
}

@font-face {
  font-family: 'GameFont';
  src: url('https://image-1251917893.file.myqcloud.com/tipcomm/pvp_gamefont/UI3.0/GAMEFONT.TTF');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DinCond';
  src: url('https://image-1251917893.file.myqcloud.com/TIP_GameSystem_2020/toC/v2.0/font/DINCondensedBold.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Fonteditor';
  src: url('https://image-1251917893.file.myqcloud.com/Esports/pix/font/fonteditor.ttf');
  font-weight: normal;
  font-style: normal;
}