* {
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100vw;
    height: 100vh;
    background: #F8FAFC;
    overflow-x: hidden;
    user-select: none;
}

ul,
li,
input,
a {
    list-style-type: none;
    text-decoration: none;
    outline: none;
    border: none;
    color: inherit;
}

body::-webkit-scrollbar {
    width: 0;
}


.w-full {
    width: 100%;
}

.h-full {
    height: 100%;
}

.main-container {
    width: 1200px;
    margin: auto;
}

.c9 {
    color: #999;
}

.c3 {
    color: #333;
}

.fff {
    color: #fff;
}

.c0 {
    color: #000;
}

.c253646 {
    color: #253646;
}


/* 底部备案号 */
/* 公安备案 */
.beian_gongan {
  font-size: 14px;
  color: #666;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.beian_gongan a {
  color: rgb(153, 153, 153);
  text-decoration: none;
}

.beian_gongan a:hover {
  color: #f00;
}

.beian_gongan img {
  width: 20px;
  height: 20px;
  margin-right: 6px;
  vertical-align: middle;
}