
*{
    /*禁止移动端点击高亮*/
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
  }
  html, body {
    font-family: Arial,Helvetica, sans-serif !important;
    /*旋转屏幕自动调整字体大小  none 为不调整*/
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
  body,td, th ,h1, h2, h3, h4, h5, h6, p, figure, form, blockquote,ul, ol, li, dl, dd ,button,input,textarea{
    margin: 0;
    padding: 0;
  }
  body {
    font-size: 14px;
    color: #333;
    background-color: #f0f2f5;
  }

  html,body{
    width: 100%;
    height: 100%;
    /* overflow-x: hidden; */
  }
  article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
  }
  audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
  }
  audio:not([controls]) {
    display: none;
    height: 0;
  }
  [hidden], template { display: none; }
  svg:not(:root) { overflow: hidden; }
  
  a {
    text-decoration: none;
    color: #efe88e;
  }
  a:active {
    outline: 0;
    text-decoration: none;
  }
  a.scaleRun {
    transition: all .3s;
  }
  a.scaleRun:active {
    transform: scale(.9);
  }
  abbr[title] { border-bottom: 1px dotted; }
  dfn { font-style: italic; }
  /*mark文本高亮显示*/
  mark { background: #ff0; color: #000; }
  img { border: 0; vertical-align: middle;width: 100%;height: 100%;    object-fit: cover; }
  hr { box-sizing: content-box; height: 0; }
  
  pre {
    overflow: auto;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
  }
  
  button {
    overflow: visible;
    outline: none;
    background: transparent;
    border: none;
    transition: all .3s;
  }
  button:active{
    -webkit-transform: scale(.9);
            transform: scale(.9);
  }
  button:hover{
    cursor: pointer;
  }
  
  button, select { text-transform: none; }
  button,input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
  }
  button[disabled],input[disabled] {
    cursor: default;
  }
  button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  input {
    line-height: normal;
    background-color: transparent;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 10px;
  }
  input:active,
  input:focus{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
  }
  
  input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
  input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  
  }
  input[type="search"] {
    -webkit-appearance: textfield; box-sizing: border-box;
  }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  fieldset {border: 1px solid #c0c0c0;}
  legend { border: 0; padding: 0; }
  
  textarea {
    overflow: auto; resize: none;
  }
  textarea:focus{
    outline: none;
  }
  optgroup { font-weight: bold; }
  
  table { border-collapse: collapse; border-spacing: 0; }
  
  ul, ol ,li{
    list-style: none outside none;
  }
  input::-moz-placeholder, textarea::-moz-placeholder,input:-ms-input-placeholder, textarea:-ms-input-placeholder ,input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #cccccc;
  }
  
  .containers{
    width: 1440px;
    margin: 0 auto;
  }
  @media screen and (max-width: 1024px){
    .containers{
      width: 335px;
      margin: 0 auto;
    }
  }
  .common{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
p,li,a,span{
color:rgb(250, 250, 250);
}
