@charset "utf-8";
@charset "utf-8";

/* ******* reset ******** */

html,
body {
  width: 100%;
  height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dd,
ul,
ol,
textarea,
input,
select,
option,
form,
hr {
  margin: 0;
}

th,
td,
ul,
ol,
textarea,
input,
select,
option,
form {
  margin: 0;
  padding: 0;
}

textarea {
  outline: none;
  overflow: auto;
  resize: none;
}

input {
  border: none;
  background: none;
  outline: none;
}

a {
  text-decoration: none;
  outline: none;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

img {
  border: none;
}

input,
textarea,
select,
button {
  font-family: "Pyidaungsu";
  font-size: 12px;
}

.clearfix {
  zoom: 1;
}


/* 清浮动 */

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}


/* 清浮动 */

button,
select {
  outline: none;
}

* {
  -webkit-overflow-scrolling: touch;
}


/* 防止苹果手机滚动抖动 */

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}




body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, Segoe UI, Arial, Roboto, 'PingFang SC', miui, 'Hiragino Sans GB', 'Microsoft Yahei', sans-serif;
}

@media screen and (max-device-width: 320px) {
  body {
    -webkit-text-size-adjust: none
  }
}

@media screen and (max-device-width: 480px) {
  body {
    -webkit-text-size-adjust: none
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  body {
    -webkit-text-size-adjust: none
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body {
    -webkit-text-size-adjust: none
  }
}
