*{
    margin: 0;
    padding: 0;
    border: 0;
    /* font-family: "\5FAE\8F6F\96C5\9ED1", Arial; */
  }
  a,a:hover,a:active,a:visited,a:link,a:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
    background: none;
    text-decoration: none;
    }
    input,textarea,button{
        outline: 0;
    }
  html {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
  }
  body {
    min-width: 320px;
    /* max-width: 640px; */
    margin: 0 auto;
    background-color: #f7f7f7;
    font-family: MyFont; 
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
  }
  a {
    text-decoration: none;
    color: #333;
    webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
  }
  table {
    border: 0;
    margin: 0;
    border-collapse: collapse;
    border-spacing: 0;
  }
  table th,
  table td {
    border: 0;
  }
  img {
    border: 0;
    vertical-align: top;
  }
  i,
  em {
    font-style: normal;
  }
  ol,
  ul,
  li {
    list-style: none;
    -webkit-appearance:none;
  }
  input,
  textarea,
  select,
  button {
    /* padding: 0 ; */
    /* margin: 0; */
    outline: none;
    /* font-family: "\5FAE\8F6F\96C5\9ED1", Arial; */
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: normal;
  }
  .color_fff {
    color: #fff;
  }
  nav {
    width: 100%;
    height: 80px;
    background-color: #fff;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 9999;
  }
  nav a {
    width: 50px;
    height: 50px;
    position: fixed;
    top: 15px;
    left: 10px;
  }
  nav a img{
    width: 50px;
    height: 50px;
  }
  nav span {
    color: #000;
    text-align: center;
    line-height: 80px;
    font-weight: 600;
    font-size: 30px;
  }
  .clear{
    clear: both;
  }
  .showMessage {
    width: 90%;
    border-radius: 5px;
    position: fixed;
    top: 50%;
    left: 50%;
    color: #ffffff;
    z-index: 999;
    transform: translate(-50%, 0);
    font-size: 35px;
    font-weight: 500;
    text-align: center;
    padding: 15px 0;
    z-index: 99999;
}
 
.showMessageSuccess {
    background-color: #f0f9eb;
    border: 1px solid #E1F3D8;
    color: #67c23a;
}
 
.showMessageError {
    background-color: #fef0f0;
    border: 1px solid #fde2e2;
    color: #F76C6C;
}

.load{
	height: 340px;
	width: 100%;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	transition: opacity 0.3s 0s, visibility 0s 0.3s;
	z-index: 9999;
  text-align: center;
}
.load img{
  margin:auto;
  width: 80px;
  height: 80px;
  padding-top: 100px;
}

input[type=checkbox] {
  width: 30px;
  height: 30px;
  position: relative;
}
input[type=checkbox]::after {
  position: absolute;
  top: 0;
  color: #000;
  width: 30px;
  height: 30px;
  display: inline-block;
  visibility: visible;
  padding-left: 0;
  text-align: center;
  content: ' ';
}
input[type=checkbox]:checked::after {
  content: "✓";
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  background-color: #356056;
}
input[type="radio"]{
  width: 30px;
  height: 30px;
  position: relative;
}
input[type=radio]::after {
  position: absolute;
  top: 0;
  color: #000;
  width: 20px;
  height: 20px;
  display: inline-block;
  visibility: visible;
  padding-left: 0;
  text-align: center;
  content: ' ';
  top: 5px;
  left: 5px;
}
input[type=radio]:checked::after {
  background-color: #356056;
  border-radius: 50%;
}
@font-face {
  font-family: 'MyFont'; 
  src: url('../font/Poppins-SemiBold.ttf');  
}
