@font-face{
    font-family: 'Myanmar3';
    src : url('../fonts/Myanmar3.woff');
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: none; }

a {
  text-decoration: none; }

ul,
ol {
  list-style: none; }

html,
body {
  position: relative;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*font-family: sans-serif;*/
  font-family: 'Myanmar3', 'ZawgyiOne', '', Helvetica, Arial, sans-serif;
  background: url("../images-v1/bg.jpg") no-repeat top center/cover fixed; }

.hide {
  display: none; }

.clearfix:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  overflow: hidden; }

.flex-between {
  display: flex;
  align-items: center; }

.input-group {
  margin-top: 0.50667rem; }

.input-group .label {
  color: rgba(0, 0, 0, 0.6);
  line-height: 0.93333rem; }

.input-group input {
  width: 100%;
  background: #fff;
  border: 0.01333rem #bcbcbc solid;
  border-radius: 0.13333rem;
  padding: 0.3em 0.8em;
  height: 0.93333rem;
  line-height: 0.93333rem; }

.header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.8rem 0; }

.header .logo {
  width: 3.20667rem;
  /*height: 2.14667rem;*/
}

.header .back-btn {
  position: absolute;
  width: 0.62667rem;
  height: 0.62667rem;
  left: 0.61333rem;
  top: 1.2rem; }

.large-btn {
  font-size: 0.49333rem;
  background: #003597;
  color: #fff;
  text-align: center;
  padding: 0.3em 0;
  margin: 0.26667rem 0; }

.fz36 {
  font-size: 0.48rem; }

.fz72 {
  font-size: 0.96rem; }

.bold {
  font-weight: bold; }

.center {
  text-align: center; }

.mint-msgbox-btn {
  font-size: 16Px; }

.modal {
  position: fixed;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  display: none; }

.modal .modal-container {
  position: absolute;
  width: 20rem;
  height: 10.35714rem;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  border-radius: 0.08rem;
  background: #fff; }

.modal .modal-body {
  display: flex;
  height: 7.14286rem;
  align-items: center;
  justify-content: center; }

.modal .modal-btn {
  display: flex;
  position: relative;
  z-index: 1;
  height: 3.21429rem;
  justify-content: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.9);
  background: #f2f2f2;
  border-top: 0.01333rem #e6e6e6 solid;
  border-radius: 0 0 0.35714rem 0.35714rem; }

.modal .modal-decorate {
  position: absolute;
  width: 23.67857rem;
  height: 22.10714rem;
  background: url(../images/decoration.png);
  background-size: 100% 100%;
  top: -5.5rem;
  left: -1.85714rem; }

.share-modal {
  position: fixed;
  width: 100%;
  height: 10rem;
  padding-top: 3rem;
  padding-left: 1rem;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 999;
  border-top: 0.01333rem #ddd solid;
  display: none; }
