* {
    margin: 0px;
    padding: 0px;
    font-family: "PingFang SC", "Roboto", "Microsoft Yahei", Arial;
    color: #3f3f3f;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
  }
  
  input,
  select,
  textarea {
    outline: none;
  }
  
  input[type="checkbox"] {
    width: 10px;
    height: 10px;
  }
  
  a {
    cursor: pointer;
    text-decoration: none;
    color: #333333;
    outline: none;
  }
  
  a:focus {
    outline: 0 !important;
    outline-offset: 0px !important;
  }
  
  a:active,
  a:hover {
    outline: 0 !important;
  }
  
  textarea:focus {
    border: #66cc00 1px solid;
  }
  
  :focus {
    outline: none;
  }
  
  a img {
    border: 0px;
  }
  
  ul,
  li {
    list-style: none;
  }
  
  .cl-show {
    display: block !important;
  }
  
  .cl-cb {
    clear: both;
  }
  
  .hide {
    display: none !important;
  }
  
  .length-lock {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 2;*/
    /*height: 48px;*/
    overflow: hidden;
  }
  
  .length-lock-line {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  
  .load_box {
    top: 0px;
    left: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 50;
    background: rgba(255, 255, 255, 1);
  }
  
  .load_box2 {
    top: 0px;
    left: 0px;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 16999099;
    background: rgba(255, 255, 255, 0.8);
  }
  
  .l_one,
  .l_two,
  .l_three {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background: #dedede;
    animation: myani 0.5s infinite;
    -webkit-animation: myani 0.5s infinite;
    animation-direction: alternate;
    -webkit-animation-direction: alternate;
    position: absolute;
    top: 30%;
    left: calc(50% - 9px);
  }
  
  .l_one {
    margin-left: -25px;
  }
  
  .l_two {
    animation-delay: 0.16s;
    -webkit-animation-delay: 0.16s;
  }
  
  .l_three {
    margin-left: 25px;
    animation-delay: 0.32s;
    -webkit-animation-delay: 0.32s;
  }
  
  @keyframes myani {
    from {
      transform: scale(0.1, 0.1);
    }
    to {
      transform: scale(1, 1);
    }
  }
  
  @-webkit-keyframes myani {
    from {
      transform: scale(0.1, 0.1);
    }
    to {
      transform: scale(1, 1);
    }
  }
  
  .toast-bar {
    width: auto;
    height: auto;
    position: fixed;
    z-index: 17998990;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    line-height: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 4px;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 40px;
  }
  
  .img-caption {
    font-size: 14px;
    margin: 0 auto;
    line-height: 20px;
    padding: 10px;
    display: block;
    box-sizing: border-box;
    background: #dedede;
    text-align: center;
    max-width: 100% !important;
  }
  
  .tag-red {
    background: #bc1c1c;
  }
  
  .tag-green {
    background: #2ea3b6;
  }
  
  .tag-blue {
    background: #4166c1;
  }
  
  .tag-yellow {
    background: #dcac5e;
  }
  
  .fs-42 {
    font-size: 2.625rem;
  }
  
  .fs-32 {
    font-size: 2rem;
  }
  
  .fs-24 {
    font-size: 1.5rem;
  }
  
  .fs-20 {
    font-size: 1.25rem;
  }
  
  .fs-16 {
    font-size: 1rem;
  }
  
  .fs-14 {
    font-size: 0.875rem;
  }
  
  .fs-12 {
    font-size: 0.75rem;
  }
  .no-copy {
    user-select: none; /* 现代浏览器的属性 */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
  }
  