@font-face {
    font-family: myFont;
    src: url('../font/鍗庢枃琛屾シ.ttf');
    font-weight: normal;
    font-style: normal;
  }
  
  * {
    margin: 0;
    padding: 0;
  }
  
  body { 
  }
  
  body {
    font-family: myFont, sans-serif;
    overflow-x: hidden;
  }
  video{display: block;}
  html,
  body {
    font-size: 16px;
  }
  
  ol,
  ul,
  li,
  dl,
  dt,
  dd {
    list-style: none;
  }
  
  h1,
  h2,
  h3,
  h3,
  h4,
  h5,
  h6 {
    font-weight: normal;
  }
  
  em,
  i {
    font-style: normal;
    font-weight: normal;
  }
  
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  
  img {
    border: none;
  }
  
  input,
  label,
  img,
  th {
    vertical-align: middle;
  }
  
  a {
    text-decoration: none;
    color: #333;
  }
  
  a:hover {
    cursor: pointer;
  }
  
  a:hover,
  a:active,
  a:focus {
    color: #FF493D;
  }
  
  .fl {
    float: left;
  }
  
  .fr {
    float: right;
  }
  
  .Pr {
    position: relative;
  }
  
  .Pa {
    position: absolute;
  }
  
  button {
    cursor: pointer;
  }
  
  button:hover {
    color: #0f75bc;
  }
  
  .clear {
    clear: both;
  }
  
  .dis {
    display: block;
  }
  
  .undis {
    display: none;
  }
  
  input:focus,
  textarea:focus {
    outline: none;
  }
  
  input,
  textarea {
    font-family: 'microsoft yahei';
  }
  
  a:focus,
  *:focus {
    outline: none;
  }
  
  textarea {
    resize: none;
  }
  
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  
  table {
    table-layout: fixed;
  }
  
  table tr th {
    word-wrap: break-word;
    word-break: break-all;
  }
  
  table tr td {
    word-wrap: break-word;
    word-break: break-all;
  }
  
  th {
    text-align: inherit;
  }
  
  abbr,
  acronym {
    border: none;
    font-variant: normal;
  }
  
  body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    -ms-tap-highlight-color: rgba(0, 0, 0, 0);
    -o-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
  }
  
  .hidden {
    display: none;
  }
  
  .elli {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3 {
    margin-top: 0px;
    margin-bottom: 10px;
  }
.color_bai{color: #fff !important;}
.colorbg_yellow{background-color: #FFCB3D !important;}
.colorbg_green{background-color: #47B24A !important;}
.colorbg_zi{background-color: #7A2EFF !important;}
.colorbg_red{background-color: #efa85a !important;}
.ss-flex{
  display: flex;
}

/* singlepage */

.singlepage{
  margin: 40px auto;
  font-size: 16px;
  line-height: 30px;
  color: #333;
}

.singlepage p img{
  text-align: center;
}
.singlepage  .txt p{
  margin-bottom: 20px;
}


.page_na {
  width: max-content;
  margin: 40px auto 20px auto;
}
.page_na a {
  padding: 6px 14px;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  font-size: 12px;
  line-height: 36px;
  font-weight: 400;
    color: #666666;
    margin: 0 1px;
}
.page_na a:hover,
.page_na a.active {
  background: #FF493D;
  color: #fff;
}

/* è¯¦æƒ… */