* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    font-family: PingFangSC-Semibold, PingFang SC;
}

fieldset,
img {
    border: 0;
    display: block;
}
.bodyColor{
  background: #fff !important;
}

img {
    width: auto;
    height: auto;
    vertical-align: middle
}

.fl{
    float: left;
}
.fr{
    float: right;
}
.clearfix:before,.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.alignCenter{
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.textM{
    text-align: center !important;
}
.none{
    display: none;
}
.noneTrue{
  display: none !important;
}
.autoP {
    position : relative;
    left     : 50%;
    transform: translateX(-50%);
}
.autoM{
    margin: 0 auto; 
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

a {
    outline: 0;
    color: #027b7e;
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
}

li {
    margin: 0;
    padding: 0
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 750pt #fff inset !important
}

input::-webkit-input-placeholder {
    color: #ccc
}

input,
input:focus,
select,
select:focus {
    outline: 0
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    display: none
}

ol,li,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

small {
    font-size: 9pt
}

button,
form img,
input,
label,
select,
textarea {
    vertical-align: middle
}

address,
caption,
cite,
code,
dfn,
em,
optgroup,
strong,
th {
    font-weight: 400;
    font-style: normal
}

html {
    -webkit-text-size-adjust: none
}

body {
    background: #eee;
}
button {
    outline: 0;
    border: none
}
h2,
p {
    margin: 0
}
body .canvas{
  position  : fixed;
  top       : 0;
  display: none;
}
body .canvas-show{
  display: block !important;
  z-index   : 999;
  background: rgba(0, 0, 0, 0.7);
}

