/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/


body {
  font-size:13px;
  font-size-adjust:none;
  font-stretch:normal;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:1.4;
  }
  html, body{
    height: 100%;
  }
  body, ul, ol, dl, dd, h1, h2, h3, h4, h5, h6, p, form, fieldset, legend, input, textarea, select, button, th, td {
  margin:0;
  padding:0;
  }
  a{
    text-decoration: none;
  }
  h1, h2, h3, h4, h5, h6 {
  font-size:100%;
  font-weight:normal;
  }
  table {
  font-size:inherit;
  }
  button {
  overflow:visible;
  }
  th, em, strong, b, address, cite {
  font-style:normal;
  font-weight:normal;
  }
  li {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  }
  img, fieldset {
  border:0 none;
  font-size: 0;
  }
  ins {
  text-decoration:none;
  }
  .float-clear::after{
    content: '';
    display: block;
    clear: both;
  }
  .float-left{
    float: left;
  }
  .float-right{
    float: right;
  }
  .bottom-btn{
    line-height: 54px;
    background: #F60011;
    text-align: center;
    font-size: 16px;
    bottom: 0;
    border-radius: 50px;
    width: calc(100% - 20px);
    margin: 10px;
    color: rgba(255, 255, 255, 0.85);
    -webkit-box-shadow: 0 0 8px #FF000F9e;
            box-shadow: 0 0 8px #FF000F9e;
  }

  input::-webkit-input-placeholder { 
    /* WebKit browsers */ 
    color: #ccc; 
    } 
    input:-moz-placeholder { 
    /* Mozilla Firefox 4 to 18 */ 
    color: #ccc; 
    } 
    input::-moz-placeholder { 
    /* Mozilla Firefox 19+ */ 
    color: #ccc; 
    } 
    input:-ms-input-placeholder { 
    /* Internet Explorer 10+ */ 
    color: #ccc; 
    }
    *::-webkit-scrollbar {/*滚动条整体样式*/
      width: 8px;     /*高宽分别对应横竖滚动条的尺寸*/
      height: 8px;
  }
*::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
      border-radius: 10px;
      background: #00000020;
  }
*::-webkit-scrollbar-track {/*滚动条里面轨道*/
      border-radius: 10px;
      background: #fff;
  }
 